Re: [w3c/payment-request] Should PaymentItems have a type? (#163)

So 

```
dictionary PaymentItem {
    required DOMString             label;
    required PaymentCurrencyAmount amount;
    boolean                        pending = false;
    ???????                        type;
};
```

Is type a string or an enum?

-- 
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/issues/163#issuecomment-349897052

Received on Thursday, 7 December 2017 08:27:56 UTC