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

Payment union type.

# `t`

```elixir
@type t() ::
  PolarExpress.Schemas.CardPayment.t() | PolarExpress.Schemas.GenericPayment.t()
```

# `schema_name`

---

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