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

    Interface StandalonePriceDiscountSetMessagePayload

    Generated after a Product Discount is successfully applied to a StandalonePrice.

    interface StandalonePriceDiscountSetMessagePayload {
        discounted?: DiscountedPrice;
        type: "StandalonePriceDiscountSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    discounted?: DiscountedPrice

    The new discounted value of the updated StandalonePrice.

    type: "StandalonePriceDiscountSet"