WebApiModulesHomeControlsInventorySearchInventorySearch constructor
WebApiModulesHomeControlsInventorySearchInventorySearch({
- String? sessionId,
- String? inventoryId,
- String? warehouseId,
- int? id,
- String? lineage,
- String? packageItemId,
- double? quantity,
- DateTime? fromDate,
- DateTime? toDate,
- double? quantityAvailable,
- DateTime? conflictDate,
- String? availabilityState,
- double? quantityAvailableRegion,
- DateTime? conflictDateRegion,
- String? availabilityStateRegion,
- double? quantityAvailableAllWarehouses,
- DateTime? conflictDateAllWarehouses,
- String? availabilityStateAllWarehouses,
- double? totalQuantityInSession,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - 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,
});