completedCount: number
The number of transfers that were successfully completed.
createdAt: Date
The date and time when the bulk transfer was created.
failedCount: number
The number of transfers that failed.
id: string
Unique identifier for the bulk transfer job.
initiatorId: string
Unique identifier for the member that created the BulkTransfer.
pendingCount: number
The number of transfers that are pending.
results: BulkTransferResult
[]
An array of results for each transfer in the bulk transfer, containing details about each transfer’s status and any errors.
totalCount: number
The total number of transfers included in the bulk transfer.
updatedAt: Date
The date and time when the bulk transfer was last updated.