You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
CCPAttributeValueOverview
Representation of an attribute value in the context of the configuration overview CCPAttributeValueOverview
export interface CCPAttributeValueOverview {
'characteristic'?: string;
'characteristicId'?: string;
'messages'?: Array<CCPMessage>;
'obsoletePrice'?: Price;
'price'?: Price;
'value'?: string;
'valueId'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
characteristic | Optional | string | Language dependent attribute name {string} CCPAttributeValueOverview |
characteristicId | Optional | string | Attribute ID {string} CCPAttributeValueOverview |
messages | Optional | Array<CCPMessage> | Message list {Array<CCPMessage>} CCPAttributeValueOverview |
obsoletePrice | Optional | Price | {Price} CCPAttributeValueOverview |
price | Optional | Price | {Price} CCPAttributeValueOverview |
value | Optional | string | Language dependent value name {string} CCPAttributeValueOverview |
valueId | Optional | string | Value ID {string} CCPAttributeValueOverview |