Interface StagedQuoteStateChangedMessagePayload

Generated after a successful Change Staged Quote State update action.

interface StagedQuoteStateChangedMessagePayload {
    oldStagedQuoteState: StagedQuoteState;
    stagedQuoteState: StagedQuoteState;
    type: "StagedQuoteStateChanged";
}

Hierarchy (View Summary)

Properties

oldStagedQuoteState: StagedQuoteState

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

stagedQuoteState: StagedQuoteState

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

type: "StagedQuoteStateChanged"