Interface CustomerTitleSetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface CustomerTitleSetMessagePayload extends MessagePayload

Generated after a successful Set Title update action.


Example to create an instance using the builder pattern

     CustomerTitleSetMessagePayload customerTitleSetMessagePayload = CustomerTitleSetMessagePayload.builder()
             .build()