WithRawResponse

interface WithRawResponse

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

Inheritors

Functions

Link copied to clipboard
@MustBeClosed
open suspend fun list(requestOptions: RequestOptions): HttpResponseFor<BalanceListPageAsync>

@MustBeClosed
abstract suspend fun list(params: BalanceListParams = BalanceListParams.none(), requestOptions: RequestOptions = RequestOptions.none()): HttpResponseFor<BalanceListPageAsync>

Returns a raw HTTP response for get /v1/balances, but is otherwise the same as BalanceServiceAsync.list.

Link copied to clipboard

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