Increase.Entities.Entity.Corporation.BeneficialOwner.EntityCorporationBeneficialOwnersIndividual.Address (Increase v1.0.0)

Copy Markdown View Source

The person's address.

Fields

  • city - The city, district, town, or village of the address.
  • country - The two-letter ISO 3166-1 alpha-2 code for the country of the address.
  • line1 - The first line of the address.
  • line2 - The second line of the address.
  • state - The two-letter United States Postal Service (USPS) abbreviation for the US state, province, or region of the address.
  • zip - The ZIP or postal code of the address.

Summary

Types

t()

@type t() ::
  %Increase.Entities.Entity.Corporation.BeneficialOwner.EntityCorporationBeneficialOwnersIndividual.Address{
    city: String.t() | nil,
    country: String.t(),
    line1: String.t(),
    line2: String.t() | nil,
    state: String.t() | nil,
    zip: String.t() | nil
  }