WithRawResponse

interface WithRawResponse

A view of TransferServiceAsync that provides access to raw HTTP responses for each method.

Inheritors

Functions

Link copied to clipboard
@MustBeClosed
abstract suspend fun create(params: TransferCreateParams, requestOptions: RequestOptions = RequestOptions.none()): HttpResponseFor<Transfer>

Returns a raw HTTP response for post /v1/transfer, but is otherwise the same as TransferServiceAsync.create.

Link copied to clipboard

Returns a view of this service with the given option modifications applied.