diff --git a/cryptlex/lexfloatclient/lexfloatclient.py b/cryptlex/lexfloatclient/lexfloatclient.py index 823256c..25ed963 100644 --- a/cryptlex/lexfloatclient/lexfloatclient.py +++ b/cryptlex/lexfloatclient/lexfloatclient.py @@ -49,6 +49,7 @@ def __init__(self, host_feature_entitlement_dict): self.feature_name = host_feature_entitlement_dict.get("featureName") self.feature_display_name = host_feature_entitlement_dict.get("featureDisplayName") self.value = host_feature_entitlement_dict.get("value") + self.expires_at = host_feature_entitlement_dict.get("expiresAt") class HostConfig(object):