Struct TransactionResult
The result of a transaction.
Namespace: UnityEngine.GameFoundation
Syntax
public struct TransactionResult
Fields
costs
The items or currency which the transaction took from the player.
Declaration
public readonly TransactionCosts costs
Field Value
| Type | Description |
|---|---|
| TransactionCosts |
payout
The items or currency which the transaction granted to the player.
Declaration
public readonly Payout payout
Field Value
| Type | Description |
|---|---|
| Payout |