Generated after a successful Request Quote Renegotiation update action.

interface QuoteRenegotiationRequestedMessagePayload {
    buyerComment?: string;
    type: "QuoteRenegotiationRequested";
}

Properties

Properties

buyerComment?: string

Message from the Buyer regarding the Quote renegotiation request.

type: "QuoteRenegotiationRequested"