WebApiModulesInventoryInventoryReceiptAssignICodeResponse constructor

WebApiModulesInventoryInventoryReceiptAssignICodeResponse({
  1. String? iCode,
  2. String? inventoryId,
  3. bool? assigned,
  4. int? status,
  5. String? message,
  6. WebApiModulesInventoryInventoryReceiptItemBarcodeEnableResponse? barcodeData,
})

Implementation

WebApiModulesInventoryInventoryReceiptAssignICodeResponse({
  this.iCode,
  this.inventoryId,
  this.assigned,
  this.status,
  this.message,
  this.barcodeData,
});