With Raw Response Impl
Functions
Link copied to clipboard
open suspend override fun create(params: TransferCreateParams, requestOptions: RequestOptions): HttpResponseFor<Transfer>
Returns a raw HTTP response for post /v1/transfer, but is otherwise the same as TransferServiceAsync.create.
Link copied to clipboard
open override fun withOptions(modifier: (ClientOptions.Builder) -> Unit): TransferServiceAsync.WithRawResponse
Returns a view of this service with the given option modifications applied.