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

    Interface DiscountedPrice

    interface DiscountedPrice {
        discount: ProductDiscountReference;
        value: TypedMoney;
    }
    Index

    Properties

    Properties

    ProductDiscount related to the discounted price.

    value: TypedMoney

    Money value of the discounted price.