diff --git a/specs/paymentrequest.html b/specs/paymentrequest.html index 4c23d49f..c8b98903 100644 --- a/specs/paymentrequest.html +++ b/specs/paymentrequest.html @@ -779,6 +779,7 @@

ShippingAddress interface

readonly attribute DOMString languageCode; readonly attribute DOMString organization; readonly attribute DOMString recipient; + readonly attribute DOMString careOf; readonly attribute DOMString phone; }; @@ -808,6 +809,9 @@

ShippingAddress interface

This is the organization, firm, company, or institution at this address.
recipient
This is the name of the recipient or contact person.
+
careOf
+
This is the name of an intermediary party or entity responsible for transferring + packages between the postal service and the recipient.
phone
This is the phone number of the recipient or contact person.