@gradientedge/commercetools-utils
    Preparing search index...

    Interface CartDiscountValueAbsolute

    Discounts the CartDiscountTarget by an absolute amount (not allowed for MultiBuyLineItemsTarget and MultiBuyCustomLineItemsTarget).

    interface CartDiscountValueAbsolute {
        applicationMode?: DiscountApplicationMode;
        money: CentPrecisionMoney[];
        type: "absolute";
    }

    Hierarchy (View Summary)

    Index

    Properties

    applicationMode?: DiscountApplicationMode

    Determines how the discount is applied on CartDiscountLineItemTarget and CartDiscountCustomLineItemTarget.

    Cent precision money values in different currencies.

    type: "absolute"