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

BenefitGrantDiscordWebhook

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.BenefitGrantDiscordWebhook{
  benefit: term(),
  benefit_id: term(),
  created_at: term(),
  customer: term(),
  customer_id: term(),
  error: term(),
  granted_at: term(),
  id: term(),
  is_granted: term(),
  is_revoked: term(),
  member: term(),
  member_id: term(),
  modified_at: term(),
  order_id: term(),
  previous_properties: term(),
  properties: term(),
  revoked_at: term(),
  subscription_id: term()
}
```

* `benefit`
* `benefit_id` - The ID of the benefit concerned by this grant. Format: uuid4.
* `created_at` - Creation timestamp of the object. Format: date-time.
* `customer`
* `customer_id` - The ID of the customer concerned by this grant. Format: uuid4.
* `error` - The error information if the benefit grant failed with an unrecoverable error. Nullable.
* `granted_at` - The timestamp when the benefit was granted. If `None`, the benefit is not granted. Nullable.
* `id` - The ID of the grant. Format: uuid4.
* `is_granted` - Whether the benefit is granted.
* `is_revoked` - Whether the benefit is revoked.
* `member` - Nullable.
* `member_id` - The ID of the member concerned by this grant. Nullable.
* `modified_at` - Last modification timestamp of the object. Nullable.
* `order_id` - The ID of the order that granted this benefit. Nullable.
* `previous_properties` - Nullable.
* `properties`
* `revoked_at` - The timestamp when the benefit was revoked. If `None`, the benefit is not revoked. Nullable.
* `subscription_id` - The ID of the subscription that granted this benefit. Nullable.

# `schema_name`

---

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