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

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

Hierarchy (View Summary)

Properties

applicationMode?: DiscountApplicationMode

Determines how the discount is applied on CartDiscountLineItemTarget and CartDiscountCustomLineItemTarget.

Cent precision money values in different currencies.

type: "absolute"