Interface: BulkTransferSettings<T>
The settings related to SEPA bulk transfers, including the bank account ID and the bulk transfers to be processed.Type Parameters
T
T
Properties
bankAccountId
bankAccountId: string
The ID of the bank account from which the transfers will be made.
bulkTransfers
bulkTransfers: T
[]
An array of individual transfers to process in this bulk operation.
Each transfer includes details such as beneficiary ID, amount, reference, and optional note.