Represents the Buyer requesting renegotiation for a Quote. Valid for Quotes in a Pending state.

interface QuoteRequestQuoteRenegotiationAction {
    action: "requestQuoteRenegotiation";
    buyerComment?: string;
}

Properties

action: "requestQuoteRenegotiation"
buyerComment?: string

Message from the Buyer regarding the Quote renegotiation request.