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

CustomerStateBenefitGrant

An active benefit grant for a customer.

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.CustomerStateBenefitGrant{
  benefit_id: term(),
  benefit_metadata: term(),
  benefit_type: term(),
  created_at: term(),
  granted_at: term(),
  id: term(),
  modified_at: term(),
  properties: term()
}
```

* `benefit_id` - The ID of the benefit concerned by this grant. Format: uuid4.
* `benefit_metadata` - The metadata of the benefit concerned by this grant.
* `benefit_type` - The type of the benefit concerned by this grant.
* `created_at` - Creation timestamp of the object. Format: date-time.
* `granted_at` - The timestamp when the benefit was granted. Format: date-time.
* `id` - The ID of the grant. Format: uuid4.
* `modified_at` - Last modification timestamp of the object. Nullable.
* `properties`

# `schema_name`

---

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