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

    Interface StandalonePriceExternalDiscountSetMessagePayload

    Generated after a successful Set Discounted Price update action.

    interface StandalonePriceExternalDiscountSetMessagePayload {
        discounted?: DiscountedPrice;
        type: "StandalonePriceExternalDiscountSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    discounted?: DiscountedPrice

    The discounted value of the StandalonePrice after the Set Discounted Price update action.

    type: "StandalonePriceExternalDiscountSet"