PaymentAddress
The ContactAddress
interface of the Contact Picker API represents a physical address.
Properties
The addressLine
read-only property of the ContactAddress interface is an array of strings, each specifying a line of the address that is not covered by one of the other properties of ContactAddress
.
The read-only dependentLocality
property of the ContactAddress interface is a string containing a locality or sublocality designation within a city, such as a neighborhood, borough, district, or, in the United Kingdom, a dependent locality.
The organization
read-only property of the ContactAddress interface returns a string containing the name of the organization, firm, company, or institution at the address.
The postalCode
read-only property of the ContactAddress interface returns a string containing a code used by a jurisdiction for mail routing, for example, the ZIP Code in the United States or the Postal Index Number (PIN code) in India.
The sortingCode
read-only property of the ContactAddress interface returns a string containing a postal sorting code such as is used in France.