Definition
Contact Picker API defines ContactAddress
[Exposed=Window]
interface ContactAddress {
[Default] object toJSON();
readonly attribute DOMString city;
readonly attribute DOMString country;
readonly attribute DOMString dependentLocality;
readonly attribute DOMString organization;
readonly attribute DOMString phone;
readonly attribute DOMString postalCode;
readonly attribute DOMString recipient;
readonly attribute DOMString region;
readonly attribute DOMString sortingCode;
readonly attribute FrozenArray<DOMString> addressLine;
};
Methods and attributes that return objects implementing ContactAddress
Referring IDL interfaces/dictionaries
Referring specifications
- Payment Request API refers to
ContactAddress