invoiceprocessbatchCreatebatchPost method
Future<Response<WebApiModulesBillingInvoiceInvoiceProcessBatchResponse> >
invoiceprocessbatchCreatebatchPost({
- required WebApiModulesBillingInvoiceInvoiceProcessBatchRequest? body,
Implementation
Future<
chopper.Response<WebApiModulesBillingInvoiceInvoiceProcessBatchResponse>
>
invoiceprocessbatchCreatebatchPost({
required WebApiModulesBillingInvoiceInvoiceProcessBatchRequest? body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesBillingInvoiceInvoiceProcessBatchResponse,
() => WebApiModulesBillingInvoiceInvoiceProcessBatchResponse
.fromJsonFactory,
);
return _invoiceprocessbatchCreatebatchPost(body: body);
}