Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

PromotionList

Representation of a Promotion list PromotionList

export interface PromotionList {
	'promotions'?: Array<Promotion>;
}

Properties

NameRequiredTypeDescription
promotionsOptionalArray<Promotion>List of promotions {Array<Promotion>} PromotionList

Referenced Types

On this page