Home > @poq/sdk-sfcc > ProductDetailsLink > (constructor)
Constructs a new instance of the ProductDetailsLink class
Signature:
constructor(params?: {
        productId: string;
        link?: string;
        productDescription?: string;
        productName?: string;
        title?: string;
    });
| Parameter | Type | Description | 
|---|---|---|
| params | { productId: string; link?: string; productDescription?: string; productName?: string; title?: string; } | (Optional) |