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

ProductPriceSeatBasedCreate

Schema to create a seat-based price with volume-based tiers.

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.ProductPriceSeatBasedCreate{
  amount_type: term(),
  price_currency: term(),
  seat_tiers: term(),
  tax_behavior: term()
}
```

* `amount_type`
* `price_currency` - The currency in which the customer will be charged.
* `seat_tiers` - Tiered pricing based on seat quantity
* `tax_behavior` - The tax behavior of the price. If not set, it will default to the organization's default tax behavior. Nullable.

# `schema_name`

---

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