C# Class PlayFab.AdminModels.GetStoreItemsResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
CatalogVersion string
MarketingData StoreMarketingModel
Source SourceType?
Store List
StoreId string

Property Details

CatalogVersion public_oe property

The base catalog that this store is a part of.
public string CatalogVersion
return string

MarketingData public_oe property

Additional data about the store.
public StoreMarketingModel,PlayFab.AdminModels MarketingData
return StoreMarketingModel

Source public_oe property

How the store was last updated (Admin or a third party).
public SourceType? Source
return SourceType?

Store public_oe property

Array of items which can be purchased from this store.
public List Store
return List

StoreId public_oe property

The ID of this store.
public string StoreId
return string