invoicediscountreportRunreportPost method

Implementation

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

  return _invoicediscountreportRunreportPost(body: body);
}