With Raw Response Impl
Functions
Link copied to clipboard
@MustBeClosed
open suspend override fun list(params: ReportSettlementNetworkTotalListParams, requestOptions: RequestOptions): HttpResponseFor<ReportSettlementNetworkTotalListPageAsync>
Returns a raw HTTP response for get /v1/reports/settlement/network_totals, but is otherwise the same as NetworkTotalServiceAsync.list.
Link copied to clipboard
@MustBeClosed
open suspend override fun retrieve(params: ReportSettlementNetworkTotalRetrieveParams, requestOptions: RequestOptions): HttpResponseFor<NetworkTotalRetrieveResponse>
@MustBeClosed
Returns a raw HTTP response for get /v1/reports/settlement/network_totals/{token}, but is otherwise the same as NetworkTotalServiceAsync.retrieve.
Link copied to clipboard
open override fun withOptions(modifier: (ClientOptions.Builder) -> Unit): NetworkTotalServiceAsync.WithRawResponse
Returns a view of this service with the given option modifications applied.