|
3 | 3 |
|
4 | 4 | Name | Type | Description | Notes
|
5 | 5 | ------------ | ------------- | ------------- | -------------
|
6 |
| -**AddressLine1** | string | The first line of the address. Fields that start with `address_line` provide the address's most specific details, like street number, street name, and building name. They do *not* provide less specific details like city, state/province, or country (these details are provided in other fields). | [optional] |
7 |
| -**AddressLine2** | string | The second line of the address, if any. | [optional] |
8 |
| -**AddressLine3** | string | The third line of the address, if any. | [optional] |
9 |
| -**Locality** | string | The city or town of the address. | [optional] |
10 |
| -**Sublocality** | string | A civil region within the address's `locality`, if any. | [optional] |
11 |
| -**Sublocality2** | string | A civil region within the address's `sublocality`, if any. | [optional] |
12 |
| -**Sublocality3** | string | A civil region within the address's `sublocality_2`, if any. | [optional] |
13 |
| -**AdministrativeDistrictLevel1** | string | A civil entity within the address's country. In the US, this is the state. | [optional] |
14 |
| -**AdministrativeDistrictLevel2** | string | A civil entity within the address's `administrative_district_level_1`. In the US, this is the county. | [optional] |
15 |
| -**AdministrativeDistrictLevel3** | string | A civil entity within the address's `administrative_district_level_2`, if any. | [optional] |
16 |
| -**PostalCode** | string | The address's postal code. | [optional] |
17 |
| -**Country** | CountryEnum | The address's country, in ISO 3166-1-alpha-2 format. | [optional] |
18 |
| -**FirstName** | string | Optional first name when it's representing recipient. | [optional] |
19 |
| -**LastName** | string | Optional last name when it's representing recipient. | [optional] |
20 |
| -**Organization** | string | Optional organization name when it's representing recipient. | [optional] |
| 6 | +**AddressLine1** | **string** | The first line of the address. Fields that start with `address_line` provide the address's most specific details, like street number, street name, and building name. They do *not* provide less specific details like city, state/province, or country (these details are provided in other fields). | [optional] |
| 7 | +**AddressLine2** | **string** | The second line of the address, if any. | [optional] |
| 8 | +**AddressLine3** | **string** | The third line of the address, if any. | [optional] |
| 9 | +**Locality** | **string** | The city or town of the address. | [optional] |
| 10 | +**Sublocality** | **string** | A civil region within the address's `locality`, if any. | [optional] |
| 11 | +**Sublocality2** | **string** | A civil region within the address's `sublocality`, if any. | [optional] |
| 12 | +**Sublocality3** | **string** | A civil region within the address's `sublocality_2`, if any. | [optional] |
| 13 | +**AdministrativeDistrictLevel1** | **string** | A civil entity within the address's country. In the US, this is the state. | [optional] |
| 14 | +**AdministrativeDistrictLevel2** | **string** | A civil entity within the address's `administrative_district_level_1`. In the US, this is the county. | [optional] |
| 15 | +**AdministrativeDistrictLevel3** | **string** | A civil entity within the address's `administrative_district_level_2`, if any. | [optional] |
| 16 | +**PostalCode** | **string** | The address's postal code. | [optional] |
| 17 | +**Country** | **CountryEnum** | The address's country, in ISO 3166-1-alpha-2 format. | [optional] |
| 18 | +**FirstName** | **string** | Optional first name when it's representing recipient. | [optional] |
| 19 | +**LastName** | **string** | Optional last name when it's representing recipient. | [optional] |
| 20 | +**Organization** | **string** | Optional organization name when it's representing recipient. | [optional] |
21 | 21 |
|
22 | 22 |
|
23 | 23 | ## CountryEnum
|
|
0 commit comments