public interface Transaction
Modifier and Type | Method and Description |
---|---|
javax.money.MonetaryAmount |
getAmount() |
String |
getId() |
String |
getInteractionId() |
TransactionState |
getState() |
ZonedDateTime |
getTimestamp() |
TransactionType |
getType() |
@Nullable ZonedDateTime getTimestamp()
TransactionType getType()
javax.money.MonetaryAmount getAmount()
String getId()
TransactionState getState()