WebApiModulesHomeControlsInventorySearchInventorySearchRequest constructor
WebApiModulesHomeControlsInventorySearchInventorySearchRequest({
- String? sessionId,
- String? orderId,
- String? availableFor,
- String? warehouseId,
- String? languageId,
- String? currencyId,
- String? inventoryTypeId,
- String? categoryId,
- String? subCategoryId,
- String? classification,
- String? searchText,
- String? attributeId,
- String? attributeValueId,
- String? attributeValueRange,
- bool? showAvailability,
- DateTime? fromDate,
- String? fromTime,
- DateTime? toDate,
- String? toTime,
- bool? showImages,
- bool? hideInventoryWithZeroQuantity,
- String? sortBy,
- 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,
});