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 an outbound transfer by id.
The id of the transfer.
A promise that resolves to a transfer.
Retrieves user outbound transfers with pagination metadata.
OptionalgetTransferParameters: GetTransferParametersFilter parameters.
A promise that resolves to a transfer list.
Retrieves user inbound transfers with pagination metadata.
OptionalgetTransferParameters: GetTransferParametersFilter parameters.
A promise that resolves to a transfer list.
Retrieves an inbound transfer by id.
The id of the transfer.
A promise that resolves to a transfer.
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.