Package org.core.eco.transaction
Class TransactionImpl
java.lang.Object
org.core.eco.transaction.TransactionImpl
- All Implemented Interfaces:
Transaction
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionImpl(Currency currency, BigDecimal amount, TransactionType type) -
Method Summary
Modifier and TypeMethodDescription@NotNull BigDecimal@NotNull Currency@NotNull TransactionTypegetType()
-
Constructor Details
-
TransactionImpl
-
-
Method Details
-
getCurrency
- Specified by:
getCurrencyin interfaceTransaction
-
getAmount
- Specified by:
getAmountin interfaceTransaction
-
getType
- Specified by:
getTypein interfaceTransaction
-