With Raw Response Impl
Functions
Link copied to clipboard
@MustBeClosed
open suspend override fun listDetails(params: ReportSettlementListDetailsParams, requestOptions: RequestOptions): HttpResponseFor<ReportSettlementListDetailsPageAsync>
@MustBeClosed
Returns a raw HTTP response for get /v1/reports/settlement/details/{report_date}, but is otherwise the same as SettlementServiceAsync.listDetails.
Link copied to clipboard
Link copied to clipboard
@MustBeClosed
open suspend override fun summary(params: ReportSettlementSummaryParams, requestOptions: RequestOptions): HttpResponseFor<SettlementReport>
@MustBeClosed
Returns a raw HTTP response for get /v1/reports/settlement/summary/{report_date}, but is otherwise the same as SettlementServiceAsync.summary.
Link copied to clipboard
open override fun withOptions(modifier: (ClientOptions.Builder) -> Unit): SettlementServiceAsync.WithRawResponse
Returns a view of this service with the given option modifications applied.