WebApiModulesUtilitiesInventoryLocationItemInventoryLocationItem constructor
WebApiModulesUtilitiesInventoryLocationItemInventoryLocationItem({
- String? inventoryId,
- String? warehouseId,
- String? iCode,
- String? description,
- String? availableFor,
- String? rank,
- String? categoryId,
- String? category,
- String? subCategoryId,
- String? subCategory,
- String? inventoryTypeId,
- String? inventoryType,
- String? warehouseCode,
- String? warehouse,
- double? quantity,
- String? aisleLocation,
- String? shelfLocation,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesUtilitiesInventoryLocationItemInventoryLocationItem({
this.inventoryId,
this.warehouseId,
this.iCode,
this.description,
this.availableFor,
this.rank,
this.categoryId,
this.category,
this.subCategoryId,
this.subCategory,
this.inventoryTypeId,
this.inventoryType,
this.warehouseCode,
this.warehouse,
this.quantity,
this.aisleLocation,
this.shelfLocation,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});