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

BenefitLicenseKeysCreateProperties

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.BenefitLicenseKeysCreateProperties{
  activations:
    PolarExpress.Schemas.BenefitLicenseKeyActivationCreateProperties.t() | nil,
  expires: PolarExpress.Schemas.BenefitLicenseKeyExpirationProperties.t() | nil,
  limit_usage: integer() | nil,
  prefix: String.t() | nil
}
```

* `activations` - Nullable.
* `expires` - Nullable.
* `limit_usage` - Nullable.
* `prefix` - Nullable.

# `schema_name`

---

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