Home > @poq/sdk-sfcc > Recommendation
Document representing a product recommendation.
Signature:
export declare class Recommendation extends BaseModel<Recommendation>
Extends: BaseModel<Recommendation
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the Recommendation class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| calloutMsg? | string | (Optional) The localized callout message of the recommendation. | |
| image? | Image | (Optional) | |
| longDescription? | string | (Optional) The localized long description of the recommendation. | |
| name? | string | (Optional) The localized name of the recommendation. | |
| recommendationType? | RecommendationType | (Optional) | |
| recommendedItemId? | string | (Optional) The recommended item id of the recommendation. | |
| recommendedItemLink? | string | (Optional) The recommended item link of the recommendation. | |
| shortDescription? | string | (Optional) The localized short description of the recommendation. |