Interface MyCustomerSetLastNameAction

All Superinterfaces:
MyCustomerUpdateAction, ResourceUpdateAction<MyCustomerUpdateAction>

public interface MyCustomerSetLastNameAction extends MyCustomerUpdateAction

Setting the last name of the Customer produces the CustomerLastNameSet Message.


Example to create an instance using the builder pattern

     MyCustomerSetLastNameAction myCustomerSetLastNameAction = MyCustomerSetLastNameAction.builder()
             .build()