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

Customer union type.

# `t`

```elixir
@type t() ::
  PolarExpress.Schemas.CustomerIndividual.t()
  | PolarExpress.Schemas.CustomerTeam.t()
```

# `schema_name`

---

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