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

    Interface DiscountedLineItemPriceForQuantity

    interface DiscountedLineItemPriceForQuantity {
        discountedPrice: DiscountedLineItemPrice;
        quantity: number;
    }
    Index

    Properties

    discountedPrice: DiscountedLineItemPrice

    Discounted price of the Line Item or Custom Line Item.

    quantity: number

    Number of Line Items or Custom Line Items in the Cart.