Increase.BeneficialOwners.EntityBeneficialOwner.Individual (Increase v1.0.0)

Copy Markdown View Source

Personal details for the beneficial owner.

Fields

  • address - The person's address.
  • date_of_birth - The person's date of birth in YYYY-MM-DD format.
  • identification - A means of verifying the person's identity.
  • name - The person's legal name.

Summary

Types

t()

@type t() :: %Increase.BeneficialOwners.EntityBeneficialOwner.Individual{
  address:
    Increase.BeneficialOwners.EntityBeneficialOwner.Individual.Address.t(),
  date_of_birth: Date.t(),
  identification:
    Increase.BeneficialOwners.EntityBeneficialOwner.Individual.Identification.t()
    | nil,
  name: String.t()
}