Re: [w3c/payment-request] Feat: adds PaymentItemType enum and PaymentItem.type (#666)

marcoscaceres commented on this pull request.



> +          associated type).
+        </dd>
+      </dl>
+    </section>
+    <section data-dfn-for="PaymentItemType">
+      <h2>
+        <dfn>PaymentItemType</dfn> enum
+      </h2>
+      <pre class="idl">
+        enum PaymentItemType {
+          "tax"
+        };
+      </pre>
+      <p>
+        The <a>PaymentItemType</a> serves to categorize a <a>PaymentItem</a>
+        into particular types.

@adrianhopebailie, @stpeter, [above](https://github.com/w3c/payment-request/pull/666/files#diff-eacf331f0ffc35d4b482f1d15a887d3bR1894), I state that the user agent MAY use this to, "for example, visually grouping types together or otherwise distinguishing them from other types (or from items that have no associated type)." 

Is that sufficient? 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/payment-request/pull/666#discussion_r162247957

Received on Thursday, 18 January 2018 04:35:27 UTC