PromotionResult
Representation of a Promotion result PromotionResult
export interface PromotionResult {
'consumedEntries'?: Array<PromotionOrderEntryConsumed>;
'description'?: string;
'promotion'?: Promotion;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
consumedEntries | Optional | Array<PromotionOrderEntryConsumed> | List of promotion order entries consumed {Array<PromotionOrderEntryConsumed>} PromotionResult |
description | Optional | string | Description of promotion result {string} PromotionResult |
promotion | Optional | Promotion | {Promotion} PromotionResult |