Home > @poq/sdk-sfcc > 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;
});
Parameter | Type | Description |
---|---|---|
params | { calloutMsg?: string; currency?: string; details?: string; discountedProductsLink?: string; endDate?: string; id?: string; image?: string; name?: string; startDate?: string; } | (Optional) |