Generated after a successful Change Quote State update action.

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

Properties

oldQuoteState: string

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

quoteState: string

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

type: "QuoteStateChanged"

Generated using TypeDoc