My Project
Loading...
Searching...
No Matches
Public Attributes | List of all members
PlayFab.ClientModels.StoreItem Class Reference

A store entry that list a catalog item at a particular price. More...

Inheritance diagram for PlayFab.ClientModels.StoreItem:
PlayFab.SharedModels.PlayFabBaseModel

Public Attributes

object CustomData
 Store specific custom data. The data only exists as part of this store; it is not transferred to item instances.
 
uint? DisplayPosition
 Intended display position for this item. Note that 0 is the first position.
 
string ItemId
 Unique identifier of the item as it exists in the catalog - note that this must exactly match the ItemId from the catalog.
 
Dictionary< string, uint > RealCurrencyPrices
 Override prices for this item for specific currencies.
 
Dictionary< string, uint > VirtualCurrencyPrices
 Override prices for this item in virtual currencies and "RM" (the base Real Money purchase price, in USD pennies)
 

Additional Inherited Members

- Public Member Functions inherited from PlayFab.SharedModels.PlayFabBaseModel
string ToJson ()
 

Detailed Description

A store entry that list a catalog item at a particular price.


The documentation for this class was generated from the following file: