Network Total Service Async Impl
Functions
Link copied to clipboard
open suspend override fun list(params: ReportSettlementNetworkTotalListParams, requestOptions: RequestOptions): ReportSettlementNetworkTotalListPageAsync
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 override fun retrieve(params: ReportSettlementNetworkTotalRetrieveParams, 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.