With Raw Response Impl
Functions
Link copied to clipboard
@MustBeClosed
open suspend override fun list(params: AggregateBalanceListParams, requestOptions: RequestOptions): HttpResponseFor<AggregateBalanceListPageAsync>
Returns a raw HTTP response for get /v1/aggregate_balances, but is otherwise the same as AggregateBalanceServiceAsync.list.
Link copied to clipboard
open override fun withOptions(modifier: (ClientOptions.Builder) -> Unit): AggregateBalanceServiceAsync.WithRawResponse
Returns a view of this service with the given option modifications applied.