Skip to content

Commit

Permalink
#v6.2.2109.0-rc - Invoice model update (#75)
Browse files Browse the repository at this point in the history
* - Invoice model updated
* - JavaDoc updated
* - Version upgrade
  • Loading branch information
Antonio Buedo authored Sep 23, 2021
1 parent 8cc4198 commit 819ead9
Show file tree
Hide file tree
Showing 150 changed files with 498 additions and 391 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 Fri Sep 17 17:43:27 CEST 2021 -->
<!-- Generated by javadoc (12.0.1) on Thu Sep 23 14:10:18 CEST 2021 -->
<title>All Classes</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2021-09-17">
<meta name="dc.created" content="2021-09-23">
<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 Fri Sep 17 17:43:27 CEST 2021 -->
<!-- Generated by javadoc (12.0.1) on Thu Sep 23 14:10:18 CEST 2021 -->
<title>All Packages</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2021-09-17">
<meta name="dc.created" content="2021-09-23">
<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 Fri Sep 17 17:43:27 CEST 2021 -->
<!-- Generated by javadoc (12.0.1) on Thu Sep 23 14:10:18 CEST 2021 -->
<title>BitPayException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2021-09-17">
<meta name="dc.created" content="2021-09-23">
<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
17 changes: 10 additions & 7 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 Fri Sep 17 17:43:27 CEST 2021 -->
<!-- Generated by javadoc (12.0.1) on Thu Sep 23 14:10:18 CEST 2021 -->
<title>Client</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2021-09-17">
<meta name="dc.created" content="2021-09-23">
<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>6.1.2109
<dd>6.2.2109
See bitpay.com/api for more information.
date 17.09.2021</dd>
<dt><span class="simpleTagLabel">Author:</span></dt>
Expand Down Expand Up @@ -649,9 +649,10 @@ <h3>Method Summary</h3>
</tr>
<tr class="rowColor" id="i57">
<td class="colFirst"><code><a href="model/Invoice/Invoice.html" title="class in com.bitpay.sdk.model.Invoice">Invoice</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#updateInvoice(java.lang.String,java.lang.String,java.lang.String)">updateInvoice</a></span>&#8203;(java.lang.String&nbsp;invoiceId,
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#updateInvoice(java.lang.String,java.lang.String,java.lang.String,java.lang.String)">updateInvoice</a></span>&#8203;(java.lang.String&nbsp;invoiceId,
java.lang.String&nbsp;buyerSms,
java.lang.String&nbsp;smsCode)</code></th>
java.lang.String&nbsp;smsCode,
java.lang.String&nbsp;buyerEmail)</code></th>
<td class="colLast">
<div class="block">Update a BitPay invoice with communication method.</div>
</td>
Expand Down Expand Up @@ -949,15 +950,16 @@ <h4>getInvoices</h4>
</dl>
</li>
</ul>
<a id="updateInvoice(java.lang.String,java.lang.String,java.lang.String)">
<a id="updateInvoice(java.lang.String,java.lang.String,java.lang.String,java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>updateInvoice</h4>
<pre class="methodSignature">public&nbsp;<a href="model/Invoice/Invoice.html" title="class in com.bitpay.sdk.model.Invoice">Invoice</a>&nbsp;updateInvoice&#8203;(java.lang.String&nbsp;invoiceId,
java.lang.String&nbsp;buyerSms,
java.lang.String&nbsp;smsCode)
java.lang.String&nbsp;smsCode,
java.lang.String&nbsp;buyerEmail)
throws <a href="BitPayException.html" title="class in com.bitpay.sdk">BitPayException</a>,
<a href="exceptions/InvoiceUpdateException.html" title="class in com.bitpay.sdk.exceptions">InvoiceUpdateException</a></pre>
<div class="block">Update a BitPay invoice with communication method.</div>
Expand All @@ -966,6 +968,7 @@ <h4>updateInvoice</h4>
<dd><code>invoiceId</code> - The id of the invoice to updated.</dd>
<dd><code>buyerSms</code> - The buyer's cell number.</dd>
<dd><code>smsCode</code> - The buyer's received verification code.</dd>
<dd><code>buyerEmail</code> - The buyer's email address.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>A BitPay generated Invoice object.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
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 Fri Sep 17 17:43:27 CEST 2021 -->
<!-- Generated by javadoc (12.0.1) on Thu Sep 23 14:10:18 CEST 2021 -->
<title>Config</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2021-09-17">
<meta name="dc.created" content="2021-09-23">
<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 Fri Sep 17 17:43:27 CEST 2021 -->
<!-- Generated by javadoc (12.0.1) on Thu Sep 23 14:10:18 CEST 2021 -->
<title>Env.Tokens</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2021-09-17">
<meta name="dc.created" content="2021-09-23">
<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 Fri Sep 17 17:43:27 CEST 2021 -->
<!-- Generated by javadoc (12.0.1) on Thu Sep 23 14:10:18 CEST 2021 -->
<title>Env</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2021-09-17">
<meta name="dc.created" content="2021-09-23">
<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 Fri Sep 17 17:43:27 CEST 2021 -->
<!-- Generated by javadoc (12.0.1) on Thu Sep 23 14:10:18 CEST 2021 -->
<title>BillCreationException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2021-09-17">
<meta name="dc.created" content="2021-09-23">
<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 Fri Sep 17 17:43:27 CEST 2021 -->
<!-- Generated by javadoc (12.0.1) on Thu Sep 23 14:10:18 CEST 2021 -->
<title>BillDeliveryException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2021-09-17">
<meta name="dc.created" content="2021-09-23">
<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 Fri Sep 17 17:43:27 CEST 2021 -->
<!-- Generated by javadoc (12.0.1) on Thu Sep 23 14:10:18 CEST 2021 -->
<title>BillException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2021-09-17">
<meta name="dc.created" content="2021-09-23">
<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 Fri Sep 17 17:43:27 CEST 2021 -->
<!-- Generated by javadoc (12.0.1) on Thu Sep 23 14:10:18 CEST 2021 -->
<title>BillQueryException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2021-09-17">
<meta name="dc.created" content="2021-09-23">
<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 Fri Sep 17 17:43:27 CEST 2021 -->
<!-- Generated by javadoc (12.0.1) on Thu Sep 23 14:10:18 CEST 2021 -->
<title>BillUpdateException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2021-09-17">
<meta name="dc.created" content="2021-09-23">
<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 Fri Sep 17 17:43:27 CEST 2021 -->
<!-- Generated by javadoc (12.0.1) on Thu Sep 23 14:10:18 CEST 2021 -->
<title>BitPayException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2021-09-17">
<meta name="dc.created" content="2021-09-23">
<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 Fri Sep 17 17:43:27 CEST 2021 -->
<!-- Generated by javadoc (12.0.1) on Thu Sep 23 14:10:18 CEST 2021 -->
<title>CurrencyException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2021-09-17">
<meta name="dc.created" content="2021-09-23">
<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 Fri Sep 17 17:43:27 CEST 2021 -->
<!-- Generated by javadoc (12.0.1) on Thu Sep 23 14:10:18 CEST 2021 -->
<title>CurrencyQueryException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2021-09-17">
<meta name="dc.created" content="2021-09-23">
<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 Fri Sep 17 17:43:27 CEST 2021 -->
<!-- Generated by javadoc (12.0.1) on Thu Sep 23 14:10:18 CEST 2021 -->
<title>InvoiceCreationException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2021-09-17">
<meta name="dc.created" content="2021-09-23">
<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 Fri Sep 17 17:43:27 CEST 2021 -->
<!-- Generated by javadoc (12.0.1) on Thu Sep 23 14:10:18 CEST 2021 -->
<title>InvoiceException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2021-09-17">
<meta name="dc.created" content="2021-09-23">
<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 Fri Sep 17 17:43:27 CEST 2021 -->
<!-- Generated by javadoc (12.0.1) on Thu Sep 23 14:10:18 CEST 2021 -->
<title>InvoiceQueryException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2021-09-17">
<meta name="dc.created" content="2021-09-23">
<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 Fri Sep 17 17:43:27 CEST 2021 -->
<!-- Generated by javadoc (12.0.1) on Thu Sep 23 14:10:18 CEST 2021 -->
<title>LedgerException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2021-09-17">
<meta name="dc.created" content="2021-09-23">
<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 Fri Sep 17 17:43:27 CEST 2021 -->
<!-- Generated by javadoc (12.0.1) on Thu Sep 23 14:10:18 CEST 2021 -->
<title>LedgerQueryException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2021-09-17">
<meta name="dc.created" content="2021-09-23">
<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 Fri Sep 17 17:43:27 CEST 2021 -->
<!-- Generated by javadoc (12.0.1) on Thu Sep 23 14:10:18 CEST 2021 -->
<title>PayoutCancellationException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2021-09-17">
<meta name="dc.created" content="2021-09-23">
<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 Fri Sep 17 17:43:27 CEST 2021 -->
<!-- Generated by javadoc (12.0.1) on Thu Sep 23 14:10:18 CEST 2021 -->
<title>PayoutCreationException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2021-09-17">
<meta name="dc.created" content="2021-09-23">
<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 Fri Sep 17 17:43:27 CEST 2021 -->
<!-- Generated by javadoc (12.0.1) on Thu Sep 23 14:10:18 CEST 2021 -->
<title>PayoutException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2021-09-17">
<meta name="dc.created" content="2021-09-23">
<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 Fri Sep 17 17:43:27 CEST 2021 -->
<!-- Generated by javadoc (12.0.1) on Thu Sep 23 14:10:18 CEST 2021 -->
<title>PayoutQueryException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2021-09-17">
<meta name="dc.created" content="2021-09-23">
<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 Fri Sep 17 17:43:27 CEST 2021 -->
<!-- Generated by javadoc (12.0.1) on Thu Sep 23 14:10:18 CEST 2021 -->
<title>RateException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2021-09-17">
<meta name="dc.created" content="2021-09-23">
<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 Fri Sep 17 17:43:27 CEST 2021 -->
<!-- Generated by javadoc (12.0.1) on Thu Sep 23 14:10:18 CEST 2021 -->
<title>RateQueryException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2021-09-17">
<meta name="dc.created" content="2021-09-23">
<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 819ead9

Please sign in to comment.