Skip to content

Commit 819ead9

Browse files
author
Antonio Buedo
authored
#v6.2.2109.0-rc - Invoice model update (#75)
* - Invoice model updated * - JavaDoc updated * - Version upgrade
1 parent 8cc4198 commit 819ead9

File tree

150 files changed

+498
-391
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+498
-391
lines changed

apidocs/allclasses-index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Fri Sep 17 17:43:27 CEST 2021 -->
5+
<!-- Generated by javadoc (12.0.1) on Thu Sep 23 14:10:18 CEST 2021 -->
66
<title>All Classes</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2021-09-17">
8+
<meta name="dc.created" content="2021-09-23">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>

apidocs/allpackages-index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Fri Sep 17 17:43:27 CEST 2021 -->
5+
<!-- Generated by javadoc (12.0.1) on Thu Sep 23 14:10:18 CEST 2021 -->
66
<title>All Packages</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2021-09-17">
8+
<meta name="dc.created" content="2021-09-23">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>

apidocs/com/bitpay/sdk/BitPayException.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Fri Sep 17 17:43:27 CEST 2021 -->
5+
<!-- Generated by javadoc (12.0.1) on Thu Sep 23 14:10:18 CEST 2021 -->
66
<title>BitPayException</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2021-09-17">
8+
<meta name="dc.created" content="2021-09-23">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../script.js"></script>

apidocs/com/bitpay/sdk/Client.html

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Fri Sep 17 17:43:27 CEST 2021 -->
5+
<!-- Generated by javadoc (12.0.1) on Thu Sep 23 14:10:18 CEST 2021 -->
66
<title>Client</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2021-09-17">
8+
<meta name="dc.created" content="2021-09-23">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../script.js"></script>
@@ -118,7 +118,7 @@ <h2 title="Class Client" class="title">Class Client</h2>
118118
extends java.lang.Object</pre>
119119
<dl>
120120
<dt><span class="simpleTagLabel">Version:</span></dt>
121-
<dd>6.1.2109
121+
<dd>6.2.2109
122122
See bitpay.com/api for more information.
123123
date 17.09.2021</dd>
124124
<dt><span class="simpleTagLabel">Author:</span></dt>
@@ -649,9 +649,10 @@ <h3>Method Summary</h3>
649649
</tr>
650650
<tr class="rowColor" id="i57">
651651
<td class="colFirst"><code><a href="model/Invoice/Invoice.html" title="class in com.bitpay.sdk.model.Invoice">Invoice</a></code></td>
652-
<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,
652+
<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,
653653
java.lang.String&nbsp;buyerSms,
654-
java.lang.String&nbsp;smsCode)</code></th>
654+
java.lang.String&nbsp;smsCode,
655+
java.lang.String&nbsp;buyerEmail)</code></th>
655656
<td class="colLast">
656657
<div class="block">Update a BitPay invoice with communication method.</div>
657658
</td>
@@ -949,15 +950,16 @@ <h4>getInvoices</h4>
949950
</dl>
950951
</li>
951952
</ul>
952-
<a id="updateInvoice(java.lang.String,java.lang.String,java.lang.String)">
953+
<a id="updateInvoice(java.lang.String,java.lang.String,java.lang.String,java.lang.String)">
953954
<!-- -->
954955
</a>
955956
<ul class="blockList">
956957
<li class="blockList">
957958
<h4>updateInvoice</h4>
958959
<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,
959960
java.lang.String&nbsp;buyerSms,
960-
java.lang.String&nbsp;smsCode)
961+
java.lang.String&nbsp;smsCode,
962+
java.lang.String&nbsp;buyerEmail)
961963
throws <a href="BitPayException.html" title="class in com.bitpay.sdk">BitPayException</a>,
962964
<a href="exceptions/InvoiceUpdateException.html" title="class in com.bitpay.sdk.exceptions">InvoiceUpdateException</a></pre>
963965
<div class="block">Update a BitPay invoice with communication method.</div>
@@ -966,6 +968,7 @@ <h4>updateInvoice</h4>
966968
<dd><code>invoiceId</code> - The id of the invoice to updated.</dd>
967969
<dd><code>buyerSms</code> - The buyer's cell number.</dd>
968970
<dd><code>smsCode</code> - The buyer's received verification code.</dd>
971+
<dd><code>buyerEmail</code> - The buyer's email address.</dd>
969972
<dt><span class="returnLabel">Returns:</span></dt>
970973
<dd>A BitPay generated Invoice object.</dd>
971974
<dt><span class="throwsLabel">Throws:</span></dt>

apidocs/com/bitpay/sdk/Config.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Fri Sep 17 17:43:27 CEST 2021 -->
5+
<!-- Generated by javadoc (12.0.1) on Thu Sep 23 14:10:18 CEST 2021 -->
66
<title>Config</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2021-09-17">
8+
<meta name="dc.created" content="2021-09-23">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../script.js"></script>

apidocs/com/bitpay/sdk/Env.Tokens.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Fri Sep 17 17:43:27 CEST 2021 -->
5+
<!-- Generated by javadoc (12.0.1) on Thu Sep 23 14:10:18 CEST 2021 -->
66
<title>Env.Tokens</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2021-09-17">
8+
<meta name="dc.created" content="2021-09-23">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../script.js"></script>

apidocs/com/bitpay/sdk/Env.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Fri Sep 17 17:43:27 CEST 2021 -->
5+
<!-- Generated by javadoc (12.0.1) on Thu Sep 23 14:10:18 CEST 2021 -->
66
<title>Env</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2021-09-17">
8+
<meta name="dc.created" content="2021-09-23">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../script.js"></script>

apidocs/com/bitpay/sdk/exceptions/BillCreationException.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Fri Sep 17 17:43:27 CEST 2021 -->
5+
<!-- Generated by javadoc (12.0.1) on Thu Sep 23 14:10:18 CEST 2021 -->
66
<title>BillCreationException</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2021-09-17">
8+
<meta name="dc.created" content="2021-09-23">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../../script.js"></script>

apidocs/com/bitpay/sdk/exceptions/BillDeliveryException.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Fri Sep 17 17:43:27 CEST 2021 -->
5+
<!-- Generated by javadoc (12.0.1) on Thu Sep 23 14:10:18 CEST 2021 -->
66
<title>BillDeliveryException</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2021-09-17">
8+
<meta name="dc.created" content="2021-09-23">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../../script.js"></script>

apidocs/com/bitpay/sdk/exceptions/BillException.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Fri Sep 17 17:43:27 CEST 2021 -->
5+
<!-- Generated by javadoc (12.0.1) on Thu Sep 23 14:10:18 CEST 2021 -->
66
<title>BillException</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2021-09-17">
8+
<meta name="dc.created" content="2021-09-23">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../../script.js"></script>

0 commit comments

Comments
 (0)