# `Cnpja.Phone`
[🔗](https://github.com/devaction-labs/cnpja_ex/blob/v0.1.2/lib/cnpja/shared/phone.ex#L1)

Phone number of an establishment.

# `t`

```elixir
@type t() :: %Cnpja.Phone{
  area: String.t(),
  number: String.t(),
  type: String.t() | nil
}
```

# `from_map`

```elixir
@spec from_map(map()) :: t()
```

---

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