amount: number
The amount of money being transferred, represented as a number.
amountCents: number
The amount of money being transferred, represented in cents as a number.
amountCurrency: string
The currency of the amount being transferred, represented as a string.
bankAccountId: string
The ID of the bank account from which the transfer is made.
beneficiaryId: string
The ID of the beneficiary to whom the transfer is made.
completedAt: Date
The date and time when the transfer was completed.
createdAt: Date
The date and time when the transfer was created.
declinedReason: string
The reason for the transfer being declined, if applicable.
id: string
initiatorId: string
note: string
An optional note that can be included with the transfer for additional
information or context.
processedAt: Date
The date and time when the transfer was processed.
reference: string
A reference string for the transfer, which can be used for tracking or
identification purposes.
scheduledDate: Date
The date when the transfer is scheduled to be processed.
status: string
The current status of the SEPA transfer, represented as a string.
transactionId: string
The ID of the transaction associated with this SEPA transfer.
updatedAt: Date
The date and time when the transfer was last updated.