receiptreportRunreportPost method

Implementation

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

  return _receiptreportRunreportPost(body: body);
}