C# Class PlayFab.ClientModels.GetStoreItemsRequest

Inheritance: PlayFabRequestCommon
Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
CatalogVersion string
StoreId string

Property Details

CatalogVersion public property

catalog version to store items from. Use default catalog version if null
public string CatalogVersion
return string

StoreId public property

Unqiue identifier for the store which is being requested.
public string StoreId
return string