C# Класс PlayFab.ServerModels.SubtractCharacterVirtualCurrencyRequest

Наследование: PlayFabRequestCommon
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Amount int
CharacterId string
PlayFabId string
VirtualCurrency string

Описание свойств

Amount публичное свойство

Amount to be subtracted from the user balance of the specified virtual currency.
public int Amount
Результат int

CharacterId публичное свойство

Unique PlayFab assigned ID for a specific character owned by a user
public string CharacterId
Результат string

PlayFabId публичное свойство

Unique PlayFab assigned ID of the user on whom the operation will be performed.
public string PlayFabId
Результат string

VirtualCurrency публичное свойство

Name of the virtual currency which is to be decremented.
public string VirtualCurrency
Результат string