interface DiscountedTotalPricePortion {
    discount: Reference;
    discountedAmount: TypedMoney;
}

Properties

discount: Reference

A CartDiscountReference or DirectDiscountReference to the discount applied on the Cart totalPrice.

discountedAmount: TypedMoney

Money value of the discount.