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

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

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

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

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

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

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
Результат int

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

PlayFab unique identifier of the user whose virtual currency balance is to be increased.
public string PlayFabId
Результат string

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

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