NetworkTotalServiceAsync

Types

Link copied to clipboard
interface WithRawResponse

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

Functions

Link copied to clipboard

abstract suspend fun list(params: ReportSettlementNetworkTotalListParams = ReportSettlementNetworkTotalListParams.none(), requestOptions: RequestOptions = RequestOptions.none()): ReportSettlementNetworkTotalListPageAsync

List network total records with optional filters. Not available in sandbox.

Link copied to clipboard
abstract suspend fun retrieve(params: ReportSettlementNetworkTotalRetrieveParams, requestOptions: RequestOptions = RequestOptions.none()): NetworkTotalRetrieveResponse
open suspend fun retrieve(token: String, requestOptions: RequestOptions): NetworkTotalRetrieveResponse

open suspend fun retrieve(token: String, params: ReportSettlementNetworkTotalRetrieveParams = ReportSettlementNetworkTotalRetrieveParams.none(), requestOptions: RequestOptions = RequestOptions.none()): NetworkTotalRetrieveResponse

Retrieve a specific network total record by token. Not available in sandbox.

Link copied to clipboard

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

Link copied to clipboard

Returns a view of this service that provides access to raw HTTP responses for each method.