Home > @poq/sdk-sfcc > OptionValue
Document representing an option value.
Signature:
export declare class OptionValue extends BaseModel<OptionValue>
Extends: BaseModel<OptionValue
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the OptionValue class |
| 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. |