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

Lightweight company reference embedded inside an establishment — excludes the offices list to avoid circular data.

# `t`

```elixir
@type t() :: %Cnpja.CompanyRef{
  equity: number() | nil,
  id: integer(),
  jurisdiction: String.t() | nil,
  members: [Cnpja.Member.t()],
  name: String.t(),
  nature: Cnpja.Label.t() | nil,
  simei: Cnpja.SimplesOpt.t() | nil,
  simples: Cnpja.SimplesOpt.t() | nil,
  size: Cnpja.SizeLabel.t() | nil
}
```

---

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