Interface StagedQuoteChangeStagedQuoteStateAction

interface StagedQuoteChangeStagedQuoteStateAction {
    action: "changeStagedQuoteState";
    stagedQuoteState: string;
}

Properties

action: "changeStagedQuoteState"
stagedQuoteState: string

New state to be set for the Staged Quote.

Generated using TypeDoc