WebApiModulesWarehouseCheckInReconcileReconcileOrder constructor

WebApiModulesWarehouseCheckInReconcileReconcileOrder({
  1. String? orderNumber,
  2. String? description,
  3. String? dueDate,
  4. int? count,
  5. int? stillOut,
  6. String? vendor,
  7. String? orderId,
  8. String? vendorId,
  9. int? quantity,
})

Implementation

WebApiModulesWarehouseCheckInReconcileReconcileOrder({
  this.orderNumber,
  this.description,
  this.dueDate,
  this.count,
  this.stillOut,
  this.vendor,
  this.orderId,
  this.vendorId,
  this.quantity,
});