create

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

Deprecated

deprecated

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