public static interface Withdrawal.FiatWithdrawalData extends Withdrawal.WithdrawalData
| Modifier and Type | Method and Description |
|---|---|
Account |
getAccount() |
java.time.Instant |
getCreatedAt() |
long |
getId() |
Account |
getSourceAccount() |
java.lang.String |
getStatementRef() |
java.time.Instant |
getTransactedAt() |
java.time.Instant |
getUpdatedAt() |
long getId()
java.time.Instant getCreatedAt()
java.time.Instant getUpdatedAt()
java.time.Instant getTransactedAt()
java.lang.String getStatementRef()
Account getAccount()
Account getSourceAccount()