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