With Raw Response Impl
Functions
Link copied to clipboard
open suspend override fun create(params: BookTransferCreateParams, requestOptions: RequestOptions): HttpResponseFor<BookTransferResponse>
Returns a raw HTTP response for post /v1/book_transfers, but is otherwise the same as BookTransferServiceAsync.create.
Link copied to clipboard
@MustBeClosed
open suspend override fun list(params: BookTransferListParams, requestOptions: RequestOptions): HttpResponseFor<BookTransferListPageAsync>
Returns a raw HTTP response for get /v1/book_transfers, but is otherwise the same as BookTransferServiceAsync.list.
Link copied to clipboard
@MustBeClosed
open suspend override fun retrieve(params: BookTransferRetrieveParams, requestOptions: RequestOptions): HttpResponseFor<BookTransferResponse>
@MustBeClosed
Returns a raw HTTP response for get /v1/book_transfers/{book_transfer_token}, but is otherwise the same as BookTransferServiceAsync.retrieve.
Link copied to clipboard
@MustBeClosed
open suspend override fun reverse(params: BookTransferReverseParams, requestOptions: RequestOptions): HttpResponseFor<BookTransferResponse>
@MustBeClosed
Returns a raw HTTP response for post /v1/book_transfers/{book_transfer_token}/reverse, but is otherwise the same as BookTransferServiceAsync.reverse.
Link copied to clipboard
open override fun withOptions(modifier: (ClientOptions.Builder) -> Unit): BookTransferServiceAsync.WithRawResponse
Returns a view of this service with the given option modifications applied.