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

Benefit union type.

# `t`

```elixir
@type t() ::
  PolarExpress.Schemas.BenefitCustom.t()
  | PolarExpress.Schemas.BenefitDiscord.t()
  | PolarExpress.Schemas.BenefitGitHubRepository.t()
  | PolarExpress.Schemas.BenefitDownloadables.t()
  | PolarExpress.Schemas.BenefitLicenseKeys.t()
  | PolarExpress.Schemas.BenefitMeterCredit.t()
```

# `schema_name`

---

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