ProductPriceSeatTiers
List of pricing tiers for seat-based pricing.
The minimum and maximum seat limits are derived from the tiers:
- minimum_seats = first tier's min_seats
- maximum_seats = last tier's max_seats (None for unlimited)
Summary
Types
@type t() :: %PolarExpress.Schemas.ProductPriceSeatTiersOutput{ maximum_seats: term(), minimum_seats: term(), seat_tier_type: term(), tiers: term() }
maximum_seats- Maximum number of seats allowed for purchase, derived from last tier. None for unlimited. Nullable.minimum_seats- Minimum number of seats required for purchase, derived from first tier.seat_tier_type- How tiers are applied. 'volume' prices all seats at the matching tier's rate. 'graduated' prices each tier's range independently.tiers- List of pricing tiers