Poq.SDK.Node

Home > @poq/sdk-sfcc > ProductDetailsLink > (constructor)

ProductDetailsLink.(constructor)

Constructs a new instance of the ProductDetailsLink class

Signature:

constructor(params?: {
        productId: string;
        link?: string;
        productDescription?: string;
        productName?: string;
        title?: string;
    });

Parameters

Parameter Type Description
params { productId: string; link?: string; productDescription?: string; productName?: string; title?: string; } (Optional)