Interface StagedQuoteSellerCommentSetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface StagedQuoteSellerCommentSetMessagePayload extends MessagePayload

Generated after a successful Set Seller Comment update action.


Example to create an instance using the builder pattern

     StagedQuoteSellerCommentSetMessagePayload stagedQuoteSellerCommentSetMessagePayload = StagedQuoteSellerCommentSetMessagePayload.builder()
             .sellerComment("{sellerComment}")
             .build()