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

Discount union type.

# `t`

```elixir
@type t() ::
  PolarExpress.Schemas.DiscountFixedOnceForeverDuration.t()
  | PolarExpress.Schemas.DiscountFixedRepeatDuration.t()
  | PolarExpress.Schemas.DiscountPercentageOnceForeverDuration.t()
  | PolarExpress.Schemas.DiscountPercentageRepeatDuration.t()
```

# `schema_name`

---

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