Discount is applied to the total price of the Cart. The same percentage of discount applies on the Cart or Order taxedPrice.

interface CartDiscountTotalPriceTarget {
    type: "totalPrice";
}

Hierarchy (View Summary)

Properties

Properties

type: "totalPrice"