Interface MyCustomerSetDateOfBirthAction

All Superinterfaces:
MyCustomerUpdateAction, ResourceUpdateAction<MyCustomerUpdateAction>

public interface MyCustomerSetDateOfBirthAction extends MyCustomerUpdateAction

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()