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

Legal representative of a company member.

# `t`

```elixir
@type t() :: %Cnpja.Agent{
  person: Cnpja.PersonRef.t() | nil,
  role: Cnpja.Label.t() | nil
}
```

# `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*
