Class InventoryExchangeItem
Represents a player's inventory item that was part of a purchase.
Inherited Members
Namespace: Unity.Services.Economy.Model
Assembly: solution.dll
Syntax
[Preserve]
public class InventoryExchangeItem
Constructors
| Name | Description |
|---|---|
| InventoryExchangeItem(string, int, List<string>) |
Fields
| Name | Description |
|---|---|
| Amount | The amount of these items that were used/rewarded to make the purchase. |
| Id | The configuration ID of this inventory item. |
| PlayersInventoryItemIds | A list of ID's of the PlayersInventoryItem's that were used/rewarded in this purchase. |