StackingMode
EnumDetermines how discounts within a group are combined.
#
Possible enum values
PARALLELApplies each eligible discount against the same original amount.
SERIALApplies eligible discounts in sequence, each against the amount remaining after earlier discounts.