Interface CustomerDateOfBirthSetMessagePayload

All Superinterfaces:
MessagePayload
All Known Implementing Classes:
CustomerDateOfBirthSetMessagePayloadImpl

Generated after a successful Set Date of Birth update action.


Example to create an instance using the builder pattern

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