Polarex.ProductPriceSeatBasedCreate (Polarex v0.3.1)

Copy Markdown View Source

Provides struct and type for a ProductPriceSeatBasedCreate

Summary

Types

t()

@type t() :: %Polarex.ProductPriceSeatBasedCreate{
  amount_type: String.t(),
  price_currency: String.t() | nil,
  seat_tiers: Polarex.ProductPriceSeatTiersInput.t(),
  tax_behavior: String.t() | nil
}