Interface QuoteRequestQuoteRenegotiationAction

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

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

Properties

action: "requestQuoteRenegotiation"
buyerComment?: string

Message from the Buyer regarding the Quote renegotiation request.

Generated using TypeDoc