Interface CustomerDateOfBirthSetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface CustomerDateOfBirthSetMessagePayload extends MessagePayload

Generated after a successful Set Date of Birth update action.


Example to create an instance using the builder pattern

     CustomerDateOfBirthSetMessagePayload customerDateOfBirthSetMessagePayload = CustomerDateOfBirthSetMessagePayload.builder()
             .build()