Poq.SDK.Node

Home > @poq/sdk-sfcc > OptionValue

OptionValue class

Document representing an option value.

Signature:

export declare class OptionValue extends BaseModel<OptionValue> 

Extends: BaseModel<OptionValue

Constructors

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

Properties

Property Modifiers Type Description
_default?   boolean (Optional) A flag indicating whether this option value is the default one.
id   string The id of the option value.
name?   string (Optional) The localized name of the option value.
price?   number (Optional) The effective price of this option value.