Functions

Link copied to clipboard
@MustBeClosed
open suspend fun list(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 fun retrieve(token: String, requestOptions: RequestOptions): HttpResponseFor<NetworkTotalRetrieveResponse>

@MustBeClosed
open suspend fun retrieve(token: String, params: ReportSettlementNetworkTotalRetrieveParams = ReportSettlementNetworkTotalRetrieveParams.none(), requestOptions: RequestOptions = RequestOptions.none()): HttpResponseFor<NetworkTotalRetrieveResponse>

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

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