vendorinvoiceprocessbatchCreatebatchPost method

Implementation

Future<
  chopper.Response<
    WebApiModulesUtilitiesVendorInvoiceProcessBatchVendorInvoiceProcessBatchResponse
  >
>
vendorinvoiceprocessbatchCreatebatchPost({
  required WebApiModulesUtilitiesVendorInvoiceProcessBatchVendorInvoiceProcessBatchRequest?
  body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesUtilitiesVendorInvoiceProcessBatchVendorInvoiceProcessBatchResponse,
    () =>
        WebApiModulesUtilitiesVendorInvoiceProcessBatchVendorInvoiceProcessBatchResponse
            .fromJsonFactory,
  );

  return _vendorinvoiceprocessbatchCreatebatchPost(body: body);
}