ProductPriceSeatTier
A pricing tier for seat-based pricing.
Summary
Types
@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