Home > @poq/sdk-sfcc > PublicProductListLink
Document representing a link to a public product list.
Signature:
export declare class PublicProductListLink extends BaseModel<PublicProductListLink>
Extends: BaseModel<PublicProductListLink
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the PublicProductListLink class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| description? | string | (Optional) The description of this product list. | |
| link? | string | (Optional) The target of the link. | |
| name? | string | (Optional) The name of this product list. | |
| title? | string | (Optional) The link title. | |
| type? | PublicProductListLinkTypeEnum | (Optional) The type of the product list. |