Class TransactionReceipt
Contains a set of data to describe how a transaction occurred.
Namespace: UnityEngine .GameFoundation
Assembly: solution.dll
Syntax
public class TransactionReceipt
Constructors
Name | Description |
---|---|
Transaction |
Basic constructor takes in values for all fields of this receipt. Because the receipt is readonly, these values become set in stone once the receipt is made. |
Properties
Name | Description |
---|---|
failed | Whether or not the transaction was a failure |
failure |
The reason this transaction failed (if it failed.) |
input |
The id of the input inventory used for the transaction. |
input |
The inputs used for this transaction |
output |
The id of the output inventory used for the transaction |
output |
The outputs used for this transaction |
succeeded | Whether or not the transaction was a success |
transaction |
The date time this transaction occured Format is CultureInfo.InvariantCulture |
transaction |
The unique id for this receipt |