- Code refactor (#68)
This commit is contained in:
parent
c378b95e96
commit
3db5c081b2
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
@ -118,7 +118,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
||||
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>
|
||||
@ -1272,8 +1272,8 @@ extends java.lang.Object</pre>
|
||||
<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>
|
||||
@ -1297,7 +1297,7 @@ extends java.lang.Object</pre>
|
||||
<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>
|
||||
@ -1318,8 +1318,8 @@ extends java.lang.Object</pre>
|
||||
<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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>RefundCreationException</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>
|
||||
|
||||
@ -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>RefundException</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>
|
||||
|
||||
@ -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>RefundQueryException</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>
|
||||
|
||||
@ -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>SettlementException</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>
|
||||
|
||||
@ -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>SettlementQueryException</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>
|
||||
|
||||
@ -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>SubscriptionCreationException</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>
|
||||
|
||||
@ -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>SubscriptionException</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>
|
||||
|
||||
@ -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>SubscriptionQueryException</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>
|
||||
|
||||
@ -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>SubscriptionUpdateException</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>
|
||||
|
||||
@ -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>com.bitpay.sdk.exceptions</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>
|
||||
|
||||
@ -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>com.bitpay.sdk.exceptions Class Hierarchy</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>
|
||||
|
||||
@ -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>Bill</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>
|
||||
|
||||
@ -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>BillStatus</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>
|
||||
|
||||
@ -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>Item</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>
|
||||
|
||||
@ -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>com.bitpay.sdk.model.Bill</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>
|
||||
|
||||
@ -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>com.bitpay.sdk.model.Bill Class Hierarchy</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>
|
||||
|
||||
@ -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>Currency</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>
|
||||
|
||||
@ -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>Facade</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>
|
||||
|
||||
@ -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>Buyer</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>
|
||||
|
||||
@ -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>Invoice</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>
|
||||
|
||||
@ -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>InvoiceBuyerProvidedInfo</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>
|
||||
|
||||
@ -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>InvoiceStatus</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>
|
||||
|
||||
@ -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>InvoiceTransaction</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>
|
||||
|
||||
@ -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>MinerFees</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>
|
||||
|
||||
@ -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>MinerFeesItem</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>
|
||||
|
||||
@ -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>Refund</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>
|
||||
|
||||
@ -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>RefundInfo</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>
|
||||
|
||||
@ -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>RefundParams</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>
|
||||
|
||||
@ -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>RefundStatus</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>
|
||||
|
||||
@ -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>Shopper</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>
|
||||
|
||||
@ -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>SupportedTransactionCurrencies</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>
|
||||
|
||||
@ -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>SupportedTransactionCurrency</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>
|
||||
|
||||
@ -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>com.bitpay.sdk.model.Invoice</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>
|
||||
|
||||
@ -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>com.bitpay.sdk.model.Invoice Class Hierarchy</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>
|
||||
|
||||
@ -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>Buyer</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>
|
||||
|
||||
@ -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>Ledger</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>
|
||||
|
||||
@ -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>LedgerEntry</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>
|
||||
|
||||
@ -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>com.bitpay.sdk.model.Ledger</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>
|
||||
|
||||
@ -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>com.bitpay.sdk.model.Ledger Class Hierarchy</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>
|
||||
|
||||
@ -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>PayoutBatch</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>
|
||||
|
||||
@ -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>PayoutInstruction</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>
|
||||
@ -324,7 +324,7 @@ extends java.lang.Object</pre>
|
||||
<div class="block">Constructor, create a PayoutInstruction object.</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
<dd><code>amount</code> - float BTC amount.</dd>
|
||||
<dd><code>amount</code> - float amount (in currency of batch).</dd>
|
||||
<dd><code>method</code> - int Method used to target the recipient.</dd>
|
||||
<dd><code>methodValue</code> - string value for the choosen target method.</dd>
|
||||
<dt><span class="throwsLabel">Throws:</span></dt>
|
||||
|
||||
@ -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>PayoutInstructionBtcSummary</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>
|
||||
|
||||
@ -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>PayoutInstructionTransaction</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>
|
||||
|
||||
@ -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>PayoutRecipient</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>
|
||||
|
||||
@ -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>PayoutRecipients</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>
|
||||
|
||||
@ -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>PayoutStatus</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>
|
||||
|
||||
@ -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>RecipientReferenceMethod</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>
|
||||
|
||||
@ -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>RecipientStatus</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>
|
||||
|
||||
@ -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>com.bitpay.sdk.model.Payout</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>
|
||||
|
||||
@ -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>com.bitpay.sdk.model.Payout Class Hierarchy</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>
|
||||
|
||||
@ -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>Policy</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>
|
||||
|
||||
@ -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>Rate</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>
|
||||
|
||||
@ -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>Rates</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>
|
||||
|
||||
@ -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>com.bitpay.sdk.model.Rate</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>
|
||||
|
||||
@ -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>com.bitpay.sdk.model.Rate Class Hierarchy</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>
|
||||
|
||||
@ -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>InvoiceData</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>
|
||||
|
||||
@ -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>PayoutInfo</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>
|
||||
|
||||
@ -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>RefundInfo</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>
|
||||
|
||||
@ -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>Settlement</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>
|
||||
|
||||
@ -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>SettlementLedgerEntry</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>
|
||||
|
||||
@ -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>WithHoldings</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>
|
||||
|
||||
@ -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>com.bitpay.sdk.model.Settlement</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>
|
||||
|
||||
@ -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>com.bitpay.sdk.model.Settlement Class Hierarchy</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>
|
||||
|
||||
@ -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>Token</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>
|
||||
|
||||
@ -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>com.bitpay.sdk.model</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>
|
||||
|
||||
@ -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>com.bitpay.sdk.model Class Hierarchy</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>
|
||||
|
||||
@ -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>com.bitpay.sdk</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>
|
||||
|
||||
@ -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>com.bitpay.sdk Class Hierarchy</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>
|
||||
|
||||
@ -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>BitPayLogger</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>
|
||||
|
||||
@ -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>DateDeserializer</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>
|
||||
|
||||
@ -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>DateSerializer</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>
|
||||
|
||||
@ -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>KeyUtils</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>
|
||||
|
||||
@ -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>PayoutInstructionBtcSummaryDeserializer</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>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user