v3.1.2
2020.3+

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
Namespace: Unity.Services.Economy.Model
Syntax
[Preserve]
public class PurchaseItemQuantity

Fields

Amount

Declaration
[Preserve]
public int Amount
Field Value
TypeDescription
Int32

Item

Declaration
[Preserve]
public EconomyReference Item
Field Value
TypeDescription
EconomyReference