WebApiModulesUtilitiesVendorInvoiceProcessBatchVendorInvoiceProcessBatchResponse constructor
WebApiModulesUtilitiesVendorInvoiceProcessBatchVendorInvoiceProcessBatchResponse({
- int? status,
- bool? success,
- String? msg,
- WebApiModulesUtilitiesVendorInvoiceProcessBatchVendorInvoiceProcessBatch? batch,
Implementation
WebApiModulesUtilitiesVendorInvoiceProcessBatchVendorInvoiceProcessBatchResponse({
this.status,
this.success,
this.msg,
this.batch,
});