WebApiModulesHomeControlsInventoryCompleteKitInventoryCompleteKit constructor
WebApiModulesHomeControlsInventoryCompleteKitInventoryCompleteKit({
- String? inventoryId,
- String? packageId,
- String? iCode,
- String? iCodeColor,
- String? description,
- String? descriptionColor,
- String? itemClass,
- String? inventoryTypeId,
- String? inventoryType,
- String? categoryId,
- String? category,
- String? subCategoryId,
- String? subCategory,
- String? warehouseId,
- String? warehouse,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesHomeControlsInventoryCompleteKitInventoryCompleteKit({
this.inventoryId,
this.packageId,
this.iCode,
this.iCodeColor,
this.description,
this.descriptionColor,
this.itemClass,
this.inventoryTypeId,
this.inventoryType,
this.categoryId,
this.category,
this.subCategoryId,
this.subCategory,
this.warehouseId,
this.warehouse,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});