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