WebApiModulesWarehouseCheckInSerialNumbers constructor

WebApiModulesWarehouseCheckInSerialNumbers({
  1. String? serialNumber,
  2. String? itemStatus,
  3. bool? inSession,
  4. bool? qCRequired,
  5. int? orderTranId,
  6. String? internalChar,
  7. String? orderId,
  8. String? orderItemId,
  9. String? inventoryId,
  10. String? vendorId,
  11. String? description,
  12. int? quantity,
})

Implementation

WebApiModulesWarehouseCheckInSerialNumbers({
  this.serialNumber,
  this.itemStatus,
  this.inSession,
  this.qCRequired,
  this.orderTranId,
  this.internalChar,
  this.orderId,
  this.orderItemId,
  this.inventoryId,
  this.vendorId,
  this.description,
  this.quantity,
});