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 |