Skip to content

Commit e161bcb

Browse files
committed
chore: added featureDisplayName to hostFeatureEntitlement
1 parent 7e2a107 commit e161bcb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/main/java/com/cryptlex/lexfloatclient/HostFeatureEntitlement.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ public class HostFeatureEntitlement {
66
*/
77
public String featureName;
88

9+
/**
10+
* The display name of the feature.
11+
*/
12+
public String featureDisplayName;
13+
914
/**
1015
* The value of the feature.
1116
*/

0 commit comments

Comments
 (0)