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

    Interface QuoteStateChangedMessagePayload

    Generated after a successful Change Quote State update action.

    interface QuoteStateChangedMessagePayload {
        oldQuoteState: QuoteState;
        quoteState: QuoteState;
        type: "QuoteStateChanged";
    }

    Hierarchy (View Summary)

    Index

    Properties

    oldQuoteState: QuoteState

    State of the Quote before the Change Quote State update action.

    quoteState: QuoteState

    State of the Quote after the Change Quote State update action.

    type: "QuoteStateChanged"