Interface StagedQuoteStateChangedMessagePayload

Generated after a successful Change Staged Quote State update action.

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

Properties

oldStagedQuoteState: string

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

stagedQuoteState: string

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

type: "StagedQuoteStateChanged"

Generated using TypeDoc