Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Address

An address expressed using postal conventions (as opposed to GPS or other location definition formats)

Hierarchy

Index

Properties

Optional city

city: undefined | string

Name of city, town etc.

Optional country

country: undefined | string

Country (e.g. can be ISO 3166 2 or 3 letter code)

Optional district

district: undefined | string

District name (aka county)

Optional extension

extension: Extension[]

Additional Content defined by implementations

Optional id

id: undefined | string

xml:id (or equivalent in JSON)

Optional line

line: string[]

Street name, number, direction & P.O. Box etc.

Optional period

period: Period

Time period when address was/is in use

Optional postalCode

postalCode: undefined | string

Postal code for area

Optional state

state: undefined | string

Sub-unit of country (abbreviations ok)

Optional text

text: undefined | string

Text representation of the address

Optional type

postal | physical | both

Optional use

home | work | temp | old - purpose of this address

Generated using TypeDoc