You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
PromotionList
Representation of a Promotion list PromotionList
export interface PromotionList {
'promotions'?: Array<Promotion>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
promotions | Optional | Array<Promotion> | List of promotions {Array<Promotion>} PromotionList |