C# Class PlayFab.ClientModels.ModifyUserVirtualCurrencyResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer Class Usage Examples

Méthodes publiques

Свойство Type Description
Balance int
BalanceChange int
PlayFabId string
VirtualCurrency string

Property Details

Balance public_oe property

Balance of the virtual currency after modification.
public int Balance
Résultat int

BalanceChange public_oe property

Amount added or subtracted from the user's virtual currency. Maximum VC balance is Int32 (2,147,483,647). Any increase over this value will be discarded.
public int BalanceChange
Résultat int

PlayFabId public_oe property

User currency was subtracted from.
public string PlayFabId
Résultat string

VirtualCurrency public_oe property

Name of the virtual currency which was modified.
public string VirtualCurrency
Résultat string