Interface CustomerSetSalutationAction

All Superinterfaces:
CustomerUpdateAction, ResourceUpdateAction<CustomerUpdateAction>

public interface CustomerSetSalutationAction extends CustomerUpdateAction
CustomerSetSalutationAction
Example to create an instance using the builder pattern

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