Polarex.ProductPriceSeatTiersInput (Polarex v0.3.0)

View Source

Provides struct and type for a ProductPriceSeatTiersInput

Summary

Types

t()

@type t() :: %Polarex.ProductPriceSeatTiersInput{
  seat_tier_type: String.t() | nil,
  tiers: [Polarex.ProductPriceSeatTier.t()]
}