C# Class PlayFab.ServerModels.SubtractCharacterVirtualCurrencyRequest

Inheritance: PlayFabRequestCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer Class Usage Examples

Méthodes publiques

Свойство Type Description
Amount int
CharacterId string
PlayFabId string
VirtualCurrency string

Property Details

Amount public_oe property

Amount to be subtracted from the user balance of the specified virtual currency.
public int Amount
Résultat int

CharacterId public_oe property

Unique PlayFab assigned ID for a specific character owned by a user
public string CharacterId
Résultat string

PlayFabId public_oe property

Unique PlayFab assigned ID of the user on whom the operation will be performed.
public string PlayFabId
Résultat string

VirtualCurrency public_oe property

Name of the virtual currency which is to be decremented.
public string VirtualCurrency
Résultat string