invoiceprocessbatchCreatebatchPost method

Implementation

Future<
        chopper.Response<
            WebApiModulesUtilitiesInvoiceProcessBatchInvoiceProcessBatchResponse>>
    invoiceprocessbatchCreatebatchPost(
        {required WebApiModulesUtilitiesInvoiceProcessBatchInvoiceProcessBatchRequest?
            body}) {
  generatedMapping.putIfAbsent(
      WebApiModulesUtilitiesInvoiceProcessBatchInvoiceProcessBatchResponse,
      () =>
          WebApiModulesUtilitiesInvoiceProcessBatchInvoiceProcessBatchResponse
              .fromJsonFactory);

  return _invoiceprocessbatchCreatebatchPost(body: body);
}