subrentalbillinganalysisreportRunreportPost method

Implementation

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

  return _subrentalbillinganalysisreportRunreportPost(body: body);
}