|
2 | 2 | <!-- NewPage --> |
3 | 3 | <html lang="en"> |
4 | 4 | <head> |
5 | | -<!-- Generated by javadoc (12.0.1) on Wed Aug 21 15:33:20 CEST 2019 --> |
| 5 | +<!-- Generated by javadoc (12.0.1) on Wed Aug 21 16:49:24 CEST 2019 --> |
6 | 6 | <title>Client</title> |
7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
8 | 8 | <meta name="dc.created" content="2019-08-21"> |
@@ -480,7 +480,7 @@ <h3>Method Summary</h3> |
480 | 480 | </td> |
481 | 481 | </tr> |
482 | 482 | <tr class="rowColor" id="i29"> |
483 | | -<td class="colFirst"><code><a href="model/Rates.html" title="class in com.bitpay.model">Rates</a></code></td> |
| 483 | +<td class="colFirst"><code><a href="model/Rate/Rates.html" title="class in com.bitpay.model.Rate">Rates</a></code></td> |
484 | 484 | <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getRates()">getRates</a></span>()</code></th> |
485 | 485 | <td class="colLast"> |
486 | 486 | <div class="block">Retrieve the exchange rate table maintained by BitPay.</div> |
@@ -1196,6 +1196,23 @@ <h4>deliverBill</h4> |
1196 | 1196 | </dl> |
1197 | 1197 | </li> |
1198 | 1198 | </ul> |
| 1199 | +<a id="getRates()"> |
| 1200 | +<!-- --> |
| 1201 | +</a> |
| 1202 | +<ul class="blockList"> |
| 1203 | +<li class="blockList"> |
| 1204 | +<h4>getRates</h4> |
| 1205 | +<pre class="methodSignature">public <a href="model/Rate/Rates.html" title="class in com.bitpay.model.Rate">Rates</a> getRates() |
| 1206 | + throws <a href="BitPayException.html" title="class in com.bitpay">BitPayException</a></pre> |
| 1207 | +<div class="block">Retrieve the exchange rate table maintained by BitPay. See https://bitpay.com/bitcoin-exchange-rates.</div> |
| 1208 | +<dl> |
| 1209 | +<dt><span class="returnLabel">Returns:</span></dt> |
| 1210 | +<dd>A Rates object populated with the BitPay exchange rate table.</dd> |
| 1211 | +<dt><span class="throwsLabel">Throws:</span></dt> |
| 1212 | +<dd><code><a href="BitPayException.html" title="class in com.bitpay">BitPayException</a></code></dd> |
| 1213 | +</dl> |
| 1214 | +</li> |
| 1215 | +</ul> |
1199 | 1216 | <a id="isFullyPaid(com.bitpay.model.Invoice.Invoice)"> |
1200 | 1217 | <!-- --> |
1201 | 1218 | </a> |
@@ -1341,23 +1358,6 @@ <h4>getAllRefunds</h4> |
1341 | 1358 | </dl> |
1342 | 1359 | </li> |
1343 | 1360 | </ul> |
1344 | | -<a id="getRates()"> |
1345 | | -<!-- --> |
1346 | | -</a> |
1347 | | -<ul class="blockList"> |
1348 | | -<li class="blockList"> |
1349 | | -<h4>getRates</h4> |
1350 | | -<pre class="methodSignature">public <a href="model/Rates.html" title="class in com.bitpay.model">Rates</a> getRates() |
1351 | | - throws <a href="BitPayException.html" title="class in com.bitpay">BitPayException</a></pre> |
1352 | | -<div class="block">Retrieve the exchange rate table maintained by BitPay. See https://bitpay.com/bitcoin-exchange-rates.</div> |
1353 | | -<dl> |
1354 | | -<dt><span class="returnLabel">Returns:</span></dt> |
1355 | | -<dd>A Rates object populated with the BitPay exchange rate table.</dd> |
1356 | | -<dt><span class="throwsLabel">Throws:</span></dt> |
1357 | | -<dd><code><a href="BitPayException.html" title="class in com.bitpay">BitPayException</a></code></dd> |
1358 | | -</dl> |
1359 | | -</li> |
1360 | | -</ul> |
1361 | 1361 | <a id="getLedger(java.lang.String,java.lang.String,java.lang.String)"> |
1362 | 1362 | <!-- --> |
1363 | 1363 | </a> |
|
0 commit comments