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

A store entry that list a catalog item at a particular price
Наследование: PlayFabModelBase
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
CustomData object
DisplayPosition uint?
ItemId string
RealCurrencyPrices uint>.Dictionary
VirtualCurrencyPrices uint>.Dictionary

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

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

Store specific custom data. The data only exists as part of this store; it is not transferred to item instances
public object CustomData
Результат object

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

Intended display position for this item. Note that 0 is the first position
public uint? DisplayPosition
Результат uint?

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

Unique identifier of the item as it exists in the catalog - note that this must exactly match the ItemId from the catalog
public string ItemId
Результат string

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

Override prices for this item for specific currencies
public Dictionary RealCurrencyPrices
Результат uint>.Dictionary

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

Override prices for this item in virtual currencies and "RM" (the base Real Money purchase price, in USD pennies)
public Dictionary VirtualCurrencyPrices
Результат uint>.Dictionary