Generated after a successful Change Quote State update action.

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

Hierarchy (View Summary)

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"