Interface CustomerGroupSetCustomTypeAction

All Superinterfaces:
CustomerGroupUpdateAction, ResourceUpdateAction<CustomerGroupUpdateAction>

public interface CustomerGroupSetCustomTypeAction extends CustomerGroupUpdateAction

This action sets or removes the custom type for an existing CustomerGroup. If present, this action overwrites any existing custom type and fields.


Example to create an instance using the builder pattern

     CustomerGroupSetCustomTypeAction customerGroupSetCustomTypeAction = CustomerGroupSetCustomTypeAction.builder()
             .build()