Interface: BulkTransfer
Represents a SEPA bulk transfer in the system. This interface includes all the necessary fields to describe a bulk transfer, including its ID, initiator, timestamps, and results.Properties
completedCount
completedCount: number
The number of transfers that were successfully completed.
createdAt
createdAt: Date
The date and time when the bulk transfer was created.
failedCount
failedCount: number
The number of transfers that failed.
id
id: string
Unique identifier for the bulk transfer job.
initiatorId
initiatorId: string
Unique identifier for the member that created the BulkTransfer.
pendingCount
pendingCount: number
The number of transfers that are pending.
results
results: BulkTransferResult
[]
An array of results for each transfer in the bulk transfer, containing details about each transfer’s status and any errors.
totalCount
totalCount: number
The total number of transfers included in the bulk transfer.
updatedAt
updatedAt: Date
The date and time when the bulk transfer was last updated.