diff --git a/index.html b/index.html index 9011fb9..f763879 100644 --- a/index.html +++ b/index.html @@ -1358,7 +1358,8 @@
- The value of PaymentOptions.requestBillingAddress + The value of PaymentOptions.requestBillingAddress in the PaymentRequest.
@@ -1367,9 +1368,10 @@- The value of PaymentOptions in the PaymentRequest. - Available only when shippingAddress and/or any subset of payer's - contact information are requested. + The value of PaymentOptions in the + PaymentRequest. Available only when shippingAddress and/or + any subset of payer's contact information are requested.
- The value of ShippingOptions on the - PaymentDetailsInit from the corresponding - PaymentRequest. Available only when shipping address is - requested. + The value of ShippingOptions + in the PaymentDetailsInit dictionary of the corresponding + PaymentRequest.(PaymentDetailsInit inherits + ShippingOptions from PaymentDetailsBase). Available only + when shipping address is requested.