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