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

    Interface StagedQuoteSellerCommentSetMessagePayload

    Generated after a successful Set Seller Comment update action.

    interface StagedQuoteSellerCommentSetMessagePayload {
        sellerComment: string;
        type: "StagedQuoteSellerCommentSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    sellerComment: string

    sellerComment on the StagedQuote after a successful Set Seller Comment update action.

    type: "StagedQuoteSellerCommentSet"