C# Class PlayFab.ClientModels.PurchaseItemRequest

Inheritance: PlayFabRequestCommon
Datei anzeigen 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_oe property

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

CharacterId public_oe property

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

ItemId public_oe property

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

Price public_oe 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_oe property

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

VirtualCurrency public_oe property

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