Poq.SDK.Node

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

SuggestedProduct.(constructor)

Constructs a new instance of the SuggestedProduct class

Signature:

constructor(params?: {
        currency?: string;
        image?: Image;
        link?: string;
        price?: number;
        productId?: string;
        productName?: string;
    });

Parameters

Parameter Type Description
params { currency?: string; image?: Image; link?: string; price?: number; productId?: string; productName?: string; } (Optional)