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