C# Class PlayFab.ClientModels.AddUserVirtualCurrencyRequest

Inheritance: PlayFabRequestCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
Amount int
VirtualCurrency string

Property Details

Amount public_oe property

Amount to be added to the user balance of the specified virtual currency.
public int Amount
return int

VirtualCurrency public_oe property

Name of the virtual currency which is to be incremented.
public string VirtualCurrency
return string