CCPAttributeValueOverview
Representation of an attribute value in the context of the configuration overview. CCPAttributeValueOverview
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 identifier. {string} CCPAttributeValueOverview |