Fields - addressCity :: Maybe Text
city: City, district, suburb, town, or village. Constraints: - addressCountry :: Maybe Text
country: Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)). Constraints: - addressLine1 :: Maybe Text
line1: Address line 1 (e.g., street, PO Box, or company name). Constraints: - addressLine2 :: Maybe Text
line2: Address line 2 (e.g., apartment, suite, unit, or building). Constraints: - addressPostalCode :: Maybe Text
postal_code: ZIP or postal code. Constraints: - addressState :: Maybe Text
state: State, county, province, or region. Constraints:
|