Interface CustomerGroupKeyReference

All Superinterfaces:
KeyReference

public interface CustomerGroupKeyReference extends KeyReference

References a customer group by key.


Example to create an instance using the builder pattern

     CustomerGroupKeyReference customerGroupKeyReference = CustomerGroupKeyReference.builder()
             .key("{key}")
             .build()