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

CustomerBenefitGrantGitHubRepository

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.CustomerBenefitGrantGitHubRepository{
  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_id: term(),
  modified_at: term(),
  order_id: term(),
  properties: term(),
  revoked_at: term(),
  subscription_id: term()
}
```

* `benefit`
* `benefit_id` - Format: uuid4.
* `created_at` - Creation timestamp of the object. Format: date-time.
* `customer`
* `customer_id` - Format: uuid4.
* `error` - Nullable.
* `granted_at` - Nullable.
* `id` - The ID of the object. Format: uuid4.
* `is_granted`
* `is_revoked`
* `member_id` - Nullable.
* `modified_at` - Last modification timestamp of the object. Nullable.
* `order_id` - Nullable.
* `properties`
* `revoked_at` - Nullable.
* `subscription_id` - Nullable.

# `schema_name`

---

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