# Nr1CatalogApp.ItemPriceViewData

## 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. | 
**price** | **Number** | Price value. | 
**currency** | **String** | Currency of the price value. | 
**effectiveDate** | **Date** | Effective date for the price. | 
**endDate** | **Date** | End date for the price. The price may be considered expired after the specified date. | [optional] 
**status** | **String** | Status of the price object. More than one price can be active at a time.<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> | 
**basePrice** | **Boolean** | To determine the price is base price or not. | [optional] 
**linkGroupId** | [**LinkGroupIdData**](LinkGroupIdData.md) |  | [optional] 
**itemPriceType** | **String** | Type of listed price, eg. cash, credit, full service, selfservice etc. | [optional] 
**tareWeightUom** | **String** | The Unit of Measure as it relates to Tare Weight. | [optional] 
**tareWeight** | **Number** | Tare Weight of an item. This is used when items are sold by weight and the weight of its wrapper/container needs to be excluded from total weight. This allows the POS to price an item by excluding the tare weight. | [optional] 
**precision** | **Number** | The number of decimal places allowed on the item's tare weight. Example precision=2 would have price like $1.99 | [optional] 
**includesContainer** | **Boolean** | Indicates whether the overall item price includes the weight/price of the container. | [optional] 
**quantityPricedItem** | **Boolean** | Indicates whether the item price is associated with quantity. For example, 3 apples for $5 | [optional] 
**promotionPriceType** | **String** | Indicates whether loyalty card pricing applies to the item price. <br/>Supported types:<br/><ul><li>NON_CARD_PRICE: Indicates that price is not for loyalty card customers.</li><li>CARD_PRICE: Indicates that price is for loyalty card customers.</li></ul> | 
**sourceSystem** | [**SourceSystemData**](SourceSystemData.md) | The source system that creates and modifies the record.<br/>Supported source systems:<br/><ul><li>ERP: Enterprise Resource Planning system.</li><li>STORE: Store.</li></ul> | [optional] 
**dynamicAttributes** | [**[DynamicAttributesData]**](DynamicAttributesData.md) | Customer or product specific dynamic attributes. These can contain any number of attributes that may drive client application behavior (such as POS logic). | [optional] 
**priceId** | [**ItemPriceIdData**](ItemPriceIdData.md) | Item price identifier. | 
**auditTrail** | [**AuditTrailData**](AuditTrailData.md) | Audit data information. | [optional] 


<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="ItemPriceTypeEnum"></a>
## Enum: ItemPriceTypeEnum


* `SELF_SERVICE_CASH` (value: `"SELF_SERVICE_CASH"`)

* `SELF_SERVICE_CREDIT` (value: `"SELF_SERVICE_CREDIT"`)

* `FULL_SERVICE_CASH` (value: `"FULL_SERVICE_CASH"`)

* `FULL_SERVICE_CREDIT` (value: `"FULL_SERVICE_CREDIT"`)

* `AD_MEMBER` (value: `"AD_MEMBER"`)

* `AD_NON_MEMBER` (value: `"AD_NON_MEMBER"`)

* `AD_CLEARANCE` (value: `"AD_CLEARANCE"`)




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


* `NOT_KNOWN` (value: `"NOT_KNOWN"`)

* `PIECE` (value: `"PIECE"`)

* `TON` (value: `"TON"`)

* `METRE` (value: `"METRE"`)

* `INCH` (value: `"INCH"`)

* `YARD` (value: `"YARD"`)

* `GBGALLON` (value: `"GBGALLON"`)

* `GRAM` (value: `"GRAM"`)

* `CENTIMETRE` (value: `"CENTIMETRE"`)

* `SQUAREMETRE` (value: `"SQUAREMETRE"`)

* `FOOT` (value: `"FOOT"`)

* `MILE` (value: `"MILE"`)

* `SQUAREINCH` (value: `"SQUAREINCH"`)

* `SQUAREFOOT` (value: `"SQUAREFOOT"`)

* `SQUAREMILE` (value: `"SQUAREMILE"`)

* `GBOUNCE` (value: `"GBOUNCE"`)

* `USOUNCE` (value: `"USOUNCE"`)

* `GBPINT` (value: `"GBPINT"`)

* `USPINT` (value: `"USPINT"`)

* `GBQUART` (value: `"GBQUART"`)

* `USQUART` (value: `"USQUART"`)

* `USGALLON` (value: `"USGALLON"`)

* `MILLIMETRE` (value: `"MILLIMETRE"`)

* `KILOMETRE` (value: `"KILOMETRE"`)

* `SQUAREYARD` (value: `"SQUAREYARD"`)

* `ACRE` (value: `"ACRE"`)

* `ARE` (value: `"ARE"`)

* `SQUAREMILLIMETRE` (value: `"SQUAREMILLIMETRE"`)

* `SQUARECENTIMETRE` (value: `"SQUARECENTIMETRE"`)

* `HECTARE` (value: `"HECTARE"`)

* `SQUAREKILOMETRE` (value: `"SQUAREKILOMETRE"`)

* `MILLILITRE` (value: `"MILLILITRE"`)

* `CENTILITRE` (value: `"CENTILITRE"`)

* `LITRE` (value: `"LITRE"`)

* `POUND` (value: `"POUND"`)

* `BARRELS` (value: `"BARRELS"`)

* `BILLIONCUBICFEET` (value: `"BILLIONCUBICFEET"`)

* `BOARDFEET` (value: `"BOARDFEET"`)

* `BUSHELS` (value: `"BUSHELS"`)

* `CUBICMETERS` (value: `"CUBICMETERS"`)

* `KILOWATTHOURS` (value: `"KILOWATTHOURS"`)

* `ONEMILLIONBTU` (value: `"ONEMILLIONBTU"`)

* `TROYOUNCES` (value: `"TROYOUNCES"`)

* `KILOGRAM` (value: `"KILOGRAM"`)




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


* `NON_CARD_PRICE` (value: `"NON_CARD_PRICE"`)

* `CARD_PRICE` (value: `"CARD_PRICE"`)




