@gradientedge/commercetools-utils
    Preparing search index...

    Interface DiscountedTotalPricePortion

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

    Properties

    discount: Reference

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

    discountedAmount: TypedMoney

    Money value of the discount.