Interface CustomerSetLastNameAction

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

Setting the last name of the Customer produces the CustomerLastNameSetMessage.


Example to create an instance using the builder pattern

     CustomerSetLastNameAction customerSetLastNameAction = CustomerSetLastNameAction.builder()
             .build()