WebApiModulesWarehouseCheckInCheckInOrder constructor

WebApiModulesWarehouseCheckInCheckInOrder({
  1. String? orderId,
  2. String? orderNo,
  3. String? orderDescription,
  4. int? priority,
})

Implementation

WebApiModulesWarehouseCheckInCheckInOrder({
  this.orderId,
  this.orderNo,
  this.orderDescription,
  this.priority,
});