Cnpja.CompanyRef (Cnpja v0.1.2)

Copy Markdown View Source

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

Summary

Types

t()

@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
}