C# Класс PlayFab.ClientModels.PurchaseItemRequest

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

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

Свойство Тип Описание
CatalogVersion string
CharacterId string
ItemId string
Price int
StoreId string
VirtualCurrency string

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

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

Catalog version for the items to be purchased (defaults to most recent version.
public string CatalogVersion
Результат string

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

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

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

Unique identifier of the item to purchase.
public string ItemId
Результат string

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

Price the client expects to pay for the item (in case a new catalog or store was uploaded, with new prices).
public int Price
Результат int

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

Store to buy this item through. If not set, prices default to those in the catalog.
public string StoreId
Результат string

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

Virtual currency to use to purchase the item.
public string VirtualCurrency
Результат string