PlayFab.Client.Models.ModifyUserVirtualCurrencyResult
Request Properties |
---|
Balance (required) int32Balance of the virtual currency after modification. |
BalanceChange (required) int32Amount 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. |
PlayFabId StringUser currency was subtracted from. |
VirtualCurrency StringName of the virtual currency which was modified. |