interface CartDiscountValueAbsoluteDraft {
    money: Money[];
    type: "absolute";
}

Properties

Properties

money: Money[]

Money values in different currencies. An absolute Cart Discount will only match a price if this array contains a value with the same currency. If it contains 10€ and 15$, the matching € price will be decreased by 10€ and the matching $ price will be decreased by 15$.

type: "absolute"

Generated using TypeDoc