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

ProductPriceSeatTier

A pricing tier for seat-based pricing.

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.ProductPriceSeatTier{
  max_seats: integer() | nil,
  min_seats: integer() | nil,
  price_per_seat: integer() | nil
}
```

* `max_seats` - Maximum number of seats (inclusive). None for unlimited. Nullable.
* `min_seats` - Minimum number of seats (inclusive)
* `price_per_seat` - Price per seat in cents for this tier

# `schema_name`

---

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