Attributes (US)
| Attribute | Data type | Description |
|---|---|---|
| line1 | string | Address line 1 (e.g., street, PO Box, or company name). |
| line2 | string | Address line 2 (e.g., apartment, suite, unit, or building). |
| city | string | City, district, suburb, town, or village. |
| state | string | State, county, province, or region. |
| zipcode | string | ZIP or postal code. |
| country | string | Two-letter country code (ISO 3166-1 alpha-2). |
"address":{
"line1":"633 Folsom St",
"line2":"apt.2",
"city":"San Francisco",
"state":"CA",
"zipcode":"94107",
"country":"US"
}