Skip to content

Commit b7b94df

Browse files
author
Antonio Buedo
authored
#v4.0.1910 - Improvements and new features (#52)
- Refunds refactored - Model dynamics improved - Invoice filtering extended - ETH full support
1 parent f6a187e commit b7b94df

File tree

181 files changed

+12187
-1209
lines changed

Some content is hidden

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

181 files changed

+12187
-1209
lines changed

doc/allclasses-index.html

Lines changed: 24 additions & 28 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 Oct 18 17:04:26 CEST 2019 -->
5+
<!-- Generated by javadoc (12.0.1) on Wed Oct 30 14:09:54 CET 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-10-18">
8+
<meta name="dc.created" content="2019-10-30">
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":8,"i2":8,"i3":8,"i4":8,"i5":2,"i6":8,"i7":8,"i8":8,"i9":2,"i10":2,"i11":2,"i12":2,"i13":2,"i14":2,"i15":2,"i16":2,"i17":2,"i18":8,"i19":8,"i20":2,"i21":2,"i22":2,"i23":2,"i24":2,"i25":2,"i26":2,"i27":8,"i28":2,"i29":8,"i30":8,"i31":2,"i32":2,"i33":2,"i34":2,"i35":2,"i36":2,"i37":8,"i38":8,"i39":2,"i40":2,"i41":2,"i42":2,"i43":2,"i44":2,"i45":8,"i46":8,"i47":8,"i48":2,"i49":2,"i50":2,"i51":2,"i52":2,"i53":8,"i54":2,"i55":2,"i56":2,"i57":8,"i58":8,"i59":2,"i60":2,"i61":2,"i62":8,"i63":8,"i64":8,"i65":2,"i66":2,"i67":2,"i68":2,"i69":8,"i70":2,"i71":8,"i72":2,"i73":8,"i74":2,"i75":8,"i76":8,"i77":8,"i78":8,"i79":2,"i80":2,"i81":2,"i82":2};
31+
var data = {"i0":2,"i1":8,"i2":8,"i3":8,"i4":8,"i5":2,"i6":8,"i7":8,"i8":8,"i9":2,"i10":2,"i11":2,"i12":2,"i13":2,"i14":2,"i15":2,"i16":2,"i17":2,"i18":8,"i19":8,"i20":2,"i21":2,"i22":2,"i23":2,"i24":2,"i25":2,"i26":2,"i27":8,"i28":2,"i29":8,"i30":8,"i31":2,"i32":2,"i33":2,"i34":2,"i35":2,"i36":2,"i37":8,"i38":8,"i39":2,"i40":2,"i41":2,"i42":2,"i43":2,"i44":2,"i45":8,"i46":8,"i47":8,"i48":2,"i49":2,"i50":2,"i51":2,"i52":2,"i53":8,"i54":2,"i55":2,"i56":2,"i57":8,"i58":8,"i59":2,"i60":2,"i61":8,"i62":8,"i63":8,"i64":2,"i65":2,"i66":2,"i67":8,"i68":2,"i69":2,"i70":8,"i71":2,"i72":8,"i73":2,"i74":8,"i75":8,"i76":8,"i77":8,"i78":2,"i79":2,"i80":2,"i81":2};
3232
var tabs = {65535:["t0","All Classes"],2:["t2","Class Summary"],8:["t4","Exception Summary"]};
3333
var altColor = "altColor";
3434
var rowColor = "rowColor";
@@ -337,94 +337,90 @@ <h1 title="All&amp;nbsp;Classes" class="title">All&nbsp;Classes</h1>
337337
<th class="colLast" scope="row">&nbsp;</th>
338338
</tr>
339339
<tr class="altColor" id="i60">
340-
<td class="colFirst"><a href="com/bitpay/sdk/model/Refund.html" title="class in com.bitpay.sdk.model">Refund</a></td>
340+
<td class="colFirst"><a href="com/bitpay/sdk/model/Invoice/Refund.html" title="class in com.bitpay.sdk.model.Invoice">Refund</a></td>
341341
<th class="colLast" scope="row">&nbsp;</th>
342342
</tr>
343343
<tr class="rowColor" id="i61">
344-
<td class="colFirst"><a href="com/bitpay/sdk/model/Settlement/RefundAmount.html" title="class in com.bitpay.sdk.model.Settlement">RefundAmount</a></td>
344+
<td class="colFirst"><a href="com/bitpay/sdk/exceptions/RefundCancellationException.html" title="class in com.bitpay.sdk.exceptions">RefundCancellationException</a></td>
345345
<th class="colLast" scope="row">&nbsp;</th>
346346
</tr>
347347
<tr class="altColor" id="i62">
348-
<td class="colFirst"><a href="com/bitpay/sdk/exceptions/RefundCancellationException.html" title="class in com.bitpay.sdk.exceptions">RefundCancellationException</a></td>
348+
<td class="colFirst"><a href="com/bitpay/sdk/exceptions/RefundCreationException.html" title="class in com.bitpay.sdk.exceptions">RefundCreationException</a></td>
349349
<th class="colLast" scope="row">&nbsp;</th>
350350
</tr>
351351
<tr class="rowColor" id="i63">
352-
<td class="colFirst"><a href="com/bitpay/sdk/exceptions/RefundCreationException.html" title="class in com.bitpay.sdk.exceptions">RefundCreationException</a></td>
352+
<td class="colFirst"><a href="com/bitpay/sdk/exceptions/RefundException.html" title="class in com.bitpay.sdk.exceptions">RefundException</a></td>
353353
<th class="colLast" scope="row">&nbsp;</th>
354354
</tr>
355355
<tr class="altColor" id="i64">
356-
<td class="colFirst"><a href="com/bitpay/sdk/exceptions/RefundException.html" title="class in com.bitpay.sdk.exceptions">RefundException</a></td>
356+
<td class="colFirst"><a href="com/bitpay/sdk/model/Invoice/RefundInfo.html" title="class in com.bitpay.sdk.model.Invoice">RefundInfo</a></td>
357357
<th class="colLast" scope="row">&nbsp;</th>
358358
</tr>
359359
<tr class="rowColor" id="i65">
360-
<td class="colFirst"><a href="com/bitpay/sdk/model/RefundHelper.html" title="class in com.bitpay.sdk.model">RefundHelper</a></td>
360+
<td class="colFirst"><a href="com/bitpay/sdk/model/Settlement/RefundInfo.html" title="class in com.bitpay.sdk.model.Settlement">RefundInfo</a></td>
361361
<th class="colLast" scope="row">&nbsp;</th>
362362
</tr>
363363
<tr class="altColor" id="i66">
364-
<td class="colFirst"><a href="com/bitpay/sdk/model/Invoice/RefundInfo.html" title="class in com.bitpay.sdk.model.Invoice">RefundInfo</a></td>
364+
<td class="colFirst"><a href="com/bitpay/sdk/model/Invoice/RefundParams.html" title="class in com.bitpay.sdk.model.Invoice">RefundParams</a></td>
365365
<th class="colLast" scope="row">&nbsp;</th>
366366
</tr>
367367
<tr class="rowColor" id="i67">
368-
<td class="colFirst"><a href="com/bitpay/sdk/model/Settlement/RefundInfo.html" title="class in com.bitpay.sdk.model.Settlement">RefundInfo</a></td>
368+
<td class="colFirst"><a href="com/bitpay/sdk/exceptions/RefundQueryException.html" title="class in com.bitpay.sdk.exceptions">RefundQueryException</a></td>
369369
<th class="colLast" scope="row">&nbsp;</th>
370370
</tr>
371371
<tr class="altColor" id="i68">
372-
<td class="colFirst"><a href="com/bitpay/sdk/model/RefundParams.html" title="class in com.bitpay.sdk.model">RefundParams</a></td>
372+
<td class="colFirst"><a href="com/bitpay/sdk/model/Invoice/RefundStatus.html" title="class in com.bitpay.sdk.model.Invoice">RefundStatus</a></td>
373373
<th class="colLast" scope="row">&nbsp;</th>
374374
</tr>
375375
<tr class="rowColor" id="i69">
376-
<td class="colFirst"><a href="com/bitpay/sdk/exceptions/RefundQueryException.html" title="class in com.bitpay.sdk.exceptions">RefundQueryException</a></td>
377-
<th class="colLast" scope="row">&nbsp;</th>
378-
</tr>
379-
<tr class="altColor" id="i70">
380376
<td class="colFirst"><a href="com/bitpay/sdk/model/Settlement/Settlement.html" title="class in com.bitpay.sdk.model.Settlement">Settlement</a></td>
381377
<th class="colLast" scope="row">&nbsp;</th>
382378
</tr>
383-
<tr class="rowColor" id="i71">
379+
<tr class="altColor" id="i70">
384380
<td class="colFirst"><a href="com/bitpay/sdk/exceptions/SettlementException.html" title="class in com.bitpay.sdk.exceptions">SettlementException</a></td>
385381
<th class="colLast" scope="row">&nbsp;</th>
386382
</tr>
387-
<tr class="altColor" id="i72">
383+
<tr class="rowColor" id="i71">
388384
<td class="colFirst"><a href="com/bitpay/sdk/model/Settlement/SettlementLedgerEntry.html" title="class in com.bitpay.sdk.model.Settlement">SettlementLedgerEntry</a></td>
389385
<th class="colLast" scope="row">&nbsp;</th>
390386
</tr>
391-
<tr class="rowColor" id="i73">
387+
<tr class="altColor" id="i72">
392388
<td class="colFirst"><a href="com/bitpay/sdk/exceptions/SettlementQueryException.html" title="class in com.bitpay.sdk.exceptions">SettlementQueryException</a></td>
393389
<th class="colLast" scope="row">&nbsp;</th>
394390
</tr>
395-
<tr class="altColor" id="i74">
391+
<tr class="rowColor" id="i73">
396392
<td class="colFirst"><a href="com/bitpay/sdk/model/Invoice/Shopper.html" title="class in com.bitpay.sdk.model.Invoice">Shopper</a></td>
397393
<th class="colLast" scope="row">&nbsp;</th>
398394
</tr>
399-
<tr class="rowColor" id="i75">
395+
<tr class="altColor" id="i74">
400396
<td class="colFirst"><a href="com/bitpay/sdk/exceptions/SubscriptionCreationException.html" title="class in com.bitpay.sdk.exceptions">SubscriptionCreationException</a></td>
401397
<th class="colLast" scope="row">&nbsp;</th>
402398
</tr>
403-
<tr class="altColor" id="i76">
399+
<tr class="rowColor" id="i75">
404400
<td class="colFirst"><a href="com/bitpay/sdk/exceptions/SubscriptionException.html" title="class in com.bitpay.sdk.exceptions">SubscriptionException</a></td>
405401
<th class="colLast" scope="row">&nbsp;</th>
406402
</tr>
407-
<tr class="rowColor" id="i77">
403+
<tr class="altColor" id="i76">
408404
<td class="colFirst"><a href="com/bitpay/sdk/exceptions/SubscriptionQueryException.html" title="class in com.bitpay.sdk.exceptions">SubscriptionQueryException</a></td>
409405
<th class="colLast" scope="row">&nbsp;</th>
410406
</tr>
411-
<tr class="altColor" id="i78">
407+
<tr class="rowColor" id="i77">
412408
<td class="colFirst"><a href="com/bitpay/sdk/exceptions/SubscriptionUpdateException.html" title="class in com.bitpay.sdk.exceptions">SubscriptionUpdateException</a></td>
413409
<th class="colLast" scope="row">&nbsp;</th>
414410
</tr>
415-
<tr class="rowColor" id="i79">
411+
<tr class="altColor" id="i78">
416412
<td class="colFirst"><a href="com/bitpay/sdk/model/Invoice/SupportedTransactionCurrencies.html" title="class in com.bitpay.sdk.model.Invoice">SupportedTransactionCurrencies</a></td>
417413
<th class="colLast" scope="row">&nbsp;</th>
418414
</tr>
419-
<tr class="altColor" id="i80">
415+
<tr class="rowColor" id="i79">
420416
<td class="colFirst"><a href="com/bitpay/sdk/model/Invoice/SupportedTransactionCurrency.html" title="class in com.bitpay.sdk.model.Invoice">SupportedTransactionCurrency</a></td>
421417
<th class="colLast" scope="row">&nbsp;</th>
422418
</tr>
423-
<tr class="rowColor" id="i81">
419+
<tr class="altColor" id="i80">
424420
<td class="colFirst"><a href="com/bitpay/sdk/model/Token.html" title="class in com.bitpay.sdk.model">Token</a></td>
425421
<th class="colLast" scope="row">&nbsp;</th>
426422
</tr>
427-
<tr class="altColor" id="i82">
423+
<tr class="rowColor" id="i81">
428424
<td class="colFirst"><a href="com/bitpay/sdk/model/Settlement/WithHoldings.html" title="class in com.bitpay.sdk.model.Settlement">WithHoldings</a></td>
429425
<th class="colLast" scope="row">&nbsp;</th>
430426
</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 Fri Oct 18 17:04:26 CEST 2019 -->
5+
<!-- Generated by javadoc (12.0.1) on Wed Oct 30 14:09:54 CET 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-10-18">
8+
<meta name="dc.created" content="2019-10-30">
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 Wed Oct 16 16:45:36 CEST 2019 -->
5+
<!-- Generated by javadoc (12.0.1) on Wed Oct 30 14:09:54 CET 2019 -->
66
<title>BitPayException</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2019-10-16">
8+
<meta name="dc.created" content="2019-10-30">
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)