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

BenefitGrantWebhook union type.

# `t`

```elixir
@type t() ::
  PolarExpress.Schemas.BenefitGrantDiscordWebhook.t()
  | PolarExpress.Schemas.BenefitGrantCustomWebhook.t()
  | PolarExpress.Schemas.BenefitGrantGitHubRepositoryWebhook.t()
  | PolarExpress.Schemas.BenefitGrantDownloadablesWebhook.t()
  | PolarExpress.Schemas.BenefitGrantLicenseKeysWebhook.t()
  | PolarExpress.Schemas.BenefitGrantMeterCreditWebhook.t()
  | PolarExpress.Schemas.BenefitGrantFeatureFlagWebhook.t()
```

# `schema_name`

---

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