Struct TransactionCosts
Describes the costs of a transaction process.
Namespace: UnityEngine.GameFoundation
Syntax
public struct TransactionCosts
Properties
currencies
The currency balances removed.
Declaration
public IReadOnlyCollection<CurrencyExchange> currencies { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyCollection<CurrencyExchange> |
itemIds
The ID of the items removed.
Declaration
public IReadOnlyCollection<string> itemIds { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyCollection<String> |