PromotionOptions
PromotionOptions
Signature
interface PromotionOptions {
promotionConditions?: Array<PromotionCondition<any>>;
promotionActions?: Array<PromotionAction<any>>;
}
promotionConditions
property
Array<PromotionCondition<any>>
An array of conditions which can be used to construct Promotions
promotionActions
property
Array<PromotionAction<any>>
An array of actions which can be used to construct Promotions