QuoteRequestState:
    | "Accepted"
    | "Cancelled"
    | "Closed"
    | "Rejected"
    | "Submitted"
    | string

Predefined states tracking the status of the Quote Request in the negotiation process.