Transitions the quoteRequestState of the Quote Request to Cancelled. Can only be used when the Quote Request is in state Submitted.

interface MyQuoteRequestCancelAction {
    action: "cancelQuoteRequest";
}

Properties

Properties

action: "cancelQuoteRequest"

Generated using TypeDoc