Class PurchaseItemQuantity
Represents an amount of currency/inventory items associated with a purchase. Each one relates to a single currency/inventory item type (for example 4 swords, 10 gold etc.).
Inheritance
PurchaseItemQuantity
Assembly: Unity.Services.Economy.dll
Syntax
[Preserve]
public class PurchaseItemQuantity
Constructors
PurchaseItemQuantity()
Declaration
[Preserve]
public PurchaseItemQuantity()
Fields
Amount
Declaration
[Preserve]
[JsonRequired]
[JsonProperty("amount")]
public int Amount
Field Value
Item
Declaration
[Preserve]
[JsonRequired]
[JsonProperty("itemId")]
public EconomyReference Item
Field Value