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

Individual or legal entity with their company memberships.

# `t`

```elixir
@type t() :: %Cnpja.Person{
  age: String.t() | nil,
  country: Cnpja.Country.t() | nil,
  id: String.t(),
  membership: [Cnpja.PersonMembership.t()],
  name: String.t(),
  tax_id: String.t() | nil,
  type: String.t()
}
```

---

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