C# Class PlayFab.ClientModels.PurchaseItemRequest

Inheritance: PlayFabRequestCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer Class Usage Examples

Méthodes publiques

Свойство 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
Résultat string

CharacterId public_oe property

Unique PlayFab assigned ID for a specific character owned by a user
public string CharacterId
Résultat string

ItemId public_oe property

Unique identifier of the item to purchase.
public string ItemId
Résultat 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
Résultat int

StoreId public_oe property

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

VirtualCurrency public_oe property

Virtual currency to use to purchase the item.
public string VirtualCurrency
Résultat string