WebApiModulesHomeControlsInventorySearchInventorySearch constructor

WebApiModulesHomeControlsInventorySearchInventorySearch({
  1. String? sessionId,
  2. String? inventoryId,
  3. String? warehouseId,
  4. int? id,
  5. String? lineage,
  6. String? packageItemId,
  7. double? quantity,
  8. DateTime? fromDate,
  9. DateTime? toDate,
  10. double? quantityAvailable,
  11. DateTime? conflictDate,
  12. String? availabilityState,
  13. double? quantityAvailableRegion,
  14. DateTime? conflictDateRegion,
  15. String? availabilityStateRegion,
  16. double? quantityAvailableAllWarehouses,
  17. DateTime? conflictDateAllWarehouses,
  18. String? availabilityStateAllWarehouses,
  19. double? totalQuantityInSession,
  20. String? auditNote,
  21. String? recordTitle,
  22. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  23. List<FwStandardDataFwCustomValue>? custom,
  24. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  25. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesHomeControlsInventorySearchInventorySearch({
  this.sessionId,
  this.inventoryId,
  this.warehouseId,
  this.id,
  this.lineage,
  this.packageItemId,
  this.quantity,
  this.fromDate,
  this.toDate,
  this.quantityAvailable,
  this.conflictDate,
  this.availabilityState,
  this.quantityAvailableRegion,
  this.conflictDateRegion,
  this.availabilityStateRegion,
  this.quantityAvailableAllWarehouses,
  this.conflictDateAllWarehouses,
  this.availabilityStateAllWarehouses,
  this.totalQuantityInSession,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});