billingschedulereportRunreportPost method

Implementation

Future<chopper.Response<WebApiDataAppReportResponse>>
billingschedulereportRunreportPost({
  required WebApiModulesReportsBillingBillingScheduleReportBillingScheduleReportRequest?
  body,
}) {
  generatedMapping.putIfAbsent(
    WebApiDataAppReportResponse,
    () => WebApiDataAppReportResponse.fromJsonFactory,
  );

  return _billingschedulereportRunreportPost(body: body);
}