C# Class PlayFab.ClientModels.StartPurchaseRequest

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

Public Properties

Property Type Description
CatalogVersion string
Items List
StoreId string

Property Details

CatalogVersion public property

Catalog version for the items to be purchased. Defaults to most recent catalog.
public string CatalogVersion
return string

Items public property

Array of items to purchase.
public List Items
return List

StoreId public property

Store through which to purchase items. If not set, prices will be pulled from the catalog itself.
public string StoreId
return string