AddressInfo: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{PageTitle|title=Address information}} This structure contains information about a street address. = Included in = This structure is used in the following structures: * [...") |
|||
Line 7: | Line 7: | ||
This structure is used in the following structures: | This structure is used in the following structures: | ||
* [[CompanyRegisterInfo]] | * [[CompanyRegisterInfo]] | ||
* [[Person]] | |||
= API usage = | = API usage = |
Revision as of 09:20, 16 June 2017
Address information
This structure contains information about a street address.
Included in
This structure is used in the following structures:
API usage
This enum is used by the following API endpoints:
Property list
Property name | Property type | Description |
---|---|---|
Address | string | The full address in text form |
Country | string | The full name of the country |
CountryCode | string | The two-letter ISO country code |
Zip | string | Zip code |
City | string | City |
Street | string | Street address |
Housenumber | string | House number, building, floor etc. |