Interface CustomerSetCustomTypeAction

All Superinterfaces:
CustomerUpdateAction, ResourceUpdateAction<CustomerUpdateAction>

public interface CustomerSetCustomTypeAction extends CustomerUpdateAction

Adding or updating a Custom Type on a Customer generates the CustomerCustomTypeSet Message, removing one generates the CustomerCustomTypeRemoved Message.


Example to create an instance using the builder pattern

     CustomerSetCustomTypeAction customerSetCustomTypeAction = CustomerSetCustomTypeAction.builder()
             .build()
 
  • Field Details

    • SET_CUSTOM_TYPE

      static final String SET_CUSTOM_TYPE
      discriminator value for CustomerSetCustomTypeAction
      See Also:
  • Method Details