invoiceprocessbatchCreatebatchPost method

Implementation

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

  return _invoiceprocessbatchCreatebatchPost(body: body);
}