# Nr1CatalogApp.KitchenAttributes

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cookTime** | **Number** | The amount of time (in seconds) the item takes to prepare. For example, if pasta from a restaurant needs 5 minutes to be prepared then the cook time of the item should be set as 300. | [optional] 
**modifierTime** | **Number** | The amount of time (in seconds) a modifier item takes to be added to an item. This determines how the overall cook time of an item is affected by adding/deleting a modifier item to a meal. For example, if burger is an item and if lettuce has to be added on the burger as a standard modifier which has a modifier time of 10 seconds, then the total cook time of the item can be calculated by adding cook time of the burger and 10 second modifier time of the lettuce. | [optional] 
**modifierPercentage** | **Number** | The percentage of an item's cook time it takes to be added to the item. If an item is a standard modifier, and if it affects the total cook time by 20% then the value of this field should be 20 and would in turn affect the overall preparation time of the item. | [optional] 


