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

    Interface StandalonePriceValidUntilSetMessagePayload

    Generated after a successful Set Valid Until update action.

    interface StandalonePriceValidUntilSetMessagePayload {
        previousValidUntil?: string;
        type: "StandalonePriceValidUntilSet";
        validUntil?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    previousValidUntil?: string

    Value of StandalonePrice validUntil before the Set Valid Until update action.

    type: "StandalonePriceValidUntilSet"
    validUntil?: string

    Value of StandalonePrice validUntil after the Set Valid Until update action.