Home > @poq/sdk-sfcc > 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;
});
Parameter | Type | Description |
---|---|---|
params | { currency?: string; image?: Image; link?: string; price?: number; productId?: string; productName?: string; } | (Optional) |