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