# Nr1CatalogApp.LinkedItemReferenceData

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**itemCode** | **String** | A unique item (unique per Tenant) code which is used to identify the item. | 
**appliedAutomatically** | **Boolean** | If set to true, then the default value specified in the restriction is applied automatically. This allows to automatically apply certain items to the order without user interaction. Example: link item attached to the \"salad\" is \"fork with default quantity of 1\". When order is created the user is not expected to see that fork is part of the order and explicitly include it in the ordea, but fork must be in the order for fulfillment , so that whoever prepares the order does not forget to put one in. | [optional] 
**modifierTime** | **Number** | The modifier time (in seconds) of an item based on a linked group. The modifier time in linked items takes precedence over the item attribute's modifier time. An item can have a different modifier time based on what linked group the item is apart of. For example, as a standard modifier, fries can have a modifier time of 60 seconds to be cooked, but it can have a link group modifier time of 30 seconds when it is added as a part of a combo because it can be done in parallel.  | [optional] 
**restriction** | [**LinkRestrictionData**](LinkRestrictionData.md) | Restrictions set on this item. | 
**itemFactor** | **Number** |  | [optional] 
**dynamicAttributes** | [**[DynamicAttributesData]**](DynamicAttributesData.md) | Dynamic attributes stored at the linked group level. These may contain domain-specific attributes such as maxportions (e.g. two portions of ketchup are allowed with one sale of a hamburger. | [optional] 


