C# Class PlayFab.AdminModels.AddUserVirtualCurrencyRequest

Inheritance: PlayFabRequestCommon
Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
Amount int
PlayFabId string
VirtualCurrency string

Property Details

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

PlayFabId public property

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

VirtualCurrency public property

Name of the virtual currency which is to be incremented.
public string VirtualCurrency
return string