C# Class PlayFab.ClientModels.GetStoreItemsResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

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

Property Details

CatalogVersion public property

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

MarketingData public property

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

Source public property

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

Store public property

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

StoreId public property

The ID of this store.
public string StoreId
return string