Interface CustomerSetSalutationAction

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

CustomerSetSalutationAction
Example to create an instance using the builder pattern

     CustomerSetSalutationAction customerSetSalutationAction = CustomerSetSalutationAction.builder()
             .build()