dealoutstandingitemsreportRunreportPost method

Implementation

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

  return _dealoutstandingitemsreportRunreportPost(body: body);
}