Polarex.ProductPriceSeatTier (Polarex v0.2.8)

View Source

Provides struct and type for a ProductPriceSeatTier

Summary

Types

t()

@type t() :: %Polarex.ProductPriceSeatTier{
  max_seats: integer() | nil,
  min_seats: integer(),
  price_per_seat: integer()
}