Alokai
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

NameRequiredTypeDescription
promotionsOptionalArray<PromotionResult>List of promotion results {Array<PromotionResult>} PromotionResultList

Referenced Types

On this page