AddressInfo: Difference between revisions
Jump to navigation
Jump to search
| Line 8: | Line 8: | ||
* [[CompanyRegisterInfo]] | * [[CompanyRegisterInfo]] | ||
* [[Person]] | * [[Person]] | ||
== Property list == | == Property list == | ||
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:
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. |