@gradientedge/commercetools-utils
    Preparing search index...

    Interface QuoteRenegotiationRequestedMessagePayload

    Generated after a successful Request Quote Renegotiation update action.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    buyerComment?: string

    Message from the Buyer regarding the Quote renegotiation request.

    type: "QuoteRenegotiationRequested"