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

marcoscaceres commented on this pull request.



> +        enum PaymentItemType {
+          "tax"
+        };
+      </pre>
+      <p>
+        The <a>PaymentItemType</a> serves to categorize a <a>PaymentItem</a>
+        into particular types.
+      </p>
+      <dl>
+        <dt>
+          "<dfn>tax</dfn>"
+        </dt>
+        <dd>
+          Indicates that the corresponding <a>PaymentItem</a> represents a form
+          of tax (e.g., sales tax, goods and services tax, value added tax,
+          etc.).

Yeah, but I think the developer bit would probably be better in `type` member above, so will add it there. I'll remove the parens. 

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

Received on Monday, 22 January 2018 00:26:16 UTC