# Nr1CatalogApp.NodeBasicViewData

## 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. | 
**nodeCode** | **String** | Language independent code which is used to identify a node in hierarchy. Expected to be human-readable, non-localized identifier unique in the scope of its parent. | 
**tag** | **String** | Tag to mark the node. This tag is expected to be understood by the client. | [optional] 
**departmentNode** | **Boolean** | Indicates if this node represents a department. | [optional] 
**departmentSale** | **Boolean** | Indicates that this department is eligible to record sales at a department level if there is an issue with recording it at an item level | [optional] 
**status** | **String** | Node status. If set to inactive, indicates that the node 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.</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> | 
**nodeId** | [**NodeIdData**](NodeIdData.md) | Identifier of the node. | 
**parentId** | [**NodeIdData**](NodeIdData.md) | Identifier of the parent. May be for the root node.  | [optional] 
**title** | [**LocalizedTextData**](LocalizedTextData.md) | Title of human readable description of the category node. | 


<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"`)




