Skip to content

Commit fc7da16

Browse files
committed
editorial: label dict members and quote enums
1 parent ae56256 commit fc7da16

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

index.html

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@ <h2>
12661266
</p>
12671267
<dl>
12681268
<dt>
1269-
<dfn>currencySystem</dfn>
1269+
<dfn>currencySystem</dfn> member
12701270
</dt>
12711271
<dd>
12721272
A URL that indicates the currency system that the <a>currency</a>
@@ -1279,7 +1279,7 @@ <h2>
12791279
</div>
12801280
<dl>
12811281
<dt>
1282-
<dfn>currency</dfn>
1282+
<dfn>currency</dfn> member
12831283
</dt>
12841284
<dd>
12851285
<p>
@@ -1409,7 +1409,7 @@ <h2>
14091409
</p>
14101410
<dl>
14111411
<dt>
1412-
<dfn>displayItems</dfn>
1412+
<dfn>displayItems</dfn> member
14131413
</dt>
14141414
<dd>
14151415
This sequence of <a>PaymentItem</a> dictionaries contains line
@@ -1424,7 +1424,7 @@ <h2>
14241424
</p>
14251425
</dd>
14261426
<dt>
1427-
<dfn>shippingOptions</dfn>
1427+
<dfn>shippingOptions</dfn> member
14281428
</dt>
14291429
<dd>
14301430
A sequence containing the different shipping options for the user
@@ -1465,7 +1465,7 @@ <h2>
14651465
</p>
14661466
</dd>
14671467
<dt>
1468-
<dfn>modifiers</dfn>
1468+
<dfn>modifiers</dfn> member
14691469
</dt>
14701470
<dd>
14711471
This sequence of <a>PaymentDetailsModifier</a> dictionaries
@@ -1497,7 +1497,7 @@ <h2>
14971497
</p>
14981498
<dl>
14991499
<dt>
1500-
<dfn>id</dfn>
1500+
<dfn>id</dfn> member
15011501
</dt>
15021502
<dd>
15031503
<a>id</a> is a free-form identifier for this payment request.
@@ -1508,7 +1508,7 @@ <h2>
15081508
</p>
15091509
</dd>
15101510
<dt>
1511-
<dfn>total</dfn>
1511+
<dfn>total</dfn> member
15121512
</dt>
15131513
<dd>
15141514
This <a>PaymentItem</a> contains the non-negative total amount of
@@ -1546,7 +1546,7 @@ <h2>
15461546
</p>
15471547
<dl>
15481548
<dt>
1549-
<dfn>error</dfn>
1549+
<dfn>error</dfn> member
15501550
</dt>
15511551
<dd>
15521552
When the payment request is updated using <a data-lt=
@@ -1562,7 +1562,7 @@ <h2>
15621562
options are available.
15631563
</dd>
15641564
<dt>
1565-
<dfn>total</dfn>
1565+
<dfn>total</dfn> member
15661566
</dt>
15671567
<dd>
15681568
This <a>PaymentItem</a> contains the non-negative total amount.
@@ -1597,15 +1597,15 @@ <h2>
15971597
</p>
15981598
<dl>
15991599
<dt>
1600-
<dfn>supportedMethods</dfn>
1600+
<dfn>supportedMethods</dfn> member
16011601
</dt>
16021602
<dd>
16031603
The <a>supportedMethods</a> member is a <a>payment method
16041604
identifier</a>. The members of the <a>PaymentDetailsModifier</a> only
16051605
apply if the user select this <a>payment method</a>.
16061606
</dd>
16071607
<dt>
1608-
<dfn>total</dfn>
1608+
<dfn>total</dfn> member
16091609
</dt>
16101610
<dd>
16111611
This <a>PaymentItem</a> value overrides the <a data-lt=
@@ -1614,7 +1614,7 @@ <h2>
16141614
identifiers</a> of the <a>supportedMethods</a> member.
16151615
</dd>
16161616
<dt>
1617-
<dfn>additionalDisplayItems</dfn>
1617+
<dfn>additionalDisplayItems</dfn> member
16181618
</dt>
16191619
<dd>
16201620
This sequence of <a>PaymentItem</a> dictionaries provides additional
@@ -1633,7 +1633,7 @@ <h2>
16331633
</p>
16341634
</dd>
16351635
<dt>
1636-
<dfn>data</dfn>
1636+
<dfn>data</dfn> member
16371637
</dt>
16381638
<dd>
16391639
<a>data</a> is an object that provides optional information that
@@ -1655,22 +1655,22 @@ <h2>
16551655
</pre>
16561656
<dl>
16571657
<dt>
1658-
<dfn>shipping</dfn>
1658+
"<dfn>shipping</dfn>"
16591659
</dt>
16601660
<dd>
16611661
This is the default and refers to the address being collected as the
16621662
destination for shipping.
16631663
</dd>
16641664
<dt>
1665-
<dfn>delivery</dfn>
1665+
"<dfn>delivery</dfn>"
16661666
</dt>
16671667
<dd>
16681668
This refers to the address being collected as being used for
16691669
delivery. This is commonly faster than shipping. For example, it
16701670
might be used for food delivery.
16711671
</dd>
16721672
<dt>
1673-
<dfn>pickup</dfn>
1673+
"<dfn>pickup</dfn>"
16741674
</dt>
16751675
<dd>
16761676
This refers to the address being collected as part of a service
@@ -1698,7 +1698,7 @@ <h2>
16981698
</p>
16991699
<dl>
17001700
<dt>
1701-
<dfn>requestPayerName</dfn>
1701+
<dfn>requestPayerName</dfn> member
17021702
</dt>
17031703
<dd>
17041704
This boolean value indicates whether the <a>user agent</a> should
@@ -1707,7 +1707,7 @@ <h2>
17071707
booking in the payer's name.
17081708
</dd>
17091709
<dt>
1710-
<dfn>requestPayerEmail</dfn>
1710+
<dfn>requestPayerEmail</dfn> member
17111711
</dt>
17121712
<dd>
17131713
This boolean value indicates whether the <a>user agent</a> should
@@ -1716,7 +1716,7 @@ <h2>
17161716
to email a receipt.
17171717
</dd>
17181718
<dt>
1719-
<dfn>requestPayerPhone</dfn>
1719+
<dfn>requestPayerPhone</dfn> member
17201720
</dt>
17211721
<dd>
17221722
This boolean value indicates whether the <a>user agent</a> should
@@ -1725,7 +1725,7 @@ <h2>
17251725
to phone a customer with a billing enquiry.
17261726
</dd>
17271727
<dt>
1728-
<dfn>requestShipping</dfn>
1728+
<dfn>requestShipping</dfn> member
17291729
</dt>
17301730
<dd>
17311731
This boolean value indicates whether the <a>user agent</a> should
@@ -1735,7 +1735,7 @@ <h2>
17351735
an online-only electronic purchase transaction.
17361736
</dd>
17371737
<dt>
1738-
<dfn>shippingType</dfn>
1738+
<dfn>shippingType</dfn> member
17391739
</dt>
17401740
<dd>
17411741
Some transactions require an address for delivery but the term
@@ -1769,21 +1769,21 @@ <h2>
17691769
</p>
17701770
<dl>
17711771
<dt>
1772-
<dfn>label</dfn>
1772+
<dfn>label</dfn> member
17731773
</dt>
17741774
<dd>
17751775
This is a human-readable description of the item. The <a>user
17761776
agent</a> may display this to the user.
17771777
</dd>
17781778
<dt>
1779-
<dfn>amount</dfn>
1779+
<dfn>amount</dfn> member
17801780
</dt>
17811781
<dd>
17821782
A <a>PaymentCurrencyAmount</a> containing the monetary amount for the
17831783
item.
17841784
</dd>
17851785
<dt>
1786-
<dfn>pending</dfn>
1786+
<dfn>pending</dfn> member
17871787
</dt>
17881788
<dd>
17891789
When set to true this flag means that the <a>amount</a> member is not

0 commit comments

Comments
 (0)