Interface | Description |
---|---|
TransactionResult |
Represents the result of a particular transaction, such as a deposit
or withdrawal.
|
TransactionType |
Represents the type of a transaction.
|
TransferResult |
Represents a
TransactionResult specific to a transaction
of type TransactionTypes.TRANSFER . |
Class | Description |
---|---|
TransactionTypes |
Enum | Description |
---|---|
ResultType |
Represents the success or failure state of a
TransactionResult . |