# `Stripe.Resources.Entitlements.ActiveEntitlementSummary`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/entitlements/active_entitlement_summary.ex#L2)

ActiveEntitlementSummary

A summary of a customer's active entitlements.

# `t`

```elixir
@type t() :: %Stripe.Resources.Entitlements.ActiveEntitlementSummary{
  customer: String.t(),
  entitlements:
    Stripe.Resources.Entitlements.ActiveEntitlementSummary.Entitlements.t(),
  livemode: boolean(),
  object: String.t()
}
```

* `customer` - The customer that is entitled to this feature. Max length: 5000.
* `entitlements` - The list of entitlements this customer has. Expandable.
* `livemode` - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
* `object` - String representing the object's type. Objects of the same type share the same value. Possible values: `entitlements.active_entitlement_summary`.

# `expandable_fields`

# `object_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
