Poq.SDK.Node

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

PromotionLink.(constructor)

Constructs a new instance of the PromotionLink class

Signature:

constructor(params?: {
        calloutMsg?: string;
        link?: string;
        name?: string;
        promotionId?: string;
        title?: string;
    });

Parameters

Parameter Type Description
params { calloutMsg?: string; link?: string; name?: string; promotionId?: string; title?: string; } (Optional)