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

CustomerSubscriptionUpdateSeats

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.CustomerSubscriptionUpdateSeats{
  proration_behavior:
    PolarExpress.Schemas.SubscriptionProrationBehavior.t() | nil,
  seats: integer() | nil
}
```

* `proration_behavior` - Determine how to handle the proration billing. If not provided, will use the default organization setting. Nullable.
* `seats` - Update the number of seats for this subscription.

# `schema_name`

---

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