Skip to content
Get startedWebsite

Shared

ModelsExpand Collapse
class Transaction:
id: String
formatuuid
accountId: String
formatuuid
amount: String
balanceAfter: String
createdAt: LocalDateTime
formatdate-time
currency: String
status: Status
One of the following:
PENDING("pending")
COMPLETED("completed")
FAILED("failed")
CANCELLED("cancelled")
transactionType: TransactionType
One of the following:
DEPOSIT("deposit")
WITHDRAWAL("withdrawal")
TRANSFER("transfer")
RECURRING_PAYMENT("recurring_payment")
SAVINGS_WITHDRAW("savings_withdraw")
updatedAt: LocalDateTime
formatdate-time
description: Optional<String>
externalRecipientId: Optional<String>
recipientAccountId: Optional<String>
formatuuid
referenceId: Optional<String>
formatuuid