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

BenefitSubscriberOrganization

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.BenefitSubscriberOrganization{
  allow_customer_updates: term(),
  avatar_url: term(),
  created_at: term(),
  id: term(),
  modified_at: term(),
  name: term(),
  proration_behavior: term(),
  slug: term()
}
```

* `allow_customer_updates` - Whether customers can update their subscriptions from the customer portal.
* `avatar_url` - Avatar URL shown in checkout, customer portal, emails etc. Nullable.
* `created_at` - Creation timestamp of the object. Format: date-time.
* `id` - The ID of the object. Format: uuid4.
* `modified_at` - Last modification timestamp of the object. Nullable.
* `name` - Organization name shown in checkout, customer portal, emails etc.
* `proration_behavior` - Proration behavior applied when customer updates their subscription from the portal.
* `slug` - Unique organization slug in checkout, customer portal and credit card statements.

# `schema_name`

---

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