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

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

Yes, that seems good enough for now.

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

Received on Thursday, 18 January 2018 17:01:20 UTC