Interface StagedQuoteStateTransitionMessagePayload

Generated after a successful Transition State update action.

interface StagedQuoteStateTransitionMessagePayload {
    force: boolean;
    oldState?: StateReference;
    state: StateReference;
    type: "StagedQuoteStateTransition";
}

Properties

force: boolean

Whether State transition validations were turned off during the Transition State update action.

oldState?: StateReference

State of the Quote before the Transition State update action.

State of the Quote after the Transition State update action.

type: "StagedQuoteStateTransition"

Generated using TypeDoc