C# Class PlayFab.ClientModels.ModifyUserVirtualCurrencyResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
Balance int
BalanceChange int
PlayFabId string
VirtualCurrency string

Property Details

Balance public property

Balance of the virtual currency after modification.
public int Balance
return int

BalanceChange public 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
return int

PlayFabId public property

User currency was subtracted from.
public string PlayFabId
return string

VirtualCurrency public property

Name of the virtual currency which was modified.
public string VirtualCurrency
return string