WebApiModulesHomeControlsInventorySearchInventorySearchRequest constructor

WebApiModulesHomeControlsInventorySearchInventorySearchRequest({
  1. String? sessionId,
  2. String? orderId,
  3. String? availableFor,
  4. String? warehouseId,
  5. String? languageId,
  6. String? currencyId,
  7. String? inventoryTypeId,
  8. String? categoryId,
  9. String? subCategoryId,
  10. String? classification,
  11. String? searchText,
  12. String? attributeId,
  13. String? attributeValueId,
  14. String? attributeValueRange,
  15. bool? showAvailability,
  16. DateTime? fromDate,
  17. String? fromTime,
  18. DateTime? toDate,
  19. String? toTime,
  20. bool? showImages,
  21. bool? hideInventoryWithZeroQuantity,
  22. String? sortBy,
  23. List<FwStandardModelsCheckBoxListItem>? excelFields,
})

Implementation

WebApiModulesHomeControlsInventorySearchInventorySearchRequest({
  this.sessionId,
  this.orderId,
  this.availableFor,
  this.warehouseId,
  this.languageId,
  this.currencyId,
  this.inventoryTypeId,
  this.categoryId,
  this.subCategoryId,
  this.classification,
  this.searchText,
  this.attributeId,
  this.attributeValueId,
  this.attributeValueRange,
  this.showAvailability,
  this.fromDate,
  this.fromTime,
  this.toDate,
  this.toTime,
  this.showImages,
  this.hideInventoryWithZeroQuantity,
  this.sortBy,
  this.excelFields,
});