Change triggered by the Request Quote Renegotiation update action.

interface RequestQuoteRenegotiationChange {
    buyerComment: string;
    change: string;
    nextValue: string;
    previousValue: string;
    type: "RequestQuoteRenegotiationChange";
}

Properties

buyerComment: string

Message from the Buyer regarding the Quote renegotiation request.

change: string
nextValue: string

Value after the change.

previousValue: string

Value before the change.

type: "RequestQuoteRenegotiationChange"