Interface CustomerGroupSetCustomFieldAction

All Superinterfaces:
CustomerGroupUpdateAction, ResourceUpdateAction<CustomerGroupUpdateAction>

public interface CustomerGroupSetCustomFieldAction extends CustomerGroupUpdateAction
CustomerGroupSetCustomFieldAction
Example to create an instance using the builder pattern

     CustomerGroupSetCustomFieldAction customerGroupSetCustomFieldAction = CustomerGroupSetCustomFieldAction.builder()
             .name("{name}")
             .build()