ProductPriceSeatBasedCreate
Schema to create a seat-based price with volume-based tiers.
Summary
Types
@type t() :: %PolarExpress.Schemas.ProductPriceSeatBasedCreate{ amount_type: String.t() | nil, price_currency: PolarExpress.Schemas.PresentmentCurrency.t() | nil, seat_tiers: PolarExpress.Schemas.ProductPriceSeatTiersInput.t() | nil, tax_behavior: PolarExpress.Schemas.TaxBehaviorOption.t() | nil }
amount_typeprice_currency- The currency in which the customer will be charged.seat_tiers- Tiered pricing based on seat quantitytax_behavior- The tax behavior of the price. If not set, it will default to the organization's default tax behavior. Nullable.