C# Class PlayFab.ServerModels.AddUserVirtualCurrencyRequest

Inheritance: PlayFabRequestCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer Class Usage Examples

Méthodes publiques

Свойство 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
Résultat int

PlayFabId public_oe property

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

VirtualCurrency public_oe property

Name of the virtual currency which is to be incremented.
public string VirtualCurrency
Résultat string