Home > @poq/sdk-sfcc > Option
Document representing a product option.
Signature:
export declare class Option extends BaseModel<Option>
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the Option class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| description? | string | (Optional) The localized description of the option. | |
| id | string | The id of the option. | |
| image? | string | (Optional) The URL to the option image. | |
| name? | string | (Optional) The localized name of the option. | |
| values? | Array<OptionValue> | (Optional) The array of option values. This array can be empty. |