- From: Marcos Cáceres <notifications@github.com>
- Date: Sun, 21 Jan 2018 16:25:37 -0800
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 22 January 2018 00:26:16 UTC
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