WebApiModulesUtilitiesInvoiceProcessBatchInvoiceProcessBatchResponse constructor
WebApiModulesUtilitiesInvoiceProcessBatchInvoiceProcessBatchResponse({
- int? status,
- bool? success,
- String? msg,
- WebApiModulesUtilitiesInvoiceProcessBatchInvoiceProcessBatch? batch,
- bool? autoProcessDepeletingDeposit,
Implementation
WebApiModulesUtilitiesInvoiceProcessBatchInvoiceProcessBatchResponse({
this.status,
this.success,
this.msg,
this.batch,
this.autoProcessDepeletingDeposit,
});