ActiveEntitlement
An active entitlement describes access to a feature for a customer.
Summary
Types
@type t() :: %Stripe.Resources.Entitlements.ActiveEntitlement{ feature: term(), id: term(), livemode: term(), lookup_key: term(), object: term() }
feature- The Feature that the customer is entitled to. Expandable.id- Unique identifier for the object. Max length: 5000.livemode- If the object exists in live mode, the value istrue. If the object exists in test mode, the value isfalse.lookup_key- A unique key you provide as your own system identifier. This may be up to 80 characters. Max length: 5000.object- String representing the object's type. Objects of the same type share the same value. Possible values:entitlements.active_entitlement.