C# Class PlayFab.ClientModels.ItemPurchaseRequest

Inheritance: PlayFabRequestCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
Annotation string
ItemId string
Quantity uint
UpgradeFromItems List

Property Details

Annotation public_oe property

Title-specific text concerning this purchase.
public string Annotation
return string

ItemId public_oe property

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

Quantity public_oe property

How many of this item to purchase.
public uint Quantity
return uint

UpgradeFromItems public_oe property

Items to be upgraded as a result of this purchase (upgraded items are hidden, as they are "replaced" by the new items).
public List UpgradeFromItems
return List