Home > @vsf-enterprise/commercetools-types > StackingMode
# StackingMode enum
Describes how this discount interacts with other discounts
Signature:
export declare enum StackingMode
# Enumeration Members
| Member | Value | Description |
|---|---|---|
| Stacking | "Stacking" | Default. Continue applying other matching discounts after applying this one. |
| StopAfterThisDiscount | "StopAfterThisDiscount" | Don’t apply any more matching discounts after this one. |