🚨 Announcing Vendure v2 Beta

PromotionOptions

PromotionOptions

Signature

interface PromotionOptions {
  promotionConditions?: Array<PromotionCondition<any>>;
  promotionActions?: Array<PromotionAction<any>>;
}

Members

promotionConditions

property
type:
Array<PromotionCondition<any>>
An array of conditions which can be used to construct Promotions

promotionActions

property
type:
Array<PromotionAction<any>>
An array of actions which can be used to construct Promotions