PromotionType
Available promotion types.
enum PromotionType {
NORMAL
MEMBER
REPEATING
COUPON
MIXMATCH
}
Values
PromotionType.NORMAL
A normal promotion with reduced sales prices.
PromotionType.MEMBER
A promotion specifically for members. This will require that an activator is provided.
PromotionType.REPEATING
A promotion that repeats on a regular basis. This can be every weekend, every summer, every 3 weeks, etc.
PromotionType.COUPON
A coupon promotion. This requires that a coupon is provided in POS to activate the promotion. It also requires that an activator of type Coupon is present on the Promotion definition.
PromotionType.MIXMATCH
A pure mix and match (MixMatch) promotion. This will not allow any reduced prices to be part of the Promotion, only MixMatch combinations.
Member Of
Promotion
object