Skip to content

Commit

Permalink
- Code refactor (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Buedo authored Nov 16, 2020
1 parent c378b95 commit 3db5c08
Show file tree
Hide file tree
Showing 146 changed files with 295 additions and 292 deletions.
4 changes: 2 additions & 2 deletions apidocs/allclasses-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Tue Nov 10 18:49:31 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Mon Nov 16 12:44:08 CET 2020 -->
<title>All Classes</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-11-10">
<meta name="dc.created" content="2020-11-16">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/allpackages-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Tue Nov 10 18:49:31 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Mon Nov 16 12:44:08 CET 2020 -->
<title>All Packages</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-11-10">
<meta name="dc.created" content="2020-11-16">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/com/bitpay/sdk/BitPayException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Tue Nov 10 18:49:31 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Mon Nov 16 12:44:08 CET 2020 -->
<title>BitPayException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-11-10">
<meta name="dc.created" content="2020-11-16">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
Expand Down
16 changes: 8 additions & 8 deletions apidocs/com/bitpay/sdk/Client.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Tue Nov 10 18:49:31 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Mon Nov 16 12:44:08 CET 2020 -->
<title>Client</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-11-10">
<meta name="dc.created" content="2020-11-16">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
Expand Down Expand Up @@ -118,7 +118,7 @@ <h2 title="Class Client" class="title">Class Client</h2>
extends java.lang.Object</pre>
<dl>
<dt><span class="simpleTagLabel">Version:</span></dt>
<dd>5.1.2011
<dd>5.2.2011
See bitpay.com/api for more information.
date 03.11.2020</dd>
<dt><span class="simpleTagLabel">Author:</span></dt>
Expand Down Expand Up @@ -1272,8 +1272,8 @@ <h4>submitPayoutRecipients</h4>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>array A list of BitPay PayoutRecipients objects..</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="exceptions/PayoutCreationException.html" title="class in com.bitpay.sdk.exceptions">PayoutCreationException</a></code> - BitPayException class</dd>
<dd><code><a href="BitPayException.html" title="class in com.bitpay.sdk">BitPayException</a></code></dd>
<dd><code><a href="BitPayException.html" title="class in com.bitpay.sdk">BitPayException</a></code> - BitPayException class</dd>
<dd><code><a href="exceptions/PayoutCreationException.html" title="class in com.bitpay.sdk.exceptions">PayoutCreationException</a></code> - PayoutCreationException class</dd>
</dl>
</li>
</ul>
Expand All @@ -1297,7 +1297,7 @@ <h4>getPayoutRecipients</h4>
<dd>array A list of BitPayRecipient objects.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="BitPayException.html" title="class in com.bitpay.sdk">BitPayException</a></code> - BitPayException class</dd>
<dd><code><a href="exceptions/PayoutQueryException.html" title="class in com.bitpay.sdk.exceptions">PayoutQueryException</a></code></dd>
<dd><code><a href="exceptions/PayoutQueryException.html" title="class in com.bitpay.sdk.exceptions">PayoutQueryException</a></code> - PayoutQueryException class</dd>
</dl>
</li>
</ul>
Expand All @@ -1318,8 +1318,8 @@ <h4>getPayoutRecipient</h4>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>PayoutRecipient A BitPay PayoutRecipient object.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="exceptions/PayoutQueryException.html" title="class in com.bitpay.sdk.exceptions">PayoutQueryException</a></code> - BitPayException class</dd>
<dd><code><a href="BitPayException.html" title="class in com.bitpay.sdk">BitPayException</a></code></dd>
<dd><code><a href="BitPayException.html" title="class in com.bitpay.sdk">BitPayException</a></code> - BitPayException class</dd>
<dd><code><a href="exceptions/PayoutQueryException.html" title="class in com.bitpay.sdk.exceptions">PayoutQueryException</a></code> - PayoutQueryException class</dd>
</dl>
</li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/com/bitpay/sdk/Config.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Tue Nov 10 18:49:31 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Mon Nov 16 12:44:08 CET 2020 -->
<title>Config</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-11-10">
<meta name="dc.created" content="2020-11-16">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/com/bitpay/sdk/Env.Tokens.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Tue Nov 10 18:49:31 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Mon Nov 16 12:44:08 CET 2020 -->
<title>Env.Tokens</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-11-10">
<meta name="dc.created" content="2020-11-16">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/com/bitpay/sdk/Env.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Tue Nov 10 18:49:31 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Mon Nov 16 12:44:08 CET 2020 -->
<title>Env</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-11-10">
<meta name="dc.created" content="2020-11-16">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/com/bitpay/sdk/exceptions/BillCreationException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Tue Nov 10 18:49:31 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Mon Nov 16 12:44:08 CET 2020 -->
<title>BillCreationException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-11-10">
<meta name="dc.created" content="2020-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/com/bitpay/sdk/exceptions/BillDeliveryException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Tue Nov 10 18:49:31 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Mon Nov 16 12:44:08 CET 2020 -->
<title>BillDeliveryException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-11-10">
<meta name="dc.created" content="2020-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/com/bitpay/sdk/exceptions/BillException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Tue Nov 10 18:49:31 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Mon Nov 16 12:44:08 CET 2020 -->
<title>BillException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-11-10">
<meta name="dc.created" content="2020-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/com/bitpay/sdk/exceptions/BillQueryException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Tue Nov 10 18:49:31 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Mon Nov 16 12:44:08 CET 2020 -->
<title>BillQueryException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-11-10">
<meta name="dc.created" content="2020-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/com/bitpay/sdk/exceptions/BillUpdateException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Tue Nov 10 18:49:31 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Mon Nov 16 12:44:08 CET 2020 -->
<title>BillUpdateException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-11-10">
<meta name="dc.created" content="2020-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/com/bitpay/sdk/exceptions/BitPayException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Tue Nov 10 18:49:31 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Mon Nov 16 12:44:08 CET 2020 -->
<title>BitPayException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-11-10">
<meta name="dc.created" content="2020-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/com/bitpay/sdk/exceptions/CurrencyException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Tue Nov 10 18:49:31 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Mon Nov 16 12:44:08 CET 2020 -->
<title>CurrencyException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-11-10">
<meta name="dc.created" content="2020-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/com/bitpay/sdk/exceptions/CurrencyQueryException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Tue Nov 10 18:49:31 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Mon Nov 16 12:44:08 CET 2020 -->
<title>CurrencyQueryException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-11-10">
<meta name="dc.created" content="2020-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Tue Nov 10 18:49:31 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Mon Nov 16 12:44:08 CET 2020 -->
<title>InvoiceCreationException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-11-10">
<meta name="dc.created" content="2020-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/com/bitpay/sdk/exceptions/InvoiceException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Tue Nov 10 18:49:31 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Mon Nov 16 12:44:08 CET 2020 -->
<title>InvoiceException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-11-10">
<meta name="dc.created" content="2020-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/com/bitpay/sdk/exceptions/InvoiceQueryException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Tue Nov 10 18:49:31 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Mon Nov 16 12:44:08 CET 2020 -->
<title>InvoiceQueryException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-11-10">
<meta name="dc.created" content="2020-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/com/bitpay/sdk/exceptions/LedgerException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Tue Nov 10 18:49:31 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Mon Nov 16 12:44:08 CET 2020 -->
<title>LedgerException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-11-10">
<meta name="dc.created" content="2020-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/com/bitpay/sdk/exceptions/LedgerQueryException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Tue Nov 10 18:49:31 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Mon Nov 16 12:44:08 CET 2020 -->
<title>LedgerQueryException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-11-10">
<meta name="dc.created" content="2020-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Tue Nov 10 18:49:31 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Mon Nov 16 12:44:08 CET 2020 -->
<title>PayoutCancellationException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-11-10">
<meta name="dc.created" content="2020-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Tue Nov 10 18:49:31 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Mon Nov 16 12:44:08 CET 2020 -->
<title>PayoutCreationException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-11-10">
<meta name="dc.created" content="2020-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/com/bitpay/sdk/exceptions/PayoutException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Tue Nov 10 18:49:31 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Mon Nov 16 12:44:08 CET 2020 -->
<title>PayoutException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-11-10">
<meta name="dc.created" content="2020-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/com/bitpay/sdk/exceptions/PayoutQueryException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Tue Nov 10 18:49:31 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Mon Nov 16 12:44:08 CET 2020 -->
<title>PayoutQueryException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-11-10">
<meta name="dc.created" content="2020-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/com/bitpay/sdk/exceptions/RateException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Tue Nov 10 18:49:31 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Mon Nov 16 12:44:08 CET 2020 -->
<title>RateException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-11-10">
<meta name="dc.created" content="2020-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/com/bitpay/sdk/exceptions/RateQueryException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Tue Nov 10 18:49:31 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Mon Nov 16 12:44:08 CET 2020 -->
<title>RateQueryException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-11-10">
<meta name="dc.created" content="2020-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Tue Nov 10 18:49:31 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Mon Nov 16 12:44:08 CET 2020 -->
<title>RefundCancellationException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-11-10">
<meta name="dc.created" content="2020-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand Down
Loading

0 comments on commit 3db5c08

Please sign in to comment.