Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.32 KB

File metadata and controls

20 lines (17 loc) · 1.32 KB

# Address

Properties

Name Type Description Notes
flat_number string The flat number of this address [optional]
building_number string The building number of this address [optional]
building_name string The building name of this address [optional]
street string The street of the applicant’s address [optional]
sub_street string The sub-street of the applicant’s address [optional]
town string The town of the applicant’s address [optional]
state string The address state. US states must use the USPS abbreviation (see also ISO 3166-2:US), for example AK, CA, or TX. [optional]
postcode string The postcode or ZIP of the applicant’s address [optional]
country string The 3 character ISO country code of this address. For example, GBR is the country code for the United Kingdom [optional]
line1 string Line 1 of the applicant's address [optional]
line2 string Line 2 of the applicant's address [optional]
line3 string Line 3 of the applicant's address [optional]

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