Home > @poq/sdk-sfcc > RecommendationType
Document representing a recommendation type.
Signature:
export declare class RecommendationType extends BaseModel<RecommendationType>
Extends: BaseModel<RecommendationType
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the RecommendationType class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| displayValue? | string | (Optional) The localized display value of the recommendation type. | |
| value? | number | (Optional) The value of the recommendation type. |