billingstatementreportRunreportPost method

Implementation

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

  return _billingstatementreportRunreportPost(body: body);
}