C# Class PlayFab.ServerModels.AddCharacterVirtualCurrencyRequest

Inheritance: PlayFabRequestCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
Amount int
CharacterId string
PlayFabId string
VirtualCurrency string

Property Details

Amount public_oe property

Amount to be added to the character 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

CharacterId public_oe property

Unique PlayFab assigned ID for a specific character owned by a user
public string CharacterId
return string

PlayFabId public_oe property

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

VirtualCurrency public_oe property

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