C# Class PlayFab.ClientModels.PurchaseItemRequest

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

Public Properties

Property Type Description
CatalogVersion string
CharacterId string
ItemId string
Price int
StoreId string
VirtualCurrency string

Property Details

CatalogVersion public property

Catalog version for the items to be purchased (defaults to most recent version.
public string CatalogVersion
return string

CharacterId public property

Unique PlayFab assigned ID for a specific character owned by a user
public string CharacterId
return string

ItemId public property

Unique identifier of the item to purchase.
public string ItemId
return string

Price public property

Price the client expects to pay for the item (in case a new catalog or store was uploaded, with new prices).
public int Price
return int

StoreId public property

Store to buy this item through. If not set, prices default to those in the catalog.
public string StoreId
return string

VirtualCurrency public property

Virtual currency to use to purchase the item.
public string VirtualCurrency
return string