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

CustomerOrganizationFeatureSettings

Feature flags exposed to the customer portal.

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.CustomerOrganizationFeatureSettings{
  member_model_enabled: boolean() | nil
}
```

* `member_model_enabled` - Whether the member model is enabled for this organization.

# `schema_name`

---

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