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()
 
  • Field Details

    • SET_SALUTATION

      static final String SET_SALUTATION
      discriminator value for CustomerSetSalutationAction
      See Also:
  • Method Details