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

CustomerPortalSubscriptionSettings

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.CustomerPortalSubscriptionSettings{
  update_plan: boolean() | nil,
  update_seats: boolean() | nil
}
```

* `update_plan`
* `update_seats`

# `schema_name`

---

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