Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 894 Bytes

File metadata and controls

16 lines (11 loc) · 894 Bytes

IdentityAddress

Properties

Name Type Description Notes
line1 String Line one of the street address.
line2 Option<String> Line two of the street address. [optional]
city String City portion of the address.
district String State / County / Province / Region portion of the address. If the country is US or Canada, then district is required and should use the two-letter code for the subdivision.
postal_code String Postal / ZIP code of the address.
country String Country portion of the address. Formatted as a two-letter country code specified in ISO 3166-1 alpha-2.

[Back to Model list] [Back to API list] [Back to README]