Increase.Entities.Entity.GovernmentAuthority.AuthorizedPerson (Increase v1.0.0)

Copy Markdown View Source

The EntityGovernmentAuthorityAuthorizedPerson object.

Fields

  • authorized_person_id - The identifier of this authorized person.
  • name - The person's legal name.

Summary

Types

t()

@type t() :: %Increase.Entities.Entity.GovernmentAuthority.AuthorizedPerson{
  authorized_person_id: String.t(),
  name: String.t()
}