Confirms a transfer for execution (processing state).
The transfer confirm request.
A promise that resolve to the updated transfer.
Requests a transfer creation (pending state).
The transfer create request.
A promise that resolve to the updated transfer.
Retrieves a transfer by id.
The id of the transfer.
A promise that resolves to a transfer.
Retrieves user transfers with pagination metadata.
OptionalgetTransferParameters: GetTransferParametersFilter parameters.
A promise that resolves to a transfer list.
Creates a transfer preview.
The request payload for creating a transfer preview.
A promise that resolves to the newly created transfer preview.
StaticgetFunctionRetrieves the singleton instance of the TransferService class.
The singleton instance of the TransferService class.
Service class for managing transfers related operations.