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

    Interface StandalonePriceValidFromSetMessagePayload

    Generated after a successful Set Valid From update action.

    interface StandalonePriceValidFromSetMessagePayload {
        previousValidFrom?: string;
        type: "StandalonePriceValidFromSet";
        validFrom?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    previousValidFrom?: string

    Value of StandalonePrice validFrom before the Set Valid From update action.

    type: "StandalonePriceValidFromSet"
    validFrom?: string

    Value of StandalonePrice validFrom after the Set Valid From update action.