# `PolarExpress.Schemas.ProductPrice`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/product_price.ex#L2)

ProductPrice union type.

# `t`

```elixir
@type t() ::
  PolarExpress.Schemas.ProductPriceFixed.t()
  | PolarExpress.Schemas.ProductPriceCustom.t()
  | PolarExpress.Schemas.ProductPriceFree.t()
  | PolarExpress.Schemas.ProductPriceSeatBased.t()
  | PolarExpress.Schemas.ProductPriceMeteredUnit.t()
```

# `schema_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
