diff --git a/index.html b/index.html index c1be70af..50e6c626 100644 --- a/index.html +++ b/index.html @@ -1933,7 +1933,7 @@
- When getting, returns the value of the PaymentAddress's + Represents the address line of the address. When getting, + returns the value of the PaymentAddress's [[\addressLine]] internal slot.
@@ -2136,8 +2153,19 @@- When getting, returns the value of the PaymentAddress's - [[\region]] internal slot. + Represents the region of the address. When getting, returns + the value of the PaymentAddress's [[\region]] + internal slot. +
+ ++ Represents the region of the address as an [[!ISO3166-2]] + code. When getting, returns the value of the + PaymentAddress's [[\regionCode]] internal slot.
- When getting, returns the value of the PaymentAddress's - [[\city]] internal slot. + Represents the city of the address. When getting, returns + the value of the PaymentAddress's [[\city]] internal + slot.
- When getting, returns the value of the PaymentAddress's + Represents the dependent locality of the address. When + getting, returns the value of the PaymentAddress's [[\dependentLocality]] internal slot.
- When getting, returns the value of the PaymentAddress's + Represents the postal code of the address. When getting, + returns the value of the PaymentAddress's [[\postalCode]] internal slot.
@@ -2172,7 +2203,8 @@- When getting, returns the value of the PaymentAddress's + Represents the sorting code of the address. When getting, + returns the value of the PaymentAddress's [[\sortingCode]] internal slot.
@@ -2181,7 +2213,8 @@- When getting, returns the value of the PaymentAddress's + Represents the language code of the address. When getting, + returns the value of the PaymentAddress's [[\languageCode]] internal slot.
@@ -2190,7 +2223,8 @@- When getting, returns the value of the PaymentAddress's + Represents the organization of the address. When getting, + returns the value of the PaymentAddress's [[\organization]] internal slot.
@@ -2199,7 +2233,8 @@- When getting, returns the value of the PaymentAddress's + Represents the recipient of the address. When getting, + returns the value of the PaymentAddress's [[\recipient]] internal slot.
@@ -2208,8 +2243,9 @@- When getting, returns the value of the PaymentAddress's - [[\phone]] internal slot. + Represents the phone of the address. When getting, returns + the value of the PaymentAddress's [[\phone]] internal + slot.
PT-11
" represents the Lisbon district of
+ Portugal.
- Postal codes in certain countries can be so specific as to - uniquely identify an individual. This being a privacy concern, - some user agents only return the part of a postal code that they - deem sufficient for a merchant to calculate shipping costs. This - varies across countries and regions, and so the choice to redact - part, or all, of the postal code is left to the discretion of - implementers in the interest of protecting users' privacy. + Postal codes in certain countries can be so specific as + to uniquely identify an individual. This being a privacy + concern, some user agents only return the part of a postal code + that they deem sufficient for a merchant to calculate shipping + costs. This varies across countries and regions, and so the + choice to redact part, or all, of the postal code is left to + the discretion of implementers in the interest of protecting + users' privacy.