diff --git a/index.html b/index.html index 9058d737..ff5bd5c6 100644 --- a/index.html +++ b/index.html @@ -1972,6 +1972,7 @@

         dictionary PaymentOptions {
           boolean requestPayerName = false;
+          boolean requestBillingAddress = false;
           boolean requestPayerEmail = false;
           boolean requestPayerPhone = false;
           boolean requestShipping = false;
@@ -1984,6 +1985,19 @@ 

options desired for the payment request.

+
+ requestBillingAddress member +
+
+ A boolean that instructs the user agent to get the billing + address associated with a payment method (e.g., the billing + address associated with a credit card). Typically, the user agent + will return the billing address as part of the + PaymentMethodChangeEvent's methodDetails, albeit + possibly with parts of the address redacted for privacy reasons. A + merchant can use this information to, for example, calculate tax in + certain jurisdictions. +
requestPayerName member