Cnpja.Agent (Cnpja v0.1.2)

Copy Markdown View Source

Legal representative of a company member.

Summary

Types

t()

@type t() :: %Cnpja.Agent{
  person: Cnpja.PersonRef.t() | nil,
  role: Cnpja.Label.t() | nil
}

Functions

from_map(map)

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

from_map_nullable(map)

@spec from_map_nullable(map() | nil) :: t() | nil