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
Context s 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.Currency
BigDecimal getAmount()
Currency
involved in the transaction.Set<Context> getContexts()
Context
s used to perform the
transaction.ResultType getResult()
ResultType
of this transaction.TransactionType getType()
TransactionType
of this result.