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

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

Properties

applicationMode?: string

Determines how the discount is applied on CartDiscountLineItemTarget and CartDiscountCustomLineItemTarget.

Cent precision money values in different currencies.

type: "absolute"