# `PolarExpress.Schemas.LicenseKeyWithActivations`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/license_key_with_activations.ex#L2)

LicenseKeyWithActivations

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.LicenseKeyWithActivations{
  activations: term(),
  benefit_id: term(),
  created_at: term(),
  customer: term(),
  customer_id: term(),
  display_key: term(),
  expires_at: term(),
  id: term(),
  key: term(),
  last_validated_at: term(),
  limit_activations: term(),
  limit_usage: term(),
  modified_at: term(),
  organization_id: term(),
  status: term(),
  usage: term(),
  validations: term()
}
```

* `activations`
* `benefit_id` - The benefit ID. Format: uuid4.
* `created_at` - Creation timestamp of the object. Format: date-time.
* `customer`
* `customer_id` - Format: uuid4.
* `display_key`
* `expires_at` - Nullable.
* `id` - The ID of the object. Format: uuid4.
* `key`
* `last_validated_at` - Nullable.
* `limit_activations` - Nullable.
* `limit_usage` - Nullable.
* `modified_at` - Last modification timestamp of the object. Nullable.
* `organization_id` - Format: uuid4.
* `status`
* `usage`
* `validations`

# `schema_name`

---

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