Typescript SDK Type Docs
    Preparing search index...

    Interface DiscountsConfiguration

    Holds the configuration for behavior of Product and Cart Discounts.

    interface DiscountsConfiguration {
        discountCombinationMode: DiscountCombinationMode;
    }
    Index

    Properties

    discountCombinationMode: DiscountCombinationMode

    Indicates how Product Discounts and Cart Discounts should be combined. Default value is Stacking.