billinganalysisreportRunreportPost method

Implementation

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

  return _billinganalysisreportRunreportPost(body: body);
}