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

    Interface DiscountedLineItemPortion

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

    Properties

    discount: Reference

    A CartDiscountReference or DirectDiscountReference of the applicable discount on the Line Item.

    discountedAmount: TypedMoney

    Money value of the applicable discount.