WebApiModulesHomeControlsInventorySearchInventorySearchRequest constructor

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

Implementation

WebApiModulesHomeControlsInventorySearchInventorySearchRequest({
  this.sessionId,
  this.orderId,
  this.availableFor,
  this.warehouseId,
  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,
});