# Nr1CatalogApp.ItemCustomModifierWriteData

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**version** | **Number** | Version (normally epoch time in millis) representing the version of the object. This field is used to avoid object overrides in environments that allow concurrent modification of data. | 
**status** | **String** | Item Custom Modfiers status. If set to inactive, indicates that the custom modifier group is 'deleted' and should not be assigned to the catalog items.<br/>Supported types:<br/><ul><li>ACTIVE: Indicates that object is active.</li><li>INACTIVE: Indicates that object is not active. and ready to be inactivated</li><li>DISCONTINUED: Indicates that object is discontinued</li><li>SEASONAL: Indicates that object is seasonal</li><li>TO_DISCONTINUE: Indicates that object will be discontinued</li><li>UNAUTHORIZED: Indicates that object is unauthorized</li></ul> | 
**included** | **Boolean** | Property to determine if the linked item should be included | [optional] 
**autoAdd** | **Boolean** | Property to determine if the linked item should be auto added | [optional] 
**substitutionPrice** | **String** | Substitution Charge Value | 
**itemCustomModifierIdData** | [**ItemCustomModifierIdData**](ItemCustomModifierIdData.md) | Identifier object that specifies item code, link group code, linked item code and enterprise unit for the modifier object. | 


<a name="StatusEnum"></a>
## Enum: StatusEnum


* `INACTIVE` (value: `"INACTIVE"`)

* `ACTIVE` (value: `"ACTIVE"`)

* `DISCONTINUED` (value: `"DISCONTINUED"`)

* `SEASONAL` (value: `"SEASONAL"`)

* `TO_DISCONTINUE` (value: `"TO_DISCONTINUE"`)

* `UNAUTHORIZED` (value: `"UNAUTHORIZED"`)




<a name="SubstitutionPriceEnum"></a>
## Enum: SubstitutionPriceEnum


* `NO_CHARGE` (value: `"NO_CHARGE"`)

* `CHARGE_DIFFERENCE` (value: `"CHARGE_DIFFERENCE"`)

* `NOT_APPLICABLE` (value: `"NOT_APPLICABLE"`)




