diff --git a/index.html b/index.html
index 98c39914..ba9abbbf 100644
--- a/index.html
+++ b/index.html
@@ -2935,6 +2935,7 @@
dictionary PaymentShippingOption {
required DOMString id;
required DOMString label;
+ DOMString description;
required PaymentCurrencyAmount amount;
boolean selected = false;
};
@@ -2959,9 +2960,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