Interface StagedQuoteSellerCommentSetMessagePayload

Generated after a successful Set Seller Comment update action.

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

Properties

Properties

sellerComment: string

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

type: "StagedQuoteSellerCommentSet"

Generated using TypeDoc