# `Polarex.Address`
[🔗](https://github.com/giusdp/polarex/blob/main/lib/polarex/schemas/address.ex#L1)

Provides struct and type for a Address

# `t`

```elixir
@type t() :: %Polarex.Address{
  city: String.t() | nil,
  country: String.t(),
  line1: String.t() | nil,
  line2: String.t() | nil,
  postal_code: String.t() | nil,
  state: String.t() | nil
}
```

---

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