Cnpja.PersonRef (Cnpja v0.1.2)

Copy Markdown View Source

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

Summary

Types

t()

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

Functions

from_map(map)

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