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

LegacyRecurringProductPrice union type.

# `t`

```elixir
@type t() ::
  PolarExpress.Schemas.LegacyRecurringProductPriceFixed.t()
  | PolarExpress.Schemas.LegacyRecurringProductPriceCustom.t()
  | PolarExpress.Schemas.LegacyRecurringProductPriceFree.t()
```

# `schema_name`

---

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