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