|
1 | 1 | <!DOCTYPE HTML> |
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | | -<!-- Generated by javadoc (18) on Fri Jun 24 16:48:25 EDT 2022 --> |
5 | | -<title>Client (BitPay 8.5.2206 API)</title> |
| 4 | +<!-- Generated by javadoc (18) on Fri Jul 01 12:52:26 EDT 2022 --> |
| 5 | +<title>Client (BitPay 8.5.2207 API)</title> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
8 | | -<meta name="dc.created" content="2022-06-24"> |
| 8 | +<meta name="dc.created" content="2022-07-01"> |
9 | 9 | <meta name="description" content="declaration: package: com.bitpay.sdk, class: Client"> |
10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
11 | 11 | <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> |
@@ -100,7 +100,7 @@ <h1 title="Class Client" class="title">Class Client</h1> |
100 | 100 | <span class="extends-implements">extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></span></div> |
101 | 101 | <dl class="notes"> |
102 | 102 | <dt>Version:</dt> |
103 | | -<dd>8.5.2206 |
| 103 | +<dd>8.5.2207 |
104 | 104 | See bitpay.com/api for more information. |
105 | 105 | date 04.03.2022</dd> |
106 | 106 | <dt>Author:</dt> |
@@ -436,8 +436,8 @@ <h2>Method Summary</h2> |
436 | 436 | <div class="block">Returns the token for the specified facade.</div> |
437 | 437 | </div> |
438 | 438 | <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="model/Invoice/Invoice.html" title="class in com.bitpay.sdk.model.Invoice">Invoice</a></code></div> |
439 | | -<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#payInvoice(java.lang.String,java.lang.Boolean)" class="member-name-link">payInvoice</a><wbr>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> invoiceId, |
440 | | - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html" title="class or interface in java.lang" class="external-link">Boolean</a> complete)</code></div> |
| 439 | +<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#payInvoice(java.lang.String,java.lang.String)" class="member-name-link">payInvoice</a><wbr>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> invoiceId, |
| 440 | + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> status)</code></div> |
441 | 441 | <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
442 | 442 | <div class="block">Pay a BitPay invoice with a mock transaction.</div> |
443 | 443 | </div> |
@@ -822,10 +822,10 @@ <h3>updateInvoice</h3> |
822 | 822 | </section> |
823 | 823 | </li> |
824 | 824 | <li> |
825 | | -<section class="detail" id="payInvoice(java.lang.String,java.lang.Boolean)"> |
| 825 | +<section class="detail" id="payInvoice(java.lang.String,java.lang.String)"> |
826 | 826 | <h3>payInvoice</h3> |
827 | 827 | <div class="member-signature"><span class="modifiers">public</span> <span class="return-type"><a href="model/Invoice/Invoice.html" title="class in com.bitpay.sdk.model.Invoice">Invoice</a></span> <span class="element-name">payInvoice</span><wbr><span class="parameters">(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> invoiceId, |
828 | | - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html" title="class or interface in java.lang" class="external-link">Boolean</a> complete)</span> |
| 828 | + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> status)</span> |
829 | 829 | throws <span class="exceptions"><a href="exceptions/BitPayException.html" title="class in com.bitpay.sdk.exceptions">BitPayException</a>, |
830 | 830 | <a href="exceptions/InvoiceUpdateException.html" title="class in com.bitpay.sdk.exceptions">InvoiceUpdateException</a></span></div> |
831 | 831 | <div class="block">Pay a BitPay invoice with a mock transaction.</div> |
|
0 commit comments