public interface TransactionDraft
TransactionDraftBuilder
Modifier and Type | Method and Description |
---|---|
javax.money.MonetaryAmount |
getAmount() |
CustomFields |
getCustom() |
String |
getInteractionId() |
TransactionState |
getState()
The state of this transaction.
|
ZonedDateTime |
getTimestamp() |
TransactionType |
getType() |
@Nullable ZonedDateTime getTimestamp()
TransactionType getType()
javax.money.MonetaryAmount getAmount()
@Nullable TransactionState getState()
@Nullable CustomFields getCustom()