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

Reference to a person (company member or legal representative).

# `t`

```elixir
@type t() :: %Cnpja.PersonRef{
  age: String.t() | nil,
  country: Cnpja.Country.t() | nil,
  id: String.t(),
  name: String.t(),
  tax_id: String.t() | nil,
  type: String.t()
}
```

# `from_map`

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

---

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