C# Class PlayFab.ClientModels.StoreItem

A store entry that list a catalog item at a particular price
Inheritance: PlayFabModelBase
Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
CustomData object
DisplayPosition uint?
ItemId string
RealCurrencyPrices uint>.Dictionary
VirtualCurrencyPrices uint>.Dictionary

Property Details

CustomData public property

Store specific custom data. The data only exists as part of this store; it is not transferred to item instances
public object CustomData
return object

DisplayPosition public property

Intended display position for this item. Note that 0 is the first position
public uint? DisplayPosition
return uint?

ItemId public property

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
return string

RealCurrencyPrices public property

Override prices for this item for specific currencies
public Dictionary RealCurrencyPrices
return uint>.Dictionary

VirtualCurrencyPrices public property

Override prices for this item in virtual currencies and "RM" (the base Real Money purchase price, in USD pennies)
public Dictionary VirtualCurrencyPrices
return uint>.Dictionary