File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1854
1854
required DOMString label;
1855
1855
required PaymentCurrencyAmount amount;
1856
1856
boolean pending = false;
1857
- PaymentItemType type;
1857
+ PaymentItemType? type;
1858
1858
};
1859
1859
pre >
1860
1860
< p >
1891
1891
< dfn > typedfn > member
1892
1892
dt >
1893
1893
< dd >
1894
- A < a > PaymentItemTypea > enum value. A the value of < a > typea > to
1895
- assist in the presentation of < a > PaymentItema > by, for example,
1896
- visually grouping types together or other otherwise distinguishing
1897
- them from other types (or from items that have no associated type).
1894
+ A < a > PaymentItemTypea > enum value or null. A user agent MAY use the
1895
+ value of < a > typea > to assist in the presentation of
1896
+ < a > PaymentItema > by, for example, visually grouping types together
1897
+ or other otherwise distinguishing them from other types (or from
1898
+ items that have no associated type).
1898
1899
dd >
1899
1900
dl >
1900
1901
section >
You can’t perform that action at this time.
0 commit comments