PromotionResultList
Representation of a Promotion result list PromotionResultList
export interface PromotionResultList {
'promotions'?: Array<PromotionResult>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
promotions | Optional | Array<PromotionResult> | List of promotion results {Array<PromotionResult>} PromotionResultList |