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: * [...") |
(No difference)
|
Revision as of 07:11, 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. |