Skip to content

Commit

Permalink
Adding careOf field
Browse files Browse the repository at this point in the history
Proposal for issue w3c#186
  • Loading branch information
adamroach committed May 16, 2016
1 parent c12c63a commit 6537d12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions specs/paymentrequest.html
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,7 @@ <h2>ShippingAddress interface</h2>
readonly attribute DOMString languageCode;
readonly attribute DOMString organization;
readonly attribute DOMString recipient;
readonly attribute DOMString careOf;
readonly attribute DOMString phone;
};
</pre>
Expand Down Expand Up @@ -808,6 +809,9 @@ <h2>ShippingAddress interface</h2>
<dd>This is the organization, firm, company, or institution at this address.</dd>
<dt><code>recipient</code></dt>
<dd>This is the name of the recipient or contact person.</dd>
<dt><code>careOf</code></dt>
<dd>This is the name of an intermediary party or entity responsible for transferring
packages between the postal service and the recipient.</dd>
<dt><code>phone</code></dt>
<dd>This is the phone number of the recipient or contact person.</dd>
</dl>
Expand Down

0 comments on commit 6537d12

Please sign in to comment.