WebApiModulesWarehouseExchangeExchangeItemStatus constructor

const WebApiModulesWarehouseExchangeExchangeItemStatus({
  1. String? inventoryId,
  2. String? iCode,
  3. String? availableFor,
  4. String? inventoryClass,
  5. String? description,
  6. String? warehouseId,
  7. String? warehouse,
  8. String? vendorId,
  9. String? vendor,
  10. String? purchaseOrderId,
  11. String? purchaseOrderNumber,
  12. String? consignorId,
  13. String? consignor,
})

Implementation

const WebApiModulesWarehouseExchangeExchangeItemStatus({
  this.inventoryId,
  this.iCode,
  this.availableFor,
  this.inventoryClass,
  this.description,
  this.warehouseId,
  this.warehouse,
  this.vendorId,
  this.vendor,
  this.purchaseOrderId,
  this.purchaseOrderNumber,
  this.consignorId,
  this.consignor,
});