interface QuoteChangeQuoteStateAction {
    action: "changeQuoteState";
    quoteState: string;
}

Hierarchy (View Summary)

Properties

Properties

action: "changeQuoteState"
quoteState: string

New state to be set for the Quote, except DeclinedForRenegotiation. The DeclinedForRenegotiation state can be set only when performing a renegotiation request.