Interface StagedQuoteSellerCommentSetMessagePayload

All Superinterfaces:
MessagePayload
All Known Implementing Classes:
StagedQuoteSellerCommentSetMessagePayloadImpl

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()