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