NetworkTotalServiceAsyncImpl

Functions

Link copied to clipboard

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

Link copied to clipboard
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.