Interface CustomerSetDateOfBirthAction

All Superinterfaces:
CustomerUpdateAction, ResourceUpdateAction<CustomerUpdateAction>
All Known Implementing Classes:
CustomerSetDateOfBirthActionImpl

Setting the date of birth of the Customer produces the CustomerDateOfBirthSet Message.


Example to create an instance using the builder pattern

     CustomerSetDateOfBirthAction customerSetDateOfBirthAction = CustomerSetDateOfBirthAction.builder()
             .build()