Typescript SDK Type Docs
    Preparing search index...

    Interface MyQuoteRequestCancelAction

    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";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "cancelQuoteRequest"