You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
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 |