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

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

Properties

Properties

Cent precision money values in different currencies.

type: "absolute"

Generated using TypeDoc