Skip to content

Commit 14409cc

Browse files
Huzaif Mushtaq MirHuzaif Mushtaq Mir
authored andcommitted
feat: add expiresAt to featureEntitlements
1 parent a966fef commit 14409cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,9 @@ public class HostFeatureEntitlement {
1515
* The value of the feature.
1616
*/
1717
public String value;
18+
19+
/**
20+
* The timestamp at which the license feature entitlement will expire.
21+
*/
22+
public long expiresAt;
1823
}

0 commit comments

Comments
 (0)