dealinvoicebatchreportRunreportPost method
Implementation
Future<
chopper.Response<
WebApiDataAppReportResponse>> dealinvoicebatchreportRunreportPost(
{required WebApiModulesReportsChargeProcessingReportsDealInvoiceBatchReportDealInvoiceBatchReportRequest?
body}) {
generatedMapping.putIfAbsent(WebApiDataAppReportResponse,
() => WebApiDataAppReportResponse.fromJsonFactory);
return _dealinvoicebatchreportRunreportPost(body: body);
}