Interface: BulkTransferResult
Represents the result of a single transfer within a bulk transfer. This interface includes the client transfer ID, transfer ID, any errors that occurred, and the status of the transfer.Properties
clientTransferId
clientTransferId: string
The client provided key to identify the transfer.
errors
errors:An array of errors that occurred during the transfer, if any. Each error includes details about the error code and description.null
|BulkTransferResultError
[]
status
status: string
The status of the transfer, which can indicate whether it was successful, pending, or failed.
transferId
transferId:The transfer ID of the created bulk transfer, only populated if the transfer was completed.null
|string