Reference to a person (company member or legal representative).
@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() }
@spec from_map(map()) :: t()