public interface TransactionResult
| Modifier and Type | Method and Description |
|---|---|
Account |
getAccount()
Gets the
Account involved in the transaction. |
BigDecimal |
getAmount()
Gets the amount of the
Currency involved in the transaction. |
Set<Context> |
getContexts()
Returns the set of
Contexts used to perform the
transaction. |
Currency |
getCurrency()
Gets the
Currency involved in the transaction. |
ResultType |
getResult()
Gets the
ResultType of this transaction. |
TransactionType |
getType()
Returns the
TransactionType of this result. |
Currency getCurrency()
Currency involved in the transaction.CurrencyBigDecimal getAmount()
Currency involved in the transaction.Set<Context> getContexts()
Contexts used to perform the
transaction.ResultType getResult()
ResultType of this transaction.TransactionType getType()
TransactionType of this result.