Poq.SDK.Node

Home > @poq/sdk-sfcc > Option

Option class

Document representing a product option.

Signature:

export declare class Option extends BaseModel<Option> 

Extends: BaseModel<Option

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the Option class

Properties

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.