Home > @poq/sdk-sfcc > ProductListEvent
Document representing a product list event.
Signature:
export declare class ProductListEvent extends BaseModel<ProductListEvent>
Extends: BaseModel<ProductListEvent
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the ProductListEvent class |
Property | Modifiers | Type | Description |
---|---|---|---|
city? | string | (Optional) The city where the event takes place. | |
country? | string | (Optional) The country where the event takes place. | |
date? | string | (Optional) The date when the event takes place. | |
state? | string | (Optional) The federal state where the event takes place. | |
type? | string | (Optional) Type of the event to celebrate. |