Poq.SDK.Node

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

Promotion.(constructor)

Constructs a new instance of the Promotion class

Signature:

constructor(params?: {
        calloutMsg?: string;
        currency?: string;
        details?: string;
        discountedProductsLink?: string;
        endDate?: string;
        id?: string;
        image?: string;
        name?: string;
        startDate?: string;
    });

Parameters

Parameter Type Description
params { calloutMsg?: string; currency?: string; details?: string; discountedProductsLink?: string; endDate?: string; id?: string; image?: string; name?: string; startDate?: string; } (Optional)