aragingsummaryreportRunreportPost method
Implementation
Future<
chopper.Response<
WebApiDataAppReportResponse>> aragingsummaryreportRunreportPost(
{required WebApiModulesReportsAccountingReportsArAgingSummaryReportArAgingSummaryReportRequest?
body}) {
generatedMapping.putIfAbsent(WebApiDataAppReportResponse,
() => WebApiDataAppReportResponse.fromJsonFactory);
return _aragingsummaryreportRunreportPost(body: body);
}