Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.41 KB

Address.md

File metadata and controls

21 lines (17 loc) · 1.41 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]
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]
id string [optional]
start_date \DateTime The date the applicant started living at this address [optional]
end_date \DateTime The date the applicant left this address. If current residence, leave null [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]

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