vendorinvoicebatchreportRunreportPost method

Implementation

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

  return _vendorinvoicebatchreportRunreportPost(body: body);
}