Home > @poq/sdk-sfcc > ProductDetailsLink
Document representing a link to the resource for product details.
Signature:
export declare class ProductDetailsLink extends BaseModel<ProductDetailsLink> 
Extends: BaseModel<ProductDetailsLink
| Constructor | Modifiers | Description | 
|---|---|---|
| (constructor)(params) | Constructs a new instance of the ProductDetailsLinkclass | 
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| link? | string | (Optional) The target of the link. | |
| productDescription? | string | (Optional) The description of the product. | |
| productId | string | The id of the product. | |
| productName? | string | (Optional) The name of the product. | |
| title? | string | (Optional) The link title. |