Interface MyCustomerSetDateOfBirthAction

All Superinterfaces:
MyCustomerUpdateAction, ResourceUpdateAction<MyCustomerUpdateAction>
All Known Implementing Classes:
MyCustomerSetDateOfBirthActionImpl

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


Example to create an instance using the builder pattern

     MyCustomerSetDateOfBirthAction myCustomerSetDateOfBirthAction = MyCustomerSetDateOfBirthAction.builder()
             .build()