From 0a829a756fd3246ceef6c9dfde0684c24a7a396c Mon Sep 17 00:00:00 2001 From: Robert Brodie Date: Fri, 24 Jun 2022 16:46:03 -0400 Subject: [PATCH 1/2] SP-7 Update references to version in the code --- pom.xml | 2 +- src/main/java/com/bitpay/sdk/Client.java | 2 +- src/main/java/com/bitpay/sdk/Env.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index b7c99863..45f5fad8 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.bitpay bitpay_sdk - 8.5.2205 + 8.5.2206 jar BitPay diff --git a/src/main/java/com/bitpay/sdk/Client.java b/src/main/java/com/bitpay/sdk/Client.java index 760c2e36..41c9ce8b 100644 --- a/src/main/java/com/bitpay/sdk/Client.java +++ b/src/main/java/com/bitpay/sdk/Client.java @@ -52,7 +52,7 @@ /** * @author Antonio Buedo - * @version 8.5.2205 + * @version 8.5.2206 * See bitpay.com/api for more information. * date 04.03.2022 */ diff --git a/src/main/java/com/bitpay/sdk/Env.java b/src/main/java/com/bitpay/sdk/Env.java index c06c584b..beae2daa 100644 --- a/src/main/java/com/bitpay/sdk/Env.java +++ b/src/main/java/com/bitpay/sdk/Env.java @@ -6,7 +6,7 @@ public class Env { public static final String TestUrl = "https://test.bitpay.com/"; public static final String ProdUrl = "https://bitpay.com/"; public static final String BitpayApiVersion = "2.0.0"; - public static final String BitpayPluginInfo = "BitPay_Java_Client_v8.5.2205"; + public static final String BitpayPluginInfo = "BitPay_Java_Client_v8.5.2206"; public static final String BitpayApiFrame = "std"; public static final String BitpayApiFrameVersion = "1.0.0"; From a4eb93fe93b96b0cb32c39edec7d6d1e4ba16c72 Mon Sep 17 00:00:00 2001 From: Robert Brodie Date: Fri, 24 Jun 2022 16:49:03 -0400 Subject: [PATCH 2/2] SP-7 Update documentation --- apidocs/allclasses-index.html | 56 +-- apidocs/allpackages-index.html | 6 +- apidocs/com/bitpay/sdk/Client.html | 8 +- apidocs/com/bitpay/sdk/Config.html | 6 +- apidocs/com/bitpay/sdk/Env.Tokens.html | 6 +- apidocs/com/bitpay/sdk/Env.html | 6 +- apidocs/com/bitpay/sdk/class-use/Client.html | 6 +- apidocs/com/bitpay/sdk/class-use/Config.html | 6 +- .../com/bitpay/sdk/class-use/Env.Tokens.html | 6 +- apidocs/com/bitpay/sdk/class-use/Env.html | 6 +- .../sdk/exceptions/BillCreationException.html | 6 +- .../sdk/exceptions/BillDeliveryException.html | 6 +- .../bitpay/sdk/exceptions/BillException.html | 6 +- .../sdk/exceptions/BillQueryException.html | 6 +- .../sdk/exceptions/BillUpdateException.html | 6 +- .../sdk/exceptions/BitPayException.html | 6 +- .../sdk/exceptions/CurrencyException.html | 6 +- .../exceptions/CurrencyQueryException.html | 6 +- .../InvoiceCancellationException.html | 6 +- .../exceptions/InvoiceCreationException.html | 6 +- .../sdk/exceptions/InvoiceException.html | 6 +- .../sdk/exceptions/InvoiceQueryException.html | 6 +- .../exceptions/InvoiceUpdateException.html | 6 +- .../sdk/exceptions/LedgerException.html | 6 +- .../sdk/exceptions/LedgerQueryException.html | 6 +- .../PayoutBatchCancellationException.html | 6 +- .../PayoutBatchCreationException.html | 6 +- .../sdk/exceptions/PayoutBatchException.html | 6 +- .../PayoutBatchNotificationException.html | 6 +- .../exceptions/PayoutBatchQueryException.html | 6 +- .../PayoutCancellationException.html | 6 +- .../exceptions/PayoutCreationException.html | 6 +- .../sdk/exceptions/PayoutException.html | 6 +- .../PayoutNotificationException.html | 6 +- .../sdk/exceptions/PayoutQueryException.html | 6 +- .../PayoutRecipientCancellationException.html | 6 +- .../PayoutRecipientCreationException.html | 6 +- .../exceptions/PayoutRecipientException.html | 6 +- .../PayoutRecipientNotificationException.html | 6 +- .../PayoutRecipientQueryException.html | 6 +- .../PayoutRecipientUpdateException.html | 6 +- .../bitpay/sdk/exceptions/RateException.html | 6 +- .../sdk/exceptions/RateQueryException.html | 6 +- .../RefundCancellationException.html | 6 +- .../exceptions/RefundCreationException.html | 6 +- .../sdk/exceptions/RefundException.html | 6 +- .../sdk/exceptions/RefundQueryException.html | 6 +- .../sdk/exceptions/RefundUpdateException.html | 6 +- .../sdk/exceptions/SettlementException.html | 6 +- .../exceptions/SettlementQueryException.html | 6 +- .../SubscriptionCreationException.html | 6 +- .../sdk/exceptions/SubscriptionException.html | 6 +- .../SubscriptionQueryException.html | 6 +- .../SubscriptionUpdateException.html | 6 +- .../sdk/exceptions/WalletException.html | 6 +- .../sdk/exceptions/WalletQueryException.html | 6 +- .../class-use/BillCreationException.html | 6 +- .../class-use/BillDeliveryException.html | 6 +- .../exceptions/class-use/BillException.html | 6 +- .../class-use/BillQueryException.html | 6 +- .../class-use/BillUpdateException.html | 6 +- .../exceptions/class-use/BitPayException.html | 6 +- .../class-use/CurrencyException.html | 6 +- .../class-use/CurrencyQueryException.html | 6 +- .../InvoiceCancellationException.html | 6 +- .../class-use/InvoiceCreationException.html | 6 +- .../class-use/InvoiceException.html | 6 +- .../class-use/InvoiceQueryException.html | 6 +- .../class-use/InvoiceUpdateException.html | 6 +- .../exceptions/class-use/LedgerException.html | 6 +- .../class-use/LedgerQueryException.html | 6 +- .../PayoutBatchCancellationException.html | 6 +- .../PayoutBatchCreationException.html | 6 +- .../class-use/PayoutBatchException.html | 6 +- .../PayoutBatchNotificationException.html | 6 +- .../class-use/PayoutBatchQueryException.html | 6 +- .../PayoutCancellationException.html | 6 +- .../class-use/PayoutCreationException.html | 6 +- .../exceptions/class-use/PayoutException.html | 6 +- .../PayoutNotificationException.html | 6 +- .../class-use/PayoutQueryException.html | 6 +- .../PayoutRecipientCancellationException.html | 6 +- .../PayoutRecipientCreationException.html | 6 +- .../class-use/PayoutRecipientException.html | 6 +- .../PayoutRecipientNotificationException.html | 6 +- .../PayoutRecipientQueryException.html | 6 +- .../PayoutRecipientUpdateException.html | 6 +- .../exceptions/class-use/RateException.html | 6 +- .../class-use/RateQueryException.html | 6 +- .../RefundCancellationException.html | 6 +- .../class-use/RefundCreationException.html | 6 +- .../exceptions/class-use/RefundException.html | 6 +- .../class-use/RefundQueryException.html | 6 +- .../class-use/RefundUpdateException.html | 6 +- .../class-use/SettlementException.html | 6 +- .../class-use/SettlementQueryException.html | 6 +- .../SubscriptionCreationException.html | 6 +- .../class-use/SubscriptionException.html | 6 +- .../class-use/SubscriptionQueryException.html | 6 +- .../SubscriptionUpdateException.html | 6 +- .../exceptions/class-use/WalletException.html | 6 +- .../class-use/WalletQueryException.html | 6 +- .../sdk/exceptions/package-summary.html | 6 +- .../bitpay/sdk/exceptions/package-tree.html | 6 +- .../bitpay/sdk/exceptions/package-use.html | 6 +- apidocs/com/bitpay/sdk/model/Bill/Bill.html | 6 +- .../com/bitpay/sdk/model/Bill/BillStatus.html | 6 +- apidocs/com/bitpay/sdk/model/Bill/Item.html | 6 +- .../bitpay/sdk/model/Bill/class-use/Bill.html | 6 +- .../sdk/model/Bill/class-use/BillStatus.html | 6 +- .../bitpay/sdk/model/Bill/class-use/Item.html | 6 +- .../sdk/model/Bill/package-summary.html | 6 +- .../bitpay/sdk/model/Bill/package-tree.html | 6 +- .../bitpay/sdk/model/Bill/package-use.html | 6 +- apidocs/com/bitpay/sdk/model/Currency.html | 6 +- apidocs/com/bitpay/sdk/model/Facade.html | 6 +- .../com/bitpay/sdk/model/Invoice/Buyer.html | 6 +- .../com/bitpay/sdk/model/Invoice/Invoice.html | 6 +- .../Invoice/InvoiceBuyerProvidedInfo.html | 6 +- .../model/Invoice/InvoiceItemizedDetails.html | 6 +- .../sdk/model/Invoice/InvoiceStatus.html | 6 +- .../sdk/model/Invoice/InvoiceTransaction.html | 6 +- .../Invoice/InvoiceTransactionDetails.html | 6 +- .../model/Invoice/InvoiceUniversalCodes.html | 6 +- .../bitpay/sdk/model/Invoice/MinerFees.html | 6 +- .../sdk/model/Invoice/MinerFeesItem.html | 6 +- .../com/bitpay/sdk/model/Invoice/Refund.html | 6 +- .../bitpay/sdk/model/Invoice/RefundInfo.html | 6 +- .../sdk/model/Invoice/RefundStatus.html | 6 +- .../sdk/model/Invoice/RefundWebhook.html | 371 ++++++++++++++++++ .../com/bitpay/sdk/model/Invoice/Shopper.html | 6 +- .../SupportedTransactionCurrencies.html | 6 +- .../Invoice/SupportedTransactionCurrency.html | 6 +- .../sdk/model/Invoice/class-use/Buyer.html | 6 +- .../sdk/model/Invoice/class-use/Invoice.html | 6 +- .../class-use/InvoiceBuyerProvidedInfo.html | 6 +- .../class-use/InvoiceItemizedDetails.html | 6 +- .../Invoice/class-use/InvoiceStatus.html | 6 +- .../Invoice/class-use/InvoiceTransaction.html | 6 +- .../class-use/InvoiceTransactionDetails.html | 6 +- .../class-use/InvoiceUniversalCodes.html | 6 +- .../model/Invoice/class-use/MinerFees.html | 6 +- .../Invoice/class-use/MinerFeesItem.html | 6 +- .../sdk/model/Invoice/class-use/Refund.html | 6 +- .../model/Invoice/class-use/RefundInfo.html | 6 +- .../model/Invoice/class-use/RefundStatus.html | 6 +- .../Invoice/class-use/RefundWebhook.html | 62 +++ .../sdk/model/Invoice/class-use/Shopper.html | 6 +- .../SupportedTransactionCurrencies.html | 6 +- .../SupportedTransactionCurrency.html | 6 +- .../sdk/model/Invoice/package-summary.html | 14 +- .../sdk/model/Invoice/package-tree.html | 7 +- .../bitpay/sdk/model/Invoice/package-use.html | 6 +- .../com/bitpay/sdk/model/Ledger/Buyer.html | 6 +- .../com/bitpay/sdk/model/Ledger/Ledger.html | 6 +- .../bitpay/sdk/model/Ledger/LedgerEntry.html | 6 +- .../sdk/model/Ledger/class-use/Buyer.html | 6 +- .../sdk/model/Ledger/class-use/Ledger.html | 6 +- .../model/Ledger/class-use/LedgerEntry.html | 6 +- .../sdk/model/Ledger/package-summary.html | 6 +- .../bitpay/sdk/model/Ledger/package-tree.html | 6 +- .../bitpay/sdk/model/Ledger/package-use.html | 6 +- .../com/bitpay/sdk/model/Payout/Payout.html | 6 +- .../bitpay/sdk/model/Payout/PayoutBatch.html | 6 +- .../sdk/model/Payout/PayoutInstruction.html | 6 +- .../Payout/PayoutInstructionBtcSummary.html | 6 +- .../Payout/PayoutInstructionTransaction.html | 6 +- .../sdk/model/Payout/PayoutRecipient.html | 6 +- .../sdk/model/Payout/PayoutRecipients.html | 6 +- .../bitpay/sdk/model/Payout/PayoutStatus.html | 6 +- .../Payout/RecipientReferenceMethod.html | 6 +- .../sdk/model/Payout/RecipientStatus.html | 6 +- .../sdk/model/Payout/class-use/Payout.html | 6 +- .../model/Payout/class-use/PayoutBatch.html | 6 +- .../Payout/class-use/PayoutInstruction.html | 6 +- .../PayoutInstructionBtcSummary.html | 6 +- .../PayoutInstructionTransaction.html | 6 +- .../Payout/class-use/PayoutRecipient.html | 6 +- .../Payout/class-use/PayoutRecipients.html | 6 +- .../model/Payout/class-use/PayoutStatus.html | 6 +- .../class-use/RecipientReferenceMethod.html | 6 +- .../Payout/class-use/RecipientStatus.html | 6 +- .../sdk/model/Payout/package-summary.html | 6 +- .../bitpay/sdk/model/Payout/package-tree.html | 6 +- .../bitpay/sdk/model/Payout/package-use.html | 6 +- apidocs/com/bitpay/sdk/model/Policy.html | 6 +- apidocs/com/bitpay/sdk/model/Rate/Rate.html | 6 +- apidocs/com/bitpay/sdk/model/Rate/Rates.html | 6 +- .../bitpay/sdk/model/Rate/class-use/Rate.html | 6 +- .../sdk/model/Rate/class-use/Rates.html | 6 +- .../sdk/model/Rate/package-summary.html | 6 +- .../bitpay/sdk/model/Rate/package-tree.html | 6 +- .../bitpay/sdk/model/Rate/package-use.html | 6 +- .../sdk/model/Settlement/InvoiceData.html | 6 +- .../sdk/model/Settlement/PayoutInfo.html | 6 +- .../sdk/model/Settlement/RefundInfo.html | 6 +- .../sdk/model/Settlement/Settlement.html | 6 +- .../Settlement/SettlementLedgerEntry.html | 6 +- .../sdk/model/Settlement/WithHoldings.html | 6 +- .../Settlement/class-use/InvoiceData.html | 6 +- .../Settlement/class-use/PayoutInfo.html | 6 +- .../Settlement/class-use/RefundInfo.html | 6 +- .../Settlement/class-use/Settlement.html | 6 +- .../class-use/SettlementLedgerEntry.html | 6 +- .../Settlement/class-use/WithHoldings.html | 6 +- .../sdk/model/Settlement/package-summary.html | 6 +- .../sdk/model/Settlement/package-tree.html | 6 +- .../sdk/model/Settlement/package-use.html | 6 +- apidocs/com/bitpay/sdk/model/Token.html | 6 +- .../bitpay/sdk/model/Wallet/Currencies.html | 38 +- .../bitpay/sdk/model/Wallet/CurrencyQr.html | 6 +- .../com/bitpay/sdk/model/Wallet/Wallet.html | 36 +- .../model/Wallet/class-use/Currencies.html | 6 +- .../model/Wallet/class-use/CurrencyQr.html | 6 +- .../sdk/model/Wallet/class-use/Wallet.html | 6 +- .../sdk/model/Wallet/package-summary.html | 6 +- .../bitpay/sdk/model/Wallet/package-tree.html | 6 +- .../bitpay/sdk/model/Wallet/package-use.html | 6 +- .../bitpay/sdk/model/class-use/Currency.html | 6 +- .../bitpay/sdk/model/class-use/Facade.html | 6 +- .../bitpay/sdk/model/class-use/Policy.html | 6 +- .../com/bitpay/sdk/model/class-use/Token.html | 6 +- .../com/bitpay/sdk/model/package-summary.html | 6 +- .../com/bitpay/sdk/model/package-tree.html | 6 +- apidocs/com/bitpay/sdk/model/package-use.html | 6 +- apidocs/com/bitpay/sdk/package-summary.html | 6 +- apidocs/com/bitpay/sdk/package-tree.html | 6 +- apidocs/com/bitpay/sdk/package-use.html | 6 +- apidocs/com/bitpay/sdk/util/BitPayLogger.html | 6 +- .../com/bitpay/sdk/util/DateDeserializer.html | 6 +- .../com/bitpay/sdk/util/DateSerializer.html | 6 +- apidocs/com/bitpay/sdk/util/KeyUtils.html | 6 +- ...youtInstructionBtcSummaryDeserializer.html | 6 +- .../sdk/util/class-use/BitPayLogger.html | 6 +- .../sdk/util/class-use/DateDeserializer.html | 6 +- .../sdk/util/class-use/DateSerializer.html | 6 +- .../bitpay/sdk/util/class-use/KeyUtils.html | 6 +- ...youtInstructionBtcSummaryDeserializer.html | 6 +- .../com/bitpay/sdk/util/package-summary.html | 6 +- apidocs/com/bitpay/sdk/util/package-tree.html | 6 +- apidocs/com/bitpay/sdk/util/package-use.html | 6 +- apidocs/constant-values.html | 8 +- apidocs/help-doc.html | 6 +- apidocs/index-all.html | 62 ++- apidocs/index.html | 8 +- apidocs/member-search-index.js | 2 +- apidocs/overview-summary.html | 6 +- apidocs/overview-tree.html | 7 +- apidocs/serialized-form.html | 6 +- apidocs/type-search-index.js | 2 +- 250 files changed, 1314 insertions(+), 783 deletions(-) create mode 100644 apidocs/com/bitpay/sdk/model/Invoice/RefundWebhook.html create mode 100644 apidocs/com/bitpay/sdk/model/Invoice/class-use/RefundWebhook.html diff --git a/apidocs/allclasses-index.html b/apidocs/allclasses-index.html index 633ac554..a391c124 100644 --- a/apidocs/allclasses-index.html +++ b/apidocs/allclasses-index.html @@ -1,11 +1,11 @@ - -All Classes and Interfaces (BitPay 8.5.2205 API) + +All Classes and Interfaces (BitPay 8.5.2206 API) - + @@ -233,38 +233,40 @@

All Classes and Interfaces<
 
 
- +
 
- -
 
- -
 
- -
 
- -
 
- -
 
- + +
 
+
 
- -
 
- + +
 
+
 
- +
 
- + +
 
+ +
 
+ +
 
+ +
 
+
 
- +
 
- +
 
- -
 
- -
 
- +
 
+ +
 
+ +
 
+ +
 
diff --git a/apidocs/allpackages-index.html b/apidocs/allpackages-index.html index e497b3d5..219afe22 100644 --- a/apidocs/allpackages-index.html +++ b/apidocs/allpackages-index.html @@ -1,11 +1,11 @@ - -All Packages (BitPay 8.5.2205 API) + +All Packages (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/Client.html b/apidocs/com/bitpay/sdk/Client.html index 5c0c6c72..6333328f 100644 --- a/apidocs/com/bitpay/sdk/Client.html +++ b/apidocs/com/bitpay/sdk/Client.html @@ -1,11 +1,11 @@ - -Client (BitPay 8.5.2205 API) + +Client (BitPay 8.5.2206 API) - + @@ -100,7 +100,7 @@

Class Client

extends Object
Version:
-
8.5.2205 +
8.5.2206 See bitpay.com/api for more information. date 04.03.2022
Author:
diff --git a/apidocs/com/bitpay/sdk/Config.html b/apidocs/com/bitpay/sdk/Config.html index 0fd0294f..4ba6d4d1 100644 --- a/apidocs/com/bitpay/sdk/Config.html +++ b/apidocs/com/bitpay/sdk/Config.html @@ -1,11 +1,11 @@ - -Config (BitPay 8.5.2205 API) + +Config (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/Env.Tokens.html b/apidocs/com/bitpay/sdk/Env.Tokens.html index 3d9cbbc8..55263c5b 100644 --- a/apidocs/com/bitpay/sdk/Env.Tokens.html +++ b/apidocs/com/bitpay/sdk/Env.Tokens.html @@ -1,11 +1,11 @@ - -Env.Tokens (BitPay 8.5.2205 API) + +Env.Tokens (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/Env.html b/apidocs/com/bitpay/sdk/Env.html index 01db85b7..5f8b2465 100644 --- a/apidocs/com/bitpay/sdk/Env.html +++ b/apidocs/com/bitpay/sdk/Env.html @@ -1,11 +1,11 @@ - -Env (BitPay 8.5.2205 API) + +Env (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/class-use/Client.html b/apidocs/com/bitpay/sdk/class-use/Client.html index 7aaa3930..fea8ccb3 100644 --- a/apidocs/com/bitpay/sdk/class-use/Client.html +++ b/apidocs/com/bitpay/sdk/class-use/Client.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.Client (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.Client (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/class-use/Config.html b/apidocs/com/bitpay/sdk/class-use/Config.html index 147a805e..bed1f180 100644 --- a/apidocs/com/bitpay/sdk/class-use/Config.html +++ b/apidocs/com/bitpay/sdk/class-use/Config.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.Config (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.Config (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/class-use/Env.Tokens.html b/apidocs/com/bitpay/sdk/class-use/Env.Tokens.html index 28c57215..7039d5a4 100644 --- a/apidocs/com/bitpay/sdk/class-use/Env.Tokens.html +++ b/apidocs/com/bitpay/sdk/class-use/Env.Tokens.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.Env.Tokens (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.Env.Tokens (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/class-use/Env.html b/apidocs/com/bitpay/sdk/class-use/Env.html index 41b2d22e..be714e2b 100644 --- a/apidocs/com/bitpay/sdk/class-use/Env.html +++ b/apidocs/com/bitpay/sdk/class-use/Env.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.Env (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.Env (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/BillCreationException.html b/apidocs/com/bitpay/sdk/exceptions/BillCreationException.html index 7b6ef234..73b248fe 100644 --- a/apidocs/com/bitpay/sdk/exceptions/BillCreationException.html +++ b/apidocs/com/bitpay/sdk/exceptions/BillCreationException.html @@ -1,11 +1,11 @@ - -BillCreationException (BitPay 8.5.2205 API) + +BillCreationException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/BillDeliveryException.html b/apidocs/com/bitpay/sdk/exceptions/BillDeliveryException.html index f45c1ed9..7beb0bf4 100644 --- a/apidocs/com/bitpay/sdk/exceptions/BillDeliveryException.html +++ b/apidocs/com/bitpay/sdk/exceptions/BillDeliveryException.html @@ -1,11 +1,11 @@ - -BillDeliveryException (BitPay 8.5.2205 API) + +BillDeliveryException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/BillException.html b/apidocs/com/bitpay/sdk/exceptions/BillException.html index 75f5b296..8e34bab9 100644 --- a/apidocs/com/bitpay/sdk/exceptions/BillException.html +++ b/apidocs/com/bitpay/sdk/exceptions/BillException.html @@ -1,11 +1,11 @@ - -BillException (BitPay 8.5.2205 API) + +BillException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/BillQueryException.html b/apidocs/com/bitpay/sdk/exceptions/BillQueryException.html index d84194db..44abc989 100644 --- a/apidocs/com/bitpay/sdk/exceptions/BillQueryException.html +++ b/apidocs/com/bitpay/sdk/exceptions/BillQueryException.html @@ -1,11 +1,11 @@ - -BillQueryException (BitPay 8.5.2205 API) + +BillQueryException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/BillUpdateException.html b/apidocs/com/bitpay/sdk/exceptions/BillUpdateException.html index fa77b5c0..c95e4d82 100644 --- a/apidocs/com/bitpay/sdk/exceptions/BillUpdateException.html +++ b/apidocs/com/bitpay/sdk/exceptions/BillUpdateException.html @@ -1,11 +1,11 @@ - -BillUpdateException (BitPay 8.5.2205 API) + +BillUpdateException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/BitPayException.html b/apidocs/com/bitpay/sdk/exceptions/BitPayException.html index b97244b4..7719ef65 100644 --- a/apidocs/com/bitpay/sdk/exceptions/BitPayException.html +++ b/apidocs/com/bitpay/sdk/exceptions/BitPayException.html @@ -1,11 +1,11 @@ - -BitPayException (BitPay 8.5.2205 API) + +BitPayException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/CurrencyException.html b/apidocs/com/bitpay/sdk/exceptions/CurrencyException.html index 8436a7f7..f6cf0800 100644 --- a/apidocs/com/bitpay/sdk/exceptions/CurrencyException.html +++ b/apidocs/com/bitpay/sdk/exceptions/CurrencyException.html @@ -1,11 +1,11 @@ - -CurrencyException (BitPay 8.5.2205 API) + +CurrencyException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/CurrencyQueryException.html b/apidocs/com/bitpay/sdk/exceptions/CurrencyQueryException.html index a11c33be..fdfc6673 100644 --- a/apidocs/com/bitpay/sdk/exceptions/CurrencyQueryException.html +++ b/apidocs/com/bitpay/sdk/exceptions/CurrencyQueryException.html @@ -1,11 +1,11 @@ - -CurrencyQueryException (BitPay 8.5.2205 API) + +CurrencyQueryException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/InvoiceCancellationException.html b/apidocs/com/bitpay/sdk/exceptions/InvoiceCancellationException.html index 16b4f99f..52e6889f 100644 --- a/apidocs/com/bitpay/sdk/exceptions/InvoiceCancellationException.html +++ b/apidocs/com/bitpay/sdk/exceptions/InvoiceCancellationException.html @@ -1,11 +1,11 @@ - -InvoiceCancellationException (BitPay 8.5.2205 API) + +InvoiceCancellationException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/InvoiceCreationException.html b/apidocs/com/bitpay/sdk/exceptions/InvoiceCreationException.html index 0094cdb0..8acc4149 100644 --- a/apidocs/com/bitpay/sdk/exceptions/InvoiceCreationException.html +++ b/apidocs/com/bitpay/sdk/exceptions/InvoiceCreationException.html @@ -1,11 +1,11 @@ - -InvoiceCreationException (BitPay 8.5.2205 API) + +InvoiceCreationException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/InvoiceException.html b/apidocs/com/bitpay/sdk/exceptions/InvoiceException.html index 3337d40b..201c8cc8 100644 --- a/apidocs/com/bitpay/sdk/exceptions/InvoiceException.html +++ b/apidocs/com/bitpay/sdk/exceptions/InvoiceException.html @@ -1,11 +1,11 @@ - -InvoiceException (BitPay 8.5.2205 API) + +InvoiceException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/InvoiceQueryException.html b/apidocs/com/bitpay/sdk/exceptions/InvoiceQueryException.html index d4d63a8e..18fedbd8 100644 --- a/apidocs/com/bitpay/sdk/exceptions/InvoiceQueryException.html +++ b/apidocs/com/bitpay/sdk/exceptions/InvoiceQueryException.html @@ -1,11 +1,11 @@ - -InvoiceQueryException (BitPay 8.5.2205 API) + +InvoiceQueryException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/InvoiceUpdateException.html b/apidocs/com/bitpay/sdk/exceptions/InvoiceUpdateException.html index d8e4a5a1..8b199c9a 100644 --- a/apidocs/com/bitpay/sdk/exceptions/InvoiceUpdateException.html +++ b/apidocs/com/bitpay/sdk/exceptions/InvoiceUpdateException.html @@ -1,11 +1,11 @@ - -InvoiceUpdateException (BitPay 8.5.2205 API) + +InvoiceUpdateException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/LedgerException.html b/apidocs/com/bitpay/sdk/exceptions/LedgerException.html index d6262d87..9b550117 100644 --- a/apidocs/com/bitpay/sdk/exceptions/LedgerException.html +++ b/apidocs/com/bitpay/sdk/exceptions/LedgerException.html @@ -1,11 +1,11 @@ - -LedgerException (BitPay 8.5.2205 API) + +LedgerException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/LedgerQueryException.html b/apidocs/com/bitpay/sdk/exceptions/LedgerQueryException.html index bb89ba9b..2e8c5477 100644 --- a/apidocs/com/bitpay/sdk/exceptions/LedgerQueryException.html +++ b/apidocs/com/bitpay/sdk/exceptions/LedgerQueryException.html @@ -1,11 +1,11 @@ - -LedgerQueryException (BitPay 8.5.2205 API) + +LedgerQueryException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/PayoutBatchCancellationException.html b/apidocs/com/bitpay/sdk/exceptions/PayoutBatchCancellationException.html index 397dcae4..53f0f965 100644 --- a/apidocs/com/bitpay/sdk/exceptions/PayoutBatchCancellationException.html +++ b/apidocs/com/bitpay/sdk/exceptions/PayoutBatchCancellationException.html @@ -1,11 +1,11 @@ - -PayoutBatchCancellationException (BitPay 8.5.2205 API) + +PayoutBatchCancellationException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/PayoutBatchCreationException.html b/apidocs/com/bitpay/sdk/exceptions/PayoutBatchCreationException.html index ec18f476..74412a18 100644 --- a/apidocs/com/bitpay/sdk/exceptions/PayoutBatchCreationException.html +++ b/apidocs/com/bitpay/sdk/exceptions/PayoutBatchCreationException.html @@ -1,11 +1,11 @@ - -PayoutBatchCreationException (BitPay 8.5.2205 API) + +PayoutBatchCreationException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/PayoutBatchException.html b/apidocs/com/bitpay/sdk/exceptions/PayoutBatchException.html index f2e3b459..d3c49d2d 100644 --- a/apidocs/com/bitpay/sdk/exceptions/PayoutBatchException.html +++ b/apidocs/com/bitpay/sdk/exceptions/PayoutBatchException.html @@ -1,11 +1,11 @@ - -PayoutBatchException (BitPay 8.5.2205 API) + +PayoutBatchException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/PayoutBatchNotificationException.html b/apidocs/com/bitpay/sdk/exceptions/PayoutBatchNotificationException.html index 6b030e75..ab4ad445 100644 --- a/apidocs/com/bitpay/sdk/exceptions/PayoutBatchNotificationException.html +++ b/apidocs/com/bitpay/sdk/exceptions/PayoutBatchNotificationException.html @@ -1,11 +1,11 @@ - -PayoutBatchNotificationException (BitPay 8.5.2205 API) + +PayoutBatchNotificationException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/PayoutBatchQueryException.html b/apidocs/com/bitpay/sdk/exceptions/PayoutBatchQueryException.html index fc5b6312..68997d75 100644 --- a/apidocs/com/bitpay/sdk/exceptions/PayoutBatchQueryException.html +++ b/apidocs/com/bitpay/sdk/exceptions/PayoutBatchQueryException.html @@ -1,11 +1,11 @@ - -PayoutBatchQueryException (BitPay 8.5.2205 API) + +PayoutBatchQueryException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/PayoutCancellationException.html b/apidocs/com/bitpay/sdk/exceptions/PayoutCancellationException.html index 6f38fd8f..cd84d171 100644 --- a/apidocs/com/bitpay/sdk/exceptions/PayoutCancellationException.html +++ b/apidocs/com/bitpay/sdk/exceptions/PayoutCancellationException.html @@ -1,11 +1,11 @@ - -PayoutCancellationException (BitPay 8.5.2205 API) + +PayoutCancellationException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/PayoutCreationException.html b/apidocs/com/bitpay/sdk/exceptions/PayoutCreationException.html index 9ee95db5..8e0d8fe5 100644 --- a/apidocs/com/bitpay/sdk/exceptions/PayoutCreationException.html +++ b/apidocs/com/bitpay/sdk/exceptions/PayoutCreationException.html @@ -1,11 +1,11 @@ - -PayoutCreationException (BitPay 8.5.2205 API) + +PayoutCreationException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/PayoutException.html b/apidocs/com/bitpay/sdk/exceptions/PayoutException.html index e7024e7b..d4c12093 100644 --- a/apidocs/com/bitpay/sdk/exceptions/PayoutException.html +++ b/apidocs/com/bitpay/sdk/exceptions/PayoutException.html @@ -1,11 +1,11 @@ - -PayoutException (BitPay 8.5.2205 API) + +PayoutException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/PayoutNotificationException.html b/apidocs/com/bitpay/sdk/exceptions/PayoutNotificationException.html index b21d3bcb..b503684a 100644 --- a/apidocs/com/bitpay/sdk/exceptions/PayoutNotificationException.html +++ b/apidocs/com/bitpay/sdk/exceptions/PayoutNotificationException.html @@ -1,11 +1,11 @@ - -PayoutNotificationException (BitPay 8.5.2205 API) + +PayoutNotificationException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/PayoutQueryException.html b/apidocs/com/bitpay/sdk/exceptions/PayoutQueryException.html index 15aa1597..7a3a1c15 100644 --- a/apidocs/com/bitpay/sdk/exceptions/PayoutQueryException.html +++ b/apidocs/com/bitpay/sdk/exceptions/PayoutQueryException.html @@ -1,11 +1,11 @@ - -PayoutQueryException (BitPay 8.5.2205 API) + +PayoutQueryException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/PayoutRecipientCancellationException.html b/apidocs/com/bitpay/sdk/exceptions/PayoutRecipientCancellationException.html index a6864e89..939e5acf 100644 --- a/apidocs/com/bitpay/sdk/exceptions/PayoutRecipientCancellationException.html +++ b/apidocs/com/bitpay/sdk/exceptions/PayoutRecipientCancellationException.html @@ -1,11 +1,11 @@ - -PayoutRecipientCancellationException (BitPay 8.5.2205 API) + +PayoutRecipientCancellationException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/PayoutRecipientCreationException.html b/apidocs/com/bitpay/sdk/exceptions/PayoutRecipientCreationException.html index e91b8f16..c083529d 100644 --- a/apidocs/com/bitpay/sdk/exceptions/PayoutRecipientCreationException.html +++ b/apidocs/com/bitpay/sdk/exceptions/PayoutRecipientCreationException.html @@ -1,11 +1,11 @@ - -PayoutRecipientCreationException (BitPay 8.5.2205 API) + +PayoutRecipientCreationException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/PayoutRecipientException.html b/apidocs/com/bitpay/sdk/exceptions/PayoutRecipientException.html index 7b77774c..b78ab55e 100644 --- a/apidocs/com/bitpay/sdk/exceptions/PayoutRecipientException.html +++ b/apidocs/com/bitpay/sdk/exceptions/PayoutRecipientException.html @@ -1,11 +1,11 @@ - -PayoutRecipientException (BitPay 8.5.2205 API) + +PayoutRecipientException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/PayoutRecipientNotificationException.html b/apidocs/com/bitpay/sdk/exceptions/PayoutRecipientNotificationException.html index b392325b..da5bad74 100644 --- a/apidocs/com/bitpay/sdk/exceptions/PayoutRecipientNotificationException.html +++ b/apidocs/com/bitpay/sdk/exceptions/PayoutRecipientNotificationException.html @@ -1,11 +1,11 @@ - -PayoutRecipientNotificationException (BitPay 8.5.2205 API) + +PayoutRecipientNotificationException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/PayoutRecipientQueryException.html b/apidocs/com/bitpay/sdk/exceptions/PayoutRecipientQueryException.html index 5b1a712f..84f15a84 100644 --- a/apidocs/com/bitpay/sdk/exceptions/PayoutRecipientQueryException.html +++ b/apidocs/com/bitpay/sdk/exceptions/PayoutRecipientQueryException.html @@ -1,11 +1,11 @@ - -PayoutRecipientQueryException (BitPay 8.5.2205 API) + +PayoutRecipientQueryException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/PayoutRecipientUpdateException.html b/apidocs/com/bitpay/sdk/exceptions/PayoutRecipientUpdateException.html index b362409b..e53b1be4 100644 --- a/apidocs/com/bitpay/sdk/exceptions/PayoutRecipientUpdateException.html +++ b/apidocs/com/bitpay/sdk/exceptions/PayoutRecipientUpdateException.html @@ -1,11 +1,11 @@ - -PayoutRecipientUpdateException (BitPay 8.5.2205 API) + +PayoutRecipientUpdateException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/RateException.html b/apidocs/com/bitpay/sdk/exceptions/RateException.html index 5143da5c..6eb0a136 100644 --- a/apidocs/com/bitpay/sdk/exceptions/RateException.html +++ b/apidocs/com/bitpay/sdk/exceptions/RateException.html @@ -1,11 +1,11 @@ - -RateException (BitPay 8.5.2205 API) + +RateException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/RateQueryException.html b/apidocs/com/bitpay/sdk/exceptions/RateQueryException.html index ee2424f3..63ce3bed 100644 --- a/apidocs/com/bitpay/sdk/exceptions/RateQueryException.html +++ b/apidocs/com/bitpay/sdk/exceptions/RateQueryException.html @@ -1,11 +1,11 @@ - -RateQueryException (BitPay 8.5.2205 API) + +RateQueryException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/RefundCancellationException.html b/apidocs/com/bitpay/sdk/exceptions/RefundCancellationException.html index be5d99c9..2feb1cb8 100644 --- a/apidocs/com/bitpay/sdk/exceptions/RefundCancellationException.html +++ b/apidocs/com/bitpay/sdk/exceptions/RefundCancellationException.html @@ -1,11 +1,11 @@ - -RefundCancellationException (BitPay 8.5.2205 API) + +RefundCancellationException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/RefundCreationException.html b/apidocs/com/bitpay/sdk/exceptions/RefundCreationException.html index 87e318bd..6a57d811 100644 --- a/apidocs/com/bitpay/sdk/exceptions/RefundCreationException.html +++ b/apidocs/com/bitpay/sdk/exceptions/RefundCreationException.html @@ -1,11 +1,11 @@ - -RefundCreationException (BitPay 8.5.2205 API) + +RefundCreationException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/RefundException.html b/apidocs/com/bitpay/sdk/exceptions/RefundException.html index 30fe47f5..11e10d09 100644 --- a/apidocs/com/bitpay/sdk/exceptions/RefundException.html +++ b/apidocs/com/bitpay/sdk/exceptions/RefundException.html @@ -1,11 +1,11 @@ - -RefundException (BitPay 8.5.2205 API) + +RefundException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/RefundQueryException.html b/apidocs/com/bitpay/sdk/exceptions/RefundQueryException.html index 3489992f..6f5fcf18 100644 --- a/apidocs/com/bitpay/sdk/exceptions/RefundQueryException.html +++ b/apidocs/com/bitpay/sdk/exceptions/RefundQueryException.html @@ -1,11 +1,11 @@ - -RefundQueryException (BitPay 8.5.2205 API) + +RefundQueryException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/RefundUpdateException.html b/apidocs/com/bitpay/sdk/exceptions/RefundUpdateException.html index a64c09ab..7de4a50b 100644 --- a/apidocs/com/bitpay/sdk/exceptions/RefundUpdateException.html +++ b/apidocs/com/bitpay/sdk/exceptions/RefundUpdateException.html @@ -1,11 +1,11 @@ - -RefundUpdateException (BitPay 8.5.2205 API) + +RefundUpdateException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/SettlementException.html b/apidocs/com/bitpay/sdk/exceptions/SettlementException.html index 09045cde..e3d5b398 100644 --- a/apidocs/com/bitpay/sdk/exceptions/SettlementException.html +++ b/apidocs/com/bitpay/sdk/exceptions/SettlementException.html @@ -1,11 +1,11 @@ - -SettlementException (BitPay 8.5.2205 API) + +SettlementException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/SettlementQueryException.html b/apidocs/com/bitpay/sdk/exceptions/SettlementQueryException.html index 4be629d2..3d925dbd 100644 --- a/apidocs/com/bitpay/sdk/exceptions/SettlementQueryException.html +++ b/apidocs/com/bitpay/sdk/exceptions/SettlementQueryException.html @@ -1,11 +1,11 @@ - -SettlementQueryException (BitPay 8.5.2205 API) + +SettlementQueryException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/SubscriptionCreationException.html b/apidocs/com/bitpay/sdk/exceptions/SubscriptionCreationException.html index 7eab558f..1b55c69d 100644 --- a/apidocs/com/bitpay/sdk/exceptions/SubscriptionCreationException.html +++ b/apidocs/com/bitpay/sdk/exceptions/SubscriptionCreationException.html @@ -1,11 +1,11 @@ - -SubscriptionCreationException (BitPay 8.5.2205 API) + +SubscriptionCreationException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/SubscriptionException.html b/apidocs/com/bitpay/sdk/exceptions/SubscriptionException.html index 0747db40..974a0488 100644 --- a/apidocs/com/bitpay/sdk/exceptions/SubscriptionException.html +++ b/apidocs/com/bitpay/sdk/exceptions/SubscriptionException.html @@ -1,11 +1,11 @@ - -SubscriptionException (BitPay 8.5.2205 API) + +SubscriptionException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/SubscriptionQueryException.html b/apidocs/com/bitpay/sdk/exceptions/SubscriptionQueryException.html index a7a7bf39..aefd9282 100644 --- a/apidocs/com/bitpay/sdk/exceptions/SubscriptionQueryException.html +++ b/apidocs/com/bitpay/sdk/exceptions/SubscriptionQueryException.html @@ -1,11 +1,11 @@ - -SubscriptionQueryException (BitPay 8.5.2205 API) + +SubscriptionQueryException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/SubscriptionUpdateException.html b/apidocs/com/bitpay/sdk/exceptions/SubscriptionUpdateException.html index 9e817787..4640d49a 100644 --- a/apidocs/com/bitpay/sdk/exceptions/SubscriptionUpdateException.html +++ b/apidocs/com/bitpay/sdk/exceptions/SubscriptionUpdateException.html @@ -1,11 +1,11 @@ - -SubscriptionUpdateException (BitPay 8.5.2205 API) + +SubscriptionUpdateException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/WalletException.html b/apidocs/com/bitpay/sdk/exceptions/WalletException.html index b114f13c..362132a0 100644 --- a/apidocs/com/bitpay/sdk/exceptions/WalletException.html +++ b/apidocs/com/bitpay/sdk/exceptions/WalletException.html @@ -1,11 +1,11 @@ - -WalletException (BitPay 8.5.2205 API) + +WalletException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/WalletQueryException.html b/apidocs/com/bitpay/sdk/exceptions/WalletQueryException.html index 2dc03abf..52f0935c 100644 --- a/apidocs/com/bitpay/sdk/exceptions/WalletQueryException.html +++ b/apidocs/com/bitpay/sdk/exceptions/WalletQueryException.html @@ -1,11 +1,11 @@ - -WalletQueryException (BitPay 8.5.2205 API) + +WalletQueryException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/BillCreationException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/BillCreationException.html index 0d40abe3..c0c0763f 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/BillCreationException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/BillCreationException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.BillCreationException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.BillCreationException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/BillDeliveryException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/BillDeliveryException.html index 6f785e57..b87734ed 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/BillDeliveryException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/BillDeliveryException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.BillDeliveryException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.BillDeliveryException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/BillException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/BillException.html index 4f9c837a..5ef8b4fb 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/BillException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/BillException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.BillException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.BillException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/BillQueryException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/BillQueryException.html index 1d604d03..9a334947 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/BillQueryException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/BillQueryException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.BillQueryException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.BillQueryException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/BillUpdateException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/BillUpdateException.html index 669822ad..ca63fae1 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/BillUpdateException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/BillUpdateException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.BillUpdateException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.BillUpdateException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/BitPayException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/BitPayException.html index dcc45722..f7239de6 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/BitPayException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/BitPayException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.BitPayException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.BitPayException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/CurrencyException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/CurrencyException.html index 27b03c45..d2bb2955 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/CurrencyException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/CurrencyException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.CurrencyException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.CurrencyException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/CurrencyQueryException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/CurrencyQueryException.html index d45a58c9..d52c0536 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/CurrencyQueryException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/CurrencyQueryException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.CurrencyQueryException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.CurrencyQueryException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/InvoiceCancellationException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/InvoiceCancellationException.html index 15b35afa..ea4c0fc9 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/InvoiceCancellationException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/InvoiceCancellationException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.InvoiceCancellationException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.InvoiceCancellationException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/InvoiceCreationException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/InvoiceCreationException.html index 996a42b6..e3395fc1 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/InvoiceCreationException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/InvoiceCreationException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.InvoiceCreationException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.InvoiceCreationException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/InvoiceException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/InvoiceException.html index 1e67ad48..fbd15521 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/InvoiceException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/InvoiceException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.InvoiceException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.InvoiceException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/InvoiceQueryException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/InvoiceQueryException.html index 1761a2be..9af82868 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/InvoiceQueryException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/InvoiceQueryException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.InvoiceQueryException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.InvoiceQueryException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/InvoiceUpdateException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/InvoiceUpdateException.html index 55497c98..5e0e2e7f 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/InvoiceUpdateException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/InvoiceUpdateException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.InvoiceUpdateException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.InvoiceUpdateException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/LedgerException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/LedgerException.html index f7f0eb71..cf1cd19e 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/LedgerException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/LedgerException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.LedgerException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.LedgerException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/LedgerQueryException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/LedgerQueryException.html index dea3fc25..4b9dfbe9 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/LedgerQueryException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/LedgerQueryException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.LedgerQueryException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.LedgerQueryException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutBatchCancellationException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutBatchCancellationException.html index 48590560..db1cfba3 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutBatchCancellationException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutBatchCancellationException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.PayoutBatchCancellationException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.PayoutBatchCancellationException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutBatchCreationException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutBatchCreationException.html index 815d044c..f747017f 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutBatchCreationException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutBatchCreationException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.PayoutBatchCreationException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.PayoutBatchCreationException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutBatchException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutBatchException.html index c67dfcce..70a72129 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutBatchException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutBatchException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.PayoutBatchException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.PayoutBatchException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutBatchNotificationException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutBatchNotificationException.html index 79494ba2..33f7fcb9 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutBatchNotificationException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutBatchNotificationException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.PayoutBatchNotificationException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.PayoutBatchNotificationException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutBatchQueryException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutBatchQueryException.html index 83677107..801b92b8 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutBatchQueryException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutBatchQueryException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.PayoutBatchQueryException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.PayoutBatchQueryException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutCancellationException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutCancellationException.html index 0c629e13..81a733c1 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutCancellationException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutCancellationException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.PayoutCancellationException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.PayoutCancellationException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutCreationException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutCreationException.html index 91c5335c..6992451e 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutCreationException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutCreationException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.PayoutCreationException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.PayoutCreationException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutException.html index 2fd2754f..ffe0d5cb 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.PayoutException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.PayoutException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutNotificationException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutNotificationException.html index 2760413a..6aacfaed 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutNotificationException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutNotificationException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.PayoutNotificationException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.PayoutNotificationException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutQueryException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutQueryException.html index 84051344..1bf971bf 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutQueryException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutQueryException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.PayoutQueryException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.PayoutQueryException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutRecipientCancellationException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutRecipientCancellationException.html index a6d2c885..730ac804 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutRecipientCancellationException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutRecipientCancellationException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.PayoutRecipientCancellationException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.PayoutRecipientCancellationException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutRecipientCreationException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutRecipientCreationException.html index 4cada823..e77f8d30 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutRecipientCreationException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutRecipientCreationException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.PayoutRecipientCreationException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.PayoutRecipientCreationException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutRecipientException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutRecipientException.html index 6206a571..044706e2 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutRecipientException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutRecipientException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.PayoutRecipientException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.PayoutRecipientException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutRecipientNotificationException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutRecipientNotificationException.html index 88600987..f8a35abd 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutRecipientNotificationException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutRecipientNotificationException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.PayoutRecipientNotificationException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.PayoutRecipientNotificationException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutRecipientQueryException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutRecipientQueryException.html index 00ff9e92..b4f7af2b 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutRecipientQueryException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutRecipientQueryException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.PayoutRecipientQueryException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.PayoutRecipientQueryException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutRecipientUpdateException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutRecipientUpdateException.html index 45f67491..967b60ff 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutRecipientUpdateException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/PayoutRecipientUpdateException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.PayoutRecipientUpdateException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.PayoutRecipientUpdateException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/RateException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/RateException.html index 45a6b5b6..fcc9e6f5 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/RateException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/RateException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.RateException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.RateException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/RateQueryException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/RateQueryException.html index 21eb51d0..165fb093 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/RateQueryException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/RateQueryException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.RateQueryException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.RateQueryException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/RefundCancellationException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/RefundCancellationException.html index 90929861..cf550449 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/RefundCancellationException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/RefundCancellationException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.RefundCancellationException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.RefundCancellationException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/RefundCreationException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/RefundCreationException.html index e6f7f2b6..16c9b36a 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/RefundCreationException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/RefundCreationException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.RefundCreationException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.RefundCreationException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/RefundException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/RefundException.html index 574113cc..e38d9276 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/RefundException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/RefundException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.RefundException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.RefundException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/RefundQueryException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/RefundQueryException.html index 33809979..7c4a3f6b 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/RefundQueryException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/RefundQueryException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.RefundQueryException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.RefundQueryException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/RefundUpdateException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/RefundUpdateException.html index c0bce012..41273f35 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/RefundUpdateException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/RefundUpdateException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.RefundUpdateException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.RefundUpdateException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/SettlementException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/SettlementException.html index 61301394..2db2c636 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/SettlementException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/SettlementException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.SettlementException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.SettlementException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/SettlementQueryException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/SettlementQueryException.html index 4f25b9f8..0c656364 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/SettlementQueryException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/SettlementQueryException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.SettlementQueryException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.SettlementQueryException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/SubscriptionCreationException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/SubscriptionCreationException.html index b5680f64..35aadffb 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/SubscriptionCreationException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/SubscriptionCreationException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.SubscriptionCreationException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.SubscriptionCreationException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/SubscriptionException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/SubscriptionException.html index bcdb885a..8fba72fd 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/SubscriptionException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/SubscriptionException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.SubscriptionException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.SubscriptionException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/SubscriptionQueryException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/SubscriptionQueryException.html index 1a904d4f..dac3aa37 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/SubscriptionQueryException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/SubscriptionQueryException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.SubscriptionQueryException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.SubscriptionQueryException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/SubscriptionUpdateException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/SubscriptionUpdateException.html index ed1fc790..a5af591b 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/SubscriptionUpdateException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/SubscriptionUpdateException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.SubscriptionUpdateException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.SubscriptionUpdateException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/WalletException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/WalletException.html index dd043ecf..fc558fba 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/WalletException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/WalletException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.WalletException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.WalletException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/class-use/WalletQueryException.html b/apidocs/com/bitpay/sdk/exceptions/class-use/WalletQueryException.html index ad2d0a3f..91476b1f 100644 --- a/apidocs/com/bitpay/sdk/exceptions/class-use/WalletQueryException.html +++ b/apidocs/com/bitpay/sdk/exceptions/class-use/WalletQueryException.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.exceptions.WalletQueryException (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.exceptions.WalletQueryException (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/package-summary.html b/apidocs/com/bitpay/sdk/exceptions/package-summary.html index 41247ea3..4cba4eb3 100644 --- a/apidocs/com/bitpay/sdk/exceptions/package-summary.html +++ b/apidocs/com/bitpay/sdk/exceptions/package-summary.html @@ -1,11 +1,11 @@ - -com.bitpay.sdk.exceptions (BitPay 8.5.2205 API) + +com.bitpay.sdk.exceptions (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/package-tree.html b/apidocs/com/bitpay/sdk/exceptions/package-tree.html index d718f240..03067a25 100644 --- a/apidocs/com/bitpay/sdk/exceptions/package-tree.html +++ b/apidocs/com/bitpay/sdk/exceptions/package-tree.html @@ -1,11 +1,11 @@ - -com.bitpay.sdk.exceptions Class Hierarchy (BitPay 8.5.2205 API) + +com.bitpay.sdk.exceptions Class Hierarchy (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/exceptions/package-use.html b/apidocs/com/bitpay/sdk/exceptions/package-use.html index 50dd2766..0b913bf7 100644 --- a/apidocs/com/bitpay/sdk/exceptions/package-use.html +++ b/apidocs/com/bitpay/sdk/exceptions/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package com.bitpay.sdk.exceptions (BitPay 8.5.2205 API) + +Uses of Package com.bitpay.sdk.exceptions (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Bill/Bill.html b/apidocs/com/bitpay/sdk/model/Bill/Bill.html index ee3bfc22..b471d8f8 100644 --- a/apidocs/com/bitpay/sdk/model/Bill/Bill.html +++ b/apidocs/com/bitpay/sdk/model/Bill/Bill.html @@ -1,11 +1,11 @@ - -Bill (BitPay 8.5.2205 API) + +Bill (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Bill/BillStatus.html b/apidocs/com/bitpay/sdk/model/Bill/BillStatus.html index 78175bba..1756b2f7 100644 --- a/apidocs/com/bitpay/sdk/model/Bill/BillStatus.html +++ b/apidocs/com/bitpay/sdk/model/Bill/BillStatus.html @@ -1,11 +1,11 @@ - -BillStatus (BitPay 8.5.2205 API) + +BillStatus (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Bill/Item.html b/apidocs/com/bitpay/sdk/model/Bill/Item.html index 394cb4c6..cbd45bae 100644 --- a/apidocs/com/bitpay/sdk/model/Bill/Item.html +++ b/apidocs/com/bitpay/sdk/model/Bill/Item.html @@ -1,11 +1,11 @@ - -Item (BitPay 8.5.2205 API) + +Item (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Bill/class-use/Bill.html b/apidocs/com/bitpay/sdk/model/Bill/class-use/Bill.html index c342883a..3b47925c 100644 --- a/apidocs/com/bitpay/sdk/model/Bill/class-use/Bill.html +++ b/apidocs/com/bitpay/sdk/model/Bill/class-use/Bill.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Bill.Bill (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Bill.Bill (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Bill/class-use/BillStatus.html b/apidocs/com/bitpay/sdk/model/Bill/class-use/BillStatus.html index c51eb7b6..83547f66 100644 --- a/apidocs/com/bitpay/sdk/model/Bill/class-use/BillStatus.html +++ b/apidocs/com/bitpay/sdk/model/Bill/class-use/BillStatus.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Bill.BillStatus (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Bill.BillStatus (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Bill/class-use/Item.html b/apidocs/com/bitpay/sdk/model/Bill/class-use/Item.html index 7ba9f557..efdb7b6d 100644 --- a/apidocs/com/bitpay/sdk/model/Bill/class-use/Item.html +++ b/apidocs/com/bitpay/sdk/model/Bill/class-use/Item.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Bill.Item (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Bill.Item (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Bill/package-summary.html b/apidocs/com/bitpay/sdk/model/Bill/package-summary.html index 5427b4fe..f32a4c88 100644 --- a/apidocs/com/bitpay/sdk/model/Bill/package-summary.html +++ b/apidocs/com/bitpay/sdk/model/Bill/package-summary.html @@ -1,11 +1,11 @@ - -com.bitpay.sdk.model.Bill (BitPay 8.5.2205 API) + +com.bitpay.sdk.model.Bill (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Bill/package-tree.html b/apidocs/com/bitpay/sdk/model/Bill/package-tree.html index 8419fce8..7cc59cf6 100644 --- a/apidocs/com/bitpay/sdk/model/Bill/package-tree.html +++ b/apidocs/com/bitpay/sdk/model/Bill/package-tree.html @@ -1,11 +1,11 @@ - -com.bitpay.sdk.model.Bill Class Hierarchy (BitPay 8.5.2205 API) + +com.bitpay.sdk.model.Bill Class Hierarchy (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Bill/package-use.html b/apidocs/com/bitpay/sdk/model/Bill/package-use.html index 77c90a6d..d08ae545 100644 --- a/apidocs/com/bitpay/sdk/model/Bill/package-use.html +++ b/apidocs/com/bitpay/sdk/model/Bill/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package com.bitpay.sdk.model.Bill (BitPay 8.5.2205 API) + +Uses of Package com.bitpay.sdk.model.Bill (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Currency.html b/apidocs/com/bitpay/sdk/model/Currency.html index dc29688c..09cef839 100644 --- a/apidocs/com/bitpay/sdk/model/Currency.html +++ b/apidocs/com/bitpay/sdk/model/Currency.html @@ -1,11 +1,11 @@ - -Currency (BitPay 8.5.2205 API) + +Currency (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Facade.html b/apidocs/com/bitpay/sdk/model/Facade.html index bc8a822d..0b34c334 100644 --- a/apidocs/com/bitpay/sdk/model/Facade.html +++ b/apidocs/com/bitpay/sdk/model/Facade.html @@ -1,11 +1,11 @@ - -Facade (BitPay 8.5.2205 API) + +Facade (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Invoice/Buyer.html b/apidocs/com/bitpay/sdk/model/Invoice/Buyer.html index f826c0b3..c3bd8955 100644 --- a/apidocs/com/bitpay/sdk/model/Invoice/Buyer.html +++ b/apidocs/com/bitpay/sdk/model/Invoice/Buyer.html @@ -1,11 +1,11 @@ - -Buyer (BitPay 8.5.2205 API) + +Buyer (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Invoice/Invoice.html b/apidocs/com/bitpay/sdk/model/Invoice/Invoice.html index cae6a944..50962665 100644 --- a/apidocs/com/bitpay/sdk/model/Invoice/Invoice.html +++ b/apidocs/com/bitpay/sdk/model/Invoice/Invoice.html @@ -1,11 +1,11 @@ - -Invoice (BitPay 8.5.2205 API) + +Invoice (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Invoice/InvoiceBuyerProvidedInfo.html b/apidocs/com/bitpay/sdk/model/Invoice/InvoiceBuyerProvidedInfo.html index 6a0fda25..3bd02da3 100644 --- a/apidocs/com/bitpay/sdk/model/Invoice/InvoiceBuyerProvidedInfo.html +++ b/apidocs/com/bitpay/sdk/model/Invoice/InvoiceBuyerProvidedInfo.html @@ -1,11 +1,11 @@ - -InvoiceBuyerProvidedInfo (BitPay 8.5.2205 API) + +InvoiceBuyerProvidedInfo (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Invoice/InvoiceItemizedDetails.html b/apidocs/com/bitpay/sdk/model/Invoice/InvoiceItemizedDetails.html index 8081a36e..041f4e68 100644 --- a/apidocs/com/bitpay/sdk/model/Invoice/InvoiceItemizedDetails.html +++ b/apidocs/com/bitpay/sdk/model/Invoice/InvoiceItemizedDetails.html @@ -1,11 +1,11 @@ - -InvoiceItemizedDetails (BitPay 8.5.2205 API) + +InvoiceItemizedDetails (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Invoice/InvoiceStatus.html b/apidocs/com/bitpay/sdk/model/Invoice/InvoiceStatus.html index 924d0c3d..b14f883d 100644 --- a/apidocs/com/bitpay/sdk/model/Invoice/InvoiceStatus.html +++ b/apidocs/com/bitpay/sdk/model/Invoice/InvoiceStatus.html @@ -1,11 +1,11 @@ - -InvoiceStatus (BitPay 8.5.2205 API) + +InvoiceStatus (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Invoice/InvoiceTransaction.html b/apidocs/com/bitpay/sdk/model/Invoice/InvoiceTransaction.html index dafaa590..b99e05d0 100644 --- a/apidocs/com/bitpay/sdk/model/Invoice/InvoiceTransaction.html +++ b/apidocs/com/bitpay/sdk/model/Invoice/InvoiceTransaction.html @@ -1,11 +1,11 @@ - -InvoiceTransaction (BitPay 8.5.2205 API) + +InvoiceTransaction (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Invoice/InvoiceTransactionDetails.html b/apidocs/com/bitpay/sdk/model/Invoice/InvoiceTransactionDetails.html index 40b59b69..3a166fb6 100644 --- a/apidocs/com/bitpay/sdk/model/Invoice/InvoiceTransactionDetails.html +++ b/apidocs/com/bitpay/sdk/model/Invoice/InvoiceTransactionDetails.html @@ -1,11 +1,11 @@ - -InvoiceTransactionDetails (BitPay 8.5.2205 API) + +InvoiceTransactionDetails (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Invoice/InvoiceUniversalCodes.html b/apidocs/com/bitpay/sdk/model/Invoice/InvoiceUniversalCodes.html index 33f62f3a..37f4d7ce 100644 --- a/apidocs/com/bitpay/sdk/model/Invoice/InvoiceUniversalCodes.html +++ b/apidocs/com/bitpay/sdk/model/Invoice/InvoiceUniversalCodes.html @@ -1,11 +1,11 @@ - -InvoiceUniversalCodes (BitPay 8.5.2205 API) + +InvoiceUniversalCodes (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Invoice/MinerFees.html b/apidocs/com/bitpay/sdk/model/Invoice/MinerFees.html index 3da67d06..012d545d 100644 --- a/apidocs/com/bitpay/sdk/model/Invoice/MinerFees.html +++ b/apidocs/com/bitpay/sdk/model/Invoice/MinerFees.html @@ -1,11 +1,11 @@ - -MinerFees (BitPay 8.5.2205 API) + +MinerFees (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Invoice/MinerFeesItem.html b/apidocs/com/bitpay/sdk/model/Invoice/MinerFeesItem.html index 4d0a09f7..3c381471 100644 --- a/apidocs/com/bitpay/sdk/model/Invoice/MinerFeesItem.html +++ b/apidocs/com/bitpay/sdk/model/Invoice/MinerFeesItem.html @@ -1,11 +1,11 @@ - -MinerFeesItem (BitPay 8.5.2205 API) + +MinerFeesItem (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Invoice/Refund.html b/apidocs/com/bitpay/sdk/model/Invoice/Refund.html index 8a58f3b8..be03d63a 100644 --- a/apidocs/com/bitpay/sdk/model/Invoice/Refund.html +++ b/apidocs/com/bitpay/sdk/model/Invoice/Refund.html @@ -1,11 +1,11 @@ - -Refund (BitPay 8.5.2205 API) + +Refund (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Invoice/RefundInfo.html b/apidocs/com/bitpay/sdk/model/Invoice/RefundInfo.html index 8a5adc9f..f34aebc0 100644 --- a/apidocs/com/bitpay/sdk/model/Invoice/RefundInfo.html +++ b/apidocs/com/bitpay/sdk/model/Invoice/RefundInfo.html @@ -1,11 +1,11 @@ - -RefundInfo (BitPay 8.5.2205 API) + +RefundInfo (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Invoice/RefundStatus.html b/apidocs/com/bitpay/sdk/model/Invoice/RefundStatus.html index 640f1460..9bef5aeb 100644 --- a/apidocs/com/bitpay/sdk/model/Invoice/RefundStatus.html +++ b/apidocs/com/bitpay/sdk/model/Invoice/RefundStatus.html @@ -1,11 +1,11 @@ - -RefundStatus (BitPay 8.5.2205 API) + +RefundStatus (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Invoice/RefundWebhook.html b/apidocs/com/bitpay/sdk/model/Invoice/RefundWebhook.html new file mode 100644 index 00000000..b79e8ac3 --- /dev/null +++ b/apidocs/com/bitpay/sdk/model/Invoice/RefundWebhook.html @@ -0,0 +1,371 @@ + + + + +RefundWebhook (BitPay 8.5.2206 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class RefundWebhook

+
+
java.lang.Object +
com.bitpay.sdk.model.Invoice.RefundWebhook
+
+
+
+
public class RefundWebhook +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      RefundWebhook

      +
      public RefundWebhook()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getId

      +
      public String getId()
      +
      +
    • +
    • +
      +

      setId

      +
      public void setId(String _id)
      +
      +
    • +
    • +
      +

      getInvoice

      +
      public String getInvoice()
      +
      +
    • +
    • +
      +

      setInvoice

      +
      public void setInvoice(String _invoice)
      +
      +
    • +
    • +
      +

      getSupportRequest

      +
      public String getSupportRequest()
      +
      +
    • +
    • +
      +

      setSupportRequest

      +
      public void setSupportRequest(String _supportRequest)
      +
      +
    • +
    • +
      +

      getStatus

      +
      public String getStatus()
      +
      +
    • +
    • +
      +

      setStatus

      +
      public void setStatus(String _status)
      +
      +
    • +
    • +
      +

      getAmount

      +
      public Double getAmount()
      +
      +
    • +
    • +
      +

      setAmount

      +
      public void setAmount(Double _amount)
      +
      +
    • +
    • +
      +

      getCurrency

      +
      public String getCurrency()
      +
      +
    • +
    • +
      +

      setCurrency

      +
      public void setCurrency(String _currency)
      +
      +
    • +
    • +
      +

      getLastRefundNotification

      +
      public Date getLastRefundNotification()
      +
      +
    • +
    • +
      +

      setLastRefundNotification

      +
      public void setLastRefundNotification(Date _lastRefundNotification)
      +
      +
    • +
    • +
      +

      getRefundFee

      +
      public Double getRefundFee()
      +
      +
    • +
    • +
      +

      setRefundFee

      +
      public void setRefundFee(Double _refundFee)
      +
      +
    • +
    • +
      +

      getImmediate

      +
      public boolean getImmediate()
      +
      +
    • +
    • +
      +

      setImmediate

      +
      public void setImmediate(boolean _immediate)
      +
      +
    • +
    • +
      +

      getBuyerPaysRefundFee

      +
      public boolean getBuyerPaysRefundFee()
      +
      +
    • +
    • +
      +

      setBuyerPaysRefundFee

      +
      public void setBuyerPaysRefundFee(boolean buyerPaysRefundFee)
      +
      +
    • +
    • +
      +

      getRequestDate

      +
      public Date getRequestDate()
      +
      +
    • +
    • +
      +

      setRequestDate

      +
      public void setRequestDate(Date requestDate)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/apidocs/com/bitpay/sdk/model/Invoice/Shopper.html b/apidocs/com/bitpay/sdk/model/Invoice/Shopper.html index 336ec1f5..1adee2cf 100644 --- a/apidocs/com/bitpay/sdk/model/Invoice/Shopper.html +++ b/apidocs/com/bitpay/sdk/model/Invoice/Shopper.html @@ -1,11 +1,11 @@ - -Shopper (BitPay 8.5.2205 API) + +Shopper (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Invoice/SupportedTransactionCurrencies.html b/apidocs/com/bitpay/sdk/model/Invoice/SupportedTransactionCurrencies.html index 70768819..e74a8c22 100644 --- a/apidocs/com/bitpay/sdk/model/Invoice/SupportedTransactionCurrencies.html +++ b/apidocs/com/bitpay/sdk/model/Invoice/SupportedTransactionCurrencies.html @@ -1,11 +1,11 @@ - -SupportedTransactionCurrencies (BitPay 8.5.2205 API) + +SupportedTransactionCurrencies (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Invoice/SupportedTransactionCurrency.html b/apidocs/com/bitpay/sdk/model/Invoice/SupportedTransactionCurrency.html index 2ca8833f..53b4bc3b 100644 --- a/apidocs/com/bitpay/sdk/model/Invoice/SupportedTransactionCurrency.html +++ b/apidocs/com/bitpay/sdk/model/Invoice/SupportedTransactionCurrency.html @@ -1,11 +1,11 @@ - -SupportedTransactionCurrency (BitPay 8.5.2205 API) + +SupportedTransactionCurrency (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Invoice/class-use/Buyer.html b/apidocs/com/bitpay/sdk/model/Invoice/class-use/Buyer.html index 17709cac..7f4ba93e 100644 --- a/apidocs/com/bitpay/sdk/model/Invoice/class-use/Buyer.html +++ b/apidocs/com/bitpay/sdk/model/Invoice/class-use/Buyer.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Invoice.Buyer (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Invoice.Buyer (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Invoice/class-use/Invoice.html b/apidocs/com/bitpay/sdk/model/Invoice/class-use/Invoice.html index d09516af..b6fee0a3 100644 --- a/apidocs/com/bitpay/sdk/model/Invoice/class-use/Invoice.html +++ b/apidocs/com/bitpay/sdk/model/Invoice/class-use/Invoice.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Invoice.Invoice (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Invoice.Invoice (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Invoice/class-use/InvoiceBuyerProvidedInfo.html b/apidocs/com/bitpay/sdk/model/Invoice/class-use/InvoiceBuyerProvidedInfo.html index d77a81ae..32ebbc86 100644 --- a/apidocs/com/bitpay/sdk/model/Invoice/class-use/InvoiceBuyerProvidedInfo.html +++ b/apidocs/com/bitpay/sdk/model/Invoice/class-use/InvoiceBuyerProvidedInfo.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Invoice.InvoiceBuyerProvidedInfo (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Invoice.InvoiceBuyerProvidedInfo (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Invoice/class-use/InvoiceItemizedDetails.html b/apidocs/com/bitpay/sdk/model/Invoice/class-use/InvoiceItemizedDetails.html index 9d2ab9e2..8f98ff43 100644 --- a/apidocs/com/bitpay/sdk/model/Invoice/class-use/InvoiceItemizedDetails.html +++ b/apidocs/com/bitpay/sdk/model/Invoice/class-use/InvoiceItemizedDetails.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Invoice.InvoiceItemizedDetails (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Invoice.InvoiceItemizedDetails (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Invoice/class-use/InvoiceStatus.html b/apidocs/com/bitpay/sdk/model/Invoice/class-use/InvoiceStatus.html index 474ba153..2fca3649 100644 --- a/apidocs/com/bitpay/sdk/model/Invoice/class-use/InvoiceStatus.html +++ b/apidocs/com/bitpay/sdk/model/Invoice/class-use/InvoiceStatus.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Invoice.InvoiceStatus (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Invoice.InvoiceStatus (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Invoice/class-use/InvoiceTransaction.html b/apidocs/com/bitpay/sdk/model/Invoice/class-use/InvoiceTransaction.html index 95424945..157f300e 100644 --- a/apidocs/com/bitpay/sdk/model/Invoice/class-use/InvoiceTransaction.html +++ b/apidocs/com/bitpay/sdk/model/Invoice/class-use/InvoiceTransaction.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Invoice.InvoiceTransaction (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Invoice.InvoiceTransaction (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Invoice/class-use/InvoiceTransactionDetails.html b/apidocs/com/bitpay/sdk/model/Invoice/class-use/InvoiceTransactionDetails.html index 7ac10cb4..bd0b8882 100644 --- a/apidocs/com/bitpay/sdk/model/Invoice/class-use/InvoiceTransactionDetails.html +++ b/apidocs/com/bitpay/sdk/model/Invoice/class-use/InvoiceTransactionDetails.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Invoice.InvoiceTransactionDetails (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Invoice.InvoiceTransactionDetails (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Invoice/class-use/InvoiceUniversalCodes.html b/apidocs/com/bitpay/sdk/model/Invoice/class-use/InvoiceUniversalCodes.html index 946dcd63..e1871de4 100644 --- a/apidocs/com/bitpay/sdk/model/Invoice/class-use/InvoiceUniversalCodes.html +++ b/apidocs/com/bitpay/sdk/model/Invoice/class-use/InvoiceUniversalCodes.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Invoice.InvoiceUniversalCodes (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Invoice.InvoiceUniversalCodes (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Invoice/class-use/MinerFees.html b/apidocs/com/bitpay/sdk/model/Invoice/class-use/MinerFees.html index cec8c20a..da98d9c3 100644 --- a/apidocs/com/bitpay/sdk/model/Invoice/class-use/MinerFees.html +++ b/apidocs/com/bitpay/sdk/model/Invoice/class-use/MinerFees.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Invoice.MinerFees (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Invoice.MinerFees (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Invoice/class-use/MinerFeesItem.html b/apidocs/com/bitpay/sdk/model/Invoice/class-use/MinerFeesItem.html index 7589edf7..acb940df 100644 --- a/apidocs/com/bitpay/sdk/model/Invoice/class-use/MinerFeesItem.html +++ b/apidocs/com/bitpay/sdk/model/Invoice/class-use/MinerFeesItem.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Invoice.MinerFeesItem (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Invoice.MinerFeesItem (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Invoice/class-use/Refund.html b/apidocs/com/bitpay/sdk/model/Invoice/class-use/Refund.html index 3ad0845e..aa8b2112 100644 --- a/apidocs/com/bitpay/sdk/model/Invoice/class-use/Refund.html +++ b/apidocs/com/bitpay/sdk/model/Invoice/class-use/Refund.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Invoice.Refund (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Invoice.Refund (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Invoice/class-use/RefundInfo.html b/apidocs/com/bitpay/sdk/model/Invoice/class-use/RefundInfo.html index 36f683a8..5967ab6d 100644 --- a/apidocs/com/bitpay/sdk/model/Invoice/class-use/RefundInfo.html +++ b/apidocs/com/bitpay/sdk/model/Invoice/class-use/RefundInfo.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Invoice.RefundInfo (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Invoice.RefundInfo (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Invoice/class-use/RefundStatus.html b/apidocs/com/bitpay/sdk/model/Invoice/class-use/RefundStatus.html index d4cf5566..78158a1c 100644 --- a/apidocs/com/bitpay/sdk/model/Invoice/class-use/RefundStatus.html +++ b/apidocs/com/bitpay/sdk/model/Invoice/class-use/RefundStatus.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Invoice.RefundStatus (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Invoice.RefundStatus (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Invoice/class-use/RefundWebhook.html b/apidocs/com/bitpay/sdk/model/Invoice/class-use/RefundWebhook.html new file mode 100644 index 00000000..641d1922 --- /dev/null +++ b/apidocs/com/bitpay/sdk/model/Invoice/class-use/RefundWebhook.html @@ -0,0 +1,62 @@ + + + + +Uses of Class com.bitpay.sdk.model.Invoice.RefundWebhook (BitPay 8.5.2206 API) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.bitpay.sdk.model.Invoice.RefundWebhook

+
+No usage of com.bitpay.sdk.model.Invoice.RefundWebhook
+
+
+ +
+
+
+ + diff --git a/apidocs/com/bitpay/sdk/model/Invoice/class-use/Shopper.html b/apidocs/com/bitpay/sdk/model/Invoice/class-use/Shopper.html index 54e7b821..e35242eb 100644 --- a/apidocs/com/bitpay/sdk/model/Invoice/class-use/Shopper.html +++ b/apidocs/com/bitpay/sdk/model/Invoice/class-use/Shopper.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Invoice.Shopper (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Invoice.Shopper (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Invoice/class-use/SupportedTransactionCurrencies.html b/apidocs/com/bitpay/sdk/model/Invoice/class-use/SupportedTransactionCurrencies.html index c890cab8..fa2d160b 100644 --- a/apidocs/com/bitpay/sdk/model/Invoice/class-use/SupportedTransactionCurrencies.html +++ b/apidocs/com/bitpay/sdk/model/Invoice/class-use/SupportedTransactionCurrencies.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Invoice.SupportedTransactionCurrencies (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Invoice.SupportedTransactionCurrencies (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Invoice/class-use/SupportedTransactionCurrency.html b/apidocs/com/bitpay/sdk/model/Invoice/class-use/SupportedTransactionCurrency.html index 34849863..8fd0d35c 100644 --- a/apidocs/com/bitpay/sdk/model/Invoice/class-use/SupportedTransactionCurrency.html +++ b/apidocs/com/bitpay/sdk/model/Invoice/class-use/SupportedTransactionCurrency.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Invoice.SupportedTransactionCurrency (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Invoice.SupportedTransactionCurrency (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Invoice/package-summary.html b/apidocs/com/bitpay/sdk/model/Invoice/package-summary.html index 082ab59b..887e9424 100644 --- a/apidocs/com/bitpay/sdk/model/Invoice/package-summary.html +++ b/apidocs/com/bitpay/sdk/model/Invoice/package-summary.html @@ -1,11 +1,11 @@ - -com.bitpay.sdk.model.Invoice (BitPay 8.5.2205 API) + +com.bitpay.sdk.model.Invoice (BitPay 8.5.2206 API) - + @@ -116,12 +116,14 @@

Package com.bitpa
 
 
- +
 
- +
 
- +
 
+ +
 
diff --git a/apidocs/com/bitpay/sdk/model/Invoice/package-tree.html b/apidocs/com/bitpay/sdk/model/Invoice/package-tree.html index de64aedf..40b64e00 100644 --- a/apidocs/com/bitpay/sdk/model/Invoice/package-tree.html +++ b/apidocs/com/bitpay/sdk/model/Invoice/package-tree.html @@ -1,11 +1,11 @@ - -com.bitpay.sdk.model.Invoice Class Hierarchy (BitPay 8.5.2205 API) + +com.bitpay.sdk.model.Invoice Class Hierarchy (BitPay 8.5.2206 API) - + @@ -73,6 +73,7 @@

Class Hierarchy

  • com.bitpay.sdk.model.Invoice.Refund
  • com.bitpay.sdk.model.Invoice.RefundInfo
  • com.bitpay.sdk.model.Invoice.RefundStatus
  • +
  • com.bitpay.sdk.model.Invoice.RefundWebhook
  • com.bitpay.sdk.model.Invoice.Shopper
  • com.bitpay.sdk.model.Invoice.SupportedTransactionCurrencies
  • com.bitpay.sdk.model.Invoice.SupportedTransactionCurrency
  • diff --git a/apidocs/com/bitpay/sdk/model/Invoice/package-use.html b/apidocs/com/bitpay/sdk/model/Invoice/package-use.html index db3e5d9c..d551566a 100644 --- a/apidocs/com/bitpay/sdk/model/Invoice/package-use.html +++ b/apidocs/com/bitpay/sdk/model/Invoice/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package com.bitpay.sdk.model.Invoice (BitPay 8.5.2205 API) + +Uses of Package com.bitpay.sdk.model.Invoice (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Ledger/Buyer.html b/apidocs/com/bitpay/sdk/model/Ledger/Buyer.html index 23fbaaed..ff5eafe2 100644 --- a/apidocs/com/bitpay/sdk/model/Ledger/Buyer.html +++ b/apidocs/com/bitpay/sdk/model/Ledger/Buyer.html @@ -1,11 +1,11 @@ - -Buyer (BitPay 8.5.2205 API) + +Buyer (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Ledger/Ledger.html b/apidocs/com/bitpay/sdk/model/Ledger/Ledger.html index e789fff8..b35a1b44 100644 --- a/apidocs/com/bitpay/sdk/model/Ledger/Ledger.html +++ b/apidocs/com/bitpay/sdk/model/Ledger/Ledger.html @@ -1,11 +1,11 @@ - -Ledger (BitPay 8.5.2205 API) + +Ledger (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Ledger/LedgerEntry.html b/apidocs/com/bitpay/sdk/model/Ledger/LedgerEntry.html index 8b81c8e3..bce538a9 100644 --- a/apidocs/com/bitpay/sdk/model/Ledger/LedgerEntry.html +++ b/apidocs/com/bitpay/sdk/model/Ledger/LedgerEntry.html @@ -1,11 +1,11 @@ - -LedgerEntry (BitPay 8.5.2205 API) + +LedgerEntry (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Ledger/class-use/Buyer.html b/apidocs/com/bitpay/sdk/model/Ledger/class-use/Buyer.html index 85fba05a..d499a85a 100644 --- a/apidocs/com/bitpay/sdk/model/Ledger/class-use/Buyer.html +++ b/apidocs/com/bitpay/sdk/model/Ledger/class-use/Buyer.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Ledger.Buyer (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Ledger.Buyer (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Ledger/class-use/Ledger.html b/apidocs/com/bitpay/sdk/model/Ledger/class-use/Ledger.html index 7752a0f1..54230a23 100644 --- a/apidocs/com/bitpay/sdk/model/Ledger/class-use/Ledger.html +++ b/apidocs/com/bitpay/sdk/model/Ledger/class-use/Ledger.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Ledger.Ledger (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Ledger.Ledger (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Ledger/class-use/LedgerEntry.html b/apidocs/com/bitpay/sdk/model/Ledger/class-use/LedgerEntry.html index a08dd46d..34bf5ade 100644 --- a/apidocs/com/bitpay/sdk/model/Ledger/class-use/LedgerEntry.html +++ b/apidocs/com/bitpay/sdk/model/Ledger/class-use/LedgerEntry.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Ledger.LedgerEntry (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Ledger.LedgerEntry (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Ledger/package-summary.html b/apidocs/com/bitpay/sdk/model/Ledger/package-summary.html index a9bc5166..e6ddef1b 100644 --- a/apidocs/com/bitpay/sdk/model/Ledger/package-summary.html +++ b/apidocs/com/bitpay/sdk/model/Ledger/package-summary.html @@ -1,11 +1,11 @@ - -com.bitpay.sdk.model.Ledger (BitPay 8.5.2205 API) + +com.bitpay.sdk.model.Ledger (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Ledger/package-tree.html b/apidocs/com/bitpay/sdk/model/Ledger/package-tree.html index 49392778..f38ef76e 100644 --- a/apidocs/com/bitpay/sdk/model/Ledger/package-tree.html +++ b/apidocs/com/bitpay/sdk/model/Ledger/package-tree.html @@ -1,11 +1,11 @@ - -com.bitpay.sdk.model.Ledger Class Hierarchy (BitPay 8.5.2205 API) + +com.bitpay.sdk.model.Ledger Class Hierarchy (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Ledger/package-use.html b/apidocs/com/bitpay/sdk/model/Ledger/package-use.html index 374a9fc2..b28e8b71 100644 --- a/apidocs/com/bitpay/sdk/model/Ledger/package-use.html +++ b/apidocs/com/bitpay/sdk/model/Ledger/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package com.bitpay.sdk.model.Ledger (BitPay 8.5.2205 API) + +Uses of Package com.bitpay.sdk.model.Ledger (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Payout/Payout.html b/apidocs/com/bitpay/sdk/model/Payout/Payout.html index 818400b4..49c70629 100644 --- a/apidocs/com/bitpay/sdk/model/Payout/Payout.html +++ b/apidocs/com/bitpay/sdk/model/Payout/Payout.html @@ -1,11 +1,11 @@ - -Payout (BitPay 8.5.2205 API) + +Payout (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Payout/PayoutBatch.html b/apidocs/com/bitpay/sdk/model/Payout/PayoutBatch.html index 9c68c3bb..40f8da4c 100644 --- a/apidocs/com/bitpay/sdk/model/Payout/PayoutBatch.html +++ b/apidocs/com/bitpay/sdk/model/Payout/PayoutBatch.html @@ -1,11 +1,11 @@ - -PayoutBatch (BitPay 8.5.2205 API) + +PayoutBatch (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Payout/PayoutInstruction.html b/apidocs/com/bitpay/sdk/model/Payout/PayoutInstruction.html index c8670edf..738a0727 100644 --- a/apidocs/com/bitpay/sdk/model/Payout/PayoutInstruction.html +++ b/apidocs/com/bitpay/sdk/model/Payout/PayoutInstruction.html @@ -1,11 +1,11 @@ - -PayoutInstruction (BitPay 8.5.2205 API) + +PayoutInstruction (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Payout/PayoutInstructionBtcSummary.html b/apidocs/com/bitpay/sdk/model/Payout/PayoutInstructionBtcSummary.html index 3adbf3e2..837150aa 100644 --- a/apidocs/com/bitpay/sdk/model/Payout/PayoutInstructionBtcSummary.html +++ b/apidocs/com/bitpay/sdk/model/Payout/PayoutInstructionBtcSummary.html @@ -1,11 +1,11 @@ - -PayoutInstructionBtcSummary (BitPay 8.5.2205 API) + +PayoutInstructionBtcSummary (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Payout/PayoutInstructionTransaction.html b/apidocs/com/bitpay/sdk/model/Payout/PayoutInstructionTransaction.html index 68f14e9b..a9b9305a 100644 --- a/apidocs/com/bitpay/sdk/model/Payout/PayoutInstructionTransaction.html +++ b/apidocs/com/bitpay/sdk/model/Payout/PayoutInstructionTransaction.html @@ -1,11 +1,11 @@ - -PayoutInstructionTransaction (BitPay 8.5.2205 API) + +PayoutInstructionTransaction (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Payout/PayoutRecipient.html b/apidocs/com/bitpay/sdk/model/Payout/PayoutRecipient.html index caeee301..5b875aca 100644 --- a/apidocs/com/bitpay/sdk/model/Payout/PayoutRecipient.html +++ b/apidocs/com/bitpay/sdk/model/Payout/PayoutRecipient.html @@ -1,11 +1,11 @@ - -PayoutRecipient (BitPay 8.5.2205 API) + +PayoutRecipient (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Payout/PayoutRecipients.html b/apidocs/com/bitpay/sdk/model/Payout/PayoutRecipients.html index 1c704865..c38930c6 100644 --- a/apidocs/com/bitpay/sdk/model/Payout/PayoutRecipients.html +++ b/apidocs/com/bitpay/sdk/model/Payout/PayoutRecipients.html @@ -1,11 +1,11 @@ - -PayoutRecipients (BitPay 8.5.2205 API) + +PayoutRecipients (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Payout/PayoutStatus.html b/apidocs/com/bitpay/sdk/model/Payout/PayoutStatus.html index 3bae3426..52aa82b1 100644 --- a/apidocs/com/bitpay/sdk/model/Payout/PayoutStatus.html +++ b/apidocs/com/bitpay/sdk/model/Payout/PayoutStatus.html @@ -1,11 +1,11 @@ - -PayoutStatus (BitPay 8.5.2205 API) + +PayoutStatus (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Payout/RecipientReferenceMethod.html b/apidocs/com/bitpay/sdk/model/Payout/RecipientReferenceMethod.html index 6d9105eb..f7b7cfa1 100644 --- a/apidocs/com/bitpay/sdk/model/Payout/RecipientReferenceMethod.html +++ b/apidocs/com/bitpay/sdk/model/Payout/RecipientReferenceMethod.html @@ -1,11 +1,11 @@ - -RecipientReferenceMethod (BitPay 8.5.2205 API) + +RecipientReferenceMethod (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Payout/RecipientStatus.html b/apidocs/com/bitpay/sdk/model/Payout/RecipientStatus.html index c7d0791c..8ea212bd 100644 --- a/apidocs/com/bitpay/sdk/model/Payout/RecipientStatus.html +++ b/apidocs/com/bitpay/sdk/model/Payout/RecipientStatus.html @@ -1,11 +1,11 @@ - -RecipientStatus (BitPay 8.5.2205 API) + +RecipientStatus (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Payout/class-use/Payout.html b/apidocs/com/bitpay/sdk/model/Payout/class-use/Payout.html index f194878c..0308673a 100644 --- a/apidocs/com/bitpay/sdk/model/Payout/class-use/Payout.html +++ b/apidocs/com/bitpay/sdk/model/Payout/class-use/Payout.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Payout.Payout (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Payout.Payout (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Payout/class-use/PayoutBatch.html b/apidocs/com/bitpay/sdk/model/Payout/class-use/PayoutBatch.html index 6e4e1eab..d1e9929d 100644 --- a/apidocs/com/bitpay/sdk/model/Payout/class-use/PayoutBatch.html +++ b/apidocs/com/bitpay/sdk/model/Payout/class-use/PayoutBatch.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Payout.PayoutBatch (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Payout.PayoutBatch (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Payout/class-use/PayoutInstruction.html b/apidocs/com/bitpay/sdk/model/Payout/class-use/PayoutInstruction.html index 619ce911..1caa2a38 100644 --- a/apidocs/com/bitpay/sdk/model/Payout/class-use/PayoutInstruction.html +++ b/apidocs/com/bitpay/sdk/model/Payout/class-use/PayoutInstruction.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Payout.PayoutInstruction (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Payout.PayoutInstruction (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Payout/class-use/PayoutInstructionBtcSummary.html b/apidocs/com/bitpay/sdk/model/Payout/class-use/PayoutInstructionBtcSummary.html index e3a49c9a..12e05d39 100644 --- a/apidocs/com/bitpay/sdk/model/Payout/class-use/PayoutInstructionBtcSummary.html +++ b/apidocs/com/bitpay/sdk/model/Payout/class-use/PayoutInstructionBtcSummary.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Payout.PayoutInstructionBtcSummary (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Payout.PayoutInstructionBtcSummary (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Payout/class-use/PayoutInstructionTransaction.html b/apidocs/com/bitpay/sdk/model/Payout/class-use/PayoutInstructionTransaction.html index f68e0450..96a1e452 100644 --- a/apidocs/com/bitpay/sdk/model/Payout/class-use/PayoutInstructionTransaction.html +++ b/apidocs/com/bitpay/sdk/model/Payout/class-use/PayoutInstructionTransaction.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Payout.PayoutInstructionTransaction (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Payout.PayoutInstructionTransaction (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Payout/class-use/PayoutRecipient.html b/apidocs/com/bitpay/sdk/model/Payout/class-use/PayoutRecipient.html index 5362ca79..a35bcc01 100644 --- a/apidocs/com/bitpay/sdk/model/Payout/class-use/PayoutRecipient.html +++ b/apidocs/com/bitpay/sdk/model/Payout/class-use/PayoutRecipient.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Payout.PayoutRecipient (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Payout.PayoutRecipient (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Payout/class-use/PayoutRecipients.html b/apidocs/com/bitpay/sdk/model/Payout/class-use/PayoutRecipients.html index 818a29a1..25db2b28 100644 --- a/apidocs/com/bitpay/sdk/model/Payout/class-use/PayoutRecipients.html +++ b/apidocs/com/bitpay/sdk/model/Payout/class-use/PayoutRecipients.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Payout.PayoutRecipients (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Payout.PayoutRecipients (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Payout/class-use/PayoutStatus.html b/apidocs/com/bitpay/sdk/model/Payout/class-use/PayoutStatus.html index 009edc45..8141e70c 100644 --- a/apidocs/com/bitpay/sdk/model/Payout/class-use/PayoutStatus.html +++ b/apidocs/com/bitpay/sdk/model/Payout/class-use/PayoutStatus.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Payout.PayoutStatus (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Payout.PayoutStatus (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Payout/class-use/RecipientReferenceMethod.html b/apidocs/com/bitpay/sdk/model/Payout/class-use/RecipientReferenceMethod.html index cdb6638c..4a964cd2 100644 --- a/apidocs/com/bitpay/sdk/model/Payout/class-use/RecipientReferenceMethod.html +++ b/apidocs/com/bitpay/sdk/model/Payout/class-use/RecipientReferenceMethod.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Payout.RecipientReferenceMethod (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Payout.RecipientReferenceMethod (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Payout/class-use/RecipientStatus.html b/apidocs/com/bitpay/sdk/model/Payout/class-use/RecipientStatus.html index fa8a642f..d05dce74 100644 --- a/apidocs/com/bitpay/sdk/model/Payout/class-use/RecipientStatus.html +++ b/apidocs/com/bitpay/sdk/model/Payout/class-use/RecipientStatus.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Payout.RecipientStatus (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Payout.RecipientStatus (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Payout/package-summary.html b/apidocs/com/bitpay/sdk/model/Payout/package-summary.html index ecaf360d..24c07e68 100644 --- a/apidocs/com/bitpay/sdk/model/Payout/package-summary.html +++ b/apidocs/com/bitpay/sdk/model/Payout/package-summary.html @@ -1,11 +1,11 @@ - -com.bitpay.sdk.model.Payout (BitPay 8.5.2205 API) + +com.bitpay.sdk.model.Payout (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Payout/package-tree.html b/apidocs/com/bitpay/sdk/model/Payout/package-tree.html index 86afa052..3db556a9 100644 --- a/apidocs/com/bitpay/sdk/model/Payout/package-tree.html +++ b/apidocs/com/bitpay/sdk/model/Payout/package-tree.html @@ -1,11 +1,11 @@ - -com.bitpay.sdk.model.Payout Class Hierarchy (BitPay 8.5.2205 API) + +com.bitpay.sdk.model.Payout Class Hierarchy (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Payout/package-use.html b/apidocs/com/bitpay/sdk/model/Payout/package-use.html index ccf86792..ed8ec7b7 100644 --- a/apidocs/com/bitpay/sdk/model/Payout/package-use.html +++ b/apidocs/com/bitpay/sdk/model/Payout/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package com.bitpay.sdk.model.Payout (BitPay 8.5.2205 API) + +Uses of Package com.bitpay.sdk.model.Payout (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Policy.html b/apidocs/com/bitpay/sdk/model/Policy.html index b15d8891..07493690 100644 --- a/apidocs/com/bitpay/sdk/model/Policy.html +++ b/apidocs/com/bitpay/sdk/model/Policy.html @@ -1,11 +1,11 @@ - -Policy (BitPay 8.5.2205 API) + +Policy (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Rate/Rate.html b/apidocs/com/bitpay/sdk/model/Rate/Rate.html index 93c3e590..7fda4e6b 100644 --- a/apidocs/com/bitpay/sdk/model/Rate/Rate.html +++ b/apidocs/com/bitpay/sdk/model/Rate/Rate.html @@ -1,11 +1,11 @@ - -Rate (BitPay 8.5.2205 API) + +Rate (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Rate/Rates.html b/apidocs/com/bitpay/sdk/model/Rate/Rates.html index 365b6e3d..2a5e8018 100644 --- a/apidocs/com/bitpay/sdk/model/Rate/Rates.html +++ b/apidocs/com/bitpay/sdk/model/Rate/Rates.html @@ -1,11 +1,11 @@ - -Rates (BitPay 8.5.2205 API) + +Rates (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Rate/class-use/Rate.html b/apidocs/com/bitpay/sdk/model/Rate/class-use/Rate.html index 9f97334b..338ef6b9 100644 --- a/apidocs/com/bitpay/sdk/model/Rate/class-use/Rate.html +++ b/apidocs/com/bitpay/sdk/model/Rate/class-use/Rate.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Rate.Rate (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Rate.Rate (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Rate/class-use/Rates.html b/apidocs/com/bitpay/sdk/model/Rate/class-use/Rates.html index cd20be02..e6a43fb6 100644 --- a/apidocs/com/bitpay/sdk/model/Rate/class-use/Rates.html +++ b/apidocs/com/bitpay/sdk/model/Rate/class-use/Rates.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Rate.Rates (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Rate.Rates (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Rate/package-summary.html b/apidocs/com/bitpay/sdk/model/Rate/package-summary.html index 712827b2..f2299024 100644 --- a/apidocs/com/bitpay/sdk/model/Rate/package-summary.html +++ b/apidocs/com/bitpay/sdk/model/Rate/package-summary.html @@ -1,11 +1,11 @@ - -com.bitpay.sdk.model.Rate (BitPay 8.5.2205 API) + +com.bitpay.sdk.model.Rate (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Rate/package-tree.html b/apidocs/com/bitpay/sdk/model/Rate/package-tree.html index 68aab2c4..6e273ee2 100644 --- a/apidocs/com/bitpay/sdk/model/Rate/package-tree.html +++ b/apidocs/com/bitpay/sdk/model/Rate/package-tree.html @@ -1,11 +1,11 @@ - -com.bitpay.sdk.model.Rate Class Hierarchy (BitPay 8.5.2205 API) + +com.bitpay.sdk.model.Rate Class Hierarchy (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Rate/package-use.html b/apidocs/com/bitpay/sdk/model/Rate/package-use.html index 672dd52f..e26b8610 100644 --- a/apidocs/com/bitpay/sdk/model/Rate/package-use.html +++ b/apidocs/com/bitpay/sdk/model/Rate/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package com.bitpay.sdk.model.Rate (BitPay 8.5.2205 API) + +Uses of Package com.bitpay.sdk.model.Rate (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Settlement/InvoiceData.html b/apidocs/com/bitpay/sdk/model/Settlement/InvoiceData.html index 53b26d5a..467924a9 100644 --- a/apidocs/com/bitpay/sdk/model/Settlement/InvoiceData.html +++ b/apidocs/com/bitpay/sdk/model/Settlement/InvoiceData.html @@ -1,11 +1,11 @@ - -InvoiceData (BitPay 8.5.2205 API) + +InvoiceData (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Settlement/PayoutInfo.html b/apidocs/com/bitpay/sdk/model/Settlement/PayoutInfo.html index a9c05268..d69494f7 100644 --- a/apidocs/com/bitpay/sdk/model/Settlement/PayoutInfo.html +++ b/apidocs/com/bitpay/sdk/model/Settlement/PayoutInfo.html @@ -1,11 +1,11 @@ - -PayoutInfo (BitPay 8.5.2205 API) + +PayoutInfo (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Settlement/RefundInfo.html b/apidocs/com/bitpay/sdk/model/Settlement/RefundInfo.html index 1bf79520..bc17848a 100644 --- a/apidocs/com/bitpay/sdk/model/Settlement/RefundInfo.html +++ b/apidocs/com/bitpay/sdk/model/Settlement/RefundInfo.html @@ -1,11 +1,11 @@ - -RefundInfo (BitPay 8.5.2205 API) + +RefundInfo (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Settlement/Settlement.html b/apidocs/com/bitpay/sdk/model/Settlement/Settlement.html index eb55e348..b54dff9f 100644 --- a/apidocs/com/bitpay/sdk/model/Settlement/Settlement.html +++ b/apidocs/com/bitpay/sdk/model/Settlement/Settlement.html @@ -1,11 +1,11 @@ - -Settlement (BitPay 8.5.2205 API) + +Settlement (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Settlement/SettlementLedgerEntry.html b/apidocs/com/bitpay/sdk/model/Settlement/SettlementLedgerEntry.html index 6d30bf58..3b4184f4 100644 --- a/apidocs/com/bitpay/sdk/model/Settlement/SettlementLedgerEntry.html +++ b/apidocs/com/bitpay/sdk/model/Settlement/SettlementLedgerEntry.html @@ -1,11 +1,11 @@ - -SettlementLedgerEntry (BitPay 8.5.2205 API) + +SettlementLedgerEntry (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Settlement/WithHoldings.html b/apidocs/com/bitpay/sdk/model/Settlement/WithHoldings.html index cce947a2..bd383dbd 100644 --- a/apidocs/com/bitpay/sdk/model/Settlement/WithHoldings.html +++ b/apidocs/com/bitpay/sdk/model/Settlement/WithHoldings.html @@ -1,11 +1,11 @@ - -WithHoldings (BitPay 8.5.2205 API) + +WithHoldings (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Settlement/class-use/InvoiceData.html b/apidocs/com/bitpay/sdk/model/Settlement/class-use/InvoiceData.html index b05280a1..19cf65ad 100644 --- a/apidocs/com/bitpay/sdk/model/Settlement/class-use/InvoiceData.html +++ b/apidocs/com/bitpay/sdk/model/Settlement/class-use/InvoiceData.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Settlement.InvoiceData (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Settlement.InvoiceData (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Settlement/class-use/PayoutInfo.html b/apidocs/com/bitpay/sdk/model/Settlement/class-use/PayoutInfo.html index 8adb0504..ff61734f 100644 --- a/apidocs/com/bitpay/sdk/model/Settlement/class-use/PayoutInfo.html +++ b/apidocs/com/bitpay/sdk/model/Settlement/class-use/PayoutInfo.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Settlement.PayoutInfo (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Settlement.PayoutInfo (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Settlement/class-use/RefundInfo.html b/apidocs/com/bitpay/sdk/model/Settlement/class-use/RefundInfo.html index bf3a266d..e904cbd3 100644 --- a/apidocs/com/bitpay/sdk/model/Settlement/class-use/RefundInfo.html +++ b/apidocs/com/bitpay/sdk/model/Settlement/class-use/RefundInfo.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Settlement.RefundInfo (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Settlement.RefundInfo (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Settlement/class-use/Settlement.html b/apidocs/com/bitpay/sdk/model/Settlement/class-use/Settlement.html index ff136297..a9e8106d 100644 --- a/apidocs/com/bitpay/sdk/model/Settlement/class-use/Settlement.html +++ b/apidocs/com/bitpay/sdk/model/Settlement/class-use/Settlement.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Settlement.Settlement (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Settlement.Settlement (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Settlement/class-use/SettlementLedgerEntry.html b/apidocs/com/bitpay/sdk/model/Settlement/class-use/SettlementLedgerEntry.html index 77e289cc..939e6de5 100644 --- a/apidocs/com/bitpay/sdk/model/Settlement/class-use/SettlementLedgerEntry.html +++ b/apidocs/com/bitpay/sdk/model/Settlement/class-use/SettlementLedgerEntry.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Settlement.SettlementLedgerEntry (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Settlement.SettlementLedgerEntry (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Settlement/class-use/WithHoldings.html b/apidocs/com/bitpay/sdk/model/Settlement/class-use/WithHoldings.html index 7836423e..0c99c755 100644 --- a/apidocs/com/bitpay/sdk/model/Settlement/class-use/WithHoldings.html +++ b/apidocs/com/bitpay/sdk/model/Settlement/class-use/WithHoldings.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Settlement.WithHoldings (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Settlement.WithHoldings (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Settlement/package-summary.html b/apidocs/com/bitpay/sdk/model/Settlement/package-summary.html index 4d2a34ca..a29d0ac6 100644 --- a/apidocs/com/bitpay/sdk/model/Settlement/package-summary.html +++ b/apidocs/com/bitpay/sdk/model/Settlement/package-summary.html @@ -1,11 +1,11 @@ - -com.bitpay.sdk.model.Settlement (BitPay 8.5.2205 API) + +com.bitpay.sdk.model.Settlement (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Settlement/package-tree.html b/apidocs/com/bitpay/sdk/model/Settlement/package-tree.html index 627f33de..496f5dd4 100644 --- a/apidocs/com/bitpay/sdk/model/Settlement/package-tree.html +++ b/apidocs/com/bitpay/sdk/model/Settlement/package-tree.html @@ -1,11 +1,11 @@ - -com.bitpay.sdk.model.Settlement Class Hierarchy (BitPay 8.5.2205 API) + +com.bitpay.sdk.model.Settlement Class Hierarchy (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Settlement/package-use.html b/apidocs/com/bitpay/sdk/model/Settlement/package-use.html index 772f1b1f..ccf4b9e1 100644 --- a/apidocs/com/bitpay/sdk/model/Settlement/package-use.html +++ b/apidocs/com/bitpay/sdk/model/Settlement/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package com.bitpay.sdk.model.Settlement (BitPay 8.5.2205 API) + +Uses of Package com.bitpay.sdk.model.Settlement (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Token.html b/apidocs/com/bitpay/sdk/model/Token.html index 848babcf..13e81ccc 100644 --- a/apidocs/com/bitpay/sdk/model/Token.html +++ b/apidocs/com/bitpay/sdk/model/Token.html @@ -1,11 +1,11 @@ - -Token (BitPay 8.5.2205 API) + +Token (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Wallet/Currencies.html b/apidocs/com/bitpay/sdk/model/Wallet/Currencies.html index 47f03d7f..093b7716 100644 --- a/apidocs/com/bitpay/sdk/model/Wallet/Currencies.html +++ b/apidocs/com/bitpay/sdk/model/Wallet/Currencies.html @@ -1,11 +1,11 @@ - -Currencies (BitPay 8.5.2205 API) + +Currencies (BitPay 8.5.2206 API) - + @@ -131,20 +131,26 @@

    Method Summary

     
    - - + +
     
    - + +
     
    + + +
     
    + +
     
    - - +
    void
    +
     
    void
    - +
    setDappBrowser(Boolean dappBrowser)
     
    void
    -
    setDappBrowser(Boolean dappBrowser)
    +
     
    void
    @@ -246,6 +252,18 @@

    setQr

    public void setQr(CurrencyQr qr)
    +
  • +
    +

    getImage

    +
    public String getImage()
    +
    +
  • +
  • +
    +

    setImage

    +
    public void setImage(String image)
    +
    +
  • diff --git a/apidocs/com/bitpay/sdk/model/Wallet/CurrencyQr.html b/apidocs/com/bitpay/sdk/model/Wallet/CurrencyQr.html index 7ad9eb3a..45735ee7 100644 --- a/apidocs/com/bitpay/sdk/model/Wallet/CurrencyQr.html +++ b/apidocs/com/bitpay/sdk/model/Wallet/CurrencyQr.html @@ -1,11 +1,11 @@ - -CurrencyQr (BitPay 8.5.2205 API) + +CurrencyQr (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Wallet/Wallet.html b/apidocs/com/bitpay/sdk/model/Wallet/Wallet.html index f6ba72df..8c6c3153 100644 --- a/apidocs/com/bitpay/sdk/model/Wallet/Wallet.html +++ b/apidocs/com/bitpay/sdk/model/Wallet/Wallet.html @@ -1,11 +1,11 @@ - -Wallet (BitPay 8.5.2205 API) + +Wallet (BitPay 8.5.2206 API) - + @@ -135,19 +135,25 @@

    Method Summary

     
    - +
     
    - - + + +
     
    + + +
     
    +
    void
    +
    setAvatar(String avatar)
     
    void
    -
    setAvatar(String avatar)
    +
     
    void
    - +
    setDisplayName(String displayName)
     
    void
    -
    setDisplayName(String displayName)
    +
     
    void
    @@ -246,6 +252,18 @@

    setCurrencies

    public void setCurrencies(ArrayList<Currencies> currencies)
    +
  • +
    +

    getImage

    +
    public String getImage()
    +
    +
  • +
  • +
    +

    setImage

    +
    public void setImage(String image)
    +
    +
  • diff --git a/apidocs/com/bitpay/sdk/model/Wallet/class-use/Currencies.html b/apidocs/com/bitpay/sdk/model/Wallet/class-use/Currencies.html index 4c316e08..13d2bc57 100644 --- a/apidocs/com/bitpay/sdk/model/Wallet/class-use/Currencies.html +++ b/apidocs/com/bitpay/sdk/model/Wallet/class-use/Currencies.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Wallet.Currencies (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Wallet.Currencies (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Wallet/class-use/CurrencyQr.html b/apidocs/com/bitpay/sdk/model/Wallet/class-use/CurrencyQr.html index 82cc305a..68a19f26 100644 --- a/apidocs/com/bitpay/sdk/model/Wallet/class-use/CurrencyQr.html +++ b/apidocs/com/bitpay/sdk/model/Wallet/class-use/CurrencyQr.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Wallet.CurrencyQr (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Wallet.CurrencyQr (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Wallet/class-use/Wallet.html b/apidocs/com/bitpay/sdk/model/Wallet/class-use/Wallet.html index 26d475e0..0c09ad93 100644 --- a/apidocs/com/bitpay/sdk/model/Wallet/class-use/Wallet.html +++ b/apidocs/com/bitpay/sdk/model/Wallet/class-use/Wallet.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Wallet.Wallet (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Wallet.Wallet (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Wallet/package-summary.html b/apidocs/com/bitpay/sdk/model/Wallet/package-summary.html index 3f6cdb20..3066043d 100644 --- a/apidocs/com/bitpay/sdk/model/Wallet/package-summary.html +++ b/apidocs/com/bitpay/sdk/model/Wallet/package-summary.html @@ -1,11 +1,11 @@ - -com.bitpay.sdk.model.Wallet (BitPay 8.5.2205 API) + +com.bitpay.sdk.model.Wallet (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Wallet/package-tree.html b/apidocs/com/bitpay/sdk/model/Wallet/package-tree.html index e05fb81b..2dc319d0 100644 --- a/apidocs/com/bitpay/sdk/model/Wallet/package-tree.html +++ b/apidocs/com/bitpay/sdk/model/Wallet/package-tree.html @@ -1,11 +1,11 @@ - -com.bitpay.sdk.model.Wallet Class Hierarchy (BitPay 8.5.2205 API) + +com.bitpay.sdk.model.Wallet Class Hierarchy (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/Wallet/package-use.html b/apidocs/com/bitpay/sdk/model/Wallet/package-use.html index 3dc2a1f6..c5c05c2e 100644 --- a/apidocs/com/bitpay/sdk/model/Wallet/package-use.html +++ b/apidocs/com/bitpay/sdk/model/Wallet/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package com.bitpay.sdk.model.Wallet (BitPay 8.5.2205 API) + +Uses of Package com.bitpay.sdk.model.Wallet (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/class-use/Currency.html b/apidocs/com/bitpay/sdk/model/class-use/Currency.html index 2e51a704..a4eb67fc 100644 --- a/apidocs/com/bitpay/sdk/model/class-use/Currency.html +++ b/apidocs/com/bitpay/sdk/model/class-use/Currency.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Currency (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Currency (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/class-use/Facade.html b/apidocs/com/bitpay/sdk/model/class-use/Facade.html index b6200a89..bb240b33 100644 --- a/apidocs/com/bitpay/sdk/model/class-use/Facade.html +++ b/apidocs/com/bitpay/sdk/model/class-use/Facade.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Facade (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Facade (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/class-use/Policy.html b/apidocs/com/bitpay/sdk/model/class-use/Policy.html index 64f72b10..c933968e 100644 --- a/apidocs/com/bitpay/sdk/model/class-use/Policy.html +++ b/apidocs/com/bitpay/sdk/model/class-use/Policy.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Policy (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Policy (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/class-use/Token.html b/apidocs/com/bitpay/sdk/model/class-use/Token.html index 3a4951e4..87f68e3b 100644 --- a/apidocs/com/bitpay/sdk/model/class-use/Token.html +++ b/apidocs/com/bitpay/sdk/model/class-use/Token.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.model.Token (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.model.Token (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/package-summary.html b/apidocs/com/bitpay/sdk/model/package-summary.html index 799c073b..b0ead956 100644 --- a/apidocs/com/bitpay/sdk/model/package-summary.html +++ b/apidocs/com/bitpay/sdk/model/package-summary.html @@ -1,11 +1,11 @@ - -com.bitpay.sdk.model (BitPay 8.5.2205 API) + +com.bitpay.sdk.model (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/package-tree.html b/apidocs/com/bitpay/sdk/model/package-tree.html index 4e975129..de5c9770 100644 --- a/apidocs/com/bitpay/sdk/model/package-tree.html +++ b/apidocs/com/bitpay/sdk/model/package-tree.html @@ -1,11 +1,11 @@ - -com.bitpay.sdk.model Class Hierarchy (BitPay 8.5.2205 API) + +com.bitpay.sdk.model Class Hierarchy (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/model/package-use.html b/apidocs/com/bitpay/sdk/model/package-use.html index 6eae6bcc..e89eaa58 100644 --- a/apidocs/com/bitpay/sdk/model/package-use.html +++ b/apidocs/com/bitpay/sdk/model/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package com.bitpay.sdk.model (BitPay 8.5.2205 API) + +Uses of Package com.bitpay.sdk.model (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/package-summary.html b/apidocs/com/bitpay/sdk/package-summary.html index 6bc7b7d3..6adf4a14 100644 --- a/apidocs/com/bitpay/sdk/package-summary.html +++ b/apidocs/com/bitpay/sdk/package-summary.html @@ -1,11 +1,11 @@ - -com.bitpay.sdk (BitPay 8.5.2205 API) + +com.bitpay.sdk (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/package-tree.html b/apidocs/com/bitpay/sdk/package-tree.html index 97a96bcb..c3dda4e5 100644 --- a/apidocs/com/bitpay/sdk/package-tree.html +++ b/apidocs/com/bitpay/sdk/package-tree.html @@ -1,11 +1,11 @@ - -com.bitpay.sdk Class Hierarchy (BitPay 8.5.2205 API) + +com.bitpay.sdk Class Hierarchy (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/package-use.html b/apidocs/com/bitpay/sdk/package-use.html index 1626eeaa..0352814c 100644 --- a/apidocs/com/bitpay/sdk/package-use.html +++ b/apidocs/com/bitpay/sdk/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package com.bitpay.sdk (BitPay 8.5.2205 API) + +Uses of Package com.bitpay.sdk (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/util/BitPayLogger.html b/apidocs/com/bitpay/sdk/util/BitPayLogger.html index f5d08688..c88cc3f0 100644 --- a/apidocs/com/bitpay/sdk/util/BitPayLogger.html +++ b/apidocs/com/bitpay/sdk/util/BitPayLogger.html @@ -1,11 +1,11 @@ - -BitPayLogger (BitPay 8.5.2205 API) + +BitPayLogger (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/util/DateDeserializer.html b/apidocs/com/bitpay/sdk/util/DateDeserializer.html index dc8eab69..52c8a178 100644 --- a/apidocs/com/bitpay/sdk/util/DateDeserializer.html +++ b/apidocs/com/bitpay/sdk/util/DateDeserializer.html @@ -1,11 +1,11 @@ - -DateDeserializer (BitPay 8.5.2205 API) + +DateDeserializer (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/util/DateSerializer.html b/apidocs/com/bitpay/sdk/util/DateSerializer.html index d9609b52..40207f7e 100644 --- a/apidocs/com/bitpay/sdk/util/DateSerializer.html +++ b/apidocs/com/bitpay/sdk/util/DateSerializer.html @@ -1,11 +1,11 @@ - -DateSerializer (BitPay 8.5.2205 API) + +DateSerializer (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/util/KeyUtils.html b/apidocs/com/bitpay/sdk/util/KeyUtils.html index f2c1e027..6b4ca811 100644 --- a/apidocs/com/bitpay/sdk/util/KeyUtils.html +++ b/apidocs/com/bitpay/sdk/util/KeyUtils.html @@ -1,11 +1,11 @@ - -KeyUtils (BitPay 8.5.2205 API) + +KeyUtils (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/util/PayoutInstructionBtcSummaryDeserializer.html b/apidocs/com/bitpay/sdk/util/PayoutInstructionBtcSummaryDeserializer.html index dda0bf65..9b03e13f 100644 --- a/apidocs/com/bitpay/sdk/util/PayoutInstructionBtcSummaryDeserializer.html +++ b/apidocs/com/bitpay/sdk/util/PayoutInstructionBtcSummaryDeserializer.html @@ -1,11 +1,11 @@ - -PayoutInstructionBtcSummaryDeserializer (BitPay 8.5.2205 API) + +PayoutInstructionBtcSummaryDeserializer (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/util/class-use/BitPayLogger.html b/apidocs/com/bitpay/sdk/util/class-use/BitPayLogger.html index 2b81bd77..50919835 100644 --- a/apidocs/com/bitpay/sdk/util/class-use/BitPayLogger.html +++ b/apidocs/com/bitpay/sdk/util/class-use/BitPayLogger.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.util.BitPayLogger (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.util.BitPayLogger (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/util/class-use/DateDeserializer.html b/apidocs/com/bitpay/sdk/util/class-use/DateDeserializer.html index b219e03b..8fe2af18 100644 --- a/apidocs/com/bitpay/sdk/util/class-use/DateDeserializer.html +++ b/apidocs/com/bitpay/sdk/util/class-use/DateDeserializer.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.util.DateDeserializer (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.util.DateDeserializer (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/util/class-use/DateSerializer.html b/apidocs/com/bitpay/sdk/util/class-use/DateSerializer.html index 53d35787..65c06ecf 100644 --- a/apidocs/com/bitpay/sdk/util/class-use/DateSerializer.html +++ b/apidocs/com/bitpay/sdk/util/class-use/DateSerializer.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.util.DateSerializer (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.util.DateSerializer (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/util/class-use/KeyUtils.html b/apidocs/com/bitpay/sdk/util/class-use/KeyUtils.html index 135fffd1..2aa924a1 100644 --- a/apidocs/com/bitpay/sdk/util/class-use/KeyUtils.html +++ b/apidocs/com/bitpay/sdk/util/class-use/KeyUtils.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.util.KeyUtils (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.util.KeyUtils (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/util/class-use/PayoutInstructionBtcSummaryDeserializer.html b/apidocs/com/bitpay/sdk/util/class-use/PayoutInstructionBtcSummaryDeserializer.html index c08fc20c..57d6f276 100644 --- a/apidocs/com/bitpay/sdk/util/class-use/PayoutInstructionBtcSummaryDeserializer.html +++ b/apidocs/com/bitpay/sdk/util/class-use/PayoutInstructionBtcSummaryDeserializer.html @@ -1,11 +1,11 @@ - -Uses of Class com.bitpay.sdk.util.PayoutInstructionBtcSummaryDeserializer (BitPay 8.5.2205 API) + +Uses of Class com.bitpay.sdk.util.PayoutInstructionBtcSummaryDeserializer (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/util/package-summary.html b/apidocs/com/bitpay/sdk/util/package-summary.html index 4e001409..0de1f71b 100644 --- a/apidocs/com/bitpay/sdk/util/package-summary.html +++ b/apidocs/com/bitpay/sdk/util/package-summary.html @@ -1,11 +1,11 @@ - -com.bitpay.sdk.util (BitPay 8.5.2205 API) + +com.bitpay.sdk.util (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/util/package-tree.html b/apidocs/com/bitpay/sdk/util/package-tree.html index d3ea12c0..29f4d10e 100644 --- a/apidocs/com/bitpay/sdk/util/package-tree.html +++ b/apidocs/com/bitpay/sdk/util/package-tree.html @@ -1,11 +1,11 @@ - -com.bitpay.sdk.util Class Hierarchy (BitPay 8.5.2205 API) + +com.bitpay.sdk.util Class Hierarchy (BitPay 8.5.2206 API) - + diff --git a/apidocs/com/bitpay/sdk/util/package-use.html b/apidocs/com/bitpay/sdk/util/package-use.html index 23254c0f..96c9b36c 100644 --- a/apidocs/com/bitpay/sdk/util/package-use.html +++ b/apidocs/com/bitpay/sdk/util/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package com.bitpay.sdk.util (BitPay 8.5.2205 API) + +Uses of Package com.bitpay.sdk.util (BitPay 8.5.2206 API) - + diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index 47acfebb..4d9ac767 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -1,11 +1,11 @@ - -Constant Field Values (BitPay 8.5.2205 API) + +Constant Field Values (BitPay 8.5.2206 API) - + @@ -77,7 +77,7 @@

    com.bitpay.*

    "2.0.0"
    public static final String
    -
    "BitPay_Java_Client_v8.5.2205"
    +
    "BitPay_Java_Client_v8.5.2206"
    public static final String
    "Prod"
    diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index de69e1df..b3d726ca 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -1,11 +1,11 @@ - -API Help (BitPay 8.5.2205 API) + +API Help (BitPay 8.5.2206 API) - + diff --git a/apidocs/index-all.html b/apidocs/index-all.html index 16646a9a..e32f5bad 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -1,11 +1,11 @@ - -Index (BitPay 8.5.2205 API) + +Index (BitPay 8.5.2206 API) - + @@ -508,6 +508,8 @@

    G

     
    getAmount() - Method in class com.bitpay.sdk.model.Invoice.Refund
     
    +
    getAmount() - Method in class com.bitpay.sdk.model.Invoice.RefundWebhook
    +
     
    getAmount() - Method in class com.bitpay.sdk.model.Ledger.LedgerEntry
     
    getAmount() - Method in class com.bitpay.sdk.model.Payout.Payout
    @@ -594,6 +596,8 @@

    G

     
    getBuyerPaysRefundFee() - Method in class com.bitpay.sdk.model.Invoice.Refund
     
    +
    getBuyerPaysRefundFee() - Method in class com.bitpay.sdk.model.Invoice.RefundWebhook
    +
     
    getBuyerProvidedEmail() - Method in class com.bitpay.sdk.model.Invoice.Invoice
     
    getBuyerSms() - Method in class com.bitpay.sdk.model.Invoice.Invoice
    @@ -648,6 +652,8 @@

    G

     
    getCurrency() - Method in class com.bitpay.sdk.model.Invoice.RefundInfo
     
    +
    getCurrency() - Method in class com.bitpay.sdk.model.Invoice.RefundWebhook
    +
     
    getCurrency() - Method in class com.bitpay.sdk.model.Ledger.Ledger
     
    getCurrency() - Method in class com.bitpay.sdk.model.Payout.Payout
    @@ -788,6 +794,8 @@

    G

     
    getId() - Method in class com.bitpay.sdk.model.Invoice.Refund
     
    +
    getId() - Method in class com.bitpay.sdk.model.Invoice.RefundWebhook
    +
     
    getId() - Method in class com.bitpay.sdk.model.Ledger.LedgerEntry
     
    getId() - Method in class com.bitpay.sdk.model.Payout.Payout
    @@ -802,14 +810,22 @@

    G

     
    getId() - Method in class com.bitpay.sdk.model.Token
     
    +
    getImage() - Method in class com.bitpay.sdk.model.Wallet.Currencies
    +
     
    +
    getImage() - Method in class com.bitpay.sdk.model.Wallet.Wallet
    +
     
    getImmediate() - Method in class com.bitpay.sdk.model.Invoice.Refund
     
    +
    getImmediate() - Method in class com.bitpay.sdk.model.Invoice.RefundWebhook
    +
     
    getInstructions() - Method in class com.bitpay.sdk.model.Payout.PayoutBatch
     
    getInstructions() - Method in class com.bitpay.sdk.model.Payout.PayoutRecipients
     
    getInvoice() - Method in class com.bitpay.sdk.model.Invoice.Refund
     
    +
    getInvoice() - Method in class com.bitpay.sdk.model.Invoice.RefundWebhook
    +
     
    getInvoice(String) - Method in class com.bitpay.sdk.Client
    Retrieve a BitPay invoice by invoice id using the public facade.
    @@ -874,6 +890,8 @@

    G

     
    getLastRefundNotification() - Method in class com.bitpay.sdk.model.Invoice.Refund
     
    +
    getLastRefundNotification() - Method in class com.bitpay.sdk.model.Invoice.RefundWebhook
    +
     
    getLedger(String, String, String) - Method in class com.bitpay.sdk.Client
    Retrieve a list of ledgers by date range using the merchant facade.
    @@ -1112,6 +1130,8 @@

    G

     
    getRefundFee() - Method in class com.bitpay.sdk.model.Invoice.Refund
     
    +
    getRefundFee() - Method in class com.bitpay.sdk.model.Invoice.RefundWebhook
    +
     
    getRefundInfo() - Method in class com.bitpay.sdk.model.Invoice.Invoice
     
    getRefunds(String) - Method in class com.bitpay.sdk.Client
    @@ -1122,6 +1142,8 @@

    G

     
    getRequestDate() - Method in class com.bitpay.sdk.model.Invoice.Refund
     
    +
    getRequestDate() - Method in class com.bitpay.sdk.model.Invoice.RefundWebhook
    +
     
    getRequestDate() - Method in class com.bitpay.sdk.model.Payout.Payout
     
    getRequestDate() - Method in class com.bitpay.sdk.model.Payout.PayoutBatch
    @@ -1176,6 +1198,8 @@

    G

     
    getStatus() - Method in class com.bitpay.sdk.model.Invoice.Refund
     
    +
    getStatus() - Method in class com.bitpay.sdk.model.Invoice.RefundWebhook
    +
     
    getStatus() - Method in class com.bitpay.sdk.model.Payout.Payout
     
    getStatus() - Method in class com.bitpay.sdk.model.Payout.PayoutBatch
    @@ -1202,6 +1226,8 @@

    G

     
    getSupportRequest() - Method in class com.bitpay.sdk.model.Invoice.RefundInfo
     
    +
    getSupportRequest() - Method in class com.bitpay.sdk.model.Invoice.RefundWebhook
    +
     
    getSupportRequest() - Method in class com.bitpay.sdk.model.Settlement.RefundInfo
     
    getSwift() - Method in class com.bitpay.sdk.model.Settlement.PayoutInfo
    @@ -1877,6 +1903,10 @@

    R

    Construct the RefundUpdateException.
    +
    RefundWebhook - Class in com.bitpay.sdk.model.Invoice
    +
     
    +
    RefundWebhook() - Constructor for class com.bitpay.sdk.model.Invoice.RefundWebhook
    +
     
    REMOVED - Static variable in class com.bitpay.sdk.model.Payout.RecipientStatus
     
    requestClientAuthorization(String) - Method in class com.bitpay.sdk.Client
    @@ -1982,6 +2012,8 @@

    S

     
    setAmount(Double) - Method in class com.bitpay.sdk.model.Invoice.Refund
     
    +
    setAmount(Double) - Method in class com.bitpay.sdk.model.Invoice.RefundWebhook
    +
     
    setAmount(Double) - Method in class com.bitpay.sdk.model.Payout.Payout
     
    setAmount(Double) - Method in class com.bitpay.sdk.model.Payout.PayoutBatch
    @@ -2046,6 +2078,8 @@

    S

     
    setBuyer(Buyer) - Method in class com.bitpay.sdk.model.Ledger.LedgerEntry
     
    +
    setBuyerPaysRefundFee(boolean) - Method in class com.bitpay.sdk.model.Invoice.RefundWebhook
    +
     
    setBuyerPaysRefundFee(Boolean) - Method in class com.bitpay.sdk.model.Invoice.Refund
     
    setBuyerProvidedEmail(String) - Method in class com.bitpay.sdk.model.Invoice.Invoice
    @@ -2098,6 +2132,8 @@

    S

     
    setCurrency(String) - Method in class com.bitpay.sdk.model.Invoice.RefundInfo
     
    +
    setCurrency(String) - Method in class com.bitpay.sdk.model.Invoice.RefundWebhook
    +
     
    setCurrency(String) - Method in class com.bitpay.sdk.model.Ledger.Ledger
     
    setCurrency(String) - Method in class com.bitpay.sdk.model.Payout.Payout
    @@ -2234,6 +2270,8 @@

    S

     
    setId(String) - Method in class com.bitpay.sdk.model.Invoice.Refund
     
    +
    setId(String) - Method in class com.bitpay.sdk.model.Invoice.RefundWebhook
    +
     
    setId(String) - Method in class com.bitpay.sdk.model.Ledger.LedgerEntry
     
    setId(String) - Method in class com.bitpay.sdk.model.Payout.Payout
    @@ -2248,6 +2286,12 @@

    S

     
    setId(String) - Method in class com.bitpay.sdk.model.Token
     
    +
    setImage(String) - Method in class com.bitpay.sdk.model.Wallet.Currencies
    +
     
    +
    setImage(String) - Method in class com.bitpay.sdk.model.Wallet.Wallet
    +
     
    +
    setImmediate(boolean) - Method in class com.bitpay.sdk.model.Invoice.RefundWebhook
    +
     
    setImmediate(Boolean) - Method in class com.bitpay.sdk.model.Invoice.Refund
     
    setInstructions(List<PayoutInstruction>) - Method in class com.bitpay.sdk.model.Payout.PayoutBatch
    @@ -2256,6 +2300,8 @@

    S

     
    setInvoice(String) - Method in class com.bitpay.sdk.model.Invoice.Refund
     
    +
    setInvoice(String) - Method in class com.bitpay.sdk.model.Invoice.RefundWebhook
    +
     
    setInvoiceAmount(Double) - Method in class com.bitpay.sdk.model.Ledger.LedgerEntry
     
    setInvoiceBuyerProvidedInfo(InvoiceBuyerProvidedInfo) - Method in class com.bitpay.sdk.model.Invoice.Invoice
    @@ -2302,6 +2348,8 @@

    S

     
    setLastRefundNotification(Date) - Method in class com.bitpay.sdk.model.Invoice.Refund
     
    +
    setLastRefundNotification(Date) - Method in class com.bitpay.sdk.model.Invoice.RefundWebhook
    +
     
    setLedgerCurrency(String) - Method in class com.bitpay.sdk.model.Payout.Payout
     
    setLedgerCurrency(String) - Method in class com.bitpay.sdk.model.Payout.PayoutBatch
    @@ -2488,6 +2536,8 @@

    S

     
    setRefundFee(Double) - Method in class com.bitpay.sdk.model.Invoice.Refund
     
    +
    setRefundFee(Double) - Method in class com.bitpay.sdk.model.Invoice.RefundWebhook
    +
     
    setRefundInfo(ArrayList<RefundInfo>) - Method in class com.bitpay.sdk.model.Invoice.Invoice
     
    setRegion(String) - Method in class com.bitpay.sdk.model.Invoice.Buyer
    @@ -2498,6 +2548,8 @@

    S

     
    setRequestDate(Date) - Method in class com.bitpay.sdk.model.Invoice.Refund
     
    +
    setRequestDate(Date) - Method in class com.bitpay.sdk.model.Invoice.RefundWebhook
    +
     
    setResource(String) - Method in class com.bitpay.sdk.model.Token
     
    setRouting(String) - Method in class com.bitpay.sdk.model.Settlement.PayoutInfo
    @@ -2536,6 +2588,8 @@

    S

     
    setStatus(String) - Method in class com.bitpay.sdk.model.Invoice.Refund
     
    +
    setStatus(String) - Method in class com.bitpay.sdk.model.Invoice.RefundWebhook
    +
     
    setStatus(String) - Method in class com.bitpay.sdk.model.Payout.Payout
     
    setStatus(String) - Method in class com.bitpay.sdk.model.Payout.PayoutBatch
    @@ -2556,6 +2610,8 @@

    S

     
    setSupportRequest(String) - Method in class com.bitpay.sdk.model.Invoice.RefundInfo
     
    +
    setSupportRequest(String) - Method in class com.bitpay.sdk.model.Invoice.RefundWebhook
    +
     
    setSupportRequest(String) - Method in class com.bitpay.sdk.model.Settlement.RefundInfo
     
    setSwift(String) - Method in class com.bitpay.sdk.model.Settlement.PayoutInfo
    diff --git a/apidocs/index.html b/apidocs/index.html index bdeef270..8ef9515d 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -1,11 +1,11 @@ - -Overview (BitPay 8.5.2205 API) + +Overview (BitPay 8.5.2206 API) - + @@ -49,7 +49,7 @@
    -

    BitPay 8.5.2205 API

    +

    BitPay 8.5.2206 API

    Packages
    diff --git a/apidocs/member-search-index.js b/apidocs/member-search-index.js index 047e9352..21b81eba 100644 --- a/apidocs/member-search-index.js +++ b/apidocs/member-search-index.js @@ -1 +1 @@ -memberSearchIndex = [{"p":"com.bitpay.sdk","c":"Client","l":"_currenciesInfo"},{"p":"com.bitpay.sdk.model.Payout","c":"RecipientStatus","l":"ACTIVE"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"AED"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"AFN"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"ALL"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"AMD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"ANG"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"AOA"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"ARS"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"AUD"},{"p":"com.bitpay.sdk","c":"Client","l":"authorizeClient(String)","u":"authorizeClient(java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"AWG"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"AZN"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BAM"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BBD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BCH"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BDT"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BGN"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BHD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BIF"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"Bill()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"Bill(String, String, String, List)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.util.List)"},{"p":"com.bitpay.sdk.exceptions","c":"BillCreationException","l":"BillCreationException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"BillDeliveryException","l":"BillDeliveryException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"BillException","l":"BillException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"BillQueryException","l":"BillQueryException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"BillStatus","l":"BillStatus()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"BillUpdateException","l":"BillUpdateException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk","c":"Env","l":"BitpayApiFrame"},{"p":"com.bitpay.sdk","c":"Env","l":"BitpayApiFrameVersion"},{"p":"com.bitpay.sdk","c":"Env","l":"BitpayApiVersion"},{"p":"com.bitpay.sdk.exceptions","c":"BitPayException","l":"BitPayException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.util","c":"BitPayLogger","l":"BitPayLogger(int)","u":"%3Cinit%3E(int)"},{"p":"com.bitpay.sdk","c":"Env","l":"BitpayPluginInfo"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BMD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BND"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BOB"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BOV"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BRL"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BSD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BTC"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BTN"},{"p":"com.bitpay.sdk","c":"Client","l":"BuildConfig(String, Env.Tokens)","u":"BuildConfig(java.lang.String,com.bitpay.sdk.Env.Tokens)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BUSD"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"Buyer()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"Buyer()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BWP"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BYR"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"bytesToHex(byte[])"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BZD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"CAD"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundStatus","l":"Canceled"},{"p":"com.bitpay.sdk","c":"Client","l":"cancelInvoice(String)","u":"cancelInvoice(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"cancelInvoice(String, Boolean)","u":"cancelInvoice(java.lang.String,java.lang.Boolean)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutStatus","l":"Cancelled"},{"p":"com.bitpay.sdk","c":"Client","l":"cancelPayout(String)","u":"cancelPayout(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"cancelPayoutBatch(String)","u":"cancelPayoutBatch(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"cancelRefund(String)","u":"cancelRefund(java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"CDF"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"CHE"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"CHF"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"CHW"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"CLF"},{"p":"com.bitpay.sdk","c":"Client","l":"Client(String, HttpHost, CredentialsProvider)","u":"%3Cinit%3E(java.lang.String,org.apache.http.HttpHost,org.apache.http.client.CredentialsProvider)"},{"p":"com.bitpay.sdk","c":"Client","l":"Client(String, String, Env.Tokens, HttpHost, CredentialsProvider)","u":"%3Cinit%3E(java.lang.String,java.lang.String,com.bitpay.sdk.Env.Tokens,org.apache.http.HttpHost,org.apache.http.client.CredentialsProvider)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"CLP"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"CNY"},{"p":"com.bitpay.sdk.model.Bill","c":"BillStatus","l":"Complete"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceStatus","l":"Complete"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutStatus","l":"Complete"},{"p":"com.bitpay.sdk","c":"Config","l":"Config()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceStatus","l":"Confirmed"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"COP"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"COU"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"CRC"},{"p":"com.bitpay.sdk","c":"Client","l":"createBill(Bill)","u":"createBill(com.bitpay.sdk.model.Bill.Bill)"},{"p":"com.bitpay.sdk","c":"Client","l":"createBill(Bill, String, boolean)","u":"createBill(com.bitpay.sdk.model.Bill.Bill,java.lang.String,boolean)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundStatus","l":"Created"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"createEcKey()"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"createEcKeyFromHexString(String)","u":"createEcKeyFromHexString(java.lang.String)"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"createEcKeyFromHexStringFile(String)","u":"createEcKeyFromHexStringFile(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"createInvoice(Invoice)","u":"createInvoice(com.bitpay.sdk.model.Invoice.Invoice)"},{"p":"com.bitpay.sdk","c":"Client","l":"createInvoice(Invoice, String, Boolean)","u":"createInvoice(com.bitpay.sdk.model.Invoice.Invoice,java.lang.String,java.lang.Boolean)"},{"p":"com.bitpay.sdk","c":"Client","l":"createRefund(String, Double, Boolean, Boolean, Boolean, String)","u":"createRefund(java.lang.String,java.lang.Double,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"CUC"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"CUP"},{"p":"com.bitpay.sdk.model.Wallet","c":"Currencies","l":"Currencies()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"Currency()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"CurrencyException","l":"CurrencyException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model.Wallet","c":"CurrencyQr","l":"CurrencyQr()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"CurrencyQueryException","l":"CurrencyQueryException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"CVE"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"CZK"},{"p":"com.bitpay.sdk.util","c":"DateDeserializer","l":"DateDeserializer()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.util","c":"DateSerializer","l":"DateSerializer()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.util","c":"BitPayLogger","l":"DEBUG"},{"p":"com.bitpay.sdk.util","c":"BitPayLogger","l":"debug(String)","u":"debug(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceStatus","l":"Declined"},{"p":"com.bitpay.sdk","c":"Client","l":"deletePayoutRecipient(String)","u":"deletePayoutRecipient(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"deliverBill(String, String)","u":"deliverBill(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"deliverBill(String, String, boolean)","u":"deliverBill(java.lang.String,java.lang.String,boolean)"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"deriveSIN(ECKey)","u":"deriveSIN(org.bitcoinj.core.ECKey)"},{"p":"com.bitpay.sdk.util","c":"DateDeserializer","l":"deserialize(JsonParser, DeserializationContext)","u":"deserialize(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext)"},{"p":"com.bitpay.sdk.util","c":"PayoutInstructionBtcSummaryDeserializer","l":"deserialize(JsonParser, DeserializationContext)","u":"deserialize(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"DJF"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"DKK"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"DOGE"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"DOP"},{"p":"com.bitpay.sdk.model.Bill","c":"BillStatus","l":"Draft"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"DZD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"EGP"},{"p":"com.bitpay.sdk.model.Payout","c":"RecipientReferenceMethod","l":"EMAIL"},{"p":"com.bitpay.sdk","c":"Env","l":"Env()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"ERN"},{"p":"com.bitpay.sdk.util","c":"BitPayLogger","l":"ERR"},{"p":"com.bitpay.sdk.util","c":"BitPayLogger","l":"err(String)","u":"err(java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"ETB"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"ETH"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"EUR"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceStatus","l":"Expired"},{"p":"com.bitpay.sdk.model","c":"Facade","l":"Facade()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutStatus","l":"Failed"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundStatus","l":"Failure"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"FJD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"FKP"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutStatus","l":"Funded"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"GBP"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"GEL"},{"p":"com.bitpay.sdk","c":"Client","l":"get(String)","u":"get(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"get(String, List)","u":"get(java.lang.String,java.util.List)"},{"p":"com.bitpay.sdk","c":"Client","l":"get(String, List, boolean)","u":"get(java.lang.String,java.util.List,boolean)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getAcceptanceWindow()"},{"p":"com.bitpay.sdk","c":"Client","l":"getAccessToken(String)","u":"getAccessToken(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getAccount()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getAccount()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"getAccount()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getAccount()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getAccountHolderAddress()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getAccountHolderAddress2()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getAccountHolderCity()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getAccountHolderCountry()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getAccountHolderName()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getAccountHolderPostalCode()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getAccountId()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getAdditionalInformation()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"getAddress()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getAddress()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getAddress1()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"getAddress1()"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"getAddress1()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getAddress2()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"getAddress2()"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"getAddress2()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceItemizedDetails","l":"getAmount()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransaction","l":"getAmount()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransactionDetails","l":"getAmount()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"getAmount()"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"getAmount()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getAmount()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getAmount()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"getAmount()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstructionTransaction","l":"getAmount()"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"getAmount()"},{"p":"com.bitpay.sdk.model.Settlement","c":"RefundInfo","l":"getAmount()"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"getAmount()"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"getAmount()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getAmountPaid()"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundInfo","l":"getAmounts()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getAutoRedirect()"},{"p":"com.bitpay.sdk.model.Wallet","c":"Wallet","l":"getAvatar()"},{"p":"com.bitpay.sdk.model.Ledger","c":"Ledger","l":"getBalance()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getBank()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getBankAddress()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getBankAddress2()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getBankAddress2(String)","u":"getBankAddress2(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getBankCountry()"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"getBankCountry()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getBankName()"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"getBch()"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"getBch()"},{"p":"com.bitpay.sdk","c":"Client","l":"getBill(String)","u":"getBill(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"getBill(String, String, boolean)","u":"getBill(java.lang.String,java.lang.String,boolean)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getBillId()"},{"p":"com.bitpay.sdk","c":"Client","l":"getBills()"},{"p":"com.bitpay.sdk","c":"Client","l":"getBills(String)","u":"getBills(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceUniversalCodes","l":"getBitpay()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getBitpayIdRequired()"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"getBtc()"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"getBtc()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getBtc()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getBtc()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"getBtc()"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"getBtcPrice()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getBuyer()"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"getBuyer()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"getBuyerPaysRefundFee()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getBuyerProvidedEmail()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getBuyerSms()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getCc()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getCity()"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"getCity()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getCity()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getCloseURL()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getClosingDate()"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"getCode()"},{"p":"com.bitpay.sdk.model.Rate","c":"Rate","l":"getCode()"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"getCode()"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"getCode()"},{"p":"com.bitpay.sdk.model.Wallet","c":"Currencies","l":"getCode()"},{"p":"com.bitpay.sdk.model.Wallet","c":"CurrencyQr","l":"getCollapsed()"},{"p":"com.bitpay.sdk","c":"Client","l":"GetConfig()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransaction","l":"getConfirmations()"},{"p":"com.bitpay.sdk.model","c":"Token","l":"getCount()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getCountry()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"getCountry()"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"getCountry()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getCreateDate()"},{"p":"com.bitpay.sdk.model.Wallet","c":"Wallet","l":"getCurrencies()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getCurrency()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getCurrency()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"getCurrency()"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundInfo","l":"getCurrency()"},{"p":"com.bitpay.sdk.model.Ledger","c":"Ledger","l":"getCurrency()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getCurrency()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getCurrency()"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"getCurrency()"},{"p":"com.bitpay.sdk.model.Settlement","c":"RefundInfo","l":"getCurrency()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getCurrency()"},{"p":"com.bitpay.sdk","c":"Client","l":"getCurrencyInfo(String)","u":"getCurrencyInfo(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getCurrentTime()"},{"p":"com.bitpay.sdk.model.Wallet","c":"Currencies","l":"getDappBrowser()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstructionTransaction","l":"getDate()"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"getDate()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getDateCompleted()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getDateCreated()"},{"p":"com.bitpay.sdk.model","c":"Token","l":"getDateCreated()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getDateExecuted()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getDateExecuted()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getDateExecuted()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getDepositTotal()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getDepositTotal()"},{"p":"com.bitpay.sdk.model.Bill","c":"Item","l":"getDescription()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceItemizedDetails","l":"getDescription()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransactionDetails","l":"getDescription()"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"getDescription()"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"getDescription()"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"getDescription()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getDisplayAmountPaid()"},{"p":"com.bitpay.sdk.model.Wallet","c":"Wallet","l":"getDisplayName()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getDueDate()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getEffectiveDate()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getEffectiveDate()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getEmail()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"getEmail()"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"getEmail()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getEmail()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"getEmail()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"getEmail()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"getEmailAddress()"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrency","l":"getEnabled()"},{"p":"com.bitpay.sdk.model.Ledger","c":"Ledger","l":"getEntries()"},{"p":"com.bitpay.sdk","c":"Config","l":"getEnvConfig(String)","u":"getEnvConfig(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Config","l":"getEnvironment()"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"getEth()"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"getEth()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getExceptionStatus()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getExchangeRates()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getExchangeRates()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getExchangeRates()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getExpirationTime()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getExtendedNotifications()"},{"p":"com.bitpay.sdk.model","c":"Token","l":"getFacade()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getFee()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getFee()"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFeesItem","l":"getFiatAmount()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getForcedBuyerSelectedTransactionCurrency()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getForcedBuyerSelectedWallet()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getFullNotifications()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getGuid()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"getGuid()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getGuid()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"getGuid()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipients","l":"getGuid()"},{"p":"com.bitpay.sdk.model","c":"Token","l":"getGuid()"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"getGusd()"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"getGusd()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getIban()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getId()"},{"p":"com.bitpay.sdk.model.Bill","c":"Item","l":"getId()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getId()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"getId()"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"getId()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getId()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getId()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"getId()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"getId()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getId()"},{"p":"com.bitpay.sdk.model","c":"Token","l":"getId()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"getImmediate()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getInstructions()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipients","l":"getInstructions()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"getInvoice()"},{"p":"com.bitpay.sdk","c":"Client","l":"getInvoice(String)","u":"getInvoice(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"getInvoice(String, String, Boolean)","u":"getInvoice(java.lang.String,java.lang.String,java.lang.Boolean)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"getInvoiceAmount()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getInvoiceBuyerProvidedInfo()"},{"p":"com.bitpay.sdk","c":"Client","l":"getInvoiceByGuid(String, String, Boolean)","u":"getInvoiceByGuid(java.lang.String,java.lang.String,java.lang.Boolean)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"getInvoiceCurrency()"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"getInvoiceData()"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"getInvoiceId()"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"getInvoiceId()"},{"p":"com.bitpay.sdk","c":"Client","l":"getInvoices(String, String, String, String, Integer, Integer)","u":"getInvoices(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getInvoiceTime()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getIsCancelled()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceItemizedDetails","l":"getIsFee()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransactionDetails","l":"getIsFee()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getItemCode()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getItemDesc()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getItemizedDetails()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getItems()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getJsonPayProRequired()"},{"p":"com.bitpay.sdk.model.Wallet","c":"Wallet","l":"getKey()"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"getKeyStringFromFile(String)","u":"getKeyStringFromFile(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getlabel()"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"getlabel()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getLabel()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"getLabel()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"getLabel()"},{"p":"com.bitpay.sdk.model","c":"Token","l":"getLabel()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"getLastRefundNotification()"},{"p":"com.bitpay.sdk","c":"Client","l":"getLedger(String, String, String)","u":"getLedger(java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getLedgerCurrency()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getLedgerCurrency()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getLedgerEntries()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getLedgerEntriesSum()"},{"p":"com.bitpay.sdk","c":"Client","l":"getLedgers()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"getLocality()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getLowFeeDetected()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getMerchant()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getMerchantEin()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getMerchantName()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getMessage()"},{"p":"com.bitpay.sdk.model","c":"Policy","l":"getMethod()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getMinerFees()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getName()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"getName()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"getName()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Shopper","l":"getName()"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"getName()"},{"p":"com.bitpay.sdk.model.Rate","c":"Rate","l":"getName()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getName()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getNonPayProPaymentReceived()"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"getNotes()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getNotificationEmail()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getNotificationEmail()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getNotificationEmail()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getNotificationURL()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getNotificationURL()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getNotificationURL()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"getNotificationURL()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"getNotify()"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"getNotify()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getNumber()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getOpeningBalance()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getOpeningDate()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getOrderId()"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"getOrderId()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getOverPaidAmount()"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"getOverPaidAmount()"},{"p":"com.bitpay.sdk.model.Wallet","c":"Currencies","l":"getP2p()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstructionBtcSummary","l":"getPaid()"},{"p":"com.bitpay.sdk.model","c":"Token","l":"getPairingCode()"},{"p":"com.bitpay.sdk.model","c":"Token","l":"getPairingExpiration()"},{"p":"com.bitpay.sdk.model","c":"Policy","l":"getParams()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getPassProcessingFee()"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"getPax()"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"getPax()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getPaymentCodes()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getPaymentCurrencies()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getPaymentDisplaySubTotals()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getPaymentDisplayTotals()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getPaymentSubTotals()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getPaymentTotals()"},{"p":"com.bitpay.sdk","c":"Client","l":"getPayout(String)","u":"getPayout(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"getPayoutBatch(String)","u":"getPayoutBatch(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"getPayoutBatches()"},{"p":"com.bitpay.sdk","c":"Client","l":"getPayoutBatches(String)","u":"getPayoutBatches(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"getPayoutBatches(String, String, String, Integer, Integer)","u":"getPayoutBatches(java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getPayoutInfo()"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"getPayoutPercentage()"},{"p":"com.bitpay.sdk","c":"Client","l":"getPayoutRecipient(String)","u":"getPayoutRecipient(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"getPayoutRecipients(String, Integer, Integer)","u":"getPayoutRecipients(java.lang.String,java.lang.Integer,java.lang.Integer)"},{"p":"com.bitpay.sdk","c":"Client","l":"getPayouts(String, String, String, String, Integer, Integer)","u":"getPayouts(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer)"},{"p":"com.bitpay.sdk.model.Wallet","c":"Currencies","l":"getPayPro()"},{"p":"com.bitpay.sdk.model.Wallet","c":"Wallet","l":"getPayPro()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getPercentFee()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getPercentFee()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getPhone()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"getPhone()"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"getPhone()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"getPhoneNumber()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getPhysical()"},{"p":"com.bitpay.sdk.model","c":"Token","l":"getPolicies()"},{"p":"com.bitpay.sdk.model","c":"Policy","l":"getPolicy()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getPosData()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getPostal()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"getPostalCode()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"getPreview()"},{"p":"com.bitpay.sdk.model.Bill","c":"Item","l":"getPrice()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getPrice()"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"getPrice()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getPricingMethod()"},{"p":"com.bitpay.sdk.model.Wallet","c":"Currencies","l":"getQr()"},{"p":"com.bitpay.sdk.model.Bill","c":"Item","l":"getQuantity()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getRate()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getRate()"},{"p":"com.bitpay.sdk.model.Rate","c":"Rates","l":"getRate(String)","u":"getRate(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"getRates()"},{"p":"com.bitpay.sdk.model.Rate","c":"Rates","l":"getRates()"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrency","l":"getReason()"},{"p":"com.bitpay.sdk.exceptions","c":"BitPayException","l":"getReasonPhrase()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransaction","l":"getReceivedTime()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getRecipientId()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"getRecipientId()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getRedirectUrl()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getRedirectUrl()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getRedirectURL()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"getReference()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getReference()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getReference()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"getReference()"},{"p":"com.bitpay.sdk.model.Settlement","c":"RefundInfo","l":"getReference()"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"getReference()"},{"p":"com.bitpay.sdk","c":"Client","l":"getRefund(String)","u":"getRefund(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getRefundAddresses()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getRefundAddressRequestPending()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"getRefundFee()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getRefundInfo()"},{"p":"com.bitpay.sdk","c":"Client","l":"getRefunds(String)","u":"getRefunds(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"getRegion()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"getRequestDate()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getRequestDate()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getRequestDate()"},{"p":"com.bitpay.sdk.model","c":"Token","l":"getResource()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getRouting()"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFeesItem","l":"getSatoshisPerByte()"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"getScale()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getSelectedTransactionCurrency()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"getSelectedTransactionCurrency()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"getSelectedWallet()"},{"p":"com.bitpay.sdk","c":"Client","l":"getSettlement(String)","u":"getSettlement(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"getSettlementReconciliationReport(Settlement)","u":"getSettlementReconciliationReport(com.bitpay.sdk.model.Settlement.Settlement)"},{"p":"com.bitpay.sdk","c":"Client","l":"getSettlements(String, String, String, String, Integer, Integer)","u":"getSettlements(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getShopper()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getShopperId()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"getShopperId()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"getShopperId()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"getSms()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"getSmsVerified()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getSort()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getState()"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"getState()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getStatus()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getStatus()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"getStatus()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getStatus()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getStatus()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"getStatus()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"getStatus()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getStatus()"},{"p":"com.bitpay.sdk.exceptions","c":"BitPayException","l":"getStatusCode()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getSupportedTransactionCurrencies()"},{"p":"com.bitpay.sdk","c":"Client","l":"getSupportedWallets()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getSupportPhone()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getSupportPhone()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"getSupportPhone()"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundInfo","l":"getSupportRequest()"},{"p":"com.bitpay.sdk.model.Settlement","c":"RefundInfo","l":"getSupportRequest()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getSwift()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getTargetConfirmations()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransaction","l":"getTime()"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"getTimestamp()"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"getTimestamp()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getToken()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getToken()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getToken()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getToken()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"getToken()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipients","l":"getToken()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getToken()"},{"p":"com.bitpay.sdk","c":"Client","l":"GetTokenByFacade(String)","u":"GetTokenByFacade(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getTotalAmount()"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFeesItem","l":"getTotalFee()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getTransactionCurrency()"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"getTransactionCurrency()"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"getTransactionCurrency()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getTransactionDetails()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransaction","l":"getTransactionId()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getTransactions()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getTransactions()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"getTransactions()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getTransactionSpeed()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstructionTransaction","l":"getTxid()"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"getTxType()"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"getType()"},{"p":"com.bitpay.sdk.model.Wallet","c":"CurrencyQr","l":"getType()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getUnderPaidAmount()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getUniversalCodes()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstructionBtcSummary","l":"getUnpaid()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getUrl()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getUrl()"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"getUsdc()"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"getUsdc()"},{"p":"com.bitpay.sdk.model.Rate","c":"Rate","l":"getValue()"},{"p":"com.bitpay.sdk.model","c":"Token","l":"getValue()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceUniversalCodes","l":"getVerificationLink()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"getWalletProvider()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getWire()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getWithHoldings()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getWithHoldingsSum()"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"getXrp()"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"getXrp()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getZip()"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"getZip()"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"GHS"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"GIP"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"GMD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"GNF"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"GTQ"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"GUSD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"GYD"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"hexToBytes(String)","u":"hexToBytes(java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"HKD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"HNL"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"HRK"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"HTG"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"HUF"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"IDR"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"ILS"},{"p":"com.bitpay.sdk.util","c":"BitPayLogger","l":"INFO"},{"p":"com.bitpay.sdk.util","c":"BitPayLogger","l":"info(String)","u":"info(java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"INR"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceStatus","l":"Invalid"},{"p":"com.bitpay.sdk.model.Payout","c":"RecipientStatus","l":"INVITED"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"Invoice()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"Invoice(Double, String)","u":"%3Cinit%3E(java.lang.Double,java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"InvoiceBuyerProvidedInfo()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"InvoiceCancellationException","l":"InvoiceCancellationException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"InvoiceCreationException","l":"InvoiceCreationException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"InvoiceData()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"InvoiceException","l":"InvoiceException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceItemizedDetails","l":"InvoiceItemizedDetails()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"InvoiceQueryException","l":"InvoiceQueryException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceStatus","l":"InvoiceStatus()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransaction","l":"InvoiceTransaction()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransactionDetails","l":"InvoiceTransactionDetails(Double, String, Boolean)","u":"%3Cinit%3E(java.lang.Double,java.lang.String,java.lang.Boolean)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceUniversalCodes","l":"InvoiceUniversalCodes()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"InvoiceUpdateException","l":"InvoiceUpdateException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"IQD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"IRR"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"ISK"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"isValid(String)","u":"isValid(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Item","l":"Item()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"JMD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"JOD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"JPY"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"KES"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"KeyUtils()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"KGS"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"KHR"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"KMF"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"KPW"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"KRW"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"KWD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"KYD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"KZT"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"LAK"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"LBP"},{"p":"com.bitpay.sdk.model.Ledger","c":"Ledger","l":"Ledger()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"LedgerEntry()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"LedgerException","l":"LedgerException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"LedgerQueryException","l":"LedgerQueryException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"LKR"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"loadEcKey()"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"loadEcKey(URI)","u":"loadEcKey(java.net.URI)"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"loadEcKeyAsHex(ECKey)","u":"loadEcKeyAsHex(org.bitcoinj.core.ECKey)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"LRD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"LSL"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"LTC"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"LYD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"MAD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"MDL"},{"p":"com.bitpay.sdk","c":"Env.Tokens","l":"merchant"},{"p":"com.bitpay.sdk.model","c":"Facade","l":"Merchant"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"MethodVwap24"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"MGA"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"MinerFees()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFeesItem","l":"MinerFeesItem()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"MKD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"MMK"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"MNT"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"MOP"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"MRU"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"MUR"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"MVR"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"MWK"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"MXN"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"MXV"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"MYR"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"MZN"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"NAD"},{"p":"com.bitpay.sdk.model.Bill","c":"BillStatus","l":"New"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceStatus","l":"New"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutStatus","l":"New"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"NGN"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"NIO"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"NOK"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"NPR"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"NZD"},{"p":"com.bitpay.sdk.util","c":"BitPayLogger","l":"OFF"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"OMR"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"PAB"},{"p":"com.bitpay.sdk.model.Bill","c":"BillStatus","l":"Paid"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceStatus","l":"Paid"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutStatus","l":"Paid"},{"p":"com.bitpay.sdk.model.Payout","c":"RecipientStatus","l":"PAUSED"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"PAX"},{"p":"com.bitpay.sdk","c":"Client","l":"payInvoice(String, Boolean)","u":"payInvoice(java.lang.String,java.lang.Boolean)"},{"p":"com.bitpay.sdk","c":"Env.Tokens","l":"payout"},{"p":"com.bitpay.sdk.model","c":"Facade","l":"Payout"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"Payout()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"Payout(Double, String, String)","u":"%3Cinit%3E(java.lang.Double,java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"PayoutBatch()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"PayoutBatch(String, Long, List, String)","u":"%3Cinit%3E(java.lang.String,java.lang.Long,java.util.List,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutBatchCancellationException","l":"PayoutBatchCancellationException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutBatchCreationException","l":"PayoutBatchCreationException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutBatchException","l":"PayoutBatchException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutBatchNotificationException","l":"PayoutBatchNotificationException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutBatchQueryException","l":"PayoutBatchQueryException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutCancellationException","l":"PayoutCancellationException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutCreationException","l":"PayoutCreationException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutException","l":"PayoutException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"PayoutInfo()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"PayoutInstruction()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"PayoutInstruction(Double, int, String)","u":"%3Cinit%3E(java.lang.Double,int,java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstructionBtcSummary","l":"PayoutInstructionBtcSummary(Double, Double)","u":"%3Cinit%3E(java.lang.Double,java.lang.Double)"},{"p":"com.bitpay.sdk.util","c":"PayoutInstructionBtcSummaryDeserializer","l":"PayoutInstructionBtcSummaryDeserializer()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstructionTransaction","l":"PayoutInstructionTransaction()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutNotificationException","l":"PayoutNotificationException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutQueryException","l":"PayoutQueryException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"PayoutRecipient()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"PayoutRecipient(String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutRecipientCancellationException","l":"PayoutRecipientCancellationException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutRecipientCreationException","l":"PayoutRecipientCreationException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutRecipientException","l":"PayoutRecipientException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutRecipientNotificationException","l":"PayoutRecipientNotificationException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutRecipientQueryException","l":"PayoutRecipientQueryException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipients","l":"PayoutRecipients(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutRecipientUpdateException","l":"PayoutRecipientUpdateException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutStatus","l":"PayoutStatus()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"PEN"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundStatus","l":"Pending"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"PGK"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"PHP"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"PKR"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"PLN"},{"p":"com.bitpay.sdk.model","c":"Policy","l":"Policy()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk","c":"Client","l":"post(String, String)","u":"post(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"post(String, String, boolean)","u":"post(java.lang.String,java.lang.String,boolean)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundStatus","l":"Preview"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"privateKeyExists(String)","u":"privateKeyExists(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutStatus","l":"Processing"},{"p":"com.bitpay.sdk","c":"Env","l":"Prod"},{"p":"com.bitpay.sdk","c":"Env","l":"ProdUrl"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"PYG"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"QAR"},{"p":"com.bitpay.sdk.model.Rate","c":"Rate","l":"Rate()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"RateException","l":"RateException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"RateQueryException","l":"RateQueryException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model.Rate","c":"Rates","l":"Rates(List, Client)","u":"%3Cinit%3E(java.util.List,com.bitpay.sdk.Client)"},{"p":"com.bitpay.sdk.model.Payout","c":"RecipientReferenceMethod","l":"RECIPIENT_ID"},{"p":"com.bitpay.sdk.model.Payout","c":"RecipientReferenceMethod","l":"RecipientReferenceMethod()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Payout","c":"RecipientStatus","l":"RecipientStatus()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"Refund()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"RefundCancellationException","l":"RefundCancellationException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"RefundCreationException","l":"RefundCreationException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"RefundException","l":"RefundException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundInfo","l":"RefundInfo()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Settlement","c":"RefundInfo","l":"RefundInfo()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"RefundQueryException","l":"RefundQueryException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundStatus","l":"RefundStatus()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"RefundUpdateException","l":"RefundUpdateException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"RecipientStatus","l":"REMOVED"},{"p":"com.bitpay.sdk","c":"Client","l":"requestClientAuthorization(String)","u":"requestClientAuthorization(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"requestPayoutBatchNotification(String)","u":"requestPayoutBatchNotification(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"requestPayoutNotification(String)","u":"requestPayoutNotification(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"requestPayoutRecipientNotification(String)","u":"requestPayoutRecipientNotification(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"responseToJsonString(HttpResponse)","u":"responseToJsonString(org.apache.http.HttpResponse)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"RON"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"RSD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"RUB"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"RWF"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"SAR"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"saveEcKey(ECKey)","u":"saveEcKey(org.bitcoinj.core.ECKey)"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"saveEcKey(ECKey, URI)","u":"saveEcKey(org.bitcoinj.core.ECKey,java.net.URI)"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"saveEcKeyAsHex(ECKey)","u":"saveEcKeyAsHex(org.bitcoinj.core.ECKey)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"SBD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"SCR"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"SDG"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"SEK"},{"p":"com.bitpay.sdk","c":"Client","l":"sendRefundNotification(String)","u":"sendRefundNotification(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"BillStatus","l":"Sent"},{"p":"com.bitpay.sdk.util","c":"DateSerializer","l":"serialize(Long, JsonGenerator, SerializerProvider)","u":"serialize(java.lang.Long,com.fasterxml.jackson.core.JsonGenerator,com.fasterxml.jackson.databind.SerializerProvider)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setAcceptanceWindow(long)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setAccount(String)","u":"setAccount(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setAccount(String)","u":"setAccount(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"setAccount(String)","u":"setAccount(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setAccount(String)","u":"setAccount(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setAccountHolderAddress(String)","u":"setAccountHolderAddress(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setAccountHolderAddress2(String)","u":"setAccountHolderAddress2(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setAccountHolderCity(String)","u":"setAccountHolderCity(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setAccountHolderCountry(String)","u":"setAccountHolderCountry(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setAccountHolderName(String)","u":"setAccountHolderName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setAccountHolderPostalCode(String)","u":"setAccountHolderPostalCode(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setAccountId(String)","u":"setAccountId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setAdditionalInformation(String)","u":"setAdditionalInformation(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"setAddress(String)","u":"setAddress(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setAddress(String)","u":"setAddress(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setAddress1(String)","u":"setAddress1(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setAddress1(String)","u":"setAddress1(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setAddress1(String)","u":"setAddress1(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setAddress2(String)","u":"setAddress2(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setAddress2(String)","u":"setAddress2(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setAddress2(String)","u":"setAddress2(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransaction","l":"setAmount(BigDecimal)","u":"setAmount(java.math.BigDecimal)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceItemizedDetails","l":"setAmount(double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransactionDetails","l":"setAmount(Double)","u":"setAmount(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setAmount(Double)","u":"setAmount(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setAmount(Double)","u":"setAmount(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setAmount(Double)","u":"setAmount(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"setAmount(Double)","u":"setAmount(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstructionTransaction","l":"setAmount(Double)","u":"setAmount(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"setAmount(Float)","u":"setAmount(java.lang.Float)"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"setAmount(Float)","u":"setAmount(java.lang.Float)"},{"p":"com.bitpay.sdk.model.Settlement","c":"RefundInfo","l":"setAmount(Hashtable)","u":"setAmount(java.util.Hashtable)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"setAmount(RefundInfo)","u":"setAmount(com.bitpay.sdk.model.Settlement.RefundInfo)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setAmount(String)","u":"setAmount(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setAmountPaid(BigDecimal)","u":"setAmountPaid(java.math.BigDecimal)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundInfo","l":"setAmounts(Hashtable)","u":"setAmounts(java.util.Hashtable)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setAutoRedirect(boolean)"},{"p":"com.bitpay.sdk.model.Wallet","c":"Wallet","l":"setAvatar(String)","u":"setAvatar(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Ledger","l":"setBalance(Double)","u":"setBalance(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setBank(String)","u":"setBank(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setBankAddress(String)","u":"setBankAddress(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setBankCountry(String)","u":"setBankCountry(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"setBankCountry(String)","u":"setBankCountry(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setBankName(String)","u":"setBankName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"setBch(MinerFeesItem)","u":"setBch(com.bitpay.sdk.model.Invoice.MinerFeesItem)"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"setBch(SupportedTransactionCurrency)","u":"setBch(com.bitpay.sdk.model.Invoice.SupportedTransactionCurrency)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setBillId(String)","u":"setBillId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceUniversalCodes","l":"setBitpay(String)","u":"setBitpay(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setBitpayIdRequired(boolean)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setBtc(Double)","u":"setBtc(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setBtc(Double)","u":"setBtc(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"setBtc(MinerFeesItem)","u":"setBtc(com.bitpay.sdk.model.Invoice.MinerFeesItem)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"setBtc(PayoutInstructionBtcSummary)","u":"setBtc(com.bitpay.sdk.model.Payout.PayoutInstructionBtcSummary)"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"setBtc(SupportedTransactionCurrency)","u":"setBtc(com.bitpay.sdk.model.Invoice.SupportedTransactionCurrency)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"setBtcPrice(Float)","u":"setBtcPrice(java.lang.Float)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setBuyer(Buyer)","u":"setBuyer(com.bitpay.sdk.model.Invoice.Buyer)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setBuyer(Buyer)","u":"setBuyer(com.bitpay.sdk.model.Ledger.Buyer)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setBuyerPaysRefundFee(Boolean)","u":"setBuyerPaysRefundFee(java.lang.Boolean)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setBuyerProvidedEmail(String)","u":"setBuyerProvidedEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setBuyerSms(String)","u":"setBuyerSms(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setCc(List)","u":"setCc(java.util.List)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setCity(String)","u":"setCity(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setCity(String)","u":"setCity(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setCity(String)","u":"setCity(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setCloseURL(String)","u":"setCloseURL(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setClosingDate(Long)","u":"setClosingDate(java.lang.Long)"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"setCode(Integer)","u":"setCode(java.lang.Integer)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setCode(String)","u":"setCode(java.lang.String)"},{"p":"com.bitpay.sdk.model.Rate","c":"Rate","l":"setCode(String)","u":"setCode(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"setCode(String)","u":"setCode(java.lang.String)"},{"p":"com.bitpay.sdk.model.Wallet","c":"Currencies","l":"setCode(String)","u":"setCode(java.lang.String)"},{"p":"com.bitpay.sdk.model.Wallet","c":"CurrencyQr","l":"setCollapsed(Boolean)","u":"setCollapsed(java.lang.Boolean)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransaction","l":"setConfirmations(int)"},{"p":"com.bitpay.sdk.model","c":"Token","l":"setCount(int)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setCountry(String)","u":"setCountry(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setCountry(String)","u":"setCountry(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setCountry(String)","u":"setCountry(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setCreateDate(String)","u":"setCreateDate(java.lang.String)"},{"p":"com.bitpay.sdk.model.Wallet","c":"Wallet","l":"setCurrencies(ArrayList)","u":"setCurrencies(java.util.ArrayList)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setCurrency(String)","u":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setCurrency(String)","u":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setCurrency(String)","u":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundInfo","l":"setCurrency(String)","u":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Ledger","l":"setCurrency(String)","u":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setCurrency(String)","u":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setCurrency(String)","u":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"setCurrency(String)","u":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"RefundInfo","l":"setCurrency(String)","u":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setCurrency(String)","u":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setCurrentTime(long)"},{"p":"com.bitpay.sdk.model.Wallet","c":"Currencies","l":"setDappBrowser(Boolean)","u":"setDappBrowser(java.lang.Boolean)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstructionTransaction","l":"setDate(Long)","u":"setDate(java.lang.Long)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"setDate(Long)","u":"setDate(java.lang.Long)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setDateCompleted(Long)","u":"setDateCompleted(java.lang.Long)"},{"p":"com.bitpay.sdk.model","c":"Token","l":"setDateCreated(long)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setDateCreated(Long)","u":"setDateCreated(java.lang.Long)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setDateExecuted(long)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setDateExecuted(long)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setDateExecuted(Long)","u":"setDateExecuted(java.lang.Long)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setDepositTotal(Double)","u":"setDepositTotal(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setDepositTotal(Double)","u":"setDepositTotal(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Bill","c":"Item","l":"setDescription(String)","u":"setDescription(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceItemizedDetails","l":"setDescription(String)","u":"setDescription(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransactionDetails","l":"setDescription(String)","u":"setDescription(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setDescription(String)","u":"setDescription(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"setDescription(String)","u":"setDescription(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"setDescription(String)","u":"setDescription(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setDisplayAmountPaid(BigDecimal)","u":"setDisplayAmountPaid(java.math.BigDecimal)"},{"p":"com.bitpay.sdk.model.Wallet","c":"Wallet","l":"setDisplayName(String)","u":"setDisplayName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setDueDate(String)","u":"setDueDate(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setEffectiveDate(Long)","u":"setEffectiveDate(java.lang.Long)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setEffectiveDate(Long)","u":"setEffectiveDate(java.lang.Long)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setEmail(String)","u":"setEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setEmail(String)","u":"setEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setEmail(String)","u":"setEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setEmail(String)","u":"setEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"setEmail(String)","u":"setEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"setEmail(String)","u":"setEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"setEmailAddress(String)","u":"setEmailAddress(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrency","l":"setEnabled(boolean)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Ledger","l":"setEntries(List)","u":"setEntries(java.util.List)"},{"p":"com.bitpay.sdk","c":"Config","l":"setEnvConfig(JsonNode)","u":"setEnvConfig(com.fasterxml.jackson.databind.JsonNode)"},{"p":"com.bitpay.sdk","c":"Config","l":"setEnvironment(String)","u":"setEnvironment(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"setEth(MinerFeesItem)","u":"setEth(com.bitpay.sdk.model.Invoice.MinerFeesItem)"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"setEth(SupportedTransactionCurrency)","u":"setEth(com.bitpay.sdk.model.Invoice.SupportedTransactionCurrency)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setExceptionStatus(String)","u":"setExceptionStatus(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setExchangeRates(Hashtable>)","u":"setExchangeRates(java.util.Hashtable)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setExchangeRates(PayoutInstruction)","u":"setExchangeRates(com.bitpay.sdk.model.Payout.PayoutInstruction)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setExchangeRates(PayoutInstruction)","u":"setExchangeRates(com.bitpay.sdk.model.Payout.PayoutInstruction)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setExpirationTime(long)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setExtendedNotifications(boolean)"},{"p":"com.bitpay.sdk.model","c":"Token","l":"setFacade(String)","u":"setFacade(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setFee(Double)","u":"setFee(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setFee(Double)","u":"setFee(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFeesItem","l":"setFiatAmount(double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setForcedBuyerSelectedTransactionCurrency(String)","u":"setForcedBuyerSelectedTransactionCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setForcedBuyerSelectedWallet(String)","u":"setForcedBuyerSelectedWallet(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setFullNotifications(boolean)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setGuid(String)","u":"setGuid(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setGuid(String)","u":"setGuid(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setGuid(String)","u":"setGuid(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"setGuid(String)","u":"setGuid(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipients","l":"setGuid(String)","u":"setGuid(java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Token","l":"setGuid(String)","u":"setGuid(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"setGusd(MinerFeesItem)","u":"setGusd(com.bitpay.sdk.model.Invoice.MinerFeesItem)"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"setGusd(SupportedTransactionCurrency)","u":"setGusd(com.bitpay.sdk.model.Invoice.SupportedTransactionCurrency)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setIban(String)","u":"setIban(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Item","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Token","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setImmediate(Boolean)","u":"setImmediate(java.lang.Boolean)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setInstructions(List)","u":"setInstructions(java.util.List)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipients","l":"setInstructions(List)","u":"setInstructions(java.util.List)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setInvoice(String)","u":"setInvoice(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setInvoiceAmount(Double)","u":"setInvoiceAmount(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setInvoiceBuyerProvidedInfo(InvoiceBuyerProvidedInfo)","u":"setInvoiceBuyerProvidedInfo(com.bitpay.sdk.model.Invoice.InvoiceBuyerProvidedInfo)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setInvoiceCurrency(String)","u":"setInvoiceCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"setInvoiceData(InvoiceData)","u":"setInvoiceData(com.bitpay.sdk.model.Settlement.InvoiceData)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setInvoiceId(String)","u":"setInvoiceId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"setInvoiceId(String)","u":"setInvoiceId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setInvoiceTime(long)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setIsCancelled(boolean)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceItemizedDetails","l":"setIsFee(Boolean)","u":"setIsFee(java.lang.Boolean)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransactionDetails","l":"setIsFee(Boolean)","u":"setIsFee(java.lang.Boolean)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setItemCode(String)","u":"setItemCode(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setItemDesc(String)","u":"setItemDesc(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setItemizedDetails(List)","u":"setItemizedDetails(java.util.List)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setItems(List)","u":"setItems(java.util.List)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setJsonPayProRequired(boolean)"},{"p":"com.bitpay.sdk.model.Wallet","c":"Wallet","l":"setKey(String)","u":"setKey(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setlabel(String)","u":"setlabel(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"setlabel(String)","u":"setlabel(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setLabel(String)","u":"setLabel(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"setLabel(String)","u":"setLabel(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"setLabel(String)","u":"setLabel(java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Token","l":"setLabel(String)","u":"setLabel(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setLastRefundNotification(Date)","u":"setLastRefundNotification(java.util.Date)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setLedgerCurrency(String)","u":"setLedgerCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setLedgerCurrency(String)","u":"setLedgerCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setLedgerEntries(List)","u":"setLedgerEntries(java.util.List)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setLedgerEntriesSum(Float)","u":"setLedgerEntriesSum(java.lang.Float)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setLocality(String)","u":"setLocality(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"setLoggerLevel(int)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setLowFeeDetected(boolean)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setMerchant(String)","u":"setMerchant(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setMerchantEin(String)","u":"setMerchantEin(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setMerchantName(String)","u":"setMerchantName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setMessage(String)","u":"setMessage(java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Policy","l":"setMethod(String)","u":"setMethod(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setMinerFees(MinerFees)","u":"setMinerFees(com.bitpay.sdk.model.Invoice.MinerFees)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Shopper","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Rate","c":"Rate","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setNonPayProPaymentReceived(boolean)"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"setNotes(String)","u":"setNotes(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setNotificationEmail(String)","u":"setNotificationEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setNotificationEmail(String)","u":"setNotificationEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setNotificationEmail(String)","u":"setNotificationEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setNotificationURL(String)","u":"setNotificationURL(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setNotificationURL(String)","u":"setNotificationURL(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setNotificationURL(String)","u":"setNotificationURL(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"setNotificationURL(String)","u":"setNotificationURL(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setNotify(boolean)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setNotify(boolean)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setNumber(String)","u":"setNumber(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setOpeningBalance(Float)","u":"setOpeningBalance(java.lang.Float)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setOpeningDate(Long)","u":"setOpeningDate(java.lang.Long)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setOrderId(String)","u":"setOrderId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"setOrderId(String)","u":"setOrderId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setOverPaidAmount(BigDecimal)","u":"setOverPaidAmount(java.math.BigDecimal)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"setOverPaidAmount(Float)","u":"setOverPaidAmount(java.lang.Float)"},{"p":"com.bitpay.sdk.model.Wallet","c":"Currencies","l":"setP2p(Boolean)","u":"setP2p(java.lang.Boolean)"},{"p":"com.bitpay.sdk.model","c":"Token","l":"setPairingCode(String)","u":"setPairingCode(java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Token","l":"setPairingExpiration(long)"},{"p":"com.bitpay.sdk.model","c":"Policy","l":"setParams(List)","u":"setParams(java.util.List)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setPassProcessingFee(boolean)"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"setPax(MinerFeesItem)","u":"setPax(com.bitpay.sdk.model.Invoice.MinerFeesItem)"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"setPax(SupportedTransactionCurrency)","u":"setPax(com.bitpay.sdk.model.Invoice.SupportedTransactionCurrency)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setPaymentCodes(Hashtable>)","u":"setPaymentCodes(java.util.Hashtable)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setPaymentCurrencies(List)","u":"setPaymentCurrencies(java.util.List)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setPaymentDisplaySubTotals(Hashtable)","u":"setPaymentDisplaySubTotals(java.util.Hashtable)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setPaymentDisplayTotals(Hashtable)","u":"setPaymentDisplayTotals(java.util.Hashtable)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setPaymentSubTotals(Hashtable)","u":"setPaymentSubTotals(java.util.Hashtable)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setPaymentTotals(Hashtable)","u":"setPaymentTotals(java.util.Hashtable)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setPayoutInfo(PayoutInfo)","u":"setPayoutInfo(com.bitpay.sdk.model.Settlement.PayoutInfo)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"setPayoutPercentage(Map)","u":"setPayoutPercentage(java.util.Map)"},{"p":"com.bitpay.sdk.model.Wallet","c":"Currencies","l":"setPayPro(Boolean)","u":"setPayPro(java.lang.Boolean)"},{"p":"com.bitpay.sdk.model.Wallet","c":"Wallet","l":"setPayPro(Boolean)","u":"setPayPro(java.lang.Boolean)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setPercentFee(Double)","u":"setPercentFee(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setPercentFee(Double)","u":"setPercentFee(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setPhone(String)","u":"setPhone(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setPhone(String)","u":"setPhone(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setPhone(String)","u":"setPhone(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"setPhoneNumber(String)","u":"setPhoneNumber(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setPhysical(boolean)"},{"p":"com.bitpay.sdk.model","c":"Token","l":"setPolicies(List)","u":"setPolicies(java.util.List)"},{"p":"com.bitpay.sdk.model","c":"Policy","l":"setPolicy(String)","u":"setPolicy(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setPosData(String)","u":"setPosData(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setPostal(String)","u":"setPostal(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setPostalCode(String)","u":"setPostalCode(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setPreview(Boolean)","u":"setPreview(java.lang.Boolean)"},{"p":"com.bitpay.sdk.model.Bill","c":"Item","l":"setPrice(Double)","u":"setPrice(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setPrice(Double)","u":"setPrice(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"setPrice(Float)","u":"setPrice(java.lang.Float)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setPricingMethod(String)","u":"setPricingMethod(java.lang.String)"},{"p":"com.bitpay.sdk.model.Wallet","c":"Currencies","l":"setQr(CurrencyQr)","u":"setQr(com.bitpay.sdk.model.Wallet.CurrencyQr)"},{"p":"com.bitpay.sdk.model.Bill","c":"Item","l":"setQuantity(Integer)","u":"setQuantity(java.lang.Integer)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setRate(Double)","u":"setRate(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setRate(Double)","u":"setRate(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrency","l":"setReason(String)","u":"setReason(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransaction","l":"setReceivedTime(Date)","u":"setReceivedTime(java.util.Date)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setRecipientId(String)","u":"setRecipientId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"setRecipientId(String)","u":"setRecipientId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setRedirectUrl(String)","u":"setRedirectUrl(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setRedirectUrl(String)","u":"setRedirectUrl(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setRedirectURL(String)","u":"setRedirectURL(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setReference(String)","u":"setReference(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setReference(String)","u":"setReference(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setReference(String)","u":"setReference(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"setReference(String)","u":"setReference(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"RefundInfo","l":"setReference(String)","u":"setReference(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"setReference(String)","u":"setReference(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setRefundAddresses(ArrayList)","u":"setRefundAddresses(java.util.ArrayList)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setRefundAddressRequestPending(boolean)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setRefundFee(Double)","u":"setRefundFee(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setRefundInfo(ArrayList)","u":"setRefundInfo(java.util.ArrayList)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setRegion(String)","u":"setRegion(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setRequestDate(Date)","u":"setRequestDate(java.util.Date)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setRequestDate(long)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setRequestDate(long)"},{"p":"com.bitpay.sdk.model","c":"Token","l":"setResource(String)","u":"setResource(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setRouting(String)","u":"setRouting(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFeesItem","l":"setSatoshisPerByte(BigDecimal)","u":"setSatoshisPerByte(java.math.BigDecimal)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setScale(String)","u":"setScale(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setSelectedTransactionCurrency(String)","u":"setSelectedTransactionCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"setSelectedTransactionCurrency(String)","u":"setSelectedTransactionCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"setSelectedWallet(String)","u":"setSelectedWallet(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setShopper(Shopper)","u":"setShopper(com.bitpay.sdk.model.Invoice.Shopper)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setShopperId(String)","u":"setShopperId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"setShopperId(String)","u":"setShopperId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"setShopperId(String)","u":"setShopperId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"setSms(String)","u":"setSms(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"setSmsVerified(Boolean)","u":"setSmsVerified(java.lang.Boolean)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setSort(String)","u":"setSort(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setState(String)","u":"setState(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setState(String)","u":"setState(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setStatus(String)","u":"setStatus(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setStatus(String)","u":"setStatus(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setStatus(String)","u":"setStatus(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setStatus(String)","u":"setStatus(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setStatus(String)","u":"setStatus(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"setStatus(String)","u":"setStatus(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"setStatus(String)","u":"setStatus(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setStatus(String)","u":"setStatus(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setSupportedTransactionCurrencies(SupportedTransactionCurrencies)","u":"setSupportedTransactionCurrencies(com.bitpay.sdk.model.Invoice.SupportedTransactionCurrencies)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setSupportPhone(String)","u":"setSupportPhone(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setSupportPhone(String)","u":"setSupportPhone(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"setSupportPhone(String)","u":"setSupportPhone(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundInfo","l":"setSupportRequest(String)","u":"setSupportRequest(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"RefundInfo","l":"setSupportRequest(String)","u":"setSupportRequest(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setSwift(String)","u":"setSwift(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setTargetConfirmations(long)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransaction","l":"setTime(Date)","u":"setTime(java.util.Date)"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"setTimestamp(Long)","u":"setTimestamp(java.lang.Long)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setTimestamp(String)","u":"setTimestamp(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"Settlement()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"SettlementException","l":"SettlementException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"SettlementLedgerEntry()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"SettlementQueryException","l":"SettlementQueryException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setToken(String)","u":"setToken(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setToken(String)","u":"setToken(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setToken(String)","u":"setToken(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setToken(String)","u":"setToken(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"setToken(String)","u":"setToken(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipients","l":"setToken(String)","u":"setToken(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setToken(String)","u":"setToken(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setTotalAmount(Float)","u":"setTotalAmount(java.lang.Float)"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFeesItem","l":"setTotalFee(BigDecimal)","u":"setTotalFee(java.math.BigDecimal)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setTransactionCurrency(String)","u":"setTransactionCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setTransactionCurrency(String)","u":"setTransactionCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"setTransactionCurrency(String)","u":"setTransactionCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setTransactionDetails(InvoiceTransactionDetails)","u":"setTransactionDetails(com.bitpay.sdk.model.Invoice.InvoiceTransactionDetails)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransaction","l":"setTransactionId(String)","u":"setTransactionId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setTransactions(List)","u":"setTransactions(java.util.List)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setTransactions(List)","u":"setTransactions(java.util.List)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"setTransactions(List)","u":"setTransactions(java.util.List)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setTransactionSpeed(String)","u":"setTransactionSpeed(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstructionTransaction","l":"setTxid(String)","u":"setTxid(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setTxType(String)","u":"setTxType(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setType(String)","u":"setType(java.lang.String)"},{"p":"com.bitpay.sdk.model.Wallet","c":"CurrencyQr","l":"setType(String)","u":"setType(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setUnderPaidAmount(BigDecimal)","u":"setUnderPaidAmount(java.math.BigDecimal)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setUniversalCodes(InvoiceUniversalCodes)","u":"setUniversalCodes(com.bitpay.sdk.model.Invoice.InvoiceUniversalCodes)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setUrl(String)","u":"setUrl(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setUrl(String)","u":"setUrl(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"setUsdc(MinerFeesItem)","u":"setUsdc(com.bitpay.sdk.model.Invoice.MinerFeesItem)"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"setUsdc(SupportedTransactionCurrency)","u":"setUsdc(com.bitpay.sdk.model.Invoice.SupportedTransactionCurrency)"},{"p":"com.bitpay.sdk.model.Rate","c":"Rate","l":"setValue(Double)","u":"setValue(java.lang.Double)"},{"p":"com.bitpay.sdk.model","c":"Token","l":"setValue(String)","u":"setValue(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceUniversalCodes","l":"setVerificationLink(String)","u":"setVerificationLink(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"setWalletProvider(String)","u":"setWalletProvider(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setWire(String)","u":"setWire(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setWithHoldings(List)","u":"setWithHoldings(java.util.List)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setWithHoldingsSum(Float)","u":"setWithHoldingsSum(java.lang.Float)"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"setXrp(MinerFeesItem)","u":"setXrp(com.bitpay.sdk.model.Invoice.MinerFeesItem)"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"setXrp(SupportedTransactionCurrency)","u":"setXrp(com.bitpay.sdk.model.Invoice.SupportedTransactionCurrency)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setZip(String)","u":"setZip(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setZip(String)","u":"setZip(java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"SGD"},{"p":"com.bitpay.sdk.model.Payout","c":"RecipientReferenceMethod","l":"SHOPPER_ID"},{"p":"com.bitpay.sdk.model.Invoice","c":"Shopper","l":"Shopper()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"SHP"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"sign(ECKey, String)","u":"sign(org.bitcoinj.core.ECKey,java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"SLL"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"SOS"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"SRD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"SSP"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"STN"},{"p":"com.bitpay.sdk","c":"Client","l":"submitPayout(Payout)","u":"submitPayout(com.bitpay.sdk.model.Payout.Payout)"},{"p":"com.bitpay.sdk","c":"Client","l":"submitPayoutBatch(PayoutBatch)","u":"submitPayoutBatch(com.bitpay.sdk.model.Payout.PayoutBatch)"},{"p":"com.bitpay.sdk","c":"Client","l":"submitPayoutRecipients(PayoutRecipients)","u":"submitPayoutRecipients(com.bitpay.sdk.model.Payout.PayoutRecipients)"},{"p":"com.bitpay.sdk.exceptions","c":"SubscriptionCreationException","l":"SubscriptionCreationException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"SubscriptionException","l":"SubscriptionException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"SubscriptionQueryException","l":"SubscriptionQueryException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"SubscriptionUpdateException","l":"SubscriptionUpdateException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundStatus","l":"Success"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"SupportedTransactionCurrencies()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrency","l":"SupportedTransactionCurrency()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"SVC"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"SYP"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"SZL"},{"p":"com.bitpay.sdk","c":"Env","l":"Test"},{"p":"com.bitpay.sdk","c":"Env","l":"TestUrl"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"THB"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"TJS"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"TMT"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"TND"},{"p":"com.bitpay.sdk.model","c":"Token","l":"Token()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk","c":"Client","l":"tokenExist(String)","u":"tokenExist(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Env.Tokens","l":"Tokens()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"TOP"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"TRY"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"TTD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"TWD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"TZS"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"UAH"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"UGX"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutStatus","l":"Unpaid"},{"p":"com.bitpay.sdk.model.Payout","c":"RecipientStatus","l":"UNVERIFIED"},{"p":"com.bitpay.sdk.model.Rate","c":"Rates","l":"update()"},{"p":"com.bitpay.sdk","c":"Client","l":"update(String, String)","u":"update(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"updateBill(Bill, String)","u":"updateBill(com.bitpay.sdk.model.Bill.Bill,java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"updateInvoice(String, String, String, String, Boolean)","u":"updateInvoice(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean)"},{"p":"com.bitpay.sdk","c":"Client","l":"updatePayoutRecipient(String, PayoutRecipient)","u":"updatePayoutRecipient(java.lang.String,com.bitpay.sdk.model.Payout.PayoutRecipient)"},{"p":"com.bitpay.sdk","c":"Client","l":"updateRefund(String, String)","u":"updateRefund(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"USD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"USDC"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"USN"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"UYI"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"UYU"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"UZS"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"VEF"},{"p":"com.bitpay.sdk.model.Payout","c":"RecipientStatus","l":"VERIFIED"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"VND"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"VUV"},{"p":"com.bitpay.sdk.model.Wallet","c":"Wallet","l":"Wallet()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"WalletException","l":"WalletException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"WalletQueryException","l":"WalletQueryException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.util","c":"BitPayLogger","l":"WARN"},{"p":"com.bitpay.sdk.util","c":"BitPayLogger","l":"warn(String)","u":"warn(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"WithHoldings()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"WST"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"XAF"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"XCD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"XDR"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"XOF"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"XPF"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"XRP"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"XSU"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"XUA"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"YER"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"ZAR"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"ZMW"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"ZWL"}];updateSearchResults(); \ No newline at end of file +memberSearchIndex = [{"p":"com.bitpay.sdk","c":"Client","l":"_currenciesInfo"},{"p":"com.bitpay.sdk.model.Payout","c":"RecipientStatus","l":"ACTIVE"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"AED"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"AFN"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"ALL"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"AMD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"ANG"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"AOA"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"ARS"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"AUD"},{"p":"com.bitpay.sdk","c":"Client","l":"authorizeClient(String)","u":"authorizeClient(java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"AWG"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"AZN"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BAM"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BBD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BCH"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BDT"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BGN"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BHD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BIF"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"Bill()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"Bill(String, String, String, List)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.util.List)"},{"p":"com.bitpay.sdk.exceptions","c":"BillCreationException","l":"BillCreationException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"BillDeliveryException","l":"BillDeliveryException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"BillException","l":"BillException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"BillQueryException","l":"BillQueryException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"BillStatus","l":"BillStatus()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"BillUpdateException","l":"BillUpdateException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk","c":"Env","l":"BitpayApiFrame"},{"p":"com.bitpay.sdk","c":"Env","l":"BitpayApiFrameVersion"},{"p":"com.bitpay.sdk","c":"Env","l":"BitpayApiVersion"},{"p":"com.bitpay.sdk.exceptions","c":"BitPayException","l":"BitPayException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.util","c":"BitPayLogger","l":"BitPayLogger(int)","u":"%3Cinit%3E(int)"},{"p":"com.bitpay.sdk","c":"Env","l":"BitpayPluginInfo"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BMD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BND"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BOB"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BOV"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BRL"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BSD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BTC"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BTN"},{"p":"com.bitpay.sdk","c":"Client","l":"BuildConfig(String, Env.Tokens)","u":"BuildConfig(java.lang.String,com.bitpay.sdk.Env.Tokens)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BUSD"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"Buyer()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"Buyer()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BWP"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BYR"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"bytesToHex(byte[])"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"BZD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"CAD"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundStatus","l":"Canceled"},{"p":"com.bitpay.sdk","c":"Client","l":"cancelInvoice(String)","u":"cancelInvoice(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"cancelInvoice(String, Boolean)","u":"cancelInvoice(java.lang.String,java.lang.Boolean)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutStatus","l":"Cancelled"},{"p":"com.bitpay.sdk","c":"Client","l":"cancelPayout(String)","u":"cancelPayout(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"cancelPayoutBatch(String)","u":"cancelPayoutBatch(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"cancelRefund(String)","u":"cancelRefund(java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"CDF"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"CHE"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"CHF"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"CHW"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"CLF"},{"p":"com.bitpay.sdk","c":"Client","l":"Client(String, HttpHost, CredentialsProvider)","u":"%3Cinit%3E(java.lang.String,org.apache.http.HttpHost,org.apache.http.client.CredentialsProvider)"},{"p":"com.bitpay.sdk","c":"Client","l":"Client(String, String, Env.Tokens, HttpHost, CredentialsProvider)","u":"%3Cinit%3E(java.lang.String,java.lang.String,com.bitpay.sdk.Env.Tokens,org.apache.http.HttpHost,org.apache.http.client.CredentialsProvider)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"CLP"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"CNY"},{"p":"com.bitpay.sdk.model.Bill","c":"BillStatus","l":"Complete"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceStatus","l":"Complete"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutStatus","l":"Complete"},{"p":"com.bitpay.sdk","c":"Config","l":"Config()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceStatus","l":"Confirmed"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"COP"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"COU"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"CRC"},{"p":"com.bitpay.sdk","c":"Client","l":"createBill(Bill)","u":"createBill(com.bitpay.sdk.model.Bill.Bill)"},{"p":"com.bitpay.sdk","c":"Client","l":"createBill(Bill, String, boolean)","u":"createBill(com.bitpay.sdk.model.Bill.Bill,java.lang.String,boolean)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundStatus","l":"Created"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"createEcKey()"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"createEcKeyFromHexString(String)","u":"createEcKeyFromHexString(java.lang.String)"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"createEcKeyFromHexStringFile(String)","u":"createEcKeyFromHexStringFile(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"createInvoice(Invoice)","u":"createInvoice(com.bitpay.sdk.model.Invoice.Invoice)"},{"p":"com.bitpay.sdk","c":"Client","l":"createInvoice(Invoice, String, Boolean)","u":"createInvoice(com.bitpay.sdk.model.Invoice.Invoice,java.lang.String,java.lang.Boolean)"},{"p":"com.bitpay.sdk","c":"Client","l":"createRefund(String, Double, Boolean, Boolean, Boolean, String)","u":"createRefund(java.lang.String,java.lang.Double,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"CUC"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"CUP"},{"p":"com.bitpay.sdk.model.Wallet","c":"Currencies","l":"Currencies()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"Currency()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"CurrencyException","l":"CurrencyException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model.Wallet","c":"CurrencyQr","l":"CurrencyQr()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"CurrencyQueryException","l":"CurrencyQueryException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"CVE"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"CZK"},{"p":"com.bitpay.sdk.util","c":"DateDeserializer","l":"DateDeserializer()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.util","c":"DateSerializer","l":"DateSerializer()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.util","c":"BitPayLogger","l":"DEBUG"},{"p":"com.bitpay.sdk.util","c":"BitPayLogger","l":"debug(String)","u":"debug(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceStatus","l":"Declined"},{"p":"com.bitpay.sdk","c":"Client","l":"deletePayoutRecipient(String)","u":"deletePayoutRecipient(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"deliverBill(String, String)","u":"deliverBill(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"deliverBill(String, String, boolean)","u":"deliverBill(java.lang.String,java.lang.String,boolean)"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"deriveSIN(ECKey)","u":"deriveSIN(org.bitcoinj.core.ECKey)"},{"p":"com.bitpay.sdk.util","c":"DateDeserializer","l":"deserialize(JsonParser, DeserializationContext)","u":"deserialize(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext)"},{"p":"com.bitpay.sdk.util","c":"PayoutInstructionBtcSummaryDeserializer","l":"deserialize(JsonParser, DeserializationContext)","u":"deserialize(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"DJF"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"DKK"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"DOGE"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"DOP"},{"p":"com.bitpay.sdk.model.Bill","c":"BillStatus","l":"Draft"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"DZD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"EGP"},{"p":"com.bitpay.sdk.model.Payout","c":"RecipientReferenceMethod","l":"EMAIL"},{"p":"com.bitpay.sdk","c":"Env","l":"Env()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"ERN"},{"p":"com.bitpay.sdk.util","c":"BitPayLogger","l":"ERR"},{"p":"com.bitpay.sdk.util","c":"BitPayLogger","l":"err(String)","u":"err(java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"ETB"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"ETH"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"EUR"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceStatus","l":"Expired"},{"p":"com.bitpay.sdk.model","c":"Facade","l":"Facade()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutStatus","l":"Failed"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundStatus","l":"Failure"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"FJD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"FKP"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutStatus","l":"Funded"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"GBP"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"GEL"},{"p":"com.bitpay.sdk","c":"Client","l":"get(String)","u":"get(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"get(String, List)","u":"get(java.lang.String,java.util.List)"},{"p":"com.bitpay.sdk","c":"Client","l":"get(String, List, boolean)","u":"get(java.lang.String,java.util.List,boolean)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getAcceptanceWindow()"},{"p":"com.bitpay.sdk","c":"Client","l":"getAccessToken(String)","u":"getAccessToken(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getAccount()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getAccount()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"getAccount()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getAccount()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getAccountHolderAddress()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getAccountHolderAddress2()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getAccountHolderCity()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getAccountHolderCountry()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getAccountHolderName()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getAccountHolderPostalCode()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getAccountId()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getAdditionalInformation()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"getAddress()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getAddress()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getAddress1()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"getAddress1()"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"getAddress1()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getAddress2()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"getAddress2()"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"getAddress2()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceItemizedDetails","l":"getAmount()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransaction","l":"getAmount()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransactionDetails","l":"getAmount()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"getAmount()"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundWebhook","l":"getAmount()"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"getAmount()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getAmount()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getAmount()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"getAmount()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstructionTransaction","l":"getAmount()"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"getAmount()"},{"p":"com.bitpay.sdk.model.Settlement","c":"RefundInfo","l":"getAmount()"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"getAmount()"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"getAmount()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getAmountPaid()"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundInfo","l":"getAmounts()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getAutoRedirect()"},{"p":"com.bitpay.sdk.model.Wallet","c":"Wallet","l":"getAvatar()"},{"p":"com.bitpay.sdk.model.Ledger","c":"Ledger","l":"getBalance()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getBank()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getBankAddress()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getBankAddress2()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getBankAddress2(String)","u":"getBankAddress2(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getBankCountry()"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"getBankCountry()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getBankName()"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"getBch()"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"getBch()"},{"p":"com.bitpay.sdk","c":"Client","l":"getBill(String)","u":"getBill(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"getBill(String, String, boolean)","u":"getBill(java.lang.String,java.lang.String,boolean)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getBillId()"},{"p":"com.bitpay.sdk","c":"Client","l":"getBills()"},{"p":"com.bitpay.sdk","c":"Client","l":"getBills(String)","u":"getBills(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceUniversalCodes","l":"getBitpay()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getBitpayIdRequired()"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"getBtc()"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"getBtc()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getBtc()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getBtc()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"getBtc()"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"getBtcPrice()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getBuyer()"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"getBuyer()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"getBuyerPaysRefundFee()"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundWebhook","l":"getBuyerPaysRefundFee()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getBuyerProvidedEmail()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getBuyerSms()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getCc()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getCity()"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"getCity()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getCity()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getCloseURL()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getClosingDate()"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"getCode()"},{"p":"com.bitpay.sdk.model.Rate","c":"Rate","l":"getCode()"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"getCode()"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"getCode()"},{"p":"com.bitpay.sdk.model.Wallet","c":"Currencies","l":"getCode()"},{"p":"com.bitpay.sdk.model.Wallet","c":"CurrencyQr","l":"getCollapsed()"},{"p":"com.bitpay.sdk","c":"Client","l":"GetConfig()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransaction","l":"getConfirmations()"},{"p":"com.bitpay.sdk.model","c":"Token","l":"getCount()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getCountry()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"getCountry()"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"getCountry()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getCreateDate()"},{"p":"com.bitpay.sdk.model.Wallet","c":"Wallet","l":"getCurrencies()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getCurrency()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getCurrency()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"getCurrency()"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundInfo","l":"getCurrency()"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundWebhook","l":"getCurrency()"},{"p":"com.bitpay.sdk.model.Ledger","c":"Ledger","l":"getCurrency()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getCurrency()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getCurrency()"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"getCurrency()"},{"p":"com.bitpay.sdk.model.Settlement","c":"RefundInfo","l":"getCurrency()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getCurrency()"},{"p":"com.bitpay.sdk","c":"Client","l":"getCurrencyInfo(String)","u":"getCurrencyInfo(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getCurrentTime()"},{"p":"com.bitpay.sdk.model.Wallet","c":"Currencies","l":"getDappBrowser()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstructionTransaction","l":"getDate()"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"getDate()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getDateCompleted()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getDateCreated()"},{"p":"com.bitpay.sdk.model","c":"Token","l":"getDateCreated()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getDateExecuted()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getDateExecuted()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getDateExecuted()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getDepositTotal()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getDepositTotal()"},{"p":"com.bitpay.sdk.model.Bill","c":"Item","l":"getDescription()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceItemizedDetails","l":"getDescription()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransactionDetails","l":"getDescription()"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"getDescription()"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"getDescription()"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"getDescription()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getDisplayAmountPaid()"},{"p":"com.bitpay.sdk.model.Wallet","c":"Wallet","l":"getDisplayName()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getDueDate()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getEffectiveDate()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getEffectiveDate()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getEmail()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"getEmail()"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"getEmail()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getEmail()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"getEmail()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"getEmail()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"getEmailAddress()"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrency","l":"getEnabled()"},{"p":"com.bitpay.sdk.model.Ledger","c":"Ledger","l":"getEntries()"},{"p":"com.bitpay.sdk","c":"Config","l":"getEnvConfig(String)","u":"getEnvConfig(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Config","l":"getEnvironment()"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"getEth()"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"getEth()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getExceptionStatus()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getExchangeRates()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getExchangeRates()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getExchangeRates()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getExpirationTime()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getExtendedNotifications()"},{"p":"com.bitpay.sdk.model","c":"Token","l":"getFacade()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getFee()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getFee()"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFeesItem","l":"getFiatAmount()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getForcedBuyerSelectedTransactionCurrency()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getForcedBuyerSelectedWallet()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getFullNotifications()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getGuid()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"getGuid()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getGuid()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"getGuid()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipients","l":"getGuid()"},{"p":"com.bitpay.sdk.model","c":"Token","l":"getGuid()"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"getGusd()"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"getGusd()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getIban()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getId()"},{"p":"com.bitpay.sdk.model.Bill","c":"Item","l":"getId()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getId()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"getId()"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundWebhook","l":"getId()"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"getId()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getId()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getId()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"getId()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"getId()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getId()"},{"p":"com.bitpay.sdk.model","c":"Token","l":"getId()"},{"p":"com.bitpay.sdk.model.Wallet","c":"Currencies","l":"getImage()"},{"p":"com.bitpay.sdk.model.Wallet","c":"Wallet","l":"getImage()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"getImmediate()"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundWebhook","l":"getImmediate()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getInstructions()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipients","l":"getInstructions()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"getInvoice()"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundWebhook","l":"getInvoice()"},{"p":"com.bitpay.sdk","c":"Client","l":"getInvoice(String)","u":"getInvoice(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"getInvoice(String, String, Boolean)","u":"getInvoice(java.lang.String,java.lang.String,java.lang.Boolean)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"getInvoiceAmount()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getInvoiceBuyerProvidedInfo()"},{"p":"com.bitpay.sdk","c":"Client","l":"getInvoiceByGuid(String, String, Boolean)","u":"getInvoiceByGuid(java.lang.String,java.lang.String,java.lang.Boolean)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"getInvoiceCurrency()"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"getInvoiceData()"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"getInvoiceId()"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"getInvoiceId()"},{"p":"com.bitpay.sdk","c":"Client","l":"getInvoices(String, String, String, String, Integer, Integer)","u":"getInvoices(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getInvoiceTime()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getIsCancelled()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceItemizedDetails","l":"getIsFee()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransactionDetails","l":"getIsFee()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getItemCode()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getItemDesc()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getItemizedDetails()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getItems()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getJsonPayProRequired()"},{"p":"com.bitpay.sdk.model.Wallet","c":"Wallet","l":"getKey()"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"getKeyStringFromFile(String)","u":"getKeyStringFromFile(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getlabel()"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"getlabel()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getLabel()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"getLabel()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"getLabel()"},{"p":"com.bitpay.sdk.model","c":"Token","l":"getLabel()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"getLastRefundNotification()"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundWebhook","l":"getLastRefundNotification()"},{"p":"com.bitpay.sdk","c":"Client","l":"getLedger(String, String, String)","u":"getLedger(java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getLedgerCurrency()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getLedgerCurrency()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getLedgerEntries()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getLedgerEntriesSum()"},{"p":"com.bitpay.sdk","c":"Client","l":"getLedgers()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"getLocality()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getLowFeeDetected()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getMerchant()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getMerchantEin()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getMerchantName()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getMessage()"},{"p":"com.bitpay.sdk.model","c":"Policy","l":"getMethod()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getMinerFees()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getName()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"getName()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"getName()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Shopper","l":"getName()"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"getName()"},{"p":"com.bitpay.sdk.model.Rate","c":"Rate","l":"getName()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getName()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getNonPayProPaymentReceived()"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"getNotes()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getNotificationEmail()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getNotificationEmail()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getNotificationEmail()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getNotificationURL()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getNotificationURL()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getNotificationURL()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"getNotificationURL()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"getNotify()"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"getNotify()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getNumber()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getOpeningBalance()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getOpeningDate()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getOrderId()"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"getOrderId()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getOverPaidAmount()"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"getOverPaidAmount()"},{"p":"com.bitpay.sdk.model.Wallet","c":"Currencies","l":"getP2p()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstructionBtcSummary","l":"getPaid()"},{"p":"com.bitpay.sdk.model","c":"Token","l":"getPairingCode()"},{"p":"com.bitpay.sdk.model","c":"Token","l":"getPairingExpiration()"},{"p":"com.bitpay.sdk.model","c":"Policy","l":"getParams()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getPassProcessingFee()"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"getPax()"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"getPax()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getPaymentCodes()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getPaymentCurrencies()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getPaymentDisplaySubTotals()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getPaymentDisplayTotals()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getPaymentSubTotals()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getPaymentTotals()"},{"p":"com.bitpay.sdk","c":"Client","l":"getPayout(String)","u":"getPayout(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"getPayoutBatch(String)","u":"getPayoutBatch(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"getPayoutBatches()"},{"p":"com.bitpay.sdk","c":"Client","l":"getPayoutBatches(String)","u":"getPayoutBatches(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"getPayoutBatches(String, String, String, Integer, Integer)","u":"getPayoutBatches(java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getPayoutInfo()"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"getPayoutPercentage()"},{"p":"com.bitpay.sdk","c":"Client","l":"getPayoutRecipient(String)","u":"getPayoutRecipient(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"getPayoutRecipients(String, Integer, Integer)","u":"getPayoutRecipients(java.lang.String,java.lang.Integer,java.lang.Integer)"},{"p":"com.bitpay.sdk","c":"Client","l":"getPayouts(String, String, String, String, Integer, Integer)","u":"getPayouts(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer)"},{"p":"com.bitpay.sdk.model.Wallet","c":"Currencies","l":"getPayPro()"},{"p":"com.bitpay.sdk.model.Wallet","c":"Wallet","l":"getPayPro()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getPercentFee()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getPercentFee()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getPhone()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"getPhone()"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"getPhone()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"getPhoneNumber()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getPhysical()"},{"p":"com.bitpay.sdk.model","c":"Token","l":"getPolicies()"},{"p":"com.bitpay.sdk.model","c":"Policy","l":"getPolicy()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getPosData()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getPostal()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"getPostalCode()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"getPreview()"},{"p":"com.bitpay.sdk.model.Bill","c":"Item","l":"getPrice()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getPrice()"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"getPrice()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getPricingMethod()"},{"p":"com.bitpay.sdk.model.Wallet","c":"Currencies","l":"getQr()"},{"p":"com.bitpay.sdk.model.Bill","c":"Item","l":"getQuantity()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getRate()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getRate()"},{"p":"com.bitpay.sdk.model.Rate","c":"Rates","l":"getRate(String)","u":"getRate(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"getRates()"},{"p":"com.bitpay.sdk.model.Rate","c":"Rates","l":"getRates()"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrency","l":"getReason()"},{"p":"com.bitpay.sdk.exceptions","c":"BitPayException","l":"getReasonPhrase()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransaction","l":"getReceivedTime()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getRecipientId()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"getRecipientId()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getRedirectUrl()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getRedirectUrl()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getRedirectURL()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"getReference()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getReference()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getReference()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"getReference()"},{"p":"com.bitpay.sdk.model.Settlement","c":"RefundInfo","l":"getReference()"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"getReference()"},{"p":"com.bitpay.sdk","c":"Client","l":"getRefund(String)","u":"getRefund(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getRefundAddresses()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getRefundAddressRequestPending()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"getRefundFee()"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundWebhook","l":"getRefundFee()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getRefundInfo()"},{"p":"com.bitpay.sdk","c":"Client","l":"getRefunds(String)","u":"getRefunds(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"getRegion()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"getRequestDate()"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundWebhook","l":"getRequestDate()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getRequestDate()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getRequestDate()"},{"p":"com.bitpay.sdk.model","c":"Token","l":"getResource()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getRouting()"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFeesItem","l":"getSatoshisPerByte()"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"getScale()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getSelectedTransactionCurrency()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"getSelectedTransactionCurrency()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"getSelectedWallet()"},{"p":"com.bitpay.sdk","c":"Client","l":"getSettlement(String)","u":"getSettlement(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"getSettlementReconciliationReport(Settlement)","u":"getSettlementReconciliationReport(com.bitpay.sdk.model.Settlement.Settlement)"},{"p":"com.bitpay.sdk","c":"Client","l":"getSettlements(String, String, String, String, Integer, Integer)","u":"getSettlements(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getShopper()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getShopperId()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"getShopperId()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"getShopperId()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"getSms()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"getSmsVerified()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getSort()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getState()"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"getState()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getStatus()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getStatus()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"getStatus()"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundWebhook","l":"getStatus()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getStatus()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getStatus()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"getStatus()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"getStatus()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getStatus()"},{"p":"com.bitpay.sdk.exceptions","c":"BitPayException","l":"getStatusCode()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getSupportedTransactionCurrencies()"},{"p":"com.bitpay.sdk","c":"Client","l":"getSupportedWallets()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getSupportPhone()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getSupportPhone()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"getSupportPhone()"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundInfo","l":"getSupportRequest()"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundWebhook","l":"getSupportRequest()"},{"p":"com.bitpay.sdk.model.Settlement","c":"RefundInfo","l":"getSupportRequest()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getSwift()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getTargetConfirmations()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransaction","l":"getTime()"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"getTimestamp()"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"getTimestamp()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getToken()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getToken()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getToken()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getToken()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"getToken()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipients","l":"getToken()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getToken()"},{"p":"com.bitpay.sdk","c":"Client","l":"GetTokenByFacade(String)","u":"GetTokenByFacade(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getTotalAmount()"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFeesItem","l":"getTotalFee()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getTransactionCurrency()"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"getTransactionCurrency()"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"getTransactionCurrency()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getTransactionDetails()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransaction","l":"getTransactionId()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getTransactions()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"getTransactions()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"getTransactions()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getTransactionSpeed()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstructionTransaction","l":"getTxid()"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"getTxType()"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"getType()"},{"p":"com.bitpay.sdk.model.Wallet","c":"CurrencyQr","l":"getType()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getUnderPaidAmount()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getUniversalCodes()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstructionBtcSummary","l":"getUnpaid()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getUrl()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getUrl()"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"getUsdc()"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"getUsdc()"},{"p":"com.bitpay.sdk.model.Rate","c":"Rate","l":"getValue()"},{"p":"com.bitpay.sdk.model","c":"Token","l":"getValue()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceUniversalCodes","l":"getVerificationLink()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"getWalletProvider()"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"getWire()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getWithHoldings()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getWithHoldingsSum()"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"getXrp()"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"getXrp()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getZip()"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"getZip()"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"GHS"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"GIP"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"GMD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"GNF"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"GTQ"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"GUSD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"GYD"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"hexToBytes(String)","u":"hexToBytes(java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"HKD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"HNL"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"HRK"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"HTG"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"HUF"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"IDR"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"ILS"},{"p":"com.bitpay.sdk.util","c":"BitPayLogger","l":"INFO"},{"p":"com.bitpay.sdk.util","c":"BitPayLogger","l":"info(String)","u":"info(java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"INR"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceStatus","l":"Invalid"},{"p":"com.bitpay.sdk.model.Payout","c":"RecipientStatus","l":"INVITED"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"Invoice()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"Invoice(Double, String)","u":"%3Cinit%3E(java.lang.Double,java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"InvoiceBuyerProvidedInfo()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"InvoiceCancellationException","l":"InvoiceCancellationException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"InvoiceCreationException","l":"InvoiceCreationException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"InvoiceData()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"InvoiceException","l":"InvoiceException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceItemizedDetails","l":"InvoiceItemizedDetails()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"InvoiceQueryException","l":"InvoiceQueryException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceStatus","l":"InvoiceStatus()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransaction","l":"InvoiceTransaction()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransactionDetails","l":"InvoiceTransactionDetails(Double, String, Boolean)","u":"%3Cinit%3E(java.lang.Double,java.lang.String,java.lang.Boolean)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceUniversalCodes","l":"InvoiceUniversalCodes()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"InvoiceUpdateException","l":"InvoiceUpdateException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"IQD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"IRR"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"ISK"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"isValid(String)","u":"isValid(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Item","l":"Item()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"JMD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"JOD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"JPY"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"KES"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"KeyUtils()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"KGS"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"KHR"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"KMF"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"KPW"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"KRW"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"KWD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"KYD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"KZT"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"LAK"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"LBP"},{"p":"com.bitpay.sdk.model.Ledger","c":"Ledger","l":"Ledger()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"LedgerEntry()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"LedgerException","l":"LedgerException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"LedgerQueryException","l":"LedgerQueryException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"LKR"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"loadEcKey()"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"loadEcKey(URI)","u":"loadEcKey(java.net.URI)"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"loadEcKeyAsHex(ECKey)","u":"loadEcKeyAsHex(org.bitcoinj.core.ECKey)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"LRD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"LSL"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"LTC"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"LYD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"MAD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"MDL"},{"p":"com.bitpay.sdk","c":"Env.Tokens","l":"merchant"},{"p":"com.bitpay.sdk.model","c":"Facade","l":"Merchant"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"MethodVwap24"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"MGA"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"MinerFees()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFeesItem","l":"MinerFeesItem()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"MKD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"MMK"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"MNT"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"MOP"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"MRU"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"MUR"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"MVR"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"MWK"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"MXN"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"MXV"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"MYR"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"MZN"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"NAD"},{"p":"com.bitpay.sdk.model.Bill","c":"BillStatus","l":"New"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceStatus","l":"New"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutStatus","l":"New"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"NGN"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"NIO"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"NOK"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"NPR"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"NZD"},{"p":"com.bitpay.sdk.util","c":"BitPayLogger","l":"OFF"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"OMR"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"PAB"},{"p":"com.bitpay.sdk.model.Bill","c":"BillStatus","l":"Paid"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceStatus","l":"Paid"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutStatus","l":"Paid"},{"p":"com.bitpay.sdk.model.Payout","c":"RecipientStatus","l":"PAUSED"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"PAX"},{"p":"com.bitpay.sdk","c":"Client","l":"payInvoice(String, Boolean)","u":"payInvoice(java.lang.String,java.lang.Boolean)"},{"p":"com.bitpay.sdk","c":"Env.Tokens","l":"payout"},{"p":"com.bitpay.sdk.model","c":"Facade","l":"Payout"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"Payout()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"Payout(Double, String, String)","u":"%3Cinit%3E(java.lang.Double,java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"PayoutBatch()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"PayoutBatch(String, Long, List, String)","u":"%3Cinit%3E(java.lang.String,java.lang.Long,java.util.List,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutBatchCancellationException","l":"PayoutBatchCancellationException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutBatchCreationException","l":"PayoutBatchCreationException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutBatchException","l":"PayoutBatchException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutBatchNotificationException","l":"PayoutBatchNotificationException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutBatchQueryException","l":"PayoutBatchQueryException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutCancellationException","l":"PayoutCancellationException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutCreationException","l":"PayoutCreationException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutException","l":"PayoutException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"PayoutInfo()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"PayoutInstruction()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"PayoutInstruction(Double, int, String)","u":"%3Cinit%3E(java.lang.Double,int,java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstructionBtcSummary","l":"PayoutInstructionBtcSummary(Double, Double)","u":"%3Cinit%3E(java.lang.Double,java.lang.Double)"},{"p":"com.bitpay.sdk.util","c":"PayoutInstructionBtcSummaryDeserializer","l":"PayoutInstructionBtcSummaryDeserializer()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstructionTransaction","l":"PayoutInstructionTransaction()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutNotificationException","l":"PayoutNotificationException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutQueryException","l":"PayoutQueryException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"PayoutRecipient()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"PayoutRecipient(String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutRecipientCancellationException","l":"PayoutRecipientCancellationException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutRecipientCreationException","l":"PayoutRecipientCreationException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutRecipientException","l":"PayoutRecipientException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutRecipientNotificationException","l":"PayoutRecipientNotificationException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutRecipientQueryException","l":"PayoutRecipientQueryException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipients","l":"PayoutRecipients(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutRecipientUpdateException","l":"PayoutRecipientUpdateException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutStatus","l":"PayoutStatus()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"PEN"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundStatus","l":"Pending"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"PGK"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"PHP"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"PKR"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"PLN"},{"p":"com.bitpay.sdk.model","c":"Policy","l":"Policy()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk","c":"Client","l":"post(String, String)","u":"post(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"post(String, String, boolean)","u":"post(java.lang.String,java.lang.String,boolean)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundStatus","l":"Preview"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"privateKeyExists(String)","u":"privateKeyExists(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutStatus","l":"Processing"},{"p":"com.bitpay.sdk","c":"Env","l":"Prod"},{"p":"com.bitpay.sdk","c":"Env","l":"ProdUrl"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"PYG"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"QAR"},{"p":"com.bitpay.sdk.model.Rate","c":"Rate","l":"Rate()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"RateException","l":"RateException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"RateQueryException","l":"RateQueryException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model.Rate","c":"Rates","l":"Rates(List, Client)","u":"%3Cinit%3E(java.util.List,com.bitpay.sdk.Client)"},{"p":"com.bitpay.sdk.model.Payout","c":"RecipientReferenceMethod","l":"RECIPIENT_ID"},{"p":"com.bitpay.sdk.model.Payout","c":"RecipientReferenceMethod","l":"RecipientReferenceMethod()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Payout","c":"RecipientStatus","l":"RecipientStatus()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"Refund()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"RefundCancellationException","l":"RefundCancellationException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"RefundCreationException","l":"RefundCreationException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"RefundException","l":"RefundException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundInfo","l":"RefundInfo()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Settlement","c":"RefundInfo","l":"RefundInfo()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"RefundQueryException","l":"RefundQueryException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundStatus","l":"RefundStatus()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"RefundUpdateException","l":"RefundUpdateException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundWebhook","l":"RefundWebhook()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Payout","c":"RecipientStatus","l":"REMOVED"},{"p":"com.bitpay.sdk","c":"Client","l":"requestClientAuthorization(String)","u":"requestClientAuthorization(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"requestPayoutBatchNotification(String)","u":"requestPayoutBatchNotification(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"requestPayoutNotification(String)","u":"requestPayoutNotification(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"requestPayoutRecipientNotification(String)","u":"requestPayoutRecipientNotification(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"responseToJsonString(HttpResponse)","u":"responseToJsonString(org.apache.http.HttpResponse)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"RON"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"RSD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"RUB"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"RWF"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"SAR"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"saveEcKey(ECKey)","u":"saveEcKey(org.bitcoinj.core.ECKey)"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"saveEcKey(ECKey, URI)","u":"saveEcKey(org.bitcoinj.core.ECKey,java.net.URI)"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"saveEcKeyAsHex(ECKey)","u":"saveEcKeyAsHex(org.bitcoinj.core.ECKey)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"SBD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"SCR"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"SDG"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"SEK"},{"p":"com.bitpay.sdk","c":"Client","l":"sendRefundNotification(String)","u":"sendRefundNotification(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"BillStatus","l":"Sent"},{"p":"com.bitpay.sdk.util","c":"DateSerializer","l":"serialize(Long, JsonGenerator, SerializerProvider)","u":"serialize(java.lang.Long,com.fasterxml.jackson.core.JsonGenerator,com.fasterxml.jackson.databind.SerializerProvider)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setAcceptanceWindow(long)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setAccount(String)","u":"setAccount(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setAccount(String)","u":"setAccount(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"setAccount(String)","u":"setAccount(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setAccount(String)","u":"setAccount(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setAccountHolderAddress(String)","u":"setAccountHolderAddress(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setAccountHolderAddress2(String)","u":"setAccountHolderAddress2(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setAccountHolderCity(String)","u":"setAccountHolderCity(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setAccountHolderCountry(String)","u":"setAccountHolderCountry(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setAccountHolderName(String)","u":"setAccountHolderName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setAccountHolderPostalCode(String)","u":"setAccountHolderPostalCode(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setAccountId(String)","u":"setAccountId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setAdditionalInformation(String)","u":"setAdditionalInformation(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"setAddress(String)","u":"setAddress(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setAddress(String)","u":"setAddress(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setAddress1(String)","u":"setAddress1(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setAddress1(String)","u":"setAddress1(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setAddress1(String)","u":"setAddress1(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setAddress2(String)","u":"setAddress2(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setAddress2(String)","u":"setAddress2(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setAddress2(String)","u":"setAddress2(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransaction","l":"setAmount(BigDecimal)","u":"setAmount(java.math.BigDecimal)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceItemizedDetails","l":"setAmount(double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransactionDetails","l":"setAmount(Double)","u":"setAmount(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setAmount(Double)","u":"setAmount(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundWebhook","l":"setAmount(Double)","u":"setAmount(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setAmount(Double)","u":"setAmount(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setAmount(Double)","u":"setAmount(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"setAmount(Double)","u":"setAmount(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstructionTransaction","l":"setAmount(Double)","u":"setAmount(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"setAmount(Float)","u":"setAmount(java.lang.Float)"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"setAmount(Float)","u":"setAmount(java.lang.Float)"},{"p":"com.bitpay.sdk.model.Settlement","c":"RefundInfo","l":"setAmount(Hashtable)","u":"setAmount(java.util.Hashtable)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"setAmount(RefundInfo)","u":"setAmount(com.bitpay.sdk.model.Settlement.RefundInfo)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setAmount(String)","u":"setAmount(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setAmountPaid(BigDecimal)","u":"setAmountPaid(java.math.BigDecimal)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundInfo","l":"setAmounts(Hashtable)","u":"setAmounts(java.util.Hashtable)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setAutoRedirect(boolean)"},{"p":"com.bitpay.sdk.model.Wallet","c":"Wallet","l":"setAvatar(String)","u":"setAvatar(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Ledger","l":"setBalance(Double)","u":"setBalance(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setBank(String)","u":"setBank(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setBankAddress(String)","u":"setBankAddress(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setBankCountry(String)","u":"setBankCountry(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"setBankCountry(String)","u":"setBankCountry(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setBankName(String)","u":"setBankName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"setBch(MinerFeesItem)","u":"setBch(com.bitpay.sdk.model.Invoice.MinerFeesItem)"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"setBch(SupportedTransactionCurrency)","u":"setBch(com.bitpay.sdk.model.Invoice.SupportedTransactionCurrency)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setBillId(String)","u":"setBillId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceUniversalCodes","l":"setBitpay(String)","u":"setBitpay(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setBitpayIdRequired(boolean)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setBtc(Double)","u":"setBtc(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setBtc(Double)","u":"setBtc(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"setBtc(MinerFeesItem)","u":"setBtc(com.bitpay.sdk.model.Invoice.MinerFeesItem)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"setBtc(PayoutInstructionBtcSummary)","u":"setBtc(com.bitpay.sdk.model.Payout.PayoutInstructionBtcSummary)"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"setBtc(SupportedTransactionCurrency)","u":"setBtc(com.bitpay.sdk.model.Invoice.SupportedTransactionCurrency)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"setBtcPrice(Float)","u":"setBtcPrice(java.lang.Float)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setBuyer(Buyer)","u":"setBuyer(com.bitpay.sdk.model.Invoice.Buyer)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setBuyer(Buyer)","u":"setBuyer(com.bitpay.sdk.model.Ledger.Buyer)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundWebhook","l":"setBuyerPaysRefundFee(boolean)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setBuyerPaysRefundFee(Boolean)","u":"setBuyerPaysRefundFee(java.lang.Boolean)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setBuyerProvidedEmail(String)","u":"setBuyerProvidedEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setBuyerSms(String)","u":"setBuyerSms(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setCc(List)","u":"setCc(java.util.List)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setCity(String)","u":"setCity(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setCity(String)","u":"setCity(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setCity(String)","u":"setCity(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setCloseURL(String)","u":"setCloseURL(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setClosingDate(Long)","u":"setClosingDate(java.lang.Long)"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"setCode(Integer)","u":"setCode(java.lang.Integer)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setCode(String)","u":"setCode(java.lang.String)"},{"p":"com.bitpay.sdk.model.Rate","c":"Rate","l":"setCode(String)","u":"setCode(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"setCode(String)","u":"setCode(java.lang.String)"},{"p":"com.bitpay.sdk.model.Wallet","c":"Currencies","l":"setCode(String)","u":"setCode(java.lang.String)"},{"p":"com.bitpay.sdk.model.Wallet","c":"CurrencyQr","l":"setCollapsed(Boolean)","u":"setCollapsed(java.lang.Boolean)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransaction","l":"setConfirmations(int)"},{"p":"com.bitpay.sdk.model","c":"Token","l":"setCount(int)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setCountry(String)","u":"setCountry(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setCountry(String)","u":"setCountry(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setCountry(String)","u":"setCountry(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setCreateDate(String)","u":"setCreateDate(java.lang.String)"},{"p":"com.bitpay.sdk.model.Wallet","c":"Wallet","l":"setCurrencies(ArrayList)","u":"setCurrencies(java.util.ArrayList)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setCurrency(String)","u":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setCurrency(String)","u":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setCurrency(String)","u":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundInfo","l":"setCurrency(String)","u":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundWebhook","l":"setCurrency(String)","u":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Ledger","l":"setCurrency(String)","u":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setCurrency(String)","u":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setCurrency(String)","u":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"setCurrency(String)","u":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"RefundInfo","l":"setCurrency(String)","u":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setCurrency(String)","u":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setCurrentTime(long)"},{"p":"com.bitpay.sdk.model.Wallet","c":"Currencies","l":"setDappBrowser(Boolean)","u":"setDappBrowser(java.lang.Boolean)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstructionTransaction","l":"setDate(Long)","u":"setDate(java.lang.Long)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"setDate(Long)","u":"setDate(java.lang.Long)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setDateCompleted(Long)","u":"setDateCompleted(java.lang.Long)"},{"p":"com.bitpay.sdk.model","c":"Token","l":"setDateCreated(long)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setDateCreated(Long)","u":"setDateCreated(java.lang.Long)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setDateExecuted(long)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setDateExecuted(long)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setDateExecuted(Long)","u":"setDateExecuted(java.lang.Long)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setDepositTotal(Double)","u":"setDepositTotal(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setDepositTotal(Double)","u":"setDepositTotal(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Bill","c":"Item","l":"setDescription(String)","u":"setDescription(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceItemizedDetails","l":"setDescription(String)","u":"setDescription(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransactionDetails","l":"setDescription(String)","u":"setDescription(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setDescription(String)","u":"setDescription(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"setDescription(String)","u":"setDescription(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"setDescription(String)","u":"setDescription(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setDisplayAmountPaid(BigDecimal)","u":"setDisplayAmountPaid(java.math.BigDecimal)"},{"p":"com.bitpay.sdk.model.Wallet","c":"Wallet","l":"setDisplayName(String)","u":"setDisplayName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setDueDate(String)","u":"setDueDate(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setEffectiveDate(Long)","u":"setEffectiveDate(java.lang.Long)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setEffectiveDate(Long)","u":"setEffectiveDate(java.lang.Long)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setEmail(String)","u":"setEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setEmail(String)","u":"setEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setEmail(String)","u":"setEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setEmail(String)","u":"setEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"setEmail(String)","u":"setEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"setEmail(String)","u":"setEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"setEmailAddress(String)","u":"setEmailAddress(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrency","l":"setEnabled(boolean)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Ledger","l":"setEntries(List)","u":"setEntries(java.util.List)"},{"p":"com.bitpay.sdk","c":"Config","l":"setEnvConfig(JsonNode)","u":"setEnvConfig(com.fasterxml.jackson.databind.JsonNode)"},{"p":"com.bitpay.sdk","c":"Config","l":"setEnvironment(String)","u":"setEnvironment(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"setEth(MinerFeesItem)","u":"setEth(com.bitpay.sdk.model.Invoice.MinerFeesItem)"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"setEth(SupportedTransactionCurrency)","u":"setEth(com.bitpay.sdk.model.Invoice.SupportedTransactionCurrency)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setExceptionStatus(String)","u":"setExceptionStatus(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setExchangeRates(Hashtable>)","u":"setExchangeRates(java.util.Hashtable)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setExchangeRates(PayoutInstruction)","u":"setExchangeRates(com.bitpay.sdk.model.Payout.PayoutInstruction)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setExchangeRates(PayoutInstruction)","u":"setExchangeRates(com.bitpay.sdk.model.Payout.PayoutInstruction)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setExpirationTime(long)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setExtendedNotifications(boolean)"},{"p":"com.bitpay.sdk.model","c":"Token","l":"setFacade(String)","u":"setFacade(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setFee(Double)","u":"setFee(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setFee(Double)","u":"setFee(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFeesItem","l":"setFiatAmount(double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setForcedBuyerSelectedTransactionCurrency(String)","u":"setForcedBuyerSelectedTransactionCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setForcedBuyerSelectedWallet(String)","u":"setForcedBuyerSelectedWallet(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setFullNotifications(boolean)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setGuid(String)","u":"setGuid(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setGuid(String)","u":"setGuid(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setGuid(String)","u":"setGuid(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"setGuid(String)","u":"setGuid(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipients","l":"setGuid(String)","u":"setGuid(java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Token","l":"setGuid(String)","u":"setGuid(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"setGusd(MinerFeesItem)","u":"setGusd(com.bitpay.sdk.model.Invoice.MinerFeesItem)"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"setGusd(SupportedTransactionCurrency)","u":"setGusd(com.bitpay.sdk.model.Invoice.SupportedTransactionCurrency)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setIban(String)","u":"setIban(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Item","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundWebhook","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Token","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Wallet","c":"Currencies","l":"setImage(String)","u":"setImage(java.lang.String)"},{"p":"com.bitpay.sdk.model.Wallet","c":"Wallet","l":"setImage(String)","u":"setImage(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundWebhook","l":"setImmediate(boolean)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setImmediate(Boolean)","u":"setImmediate(java.lang.Boolean)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setInstructions(List)","u":"setInstructions(java.util.List)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipients","l":"setInstructions(List)","u":"setInstructions(java.util.List)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setInvoice(String)","u":"setInvoice(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundWebhook","l":"setInvoice(String)","u":"setInvoice(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setInvoiceAmount(Double)","u":"setInvoiceAmount(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setInvoiceBuyerProvidedInfo(InvoiceBuyerProvidedInfo)","u":"setInvoiceBuyerProvidedInfo(com.bitpay.sdk.model.Invoice.InvoiceBuyerProvidedInfo)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setInvoiceCurrency(String)","u":"setInvoiceCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"setInvoiceData(InvoiceData)","u":"setInvoiceData(com.bitpay.sdk.model.Settlement.InvoiceData)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setInvoiceId(String)","u":"setInvoiceId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"setInvoiceId(String)","u":"setInvoiceId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setInvoiceTime(long)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setIsCancelled(boolean)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceItemizedDetails","l":"setIsFee(Boolean)","u":"setIsFee(java.lang.Boolean)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransactionDetails","l":"setIsFee(Boolean)","u":"setIsFee(java.lang.Boolean)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setItemCode(String)","u":"setItemCode(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setItemDesc(String)","u":"setItemDesc(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setItemizedDetails(List)","u":"setItemizedDetails(java.util.List)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setItems(List)","u":"setItems(java.util.List)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setJsonPayProRequired(boolean)"},{"p":"com.bitpay.sdk.model.Wallet","c":"Wallet","l":"setKey(String)","u":"setKey(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setlabel(String)","u":"setlabel(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"setlabel(String)","u":"setlabel(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setLabel(String)","u":"setLabel(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"setLabel(String)","u":"setLabel(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"setLabel(String)","u":"setLabel(java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Token","l":"setLabel(String)","u":"setLabel(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setLastRefundNotification(Date)","u":"setLastRefundNotification(java.util.Date)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundWebhook","l":"setLastRefundNotification(Date)","u":"setLastRefundNotification(java.util.Date)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setLedgerCurrency(String)","u":"setLedgerCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setLedgerCurrency(String)","u":"setLedgerCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setLedgerEntries(List)","u":"setLedgerEntries(java.util.List)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setLedgerEntriesSum(Float)","u":"setLedgerEntriesSum(java.lang.Float)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setLocality(String)","u":"setLocality(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"setLoggerLevel(int)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setLowFeeDetected(boolean)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setMerchant(String)","u":"setMerchant(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setMerchantEin(String)","u":"setMerchantEin(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setMerchantName(String)","u":"setMerchantName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setMessage(String)","u":"setMessage(java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Policy","l":"setMethod(String)","u":"setMethod(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setMinerFees(MinerFees)","u":"setMinerFees(com.bitpay.sdk.model.Invoice.MinerFees)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Shopper","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Rate","c":"Rate","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setNonPayProPaymentReceived(boolean)"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"setNotes(String)","u":"setNotes(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setNotificationEmail(String)","u":"setNotificationEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setNotificationEmail(String)","u":"setNotificationEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setNotificationEmail(String)","u":"setNotificationEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setNotificationURL(String)","u":"setNotificationURL(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setNotificationURL(String)","u":"setNotificationURL(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setNotificationURL(String)","u":"setNotificationURL(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"setNotificationURL(String)","u":"setNotificationURL(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setNotify(boolean)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setNotify(boolean)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setNumber(String)","u":"setNumber(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setOpeningBalance(Float)","u":"setOpeningBalance(java.lang.Float)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setOpeningDate(Long)","u":"setOpeningDate(java.lang.Long)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setOrderId(String)","u":"setOrderId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"setOrderId(String)","u":"setOrderId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setOverPaidAmount(BigDecimal)","u":"setOverPaidAmount(java.math.BigDecimal)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"setOverPaidAmount(Float)","u":"setOverPaidAmount(java.lang.Float)"},{"p":"com.bitpay.sdk.model.Wallet","c":"Currencies","l":"setP2p(Boolean)","u":"setP2p(java.lang.Boolean)"},{"p":"com.bitpay.sdk.model","c":"Token","l":"setPairingCode(String)","u":"setPairingCode(java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Token","l":"setPairingExpiration(long)"},{"p":"com.bitpay.sdk.model","c":"Policy","l":"setParams(List)","u":"setParams(java.util.List)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setPassProcessingFee(boolean)"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"setPax(MinerFeesItem)","u":"setPax(com.bitpay.sdk.model.Invoice.MinerFeesItem)"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"setPax(SupportedTransactionCurrency)","u":"setPax(com.bitpay.sdk.model.Invoice.SupportedTransactionCurrency)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setPaymentCodes(Hashtable>)","u":"setPaymentCodes(java.util.Hashtable)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setPaymentCurrencies(List)","u":"setPaymentCurrencies(java.util.List)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setPaymentDisplaySubTotals(Hashtable)","u":"setPaymentDisplaySubTotals(java.util.Hashtable)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setPaymentDisplayTotals(Hashtable)","u":"setPaymentDisplayTotals(java.util.Hashtable)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setPaymentSubTotals(Hashtable)","u":"setPaymentSubTotals(java.util.Hashtable)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setPaymentTotals(Hashtable)","u":"setPaymentTotals(java.util.Hashtable)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setPayoutInfo(PayoutInfo)","u":"setPayoutInfo(com.bitpay.sdk.model.Settlement.PayoutInfo)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"setPayoutPercentage(Map)","u":"setPayoutPercentage(java.util.Map)"},{"p":"com.bitpay.sdk.model.Wallet","c":"Currencies","l":"setPayPro(Boolean)","u":"setPayPro(java.lang.Boolean)"},{"p":"com.bitpay.sdk.model.Wallet","c":"Wallet","l":"setPayPro(Boolean)","u":"setPayPro(java.lang.Boolean)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setPercentFee(Double)","u":"setPercentFee(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setPercentFee(Double)","u":"setPercentFee(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setPhone(String)","u":"setPhone(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setPhone(String)","u":"setPhone(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setPhone(String)","u":"setPhone(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"setPhoneNumber(String)","u":"setPhoneNumber(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setPhysical(boolean)"},{"p":"com.bitpay.sdk.model","c":"Token","l":"setPolicies(List)","u":"setPolicies(java.util.List)"},{"p":"com.bitpay.sdk.model","c":"Policy","l":"setPolicy(String)","u":"setPolicy(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setPosData(String)","u":"setPosData(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setPostal(String)","u":"setPostal(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setPostalCode(String)","u":"setPostalCode(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setPreview(Boolean)","u":"setPreview(java.lang.Boolean)"},{"p":"com.bitpay.sdk.model.Bill","c":"Item","l":"setPrice(Double)","u":"setPrice(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setPrice(Double)","u":"setPrice(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"setPrice(Float)","u":"setPrice(java.lang.Float)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setPricingMethod(String)","u":"setPricingMethod(java.lang.String)"},{"p":"com.bitpay.sdk.model.Wallet","c":"Currencies","l":"setQr(CurrencyQr)","u":"setQr(com.bitpay.sdk.model.Wallet.CurrencyQr)"},{"p":"com.bitpay.sdk.model.Bill","c":"Item","l":"setQuantity(Integer)","u":"setQuantity(java.lang.Integer)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setRate(Double)","u":"setRate(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setRate(Double)","u":"setRate(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrency","l":"setReason(String)","u":"setReason(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransaction","l":"setReceivedTime(Date)","u":"setReceivedTime(java.util.Date)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setRecipientId(String)","u":"setRecipientId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"setRecipientId(String)","u":"setRecipientId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setRedirectUrl(String)","u":"setRedirectUrl(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setRedirectUrl(String)","u":"setRedirectUrl(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setRedirectURL(String)","u":"setRedirectURL(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setReference(String)","u":"setReference(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setReference(String)","u":"setReference(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setReference(String)","u":"setReference(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"setReference(String)","u":"setReference(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"RefundInfo","l":"setReference(String)","u":"setReference(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"setReference(String)","u":"setReference(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setRefundAddresses(ArrayList)","u":"setRefundAddresses(java.util.ArrayList)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setRefundAddressRequestPending(boolean)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setRefundFee(Double)","u":"setRefundFee(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundWebhook","l":"setRefundFee(Double)","u":"setRefundFee(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setRefundInfo(ArrayList)","u":"setRefundInfo(java.util.ArrayList)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setRegion(String)","u":"setRegion(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setRequestDate(Date)","u":"setRequestDate(java.util.Date)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundWebhook","l":"setRequestDate(Date)","u":"setRequestDate(java.util.Date)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setRequestDate(long)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setRequestDate(long)"},{"p":"com.bitpay.sdk.model","c":"Token","l":"setResource(String)","u":"setResource(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setRouting(String)","u":"setRouting(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFeesItem","l":"setSatoshisPerByte(BigDecimal)","u":"setSatoshisPerByte(java.math.BigDecimal)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setScale(String)","u":"setScale(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setSelectedTransactionCurrency(String)","u":"setSelectedTransactionCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"setSelectedTransactionCurrency(String)","u":"setSelectedTransactionCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"setSelectedWallet(String)","u":"setSelectedWallet(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setShopper(Shopper)","u":"setShopper(com.bitpay.sdk.model.Invoice.Shopper)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setShopperId(String)","u":"setShopperId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"setShopperId(String)","u":"setShopperId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"setShopperId(String)","u":"setShopperId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"setSms(String)","u":"setSms(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"setSmsVerified(Boolean)","u":"setSmsVerified(java.lang.Boolean)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setSort(String)","u":"setSort(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setState(String)","u":"setState(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setState(String)","u":"setState(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setStatus(String)","u":"setStatus(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setStatus(String)","u":"setStatus(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setStatus(String)","u":"setStatus(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundWebhook","l":"setStatus(String)","u":"setStatus(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setStatus(String)","u":"setStatus(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setStatus(String)","u":"setStatus(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"setStatus(String)","u":"setStatus(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"setStatus(String)","u":"setStatus(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setStatus(String)","u":"setStatus(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setSupportedTransactionCurrencies(SupportedTransactionCurrencies)","u":"setSupportedTransactionCurrencies(com.bitpay.sdk.model.Invoice.SupportedTransactionCurrencies)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setSupportPhone(String)","u":"setSupportPhone(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setSupportPhone(String)","u":"setSupportPhone(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"setSupportPhone(String)","u":"setSupportPhone(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundInfo","l":"setSupportRequest(String)","u":"setSupportRequest(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundWebhook","l":"setSupportRequest(String)","u":"setSupportRequest(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"RefundInfo","l":"setSupportRequest(String)","u":"setSupportRequest(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setSwift(String)","u":"setSwift(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setTargetConfirmations(long)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransaction","l":"setTime(Date)","u":"setTime(java.util.Date)"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"setTimestamp(Long)","u":"setTimestamp(java.lang.Long)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setTimestamp(String)","u":"setTimestamp(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"Settlement()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"SettlementException","l":"SettlementException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"SettlementLedgerEntry()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"SettlementQueryException","l":"SettlementQueryException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setToken(String)","u":"setToken(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setToken(String)","u":"setToken(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setToken(String)","u":"setToken(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setToken(String)","u":"setToken(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipient","l":"setToken(String)","u":"setToken(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutRecipients","l":"setToken(String)","u":"setToken(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setToken(String)","u":"setToken(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setTotalAmount(Float)","u":"setTotalAmount(java.lang.Float)"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFeesItem","l":"setTotalFee(BigDecimal)","u":"setTotalFee(java.math.BigDecimal)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setTransactionCurrency(String)","u":"setTransactionCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setTransactionCurrency(String)","u":"setTransactionCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"setTransactionCurrency(String)","u":"setTransactionCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setTransactionDetails(InvoiceTransactionDetails)","u":"setTransactionDetails(com.bitpay.sdk.model.Invoice.InvoiceTransactionDetails)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransaction","l":"setTransactionId(String)","u":"setTransactionId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setTransactions(List)","u":"setTransactions(java.util.List)"},{"p":"com.bitpay.sdk.model.Payout","c":"Payout","l":"setTransactions(List)","u":"setTransactions(java.util.List)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"setTransactions(List)","u":"setTransactions(java.util.List)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setTransactionSpeed(String)","u":"setTransactionSpeed(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstructionTransaction","l":"setTxid(String)","u":"setTxid(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setTxType(String)","u":"setTxType(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setType(String)","u":"setType(java.lang.String)"},{"p":"com.bitpay.sdk.model.Wallet","c":"CurrencyQr","l":"setType(String)","u":"setType(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setUnderPaidAmount(BigDecimal)","u":"setUnderPaidAmount(java.math.BigDecimal)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setUniversalCodes(InvoiceUniversalCodes)","u":"setUniversalCodes(com.bitpay.sdk.model.Invoice.InvoiceUniversalCodes)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setUrl(String)","u":"setUrl(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setUrl(String)","u":"setUrl(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"setUsdc(MinerFeesItem)","u":"setUsdc(com.bitpay.sdk.model.Invoice.MinerFeesItem)"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"setUsdc(SupportedTransactionCurrency)","u":"setUsdc(com.bitpay.sdk.model.Invoice.SupportedTransactionCurrency)"},{"p":"com.bitpay.sdk.model.Rate","c":"Rate","l":"setValue(Double)","u":"setValue(java.lang.Double)"},{"p":"com.bitpay.sdk.model","c":"Token","l":"setValue(String)","u":"setValue(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceUniversalCodes","l":"setVerificationLink(String)","u":"setVerificationLink(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"setWalletProvider(String)","u":"setWalletProvider(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setWire(String)","u":"setWire(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setWithHoldings(List)","u":"setWithHoldings(java.util.List)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setWithHoldingsSum(Float)","u":"setWithHoldingsSum(java.lang.Float)"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"setXrp(MinerFeesItem)","u":"setXrp(com.bitpay.sdk.model.Invoice.MinerFeesItem)"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"setXrp(SupportedTransactionCurrency)","u":"setXrp(com.bitpay.sdk.model.Invoice.SupportedTransactionCurrency)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setZip(String)","u":"setZip(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setZip(String)","u":"setZip(java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"SGD"},{"p":"com.bitpay.sdk.model.Payout","c":"RecipientReferenceMethod","l":"SHOPPER_ID"},{"p":"com.bitpay.sdk.model.Invoice","c":"Shopper","l":"Shopper()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"SHP"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"sign(ECKey, String)","u":"sign(org.bitcoinj.core.ECKey,java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"SLL"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"SOS"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"SRD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"SSP"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"STN"},{"p":"com.bitpay.sdk","c":"Client","l":"submitPayout(Payout)","u":"submitPayout(com.bitpay.sdk.model.Payout.Payout)"},{"p":"com.bitpay.sdk","c":"Client","l":"submitPayoutBatch(PayoutBatch)","u":"submitPayoutBatch(com.bitpay.sdk.model.Payout.PayoutBatch)"},{"p":"com.bitpay.sdk","c":"Client","l":"submitPayoutRecipients(PayoutRecipients)","u":"submitPayoutRecipients(com.bitpay.sdk.model.Payout.PayoutRecipients)"},{"p":"com.bitpay.sdk.exceptions","c":"SubscriptionCreationException","l":"SubscriptionCreationException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"SubscriptionException","l":"SubscriptionException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"SubscriptionQueryException","l":"SubscriptionQueryException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"SubscriptionUpdateException","l":"SubscriptionUpdateException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundStatus","l":"Success"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"SupportedTransactionCurrencies()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrency","l":"SupportedTransactionCurrency()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"SVC"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"SYP"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"SZL"},{"p":"com.bitpay.sdk","c":"Env","l":"Test"},{"p":"com.bitpay.sdk","c":"Env","l":"TestUrl"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"THB"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"TJS"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"TMT"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"TND"},{"p":"com.bitpay.sdk.model","c":"Token","l":"Token()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk","c":"Client","l":"tokenExist(String)","u":"tokenExist(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Env.Tokens","l":"Tokens()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"TOP"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"TRY"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"TTD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"TWD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"TZS"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"UAH"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"UGX"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutStatus","l":"Unpaid"},{"p":"com.bitpay.sdk.model.Payout","c":"RecipientStatus","l":"UNVERIFIED"},{"p":"com.bitpay.sdk.model.Rate","c":"Rates","l":"update()"},{"p":"com.bitpay.sdk","c":"Client","l":"update(String, String)","u":"update(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"updateBill(Bill, String)","u":"updateBill(com.bitpay.sdk.model.Bill.Bill,java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"updateInvoice(String, String, String, String, Boolean)","u":"updateInvoice(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean)"},{"p":"com.bitpay.sdk","c":"Client","l":"updatePayoutRecipient(String, PayoutRecipient)","u":"updatePayoutRecipient(java.lang.String,com.bitpay.sdk.model.Payout.PayoutRecipient)"},{"p":"com.bitpay.sdk","c":"Client","l":"updateRefund(String, String)","u":"updateRefund(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"USD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"USDC"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"USN"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"UYI"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"UYU"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"UZS"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"VEF"},{"p":"com.bitpay.sdk.model.Payout","c":"RecipientStatus","l":"VERIFIED"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"VND"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"VUV"},{"p":"com.bitpay.sdk.model.Wallet","c":"Wallet","l":"Wallet()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"WalletException","l":"WalletException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"WalletQueryException","l":"WalletQueryException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk.util","c":"BitPayLogger","l":"WARN"},{"p":"com.bitpay.sdk.util","c":"BitPayLogger","l":"warn(String)","u":"warn(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"WithHoldings()","u":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"WST"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"XAF"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"XCD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"XDR"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"XOF"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"XPF"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"XRP"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"XSU"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"XUA"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"YER"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"ZAR"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"ZMW"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"ZWL"}];updateSearchResults(); \ No newline at end of file diff --git a/apidocs/overview-summary.html b/apidocs/overview-summary.html index a45477a7..7d24294a 100644 --- a/apidocs/overview-summary.html +++ b/apidocs/overview-summary.html @@ -1,11 +1,11 @@ - -BitPay 8.5.2205 API + +BitPay 8.5.2206 API - + diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html index 6ee64a3a..a3f3c06c 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -1,11 +1,11 @@ - -Class Hierarchy (BitPay 8.5.2205 API) + +Class Hierarchy (BitPay 8.5.2206 API) - + @@ -126,6 +126,7 @@

    Class Hierarchy

  • com.bitpay.sdk.model.Invoice.RefundInfo
  • com.bitpay.sdk.model.Settlement.RefundInfo
  • com.bitpay.sdk.model.Invoice.RefundStatus
  • +
  • com.bitpay.sdk.model.Invoice.RefundWebhook
  • com.bitpay.sdk.model.Settlement.Settlement
  • com.bitpay.sdk.model.Settlement.SettlementLedgerEntry
  • com.bitpay.sdk.model.Invoice.Shopper
  • diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html index 0c598d8c..e7528de4 100644 --- a/apidocs/serialized-form.html +++ b/apidocs/serialized-form.html @@ -1,11 +1,11 @@ - -Serialized Form (BitPay 8.5.2205 API) + +Serialized Form (BitPay 8.5.2206 API) - + diff --git a/apidocs/type-search-index.js b/apidocs/type-search-index.js index e84fe695..581dc546 100644 --- a/apidocs/type-search-index.js +++ b/apidocs/type-search-index.js @@ -1 +1 @@ -typeSearchIndex = [{"l":"All Classes and Interfaces","u":"allclasses-index.html"},{"p":"com.bitpay.sdk.model.Bill","l":"Bill"},{"p":"com.bitpay.sdk.exceptions","l":"BillCreationException"},{"p":"com.bitpay.sdk.exceptions","l":"BillDeliveryException"},{"p":"com.bitpay.sdk.exceptions","l":"BillException"},{"p":"com.bitpay.sdk.exceptions","l":"BillQueryException"},{"p":"com.bitpay.sdk.model.Bill","l":"BillStatus"},{"p":"com.bitpay.sdk.exceptions","l":"BillUpdateException"},{"p":"com.bitpay.sdk.exceptions","l":"BitPayException"},{"p":"com.bitpay.sdk.util","l":"BitPayLogger"},{"p":"com.bitpay.sdk.model.Invoice","l":"Buyer"},{"p":"com.bitpay.sdk.model.Ledger","l":"Buyer"},{"p":"com.bitpay.sdk","l":"Client"},{"p":"com.bitpay.sdk","l":"Config"},{"p":"com.bitpay.sdk.model.Wallet","l":"Currencies"},{"p":"com.bitpay.sdk.model","l":"Currency"},{"p":"com.bitpay.sdk.exceptions","l":"CurrencyException"},{"p":"com.bitpay.sdk.model.Wallet","l":"CurrencyQr"},{"p":"com.bitpay.sdk.exceptions","l":"CurrencyQueryException"},{"p":"com.bitpay.sdk.util","l":"DateDeserializer"},{"p":"com.bitpay.sdk.util","l":"DateSerializer"},{"p":"com.bitpay.sdk","l":"Env"},{"p":"com.bitpay.sdk.model","l":"Facade"},{"p":"com.bitpay.sdk.model.Invoice","l":"Invoice"},{"p":"com.bitpay.sdk.model.Invoice","l":"InvoiceBuyerProvidedInfo"},{"p":"com.bitpay.sdk.exceptions","l":"InvoiceCancellationException"},{"p":"com.bitpay.sdk.exceptions","l":"InvoiceCreationException"},{"p":"com.bitpay.sdk.model.Settlement","l":"InvoiceData"},{"p":"com.bitpay.sdk.exceptions","l":"InvoiceException"},{"p":"com.bitpay.sdk.model.Invoice","l":"InvoiceItemizedDetails"},{"p":"com.bitpay.sdk.exceptions","l":"InvoiceQueryException"},{"p":"com.bitpay.sdk.model.Invoice","l":"InvoiceStatus"},{"p":"com.bitpay.sdk.model.Invoice","l":"InvoiceTransaction"},{"p":"com.bitpay.sdk.model.Invoice","l":"InvoiceTransactionDetails"},{"p":"com.bitpay.sdk.model.Invoice","l":"InvoiceUniversalCodes"},{"p":"com.bitpay.sdk.exceptions","l":"InvoiceUpdateException"},{"p":"com.bitpay.sdk.model.Bill","l":"Item"},{"p":"com.bitpay.sdk.util","l":"KeyUtils"},{"p":"com.bitpay.sdk.model.Ledger","l":"Ledger"},{"p":"com.bitpay.sdk.model.Ledger","l":"LedgerEntry"},{"p":"com.bitpay.sdk.exceptions","l":"LedgerException"},{"p":"com.bitpay.sdk.exceptions","l":"LedgerQueryException"},{"p":"com.bitpay.sdk.model.Invoice","l":"MinerFees"},{"p":"com.bitpay.sdk.model.Invoice","l":"MinerFeesItem"},{"p":"com.bitpay.sdk.model.Payout","l":"Payout"},{"p":"com.bitpay.sdk.model.Payout","l":"PayoutBatch"},{"p":"com.bitpay.sdk.exceptions","l":"PayoutBatchCancellationException"},{"p":"com.bitpay.sdk.exceptions","l":"PayoutBatchCreationException"},{"p":"com.bitpay.sdk.exceptions","l":"PayoutBatchException"},{"p":"com.bitpay.sdk.exceptions","l":"PayoutBatchNotificationException"},{"p":"com.bitpay.sdk.exceptions","l":"PayoutBatchQueryException"},{"p":"com.bitpay.sdk.exceptions","l":"PayoutCancellationException"},{"p":"com.bitpay.sdk.exceptions","l":"PayoutCreationException"},{"p":"com.bitpay.sdk.exceptions","l":"PayoutException"},{"p":"com.bitpay.sdk.model.Settlement","l":"PayoutInfo"},{"p":"com.bitpay.sdk.model.Payout","l":"PayoutInstruction"},{"p":"com.bitpay.sdk.model.Payout","l":"PayoutInstructionBtcSummary"},{"p":"com.bitpay.sdk.util","l":"PayoutInstructionBtcSummaryDeserializer"},{"p":"com.bitpay.sdk.model.Payout","l":"PayoutInstructionTransaction"},{"p":"com.bitpay.sdk.exceptions","l":"PayoutNotificationException"},{"p":"com.bitpay.sdk.exceptions","l":"PayoutQueryException"},{"p":"com.bitpay.sdk.model.Payout","l":"PayoutRecipient"},{"p":"com.bitpay.sdk.exceptions","l":"PayoutRecipientCancellationException"},{"p":"com.bitpay.sdk.exceptions","l":"PayoutRecipientCreationException"},{"p":"com.bitpay.sdk.exceptions","l":"PayoutRecipientException"},{"p":"com.bitpay.sdk.exceptions","l":"PayoutRecipientNotificationException"},{"p":"com.bitpay.sdk.exceptions","l":"PayoutRecipientQueryException"},{"p":"com.bitpay.sdk.model.Payout","l":"PayoutRecipients"},{"p":"com.bitpay.sdk.exceptions","l":"PayoutRecipientUpdateException"},{"p":"com.bitpay.sdk.model.Payout","l":"PayoutStatus"},{"p":"com.bitpay.sdk.model","l":"Policy"},{"p":"com.bitpay.sdk.model.Rate","l":"Rate"},{"p":"com.bitpay.sdk.exceptions","l":"RateException"},{"p":"com.bitpay.sdk.exceptions","l":"RateQueryException"},{"p":"com.bitpay.sdk.model.Rate","l":"Rates"},{"p":"com.bitpay.sdk.model.Payout","l":"RecipientReferenceMethod"},{"p":"com.bitpay.sdk.model.Payout","l":"RecipientStatus"},{"p":"com.bitpay.sdk.model.Invoice","l":"Refund"},{"p":"com.bitpay.sdk.exceptions","l":"RefundCancellationException"},{"p":"com.bitpay.sdk.exceptions","l":"RefundCreationException"},{"p":"com.bitpay.sdk.exceptions","l":"RefundException"},{"p":"com.bitpay.sdk.model.Invoice","l":"RefundInfo"},{"p":"com.bitpay.sdk.model.Settlement","l":"RefundInfo"},{"p":"com.bitpay.sdk.exceptions","l":"RefundQueryException"},{"p":"com.bitpay.sdk.model.Invoice","l":"RefundStatus"},{"p":"com.bitpay.sdk.exceptions","l":"RefundUpdateException"},{"p":"com.bitpay.sdk.model.Settlement","l":"Settlement"},{"p":"com.bitpay.sdk.exceptions","l":"SettlementException"},{"p":"com.bitpay.sdk.model.Settlement","l":"SettlementLedgerEntry"},{"p":"com.bitpay.sdk.exceptions","l":"SettlementQueryException"},{"p":"com.bitpay.sdk.model.Invoice","l":"Shopper"},{"p":"com.bitpay.sdk.exceptions","l":"SubscriptionCreationException"},{"p":"com.bitpay.sdk.exceptions","l":"SubscriptionException"},{"p":"com.bitpay.sdk.exceptions","l":"SubscriptionQueryException"},{"p":"com.bitpay.sdk.exceptions","l":"SubscriptionUpdateException"},{"p":"com.bitpay.sdk.model.Invoice","l":"SupportedTransactionCurrencies"},{"p":"com.bitpay.sdk.model.Invoice","l":"SupportedTransactionCurrency"},{"p":"com.bitpay.sdk.model","l":"Token"},{"p":"com.bitpay.sdk","l":"Env.Tokens"},{"p":"com.bitpay.sdk.model.Wallet","l":"Wallet"},{"p":"com.bitpay.sdk.exceptions","l":"WalletException"},{"p":"com.bitpay.sdk.exceptions","l":"WalletQueryException"},{"p":"com.bitpay.sdk.model.Settlement","l":"WithHoldings"}];updateSearchResults(); \ No newline at end of file +typeSearchIndex = [{"l":"All Classes and Interfaces","u":"allclasses-index.html"},{"p":"com.bitpay.sdk.model.Bill","l":"Bill"},{"p":"com.bitpay.sdk.exceptions","l":"BillCreationException"},{"p":"com.bitpay.sdk.exceptions","l":"BillDeliveryException"},{"p":"com.bitpay.sdk.exceptions","l":"BillException"},{"p":"com.bitpay.sdk.exceptions","l":"BillQueryException"},{"p":"com.bitpay.sdk.model.Bill","l":"BillStatus"},{"p":"com.bitpay.sdk.exceptions","l":"BillUpdateException"},{"p":"com.bitpay.sdk.exceptions","l":"BitPayException"},{"p":"com.bitpay.sdk.util","l":"BitPayLogger"},{"p":"com.bitpay.sdk.model.Invoice","l":"Buyer"},{"p":"com.bitpay.sdk.model.Ledger","l":"Buyer"},{"p":"com.bitpay.sdk","l":"Client"},{"p":"com.bitpay.sdk","l":"Config"},{"p":"com.bitpay.sdk.model.Wallet","l":"Currencies"},{"p":"com.bitpay.sdk.model","l":"Currency"},{"p":"com.bitpay.sdk.exceptions","l":"CurrencyException"},{"p":"com.bitpay.sdk.model.Wallet","l":"CurrencyQr"},{"p":"com.bitpay.sdk.exceptions","l":"CurrencyQueryException"},{"p":"com.bitpay.sdk.util","l":"DateDeserializer"},{"p":"com.bitpay.sdk.util","l":"DateSerializer"},{"p":"com.bitpay.sdk","l":"Env"},{"p":"com.bitpay.sdk.model","l":"Facade"},{"p":"com.bitpay.sdk.model.Invoice","l":"Invoice"},{"p":"com.bitpay.sdk.model.Invoice","l":"InvoiceBuyerProvidedInfo"},{"p":"com.bitpay.sdk.exceptions","l":"InvoiceCancellationException"},{"p":"com.bitpay.sdk.exceptions","l":"InvoiceCreationException"},{"p":"com.bitpay.sdk.model.Settlement","l":"InvoiceData"},{"p":"com.bitpay.sdk.exceptions","l":"InvoiceException"},{"p":"com.bitpay.sdk.model.Invoice","l":"InvoiceItemizedDetails"},{"p":"com.bitpay.sdk.exceptions","l":"InvoiceQueryException"},{"p":"com.bitpay.sdk.model.Invoice","l":"InvoiceStatus"},{"p":"com.bitpay.sdk.model.Invoice","l":"InvoiceTransaction"},{"p":"com.bitpay.sdk.model.Invoice","l":"InvoiceTransactionDetails"},{"p":"com.bitpay.sdk.model.Invoice","l":"InvoiceUniversalCodes"},{"p":"com.bitpay.sdk.exceptions","l":"InvoiceUpdateException"},{"p":"com.bitpay.sdk.model.Bill","l":"Item"},{"p":"com.bitpay.sdk.util","l":"KeyUtils"},{"p":"com.bitpay.sdk.model.Ledger","l":"Ledger"},{"p":"com.bitpay.sdk.model.Ledger","l":"LedgerEntry"},{"p":"com.bitpay.sdk.exceptions","l":"LedgerException"},{"p":"com.bitpay.sdk.exceptions","l":"LedgerQueryException"},{"p":"com.bitpay.sdk.model.Invoice","l":"MinerFees"},{"p":"com.bitpay.sdk.model.Invoice","l":"MinerFeesItem"},{"p":"com.bitpay.sdk.model.Payout","l":"Payout"},{"p":"com.bitpay.sdk.model.Payout","l":"PayoutBatch"},{"p":"com.bitpay.sdk.exceptions","l":"PayoutBatchCancellationException"},{"p":"com.bitpay.sdk.exceptions","l":"PayoutBatchCreationException"},{"p":"com.bitpay.sdk.exceptions","l":"PayoutBatchException"},{"p":"com.bitpay.sdk.exceptions","l":"PayoutBatchNotificationException"},{"p":"com.bitpay.sdk.exceptions","l":"PayoutBatchQueryException"},{"p":"com.bitpay.sdk.exceptions","l":"PayoutCancellationException"},{"p":"com.bitpay.sdk.exceptions","l":"PayoutCreationException"},{"p":"com.bitpay.sdk.exceptions","l":"PayoutException"},{"p":"com.bitpay.sdk.model.Settlement","l":"PayoutInfo"},{"p":"com.bitpay.sdk.model.Payout","l":"PayoutInstruction"},{"p":"com.bitpay.sdk.model.Payout","l":"PayoutInstructionBtcSummary"},{"p":"com.bitpay.sdk.util","l":"PayoutInstructionBtcSummaryDeserializer"},{"p":"com.bitpay.sdk.model.Payout","l":"PayoutInstructionTransaction"},{"p":"com.bitpay.sdk.exceptions","l":"PayoutNotificationException"},{"p":"com.bitpay.sdk.exceptions","l":"PayoutQueryException"},{"p":"com.bitpay.sdk.model.Payout","l":"PayoutRecipient"},{"p":"com.bitpay.sdk.exceptions","l":"PayoutRecipientCancellationException"},{"p":"com.bitpay.sdk.exceptions","l":"PayoutRecipientCreationException"},{"p":"com.bitpay.sdk.exceptions","l":"PayoutRecipientException"},{"p":"com.bitpay.sdk.exceptions","l":"PayoutRecipientNotificationException"},{"p":"com.bitpay.sdk.exceptions","l":"PayoutRecipientQueryException"},{"p":"com.bitpay.sdk.model.Payout","l":"PayoutRecipients"},{"p":"com.bitpay.sdk.exceptions","l":"PayoutRecipientUpdateException"},{"p":"com.bitpay.sdk.model.Payout","l":"PayoutStatus"},{"p":"com.bitpay.sdk.model","l":"Policy"},{"p":"com.bitpay.sdk.model.Rate","l":"Rate"},{"p":"com.bitpay.sdk.exceptions","l":"RateException"},{"p":"com.bitpay.sdk.exceptions","l":"RateQueryException"},{"p":"com.bitpay.sdk.model.Rate","l":"Rates"},{"p":"com.bitpay.sdk.model.Payout","l":"RecipientReferenceMethod"},{"p":"com.bitpay.sdk.model.Payout","l":"RecipientStatus"},{"p":"com.bitpay.sdk.model.Invoice","l":"Refund"},{"p":"com.bitpay.sdk.exceptions","l":"RefundCancellationException"},{"p":"com.bitpay.sdk.exceptions","l":"RefundCreationException"},{"p":"com.bitpay.sdk.exceptions","l":"RefundException"},{"p":"com.bitpay.sdk.model.Invoice","l":"RefundInfo"},{"p":"com.bitpay.sdk.model.Settlement","l":"RefundInfo"},{"p":"com.bitpay.sdk.exceptions","l":"RefundQueryException"},{"p":"com.bitpay.sdk.model.Invoice","l":"RefundStatus"},{"p":"com.bitpay.sdk.exceptions","l":"RefundUpdateException"},{"p":"com.bitpay.sdk.model.Invoice","l":"RefundWebhook"},{"p":"com.bitpay.sdk.model.Settlement","l":"Settlement"},{"p":"com.bitpay.sdk.exceptions","l":"SettlementException"},{"p":"com.bitpay.sdk.model.Settlement","l":"SettlementLedgerEntry"},{"p":"com.bitpay.sdk.exceptions","l":"SettlementQueryException"},{"p":"com.bitpay.sdk.model.Invoice","l":"Shopper"},{"p":"com.bitpay.sdk.exceptions","l":"SubscriptionCreationException"},{"p":"com.bitpay.sdk.exceptions","l":"SubscriptionException"},{"p":"com.bitpay.sdk.exceptions","l":"SubscriptionQueryException"},{"p":"com.bitpay.sdk.exceptions","l":"SubscriptionUpdateException"},{"p":"com.bitpay.sdk.model.Invoice","l":"SupportedTransactionCurrencies"},{"p":"com.bitpay.sdk.model.Invoice","l":"SupportedTransactionCurrency"},{"p":"com.bitpay.sdk.model","l":"Token"},{"p":"com.bitpay.sdk","l":"Env.Tokens"},{"p":"com.bitpay.sdk.model.Wallet","l":"Wallet"},{"p":"com.bitpay.sdk.exceptions","l":"WalletException"},{"p":"com.bitpay.sdk.exceptions","l":"WalletQueryException"},{"p":"com.bitpay.sdk.model.Settlement","l":"WithHoldings"}];updateSearchResults(); \ No newline at end of file