C# Class PlayFab.ServerModels.ModifyUserVirtualCurrencyResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
显示文件 Open project: PlayFab/PlayFabGameServer

Public Properties

Property 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
return 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
return int

PlayFabId public_oe property

User currency was subtracted from.
public string PlayFabId
return string

VirtualCurrency public_oe property

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