> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tesouro.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AddressDetailsInput

`INPUT_OBJECT`

## Fields

<ResponseField name="firstName" type="Max50Text">
  The first name of the individual associated with this address.
</ResponseField>

<ResponseField name="lastName" type="Max50Text">
  The last name, surname, or family name of the individual associated with this address.
</ResponseField>

<ResponseField name="address1" type="Max100Text">
  The first line of the address.
</ResponseField>

<ResponseField name="address2" type="Max100Text">
  The second line of the address, if applicable.
</ResponseField>

<ResponseField name="address3" type="Max100Text">
  The third line of the address, if applicable.
</ResponseField>

<ResponseField name="city" type="Max100Text">
  City, town, or village.
</ResponseField>

<ResponseField name="state" type="String">
  State or province. US states must be in their 2 character format defined here
  [https://about.usps.com/who/profile/history/state-abbreviations.htm](https://about.usps.com/who/profile/history/state-abbreviations.htm). Canadian provinces must be
  their 2 character format defined here
  [https://www.canada.ca/en/revenue-agency/services/tax/businesses/topics/completing-slips-summaries/financial-slips-summaries/return-investment-income-t5/provincial-territorial-codes.html](https://www.canada.ca/en/revenue-agency/services/tax/businesses/topics/completing-slips-summaries/financial-slips-summaries/return-investment-income-t5/provincial-territorial-codes.html)
</ResponseField>

<ResponseField name="postalCode" type="Max15Text">
  A set of specific numbers, and sometimes letters, that help postal services deliver mail.
</ResponseField>

<ResponseField name="countryCode" type="CountryCode">
  The ISO 3166-1 three-letter country code associated with the address.

  <Expandable title="Possible enum values">
    <ResponseField name="AFG" type="enum">
      Afghanistan
    </ResponseField>

    <ResponseField name="ALB" type="enum">
      Albania
    </ResponseField>

    <ResponseField name="DZA" type="enum">
      Algeria
    </ResponseField>

    <ResponseField name="ASM" type="enum">
      American Samoa
    </ResponseField>

    <ResponseField name="ALA" type="enum">
      Aland Islands
    </ResponseField>

    ...and 244 more values. See [CountryCode](/acquiring/reference/graphql/types/country-code) for the full list.
  </Expandable>
</ResponseField>
