Skip to content

Commit dba1f48

Browse files
author
Antonio Buedo
authored
#v3.1.1910.0-rc - Model updates (#50)
1 parent e2dde6e commit dba1f48

File tree

123 files changed

+1458
-390
lines changed

Some content is hidden

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

123 files changed

+1458
-390
lines changed

GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Once you have the environment file (JSON previously generated) you can initializ
7070
```Java
7171
// Provide the full path to the env file which you have previously stored securely.
7272

73-
Client bitpay = new Client("[FULL_PATH_TO_THE_PRIVATE_KEY]");
73+
Client bitpay = new Client("[FULL_PATH_TO_THE_CONFIG_FILE]");
7474
```
7575

7676
```Java

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Full implementation of the BitPay Payment Gateway. This library implements BitPa
77

88
## Getting Started
99

10-
To get up and running with our C# library quickly, follow [The GUIDE](https://github.com/bitpay/java-bitpay-client/blob/master/GUIDE.md)
10+
To get up and running with our Java library quickly, follow [The GUIDE](https://github.com/bitpay/java-bitpay-client/blob/master/GUIDE.md)
1111

1212
## Support
1313

doc/allclasses-index.html

Lines changed: 18 additions & 10 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 Thu Aug 29 14:16:57 CEST 2019 -->
5+
<!-- Generated by javadoc (12.0.1) on Wed Oct 16 16:45:36 CEST 2019 -->
66
<title>All Classes</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2019-08-29">
8+
<meta name="dc.created" content="2019-10-16">
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>
@@ -28,7 +28,7 @@
2828
catch(err) {
2929
}
3030
//-->
31-
var data = {"i0":2,"i1":2,"i2":8,"i3":2,"i4":2,"i5":2,"i6":2,"i7":2,"i8":2,"i9":2,"i10":2,"i11":2,"i12":2,"i13":2,"i14":2,"i15":2,"i16":2,"i17":2,"i18":2,"i19":2,"i20":2,"i21":2,"i22":2,"i23":2,"i24":2,"i25":2,"i26":2,"i27":2,"i28":2,"i29":2,"i30":2,"i31":2,"i32":2,"i33":2,"i34":2,"i35":2,"i36":2,"i37":2,"i38":2,"i39":2,"i40":2,"i41":2,"i42":2,"i43":2,"i44":2,"i45":2,"i46":2,"i47":2,"i48":2,"i49":2,"i50":2,"i51":2};
31+
var data = {"i0":2,"i1":2,"i2":8,"i3":2,"i4":2,"i5":2,"i6":2,"i7":2,"i8":2,"i9":2,"i10":2,"i11":2,"i12":2,"i13":2,"i14":2,"i15":2,"i16":2,"i17":2,"i18":2,"i19":2,"i20":2,"i21":2,"i22":2,"i23":2,"i24":2,"i25":2,"i26":2,"i27":2,"i28":2,"i29":2,"i30":2,"i31":2,"i32":2,"i33":2,"i34":2,"i35":2,"i36":2,"i37":2,"i38":2,"i39":2,"i40":2,"i41":2,"i42":2,"i43":2,"i44":2,"i45":2,"i46":2,"i47":2,"i48":2,"i49":2,"i50":2,"i51":2,"i52":2,"i53":2};
3232
var tabs = {65535:["t0","All Classes"],2:["t2","Class Summary"],8:["t4","Exception Summary"]};
3333
var altColor = "altColor";
3434
var rowColor = "rowColor";
@@ -273,34 +273,42 @@ <h1 title="All&amp;nbsp;Classes" class="title">All&nbsp;Classes</h1>
273273
<th class="colLast" scope="row">&nbsp;</th>
274274
</tr>
275275
<tr class="altColor" id="i44">
276-
<td class="colFirst"><a href="com/bitpay/sdk/model/Settlement/RefundInfo.html" title="class in com.bitpay.sdk.model.Settlement">RefundInfo</a></td>
276+
<td class="colFirst"><a href="com/bitpay/sdk/model/Invoice/RefundInfo.html" title="class in com.bitpay.sdk.model.Invoice">RefundInfo</a></td>
277277
<th class="colLast" scope="row">&nbsp;</th>
278278
</tr>
279279
<tr class="rowColor" id="i45">
280-
<td class="colFirst"><a href="com/bitpay/sdk/model/RefundParams.html" title="class in com.bitpay.sdk.model">RefundParams</a></td>
280+
<td class="colFirst"><a href="com/bitpay/sdk/model/Settlement/RefundInfo.html" title="class in com.bitpay.sdk.model.Settlement">RefundInfo</a></td>
281281
<th class="colLast" scope="row">&nbsp;</th>
282282
</tr>
283283
<tr class="altColor" id="i46">
284-
<td class="colFirst"><a href="com/bitpay/sdk/model/Settlement/Settlement.html" title="class in com.bitpay.sdk.model.Settlement">Settlement</a></td>
284+
<td class="colFirst"><a href="com/bitpay/sdk/model/RefundParams.html" title="class in com.bitpay.sdk.model">RefundParams</a></td>
285285
<th class="colLast" scope="row">&nbsp;</th>
286286
</tr>
287287
<tr class="rowColor" id="i47">
288-
<td class="colFirst"><a href="com/bitpay/sdk/model/Settlement/SettlementLedgerEntry.html" title="class in com.bitpay.sdk.model.Settlement">SettlementLedgerEntry</a></td>
288+
<td class="colFirst"><a href="com/bitpay/sdk/model/Settlement/Settlement.html" title="class in com.bitpay.sdk.model.Settlement">Settlement</a></td>
289289
<th class="colLast" scope="row">&nbsp;</th>
290290
</tr>
291291
<tr class="altColor" id="i48">
292-
<td class="colFirst"><a href="com/bitpay/sdk/model/Invoice/SupportedTransactionCurrencies.html" title="class in com.bitpay.sdk.model.Invoice">SupportedTransactionCurrencies</a></td>
292+
<td class="colFirst"><a href="com/bitpay/sdk/model/Settlement/SettlementLedgerEntry.html" title="class in com.bitpay.sdk.model.Settlement">SettlementLedgerEntry</a></td>
293293
<th class="colLast" scope="row">&nbsp;</th>
294294
</tr>
295295
<tr class="rowColor" id="i49">
296-
<td class="colFirst"><a href="com/bitpay/sdk/model/Invoice/SupportedTransactionCurrency.html" title="class in com.bitpay.sdk.model.Invoice">SupportedTransactionCurrency</a></td>
296+
<td class="colFirst"><a href="com/bitpay/sdk/model/Invoice/Shopper.html" title="class in com.bitpay.sdk.model.Invoice">Shopper</a></td>
297297
<th class="colLast" scope="row">&nbsp;</th>
298298
</tr>
299299
<tr class="altColor" id="i50">
300-
<td class="colFirst"><a href="com/bitpay/sdk/model/Token.html" title="class in com.bitpay.sdk.model">Token</a></td>
300+
<td class="colFirst"><a href="com/bitpay/sdk/model/Invoice/SupportedTransactionCurrencies.html" title="class in com.bitpay.sdk.model.Invoice">SupportedTransactionCurrencies</a></td>
301301
<th class="colLast" scope="row">&nbsp;</th>
302302
</tr>
303303
<tr class="rowColor" id="i51">
304+
<td class="colFirst"><a href="com/bitpay/sdk/model/Invoice/SupportedTransactionCurrency.html" title="class in com.bitpay.sdk.model.Invoice">SupportedTransactionCurrency</a></td>
305+
<th class="colLast" scope="row">&nbsp;</th>
306+
</tr>
307+
<tr class="altColor" id="i52">
308+
<td class="colFirst"><a href="com/bitpay/sdk/model/Token.html" title="class in com.bitpay.sdk.model">Token</a></td>
309+
<th class="colLast" scope="row">&nbsp;</th>
310+
</tr>
311+
<tr class="rowColor" id="i53">
304312
<td class="colFirst"><a href="com/bitpay/sdk/model/Settlement/WithHoldings.html" title="class in com.bitpay.sdk.model.Settlement">WithHoldings</a></td>
305313
<th class="colLast" scope="row">&nbsp;</th>
306314
</tr>

doc/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 Thu Aug 29 14:16:57 CEST 2019 -->
5+
<!-- Generated by javadoc (12.0.1) on Wed Oct 16 16:45:36 CEST 2019 -->
66
<title>All Packages</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2019-08-29">
8+
<meta name="dc.created" content="2019-10-16">
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>

doc/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 Thu Aug 29 14:16:57 CEST 2019 -->
5+
<!-- Generated by javadoc (12.0.1) on Wed Oct 16 16:45:36 CEST 2019 -->
66
<title>BitPayException</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2019-08-29">
8+
<meta name="dc.created" content="2019-10-16">
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>

doc/com/bitpay/sdk/Client.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 Thu Aug 29 14:16:57 CEST 2019 -->
5+
<!-- Generated by javadoc (12.0.1) on Wed Oct 16 16:45:36 CEST 2019 -->
66
<title>Client</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2019-08-29">
8+
<meta name="dc.created" content="2019-10-16">
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>

doc/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 Thu Aug 29 14:16:57 CEST 2019 -->
5+
<!-- Generated by javadoc (12.0.1) on Wed Oct 16 16:45:36 CEST 2019 -->
66
<title>Config</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2019-08-29">
8+
<meta name="dc.created" content="2019-10-16">
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>

doc/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 Thu Aug 29 14:16:57 CEST 2019 -->
5+
<!-- Generated by javadoc (12.0.1) on Wed Oct 16 16:45:36 CEST 2019 -->
66
<title>Env.Tokens</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2019-08-29">
8+
<meta name="dc.created" content="2019-10-16">
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>

doc/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 Thu Aug 29 14:16:57 CEST 2019 -->
5+
<!-- Generated by javadoc (12.0.1) on Wed Oct 16 16:45:36 CEST 2019 -->
66
<title>Env</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2019-08-29">
8+
<meta name="dc.created" content="2019-10-16">
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>

doc/com/bitpay/sdk/model/Bill/Bill.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 Thu Aug 29 14:16:57 CEST 2019 -->
5+
<!-- Generated by javadoc (12.0.1) on Wed Oct 16 16:45:36 CEST 2019 -->
66
<title>Bill</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2019-08-29">
8+
<meta name="dc.created" content="2019-10-16">
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)