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.).
Namespace: Unity.Services.Economy.Model
Syntax
[Preserve]
public class PurchaseItemQuantity
Fields
Amount
Declaration
[Preserve]
public int Amount
Field Value
Type | Description |
---|---|
Int32 |
Item
Declaration
[Preserve]
public EconomyReference Item
Field Value
Type | Description |
---|---|
EconomyReference |