diff --git a/index.html b/index.html index 20e259c7..9f60c462 100644 --- a/index.html +++ b/index.html @@ -2955,6 +2955,7 @@

dictionary PaymentShippingOption { required DOMString id; required DOMString label; + DOMString description; required PaymentCurrencyAmount amount; boolean selected = false; }; @@ -2979,9 +2980,16 @@

label member
- A human-readable string description of the item. The user - agent SHOULD use this string to display the shipping option to - the user. + A human-readable label of the shipping option. The user agent + SHOULD use this string to display the shipping option to the user. +
+
+ description member +
+
+ A detailed description of the shipping option. If present, the + user agent MAY use this to present additional details relating + to the shipping option to the user.
amount member