diff --git a/src/main/java/com/cryptlex/lexactivator/FeatureEntitlement.java b/src/main/java/com/cryptlex/lexactivator/FeatureEntitlement.java index 952ec9e..49670e3 100644 --- a/src/main/java/com/cryptlex/lexactivator/FeatureEntitlement.java +++ b/src/main/java/com/cryptlex/lexactivator/FeatureEntitlement.java @@ -12,10 +12,17 @@ public class FeatureEntitlement { public String featureDisplayName; /** - * The value of the feature. + * Effective value of the feature. Contains the overridden value if set at the license level; + * otherwise, the entitlement set value. */ public String value; + /** + * Default value of the feature defined in the entitlement set; empty for features not inherited + * from an entitlement set. + */ + public String baseValue; + /** * Timestamp when the license feature entitlement will expire. */