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

Properties

Cart Discount related to the discounted price.

discountedAmount: TypedMoney

Money value of the discount.