C# Class PlayFab.AdminModels.UpdateStoreItemsRequest

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

Public Properties

Property Type Description
CatalogVersion string
MarketingData StoreMarketingModel
Store List
StoreId string

Property Details

CatalogVersion public_oe property

Catalog version of the store to update. If null, uses the default catalog.
public string CatalogVersion
return string

MarketingData public_oe property

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

Store public_oe property

Array of store items - references to catalog items, with specific pricing - to be added
public List Store
return List

StoreId public_oe property

Unique identifier for the store which is to be updated
public string StoreId
return string