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

Country per the M49 standard table.

# `t`

```elixir
@type t() :: %Cnpja.Country{id: integer(), name: String.t()}
```

# `from_map`

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

# `from_map_nullable`

```elixir
@spec from_map_nullable(map() | nil) :: t() | nil
```

---

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