diff --git a/index.html b/index.html index 9011fb9..f763879 100644 --- a/index.html +++ b/index.html @@ -1358,7 +1358,8 @@

requestBillingAddress attribute

- The value of PaymentOptions.requestBillingAddress + The value of PaymentOptions.requestBillingAddress in the PaymentRequest.

@@ -1367,9 +1368,10 @@

paymentOptions attribute

- 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.

@@ -1377,10 +1379,12 @@

shippingOptions attribute

- 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.

@@ -2237,9 +2241,9 @@

payerNameRequired, payerEmailRequired, and payerPhoneRequired are true, respectively.):
    - For each memberin handlerResponseLet - serializeMemberbe the result of StructuredSerializewith + For each member in handlerResponse Let + serializeMember be the result of StructuredSerialize with handlerResponse.member. Rethrow any exceptions.
@@ -2250,9 +2254,9 @@

  1. Deserialize serialized members:
      - For each serializeMemberlet - memberbe the result of StructuredDeserializewith + For each serializeMember let + member be the result of StructuredDeserialize with serializeMember. Rethrow any exceptions.
  2. @@ -2581,6 +2585,8 @@

    paymentDetailsInit, paymentDetailsBase, + PaymentMethodData, PaymentOptions,