WebApiModulesUtilitiesInvoiceProcessBatchInvoiceProcessBatchResponse constructor

WebApiModulesUtilitiesInvoiceProcessBatchInvoiceProcessBatchResponse({
  1. int? status,
  2. bool? success,
  3. String? msg,
  4. WebApiModulesUtilitiesInvoiceProcessBatchInvoiceProcessBatch? batch,
  5. bool? autoProcessDepeletingDeposit,
})

Implementation

WebApiModulesUtilitiesInvoiceProcessBatchInvoiceProcessBatchResponse({
  this.status,
  this.success,
  this.msg,
  this.batch,
  this.autoProcessDepeletingDeposit,
});