Struct TransactionExchangeData
Description of the result of a transaction.
Namespace: UnityEngine.GameFoundation.Data
Syntax
public struct TransactionExchangeData
Fields
currencies
The updated currencies
Declaration
public CurrencyExchangeData[] currencies
Field Value
| Type | Description |
|---|---|
| CurrencyExchangeData[] |
items
The created/removed items
Declaration
public InventoryItemData[] items
Field Value
| Type | Description |
|---|---|
| InventoryItemData[] |