WebApiModulesUtilitiesInvoiceProcessBatchInvoiceProcessBatchRequest constructor

WebApiModulesUtilitiesInvoiceProcessBatchInvoiceProcessBatchRequest({
  1. String? locationId,
  2. DateTime? asOfDate,
})

Implementation

WebApiModulesUtilitiesInvoiceProcessBatchInvoiceProcessBatchRequest({
  this.locationId,
  this.asOfDate,
});