WebApiModulesHomeControlsInventorySearchInventorySearchAddToOrderRequest constructor

WebApiModulesHomeControlsInventorySearchInventorySearchAddToOrderRequest({
  1. String? orderId,
  2. int? insertAtIndex,
  3. DateTime? pickDate,
  4. String? pickTime,
  5. DateTime? fromDate,
  6. String? fromTime,
  7. DateTime? toDate,
  8. String? toTime,
  9. String? sessionId,
})

Implementation

WebApiModulesHomeControlsInventorySearchInventorySearchAddToOrderRequest({
  this.orderId,
  this.insertAtIndex,
  this.pickDate,
  this.pickTime,
  this.fromDate,
  this.fromTime,
  this.toDate,
  this.toTime,
  this.sessionId,
});