C# Class PlayFab.ServerModels.AddUserVirtualCurrencyRequest

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

Public Properties

Property Type Description
Amount int
PlayFabId string
VirtualCurrency string

Property Details

Amount public_oe property

Amount to be added to the user balance of the specified virtual currency. Maximum VC balance is Int32 (2,147,483,647). Any increase over this value will be discarded.
public int Amount
return int

PlayFabId public_oe property

PlayFab unique identifier of the user whose virtual currency balance is to be increased.
public string PlayFabId
return string

VirtualCurrency public_oe property

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