Home > @poq/sdk-sfcc > ProductListLink
Document representing a link to a product list.
Signature:
export declare class ProductListLink extends BaseModel<ProductListLink> 
Extends: BaseModel<ProductListLink
| Constructor | Modifiers | Description | 
|---|---|---|
| (constructor)(params) | Constructs a new instance of the ProductListLinkclass | 
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| _public? | boolean | (Optional) A flag indicating whether the owner made this product list available for access by other customers. | |
| 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? | ProductListLinkTypeEnum | (Optional) The type of the product list. |