Home > @poq/sdk-sfcc > VariationAttribute
Document representing a variation attribute.
Signature:
export declare class VariationAttribute extends BaseModel<VariationAttribute>
Extends: BaseModel<VariationAttribute
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the VariationAttribute class |
Property | Modifiers | Type | Description |
---|---|---|---|
id | string | The id of the variation attribute. | |
name? | string | (Optional) The localized display name of the variation attribute. | |
values? | Array<VariationAttributeValue> | (Optional) The sorted array of variation values. This array can be empty. |