- From: Danyao Wang <notifications@github.com>
- Date: Mon, 04 Nov 2019 22:35:48 -0800
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 5 November 2019 06:35:50 UTC
danyao commented on this pull request. > + <dfn>requestBillingAddressParts</dfn> member + </dt> + <dd> + A sequence of <a>AddressParts</a> that specifies which fine-grained + parts of the billing address that the payee wishes to receive when the + <a>requestBillingAddress</a> boolean is true. An empty list means no + restriction, i.e. the payee requests the full billing address. This + field has no effect if the <a>requestBillingAddress</a> boolean is + false. + <aside class="note"> + The billing address is part of the payment-method specific response. + The <a>user agent</a> simply passes the payee-specified + <a>requestBillingAddressParts</a> to the payment handler. It is the + responsibility of the payment handler to ensure no more than the + requested pieces is returned. A payment handler may choose to not + return some requested pieces (e.g., as a result of applying a redact Done. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/payment-request/pull/873#discussion_r342399201
Received on Tuesday, 5 November 2019 06:35:50 UTC