Properties

discountedAmount: TypedMoney

Money value of the discount on the total price of the Cart or Order.

discountedGrossAmount?: TypedMoney

Money value of the discount on the total gross price of the Cart or Order.

The same percentage of discount applies as on the `discountedAmount`.
Present only when `taxedPrice` of the Cart or Order exists.
discountedNetAmount?: TypedMoney

Money value of the discount on the total net price of the Cart or Order.

The same percentage of discount applies as on the `discountedAmount`.
Present only when `taxedPrice` of the Cart or Order exists.
includedDiscounts: DiscountedTotalPricePortion[]

Discounts that impact the total price of the Cart or Order.