diff --git a/GUIDE.md b/GUIDE.md index 29a5877c..2113e2f7 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -21,11 +21,15 @@ Each client paired with the BitPay server requires a ECDSA key. This key provid The private key should be stored in the client environment such that it cannot be compromised. If your private key is compromised you should revoke the compromised client identity from the BitPay server and re-pair your client, see the [API tokens](https://bitpay.com/api-tokens) for more information. -On a Windows machine: +**There are two ways to generate the configuration file required to load the SDK:** -The [BitPay.Net Setup utility](https://github.com/bitpay/csharp-bitpay-client/releases/download/v2.0.1904/BitPay.Net_Setup_utility.zip) helps to generate the private key, as well as a environment file formatted in JSON which contains all configuration requirements, that should be stored in the client local file system. It is not recommended to transmit the private key over any public or unsecure networks. +* Using the [BitPaySetup Script](https://github.com/bitpay/java-bitpay-client/blob/master/src/setup/java/BitPaySetup.java) helps to generate the private key, as well as a environment file formatted in JSON which contains all configuration requirements, that should be stored in the client local file system. It is not recommended to transmit the private key over any public or unsecure networks. + + Once the BitPaySetup Script has run and generated the Json correctly, read the console output and follow the instructions in order to pair your new tokens. -Follow the guide [BitPay.Net Setup utility guide](https://github.com/bitpay/csharp-bitpay-client/blob/master/BitPaySetup/README.md) that assist you to create the environment file which you will be able to modify it, either manually or by using the BitPay.Net Setup utility, later on by asking you to provide the path to your existing JSON file. +* Or using the [BitPay.Net Setup utility](https://github.com/bitpay/csharp-bitpay-client/releases/download/v2.0.1904/BitPay.Net_Setup_utility.zip) on a Windows machine, helps to generate the private key, as well as a environment file formatted in JSON which contains all configuration requirements, that should be stored in the client local file system. It is not recommended to transmit the private key over any public or unsecure networks. + + Follow the guide [BitPay.Net Setup utility guide](https://github.com/bitpay/csharp-bitpay-client/blob/master/BitPaySetup/README.md) that assist you to create the environment file which you will be able to modify it, either manually or by using the BitPay.Net Setup utility, later on by asking you to provide the path to your existing JSON file. The environment file can be either generated by the BitPay.Net Setup utility or created manually by copying the following Json structure: diff --git a/doc/allclasses-index.html b/doc/allclasses-index.html index 5b70191a..4a69357c 100644 --- a/doc/allclasses-index.html +++ b/doc/allclasses-index.html @@ -2,10 +2,10 @@ - + All Classes - + diff --git a/doc/allpackages-index.html b/doc/allpackages-index.html index a8a7557b..c7c09352 100644 --- a/doc/allpackages-index.html +++ b/doc/allpackages-index.html @@ -2,10 +2,10 @@ - + All Packages - + diff --git a/doc/com/bitpay/sdk/BitPayException.html b/doc/com/bitpay/sdk/BitPayException.html index a8dd4456..8bd7f4dd 100644 --- a/doc/com/bitpay/sdk/BitPayException.html +++ b/doc/com/bitpay/sdk/BitPayException.html @@ -2,10 +2,10 @@ - + BitPayException - + diff --git a/doc/com/bitpay/sdk/Client.html b/doc/com/bitpay/sdk/Client.html index a93c4abb..118b1608 100644 --- a/doc/com/bitpay/sdk/Client.html +++ b/doc/com/bitpay/sdk/Client.html @@ -2,10 +2,10 @@ - + Client - + diff --git a/doc/com/bitpay/sdk/Config.html b/doc/com/bitpay/sdk/Config.html index babc95c6..34352248 100644 --- a/doc/com/bitpay/sdk/Config.html +++ b/doc/com/bitpay/sdk/Config.html @@ -2,10 +2,10 @@ - + Config - + diff --git a/doc/com/bitpay/sdk/Env.Tokens.html b/doc/com/bitpay/sdk/Env.Tokens.html index 9007f885..05b89f46 100644 --- a/doc/com/bitpay/sdk/Env.Tokens.html +++ b/doc/com/bitpay/sdk/Env.Tokens.html @@ -2,10 +2,10 @@ - + Env.Tokens - + diff --git a/doc/com/bitpay/sdk/Env.html b/doc/com/bitpay/sdk/Env.html index 2ad59799..ee3d27ef 100644 --- a/doc/com/bitpay/sdk/Env.html +++ b/doc/com/bitpay/sdk/Env.html @@ -2,10 +2,10 @@ - + Env - + diff --git a/doc/com/bitpay/sdk/exceptions/BillCreationException.html b/doc/com/bitpay/sdk/exceptions/BillCreationException.html index 8fc6c451..2928ea79 100644 --- a/doc/com/bitpay/sdk/exceptions/BillCreationException.html +++ b/doc/com/bitpay/sdk/exceptions/BillCreationException.html @@ -2,10 +2,10 @@ - + BillCreationException - + diff --git a/doc/com/bitpay/sdk/exceptions/BillDeliveryException.html b/doc/com/bitpay/sdk/exceptions/BillDeliveryException.html index 5c74bfd1..2b327ddb 100644 --- a/doc/com/bitpay/sdk/exceptions/BillDeliveryException.html +++ b/doc/com/bitpay/sdk/exceptions/BillDeliveryException.html @@ -2,10 +2,10 @@ - + BillDeliveryException - + diff --git a/doc/com/bitpay/sdk/exceptions/BillException.html b/doc/com/bitpay/sdk/exceptions/BillException.html index c683cf07..81004fcc 100644 --- a/doc/com/bitpay/sdk/exceptions/BillException.html +++ b/doc/com/bitpay/sdk/exceptions/BillException.html @@ -2,10 +2,10 @@ - + BillException - + diff --git a/doc/com/bitpay/sdk/exceptions/BillQueryException.html b/doc/com/bitpay/sdk/exceptions/BillQueryException.html index f2a320e7..82b9265f 100644 --- a/doc/com/bitpay/sdk/exceptions/BillQueryException.html +++ b/doc/com/bitpay/sdk/exceptions/BillQueryException.html @@ -2,10 +2,10 @@ - + BillQueryException - + diff --git a/doc/com/bitpay/sdk/exceptions/BillUpdateException.html b/doc/com/bitpay/sdk/exceptions/BillUpdateException.html index 3afcfe79..ebd2ca1d 100644 --- a/doc/com/bitpay/sdk/exceptions/BillUpdateException.html +++ b/doc/com/bitpay/sdk/exceptions/BillUpdateException.html @@ -2,10 +2,10 @@ - + BillUpdateException - + diff --git a/doc/com/bitpay/sdk/exceptions/BitPayException.html b/doc/com/bitpay/sdk/exceptions/BitPayException.html index a7abd124..21d72af1 100644 --- a/doc/com/bitpay/sdk/exceptions/BitPayException.html +++ b/doc/com/bitpay/sdk/exceptions/BitPayException.html @@ -2,10 +2,10 @@ - + BitPayException - + diff --git a/doc/com/bitpay/sdk/exceptions/CurrencyException.html b/doc/com/bitpay/sdk/exceptions/CurrencyException.html index b8f92856..6f43093b 100644 --- a/doc/com/bitpay/sdk/exceptions/CurrencyException.html +++ b/doc/com/bitpay/sdk/exceptions/CurrencyException.html @@ -2,10 +2,10 @@ - + CurrencyException - + diff --git a/doc/com/bitpay/sdk/exceptions/CurrencyQueryException.html b/doc/com/bitpay/sdk/exceptions/CurrencyQueryException.html index d910a338..f9f0a85b 100644 --- a/doc/com/bitpay/sdk/exceptions/CurrencyQueryException.html +++ b/doc/com/bitpay/sdk/exceptions/CurrencyQueryException.html @@ -2,10 +2,10 @@ - + CurrencyQueryException - + diff --git a/doc/com/bitpay/sdk/exceptions/InvoiceCreationException.html b/doc/com/bitpay/sdk/exceptions/InvoiceCreationException.html index 39081cbb..5186372c 100644 --- a/doc/com/bitpay/sdk/exceptions/InvoiceCreationException.html +++ b/doc/com/bitpay/sdk/exceptions/InvoiceCreationException.html @@ -2,10 +2,10 @@ - + InvoiceCreationException - + diff --git a/doc/com/bitpay/sdk/exceptions/InvoiceException.html b/doc/com/bitpay/sdk/exceptions/InvoiceException.html index af55cf12..671baff1 100644 --- a/doc/com/bitpay/sdk/exceptions/InvoiceException.html +++ b/doc/com/bitpay/sdk/exceptions/InvoiceException.html @@ -2,10 +2,10 @@ - + InvoiceException - + diff --git a/doc/com/bitpay/sdk/exceptions/InvoiceQueryException.html b/doc/com/bitpay/sdk/exceptions/InvoiceQueryException.html index 01351354..af45da40 100644 --- a/doc/com/bitpay/sdk/exceptions/InvoiceQueryException.html +++ b/doc/com/bitpay/sdk/exceptions/InvoiceQueryException.html @@ -2,10 +2,10 @@ - + InvoiceQueryException - + diff --git a/doc/com/bitpay/sdk/exceptions/LedgerException.html b/doc/com/bitpay/sdk/exceptions/LedgerException.html index 0fd6014e..6dcce9b3 100644 --- a/doc/com/bitpay/sdk/exceptions/LedgerException.html +++ b/doc/com/bitpay/sdk/exceptions/LedgerException.html @@ -2,10 +2,10 @@ - + LedgerException - + diff --git a/doc/com/bitpay/sdk/exceptions/LedgerQueryException.html b/doc/com/bitpay/sdk/exceptions/LedgerQueryException.html index bf701741..b1c90ca3 100644 --- a/doc/com/bitpay/sdk/exceptions/LedgerQueryException.html +++ b/doc/com/bitpay/sdk/exceptions/LedgerQueryException.html @@ -2,10 +2,10 @@ - + LedgerQueryException - + diff --git a/doc/com/bitpay/sdk/exceptions/PayoutCancellationException.html b/doc/com/bitpay/sdk/exceptions/PayoutCancellationException.html index f25353c6..791ac3f1 100644 --- a/doc/com/bitpay/sdk/exceptions/PayoutCancellationException.html +++ b/doc/com/bitpay/sdk/exceptions/PayoutCancellationException.html @@ -2,10 +2,10 @@ - + PayoutCancellationException - + diff --git a/doc/com/bitpay/sdk/exceptions/PayoutCreationException.html b/doc/com/bitpay/sdk/exceptions/PayoutCreationException.html index 04248912..3dc4bdc8 100644 --- a/doc/com/bitpay/sdk/exceptions/PayoutCreationException.html +++ b/doc/com/bitpay/sdk/exceptions/PayoutCreationException.html @@ -2,10 +2,10 @@ - + PayoutCreationException - + diff --git a/doc/com/bitpay/sdk/exceptions/PayoutException.html b/doc/com/bitpay/sdk/exceptions/PayoutException.html index dda8513a..112b0eb6 100644 --- a/doc/com/bitpay/sdk/exceptions/PayoutException.html +++ b/doc/com/bitpay/sdk/exceptions/PayoutException.html @@ -2,10 +2,10 @@ - + PayoutException - + diff --git a/doc/com/bitpay/sdk/exceptions/PayoutQueryException.html b/doc/com/bitpay/sdk/exceptions/PayoutQueryException.html index 0883a7d4..d9b981e3 100644 --- a/doc/com/bitpay/sdk/exceptions/PayoutQueryException.html +++ b/doc/com/bitpay/sdk/exceptions/PayoutQueryException.html @@ -2,10 +2,10 @@ - + PayoutQueryException - + diff --git a/doc/com/bitpay/sdk/exceptions/RateException.html b/doc/com/bitpay/sdk/exceptions/RateException.html index cd3d9507..bcb7f573 100644 --- a/doc/com/bitpay/sdk/exceptions/RateException.html +++ b/doc/com/bitpay/sdk/exceptions/RateException.html @@ -2,10 +2,10 @@ - + RateException - + diff --git a/doc/com/bitpay/sdk/exceptions/RateQueryException.html b/doc/com/bitpay/sdk/exceptions/RateQueryException.html index 4557cfab..390b6d07 100644 --- a/doc/com/bitpay/sdk/exceptions/RateQueryException.html +++ b/doc/com/bitpay/sdk/exceptions/RateQueryException.html @@ -2,10 +2,10 @@ - + RateQueryException - + diff --git a/doc/com/bitpay/sdk/exceptions/RefundCancellationException.html b/doc/com/bitpay/sdk/exceptions/RefundCancellationException.html index 795b2788..99891b67 100644 --- a/doc/com/bitpay/sdk/exceptions/RefundCancellationException.html +++ b/doc/com/bitpay/sdk/exceptions/RefundCancellationException.html @@ -2,10 +2,10 @@ - + RefundCancellationException - + diff --git a/doc/com/bitpay/sdk/exceptions/RefundCreationException.html b/doc/com/bitpay/sdk/exceptions/RefundCreationException.html index daafd145..8b03eb77 100644 --- a/doc/com/bitpay/sdk/exceptions/RefundCreationException.html +++ b/doc/com/bitpay/sdk/exceptions/RefundCreationException.html @@ -2,10 +2,10 @@ - + RefundCreationException - + diff --git a/doc/com/bitpay/sdk/exceptions/RefundException.html b/doc/com/bitpay/sdk/exceptions/RefundException.html index ec4e8314..60871439 100644 --- a/doc/com/bitpay/sdk/exceptions/RefundException.html +++ b/doc/com/bitpay/sdk/exceptions/RefundException.html @@ -2,10 +2,10 @@ - + RefundException - + diff --git a/doc/com/bitpay/sdk/exceptions/RefundQueryException.html b/doc/com/bitpay/sdk/exceptions/RefundQueryException.html index a32a0729..ed131d94 100644 --- a/doc/com/bitpay/sdk/exceptions/RefundQueryException.html +++ b/doc/com/bitpay/sdk/exceptions/RefundQueryException.html @@ -2,10 +2,10 @@ - + RefundQueryException - + diff --git a/doc/com/bitpay/sdk/exceptions/SettlementException.html b/doc/com/bitpay/sdk/exceptions/SettlementException.html index 8477d4cc..3e4fe5b4 100644 --- a/doc/com/bitpay/sdk/exceptions/SettlementException.html +++ b/doc/com/bitpay/sdk/exceptions/SettlementException.html @@ -2,10 +2,10 @@ - + SettlementException - + diff --git a/doc/com/bitpay/sdk/exceptions/SettlementQueryException.html b/doc/com/bitpay/sdk/exceptions/SettlementQueryException.html index cc11241a..794a23bc 100644 --- a/doc/com/bitpay/sdk/exceptions/SettlementQueryException.html +++ b/doc/com/bitpay/sdk/exceptions/SettlementQueryException.html @@ -2,10 +2,10 @@ - + SettlementQueryException - + diff --git a/doc/com/bitpay/sdk/exceptions/SubscriptionCreationException.html b/doc/com/bitpay/sdk/exceptions/SubscriptionCreationException.html index 4453d727..32fc8064 100644 --- a/doc/com/bitpay/sdk/exceptions/SubscriptionCreationException.html +++ b/doc/com/bitpay/sdk/exceptions/SubscriptionCreationException.html @@ -2,10 +2,10 @@ - + SubscriptionCreationException - + diff --git a/doc/com/bitpay/sdk/exceptions/SubscriptionException.html b/doc/com/bitpay/sdk/exceptions/SubscriptionException.html index 5b0f6767..4d8dff62 100644 --- a/doc/com/bitpay/sdk/exceptions/SubscriptionException.html +++ b/doc/com/bitpay/sdk/exceptions/SubscriptionException.html @@ -2,10 +2,10 @@ - + SubscriptionException - + diff --git a/doc/com/bitpay/sdk/exceptions/SubscriptionQueryException.html b/doc/com/bitpay/sdk/exceptions/SubscriptionQueryException.html index 8119e925..d752306d 100644 --- a/doc/com/bitpay/sdk/exceptions/SubscriptionQueryException.html +++ b/doc/com/bitpay/sdk/exceptions/SubscriptionQueryException.html @@ -2,10 +2,10 @@ - + SubscriptionQueryException - + diff --git a/doc/com/bitpay/sdk/exceptions/SubscriptionUpdateException.html b/doc/com/bitpay/sdk/exceptions/SubscriptionUpdateException.html index a36c0a19..7c771ba5 100644 --- a/doc/com/bitpay/sdk/exceptions/SubscriptionUpdateException.html +++ b/doc/com/bitpay/sdk/exceptions/SubscriptionUpdateException.html @@ -2,10 +2,10 @@ - + SubscriptionUpdateException - + diff --git a/doc/com/bitpay/sdk/exceptions/package-summary.html b/doc/com/bitpay/sdk/exceptions/package-summary.html index e9a49acb..3a9725b0 100644 --- a/doc/com/bitpay/sdk/exceptions/package-summary.html +++ b/doc/com/bitpay/sdk/exceptions/package-summary.html @@ -2,10 +2,10 @@ - + com.bitpay.sdk.exceptions - + diff --git a/doc/com/bitpay/sdk/exceptions/package-tree.html b/doc/com/bitpay/sdk/exceptions/package-tree.html index 094c181b..b327e1f9 100644 --- a/doc/com/bitpay/sdk/exceptions/package-tree.html +++ b/doc/com/bitpay/sdk/exceptions/package-tree.html @@ -2,10 +2,10 @@ - + com.bitpay.sdk.exceptions Class Hierarchy - + diff --git a/doc/com/bitpay/sdk/model/Bill/Bill.html b/doc/com/bitpay/sdk/model/Bill/Bill.html index db575bbe..77a862bd 100644 --- a/doc/com/bitpay/sdk/model/Bill/Bill.html +++ b/doc/com/bitpay/sdk/model/Bill/Bill.html @@ -2,10 +2,10 @@ - + Bill - + diff --git a/doc/com/bitpay/sdk/model/Bill/BillStatus.html b/doc/com/bitpay/sdk/model/Bill/BillStatus.html index d48e4415..db7e656e 100644 --- a/doc/com/bitpay/sdk/model/Bill/BillStatus.html +++ b/doc/com/bitpay/sdk/model/Bill/BillStatus.html @@ -2,10 +2,10 @@ - + BillStatus - + diff --git a/doc/com/bitpay/sdk/model/Bill/Item.html b/doc/com/bitpay/sdk/model/Bill/Item.html index 6162922c..e21ac67d 100644 --- a/doc/com/bitpay/sdk/model/Bill/Item.html +++ b/doc/com/bitpay/sdk/model/Bill/Item.html @@ -2,10 +2,10 @@ - + Item - + diff --git a/doc/com/bitpay/sdk/model/Bill/package-summary.html b/doc/com/bitpay/sdk/model/Bill/package-summary.html index b76ae540..6e0eb73b 100644 --- a/doc/com/bitpay/sdk/model/Bill/package-summary.html +++ b/doc/com/bitpay/sdk/model/Bill/package-summary.html @@ -2,10 +2,10 @@ - + com.bitpay.sdk.model.Bill - + diff --git a/doc/com/bitpay/sdk/model/Bill/package-tree.html b/doc/com/bitpay/sdk/model/Bill/package-tree.html index 891b679d..8124be3e 100644 --- a/doc/com/bitpay/sdk/model/Bill/package-tree.html +++ b/doc/com/bitpay/sdk/model/Bill/package-tree.html @@ -2,10 +2,10 @@ - + com.bitpay.sdk.model.Bill Class Hierarchy - + diff --git a/doc/com/bitpay/sdk/model/Currency.html b/doc/com/bitpay/sdk/model/Currency.html index 55d66ce9..d11e3184 100644 --- a/doc/com/bitpay/sdk/model/Currency.html +++ b/doc/com/bitpay/sdk/model/Currency.html @@ -2,10 +2,10 @@ - + Currency - + diff --git a/doc/com/bitpay/sdk/model/Facade.html b/doc/com/bitpay/sdk/model/Facade.html index 7beea96b..16d18080 100644 --- a/doc/com/bitpay/sdk/model/Facade.html +++ b/doc/com/bitpay/sdk/model/Facade.html @@ -2,10 +2,10 @@ - + Facade - + diff --git a/doc/com/bitpay/sdk/model/Invoice/Buyer.html b/doc/com/bitpay/sdk/model/Invoice/Buyer.html index 8a48bc9f..ef97bf4e 100644 --- a/doc/com/bitpay/sdk/model/Invoice/Buyer.html +++ b/doc/com/bitpay/sdk/model/Invoice/Buyer.html @@ -2,10 +2,10 @@ - + Buyer - + diff --git a/doc/com/bitpay/sdk/model/Invoice/Invoice.html b/doc/com/bitpay/sdk/model/Invoice/Invoice.html index 5d8ab0da..81b7d04d 100644 --- a/doc/com/bitpay/sdk/model/Invoice/Invoice.html +++ b/doc/com/bitpay/sdk/model/Invoice/Invoice.html @@ -2,10 +2,10 @@ - + Invoice - + @@ -349,7 +349,7 @@

Method Summary

  -RefundInfo +RefundInfo getRefundInfo()   @@ -575,7 +575,7 @@

Method Summary

void -setRefundInfo​(RefundInfo _refundInfo) +setRefundInfo​(RefundInfo _refundInfo)   @@ -1345,16 +1345,16 @@

setBillId

- + diff --git a/doc/com/bitpay/sdk/model/Invoice/InvoiceBuyerProvidedInfo.html b/doc/com/bitpay/sdk/model/Invoice/InvoiceBuyerProvidedInfo.html index dd396f54..3257c097 100644 --- a/doc/com/bitpay/sdk/model/Invoice/InvoiceBuyerProvidedInfo.html +++ b/doc/com/bitpay/sdk/model/Invoice/InvoiceBuyerProvidedInfo.html @@ -2,10 +2,10 @@ - + InvoiceBuyerProvidedInfo - + diff --git a/doc/com/bitpay/sdk/model/Invoice/InvoiceStatus.html b/doc/com/bitpay/sdk/model/Invoice/InvoiceStatus.html index ded1b656..4c4950a4 100644 --- a/doc/com/bitpay/sdk/model/Invoice/InvoiceStatus.html +++ b/doc/com/bitpay/sdk/model/Invoice/InvoiceStatus.html @@ -2,10 +2,10 @@ - + InvoiceStatus - + @@ -134,22 +134,22 @@

Field Summary

static java.lang.String -
Cancelled +Complete   static java.lang.String -Complete +Confirmed   static java.lang.String -Failed +Expired   static java.lang.String -Funded +Invalid   @@ -159,7 +159,7 @@

Field Summary

static java.lang.String -Processing +Paid   @@ -236,29 +236,29 @@

New

- + - + @@ -275,29 +275,29 @@

Complete

- + - + diff --git a/doc/com/bitpay/sdk/model/Invoice/InvoiceTransaction.html b/doc/com/bitpay/sdk/model/Invoice/InvoiceTransaction.html index 17795c76..3e03fe10 100644 --- a/doc/com/bitpay/sdk/model/Invoice/InvoiceTransaction.html +++ b/doc/com/bitpay/sdk/model/Invoice/InvoiceTransaction.html @@ -2,10 +2,10 @@ - + InvoiceTransaction - + diff --git a/doc/com/bitpay/sdk/model/Invoice/MinerFees.html b/doc/com/bitpay/sdk/model/Invoice/MinerFees.html index 7e6c3faf..01f146fb 100644 --- a/doc/com/bitpay/sdk/model/Invoice/MinerFees.html +++ b/doc/com/bitpay/sdk/model/Invoice/MinerFees.html @@ -2,10 +2,10 @@ - + MinerFees - + diff --git a/doc/com/bitpay/sdk/model/Invoice/MinerFeesItem.html b/doc/com/bitpay/sdk/model/Invoice/MinerFeesItem.html index a252e741..48096188 100644 --- a/doc/com/bitpay/sdk/model/Invoice/MinerFeesItem.html +++ b/doc/com/bitpay/sdk/model/Invoice/MinerFeesItem.html @@ -2,10 +2,10 @@ - + MinerFeesItem - + diff --git a/doc/com/bitpay/sdk/model/Invoice/PaymentCode.html b/doc/com/bitpay/sdk/model/Invoice/PaymentCode.html index ccee5396..6b486f8a 100644 --- a/doc/com/bitpay/sdk/model/Invoice/PaymentCode.html +++ b/doc/com/bitpay/sdk/model/Invoice/PaymentCode.html @@ -2,10 +2,10 @@ - + PaymentCode - + diff --git a/doc/com/bitpay/sdk/model/Invoice/PaymentCodes.html b/doc/com/bitpay/sdk/model/Invoice/PaymentCodes.html index 7a70157d..63b88faa 100644 --- a/doc/com/bitpay/sdk/model/Invoice/PaymentCodes.html +++ b/doc/com/bitpay/sdk/model/Invoice/PaymentCodes.html @@ -2,10 +2,10 @@ - + PaymentCodes - + diff --git a/doc/com/bitpay/sdk/model/Invoice/PaymentTotal.html b/doc/com/bitpay/sdk/model/Invoice/PaymentTotal.html index 831c90bc..cadd1a7e 100644 --- a/doc/com/bitpay/sdk/model/Invoice/PaymentTotal.html +++ b/doc/com/bitpay/sdk/model/Invoice/PaymentTotal.html @@ -2,10 +2,10 @@ - + PaymentTotal - + diff --git a/doc/com/bitpay/sdk/model/Invoice/Refund.html b/doc/com/bitpay/sdk/model/Invoice/Refund.html index 5f34df14..ad438554 100644 --- a/doc/com/bitpay/sdk/model/Invoice/Refund.html +++ b/doc/com/bitpay/sdk/model/Invoice/Refund.html @@ -2,10 +2,10 @@ - + Refund - + diff --git a/doc/com/bitpay/sdk/model/Invoice/RefundInfo.html b/doc/com/bitpay/sdk/model/Invoice/RefundInfo.html index 66a3da17..dfc9c65a 100644 --- a/doc/com/bitpay/sdk/model/Invoice/RefundInfo.html +++ b/doc/com/bitpay/sdk/model/Invoice/RefundInfo.html @@ -2,10 +2,10 @@ - + RefundInfo - + diff --git a/doc/com/bitpay/sdk/model/Invoice/RefundParams.html b/doc/com/bitpay/sdk/model/Invoice/RefundParams.html index 4d1882fd..d412b4fe 100644 --- a/doc/com/bitpay/sdk/model/Invoice/RefundParams.html +++ b/doc/com/bitpay/sdk/model/Invoice/RefundParams.html @@ -2,10 +2,10 @@ - + RefundParams - + diff --git a/doc/com/bitpay/sdk/model/Invoice/RefundStatus.html b/doc/com/bitpay/sdk/model/Invoice/RefundStatus.html index 53557bf9..c707d95c 100644 --- a/doc/com/bitpay/sdk/model/Invoice/RefundStatus.html +++ b/doc/com/bitpay/sdk/model/Invoice/RefundStatus.html @@ -2,10 +2,10 @@ - + RefundStatus - + diff --git a/doc/com/bitpay/sdk/model/Invoice/Shopper.html b/doc/com/bitpay/sdk/model/Invoice/Shopper.html index dbe692bc..5a09bdd2 100644 --- a/doc/com/bitpay/sdk/model/Invoice/Shopper.html +++ b/doc/com/bitpay/sdk/model/Invoice/Shopper.html @@ -2,10 +2,10 @@ - + Shopper - + diff --git a/doc/com/bitpay/sdk/model/Invoice/SupportedTransactionCurrencies.html b/doc/com/bitpay/sdk/model/Invoice/SupportedTransactionCurrencies.html index d40a5204..954fbe3e 100644 --- a/doc/com/bitpay/sdk/model/Invoice/SupportedTransactionCurrencies.html +++ b/doc/com/bitpay/sdk/model/Invoice/SupportedTransactionCurrencies.html @@ -2,10 +2,10 @@ - + SupportedTransactionCurrencies - + diff --git a/doc/com/bitpay/sdk/model/Invoice/SupportedTransactionCurrency.html b/doc/com/bitpay/sdk/model/Invoice/SupportedTransactionCurrency.html index 19d5a8de..caae9ee6 100644 --- a/doc/com/bitpay/sdk/model/Invoice/SupportedTransactionCurrency.html +++ b/doc/com/bitpay/sdk/model/Invoice/SupportedTransactionCurrency.html @@ -2,10 +2,10 @@ - + SupportedTransactionCurrency - + diff --git a/doc/com/bitpay/sdk/model/Invoice/package-summary.html b/doc/com/bitpay/sdk/model/Invoice/package-summary.html index 76632a50..8b27b4ac 100644 --- a/doc/com/bitpay/sdk/model/Invoice/package-summary.html +++ b/doc/com/bitpay/sdk/model/Invoice/package-summary.html @@ -2,10 +2,10 @@ - + com.bitpay.sdk.model.Invoice - + diff --git a/doc/com/bitpay/sdk/model/Invoice/package-tree.html b/doc/com/bitpay/sdk/model/Invoice/package-tree.html index 79de3d75..601ae3e9 100644 --- a/doc/com/bitpay/sdk/model/Invoice/package-tree.html +++ b/doc/com/bitpay/sdk/model/Invoice/package-tree.html @@ -2,10 +2,10 @@ - + com.bitpay.sdk.model.Invoice Class Hierarchy - + diff --git a/doc/com/bitpay/sdk/model/Ledger/Buyer.html b/doc/com/bitpay/sdk/model/Ledger/Buyer.html index 2b0e3b11..21361859 100644 --- a/doc/com/bitpay/sdk/model/Ledger/Buyer.html +++ b/doc/com/bitpay/sdk/model/Ledger/Buyer.html @@ -2,10 +2,10 @@ - + Buyer - + diff --git a/doc/com/bitpay/sdk/model/Ledger/Ledger.html b/doc/com/bitpay/sdk/model/Ledger/Ledger.html index 9a44cdd3..f4de5c08 100644 --- a/doc/com/bitpay/sdk/model/Ledger/Ledger.html +++ b/doc/com/bitpay/sdk/model/Ledger/Ledger.html @@ -2,10 +2,10 @@ - + Ledger - + diff --git a/doc/com/bitpay/sdk/model/Ledger/LedgerEntry.html b/doc/com/bitpay/sdk/model/Ledger/LedgerEntry.html index 9ed5aa92..d2d64e0e 100644 --- a/doc/com/bitpay/sdk/model/Ledger/LedgerEntry.html +++ b/doc/com/bitpay/sdk/model/Ledger/LedgerEntry.html @@ -2,10 +2,10 @@ - + LedgerEntry - + diff --git a/doc/com/bitpay/sdk/model/Ledger/package-summary.html b/doc/com/bitpay/sdk/model/Ledger/package-summary.html index 8480f3c6..eec8d512 100644 --- a/doc/com/bitpay/sdk/model/Ledger/package-summary.html +++ b/doc/com/bitpay/sdk/model/Ledger/package-summary.html @@ -2,10 +2,10 @@ - + com.bitpay.sdk.model.Ledger - + diff --git a/doc/com/bitpay/sdk/model/Ledger/package-tree.html b/doc/com/bitpay/sdk/model/Ledger/package-tree.html index 0ef9c87f..2f2aeb62 100644 --- a/doc/com/bitpay/sdk/model/Ledger/package-tree.html +++ b/doc/com/bitpay/sdk/model/Ledger/package-tree.html @@ -2,10 +2,10 @@ - + com.bitpay.sdk.model.Ledger Class Hierarchy - + diff --git a/doc/com/bitpay/sdk/model/Payout/PayoutBatch.html b/doc/com/bitpay/sdk/model/Payout/PayoutBatch.html index d5934a4b..790dc024 100644 --- a/doc/com/bitpay/sdk/model/Payout/PayoutBatch.html +++ b/doc/com/bitpay/sdk/model/Payout/PayoutBatch.html @@ -2,10 +2,10 @@ - + PayoutBatch - + diff --git a/doc/com/bitpay/sdk/model/Payout/PayoutInstruction.html b/doc/com/bitpay/sdk/model/Payout/PayoutInstruction.html index 730a8558..6c022360 100644 --- a/doc/com/bitpay/sdk/model/Payout/PayoutInstruction.html +++ b/doc/com/bitpay/sdk/model/Payout/PayoutInstruction.html @@ -2,10 +2,10 @@ - + PayoutInstruction - + diff --git a/doc/com/bitpay/sdk/model/Payout/PayoutInstructionBtcSummary.html b/doc/com/bitpay/sdk/model/Payout/PayoutInstructionBtcSummary.html index b7d0bfef..8b9f98c9 100644 --- a/doc/com/bitpay/sdk/model/Payout/PayoutInstructionBtcSummary.html +++ b/doc/com/bitpay/sdk/model/Payout/PayoutInstructionBtcSummary.html @@ -2,10 +2,10 @@ - + PayoutInstructionBtcSummary - + diff --git a/doc/com/bitpay/sdk/model/Payout/PayoutInstructionTransaction.html b/doc/com/bitpay/sdk/model/Payout/PayoutInstructionTransaction.html index d9b1dcba..a8835016 100644 --- a/doc/com/bitpay/sdk/model/Payout/PayoutInstructionTransaction.html +++ b/doc/com/bitpay/sdk/model/Payout/PayoutInstructionTransaction.html @@ -2,10 +2,10 @@ - + PayoutInstructionTransaction - + diff --git a/doc/com/bitpay/sdk/model/Payout/PayoutStatus.html b/doc/com/bitpay/sdk/model/Payout/PayoutStatus.html index 4aa42130..144d8f7d 100644 --- a/doc/com/bitpay/sdk/model/Payout/PayoutStatus.html +++ b/doc/com/bitpay/sdk/model/Payout/PayoutStatus.html @@ -2,10 +2,10 @@ - + PayoutStatus - + diff --git a/doc/com/bitpay/sdk/model/Payout/package-summary.html b/doc/com/bitpay/sdk/model/Payout/package-summary.html index 15193d8c..4d9cc7e5 100644 --- a/doc/com/bitpay/sdk/model/Payout/package-summary.html +++ b/doc/com/bitpay/sdk/model/Payout/package-summary.html @@ -2,10 +2,10 @@ - + com.bitpay.sdk.model.Payout - + diff --git a/doc/com/bitpay/sdk/model/Payout/package-tree.html b/doc/com/bitpay/sdk/model/Payout/package-tree.html index a218088b..9a78f3a8 100644 --- a/doc/com/bitpay/sdk/model/Payout/package-tree.html +++ b/doc/com/bitpay/sdk/model/Payout/package-tree.html @@ -2,10 +2,10 @@ - + com.bitpay.sdk.model.Payout Class Hierarchy - + diff --git a/doc/com/bitpay/sdk/model/Policy.html b/doc/com/bitpay/sdk/model/Policy.html index b58d792c..10d171b5 100644 --- a/doc/com/bitpay/sdk/model/Policy.html +++ b/doc/com/bitpay/sdk/model/Policy.html @@ -2,10 +2,10 @@ - + Policy - + diff --git a/doc/com/bitpay/sdk/model/Rate/Rate.html b/doc/com/bitpay/sdk/model/Rate/Rate.html index f092a041..ab3fe6ee 100644 --- a/doc/com/bitpay/sdk/model/Rate/Rate.html +++ b/doc/com/bitpay/sdk/model/Rate/Rate.html @@ -2,10 +2,10 @@ - + Rate - + diff --git a/doc/com/bitpay/sdk/model/Rate/Rates.html b/doc/com/bitpay/sdk/model/Rate/Rates.html index 4b99d1ce..c0137306 100644 --- a/doc/com/bitpay/sdk/model/Rate/Rates.html +++ b/doc/com/bitpay/sdk/model/Rate/Rates.html @@ -2,10 +2,10 @@ - + Rates - + diff --git a/doc/com/bitpay/sdk/model/Rate/package-summary.html b/doc/com/bitpay/sdk/model/Rate/package-summary.html index 65b71b81..34ab1d95 100644 --- a/doc/com/bitpay/sdk/model/Rate/package-summary.html +++ b/doc/com/bitpay/sdk/model/Rate/package-summary.html @@ -2,10 +2,10 @@ - + com.bitpay.sdk.model.Rate - + diff --git a/doc/com/bitpay/sdk/model/Rate/package-tree.html b/doc/com/bitpay/sdk/model/Rate/package-tree.html index 75250d59..83a13ef4 100644 --- a/doc/com/bitpay/sdk/model/Rate/package-tree.html +++ b/doc/com/bitpay/sdk/model/Rate/package-tree.html @@ -2,10 +2,10 @@ - + com.bitpay.sdk.model.Rate Class Hierarchy - + diff --git a/doc/com/bitpay/sdk/model/Settlement/InvoiceData.html b/doc/com/bitpay/sdk/model/Settlement/InvoiceData.html index 7ec95aea..65e5bdff 100644 --- a/doc/com/bitpay/sdk/model/Settlement/InvoiceData.html +++ b/doc/com/bitpay/sdk/model/Settlement/InvoiceData.html @@ -2,10 +2,10 @@ - + InvoiceData - + diff --git a/doc/com/bitpay/sdk/model/Settlement/PayoutInfo.html b/doc/com/bitpay/sdk/model/Settlement/PayoutInfo.html index 7cb3538a..bcb88d03 100644 --- a/doc/com/bitpay/sdk/model/Settlement/PayoutInfo.html +++ b/doc/com/bitpay/sdk/model/Settlement/PayoutInfo.html @@ -2,10 +2,10 @@ - + PayoutInfo - + diff --git a/doc/com/bitpay/sdk/model/Settlement/RefundInfo.html b/doc/com/bitpay/sdk/model/Settlement/RefundInfo.html index 3b63846f..7fbc809c 100644 --- a/doc/com/bitpay/sdk/model/Settlement/RefundInfo.html +++ b/doc/com/bitpay/sdk/model/Settlement/RefundInfo.html @@ -2,10 +2,10 @@ - + RefundInfo - + diff --git a/doc/com/bitpay/sdk/model/Settlement/Settlement.html b/doc/com/bitpay/sdk/model/Settlement/Settlement.html index 1324480f..bfc94f66 100644 --- a/doc/com/bitpay/sdk/model/Settlement/Settlement.html +++ b/doc/com/bitpay/sdk/model/Settlement/Settlement.html @@ -2,10 +2,10 @@ - + Settlement - + diff --git a/doc/com/bitpay/sdk/model/Settlement/SettlementLedgerEntry.html b/doc/com/bitpay/sdk/model/Settlement/SettlementLedgerEntry.html index 63805901..04257e24 100644 --- a/doc/com/bitpay/sdk/model/Settlement/SettlementLedgerEntry.html +++ b/doc/com/bitpay/sdk/model/Settlement/SettlementLedgerEntry.html @@ -2,10 +2,10 @@ - + SettlementLedgerEntry - + diff --git a/doc/com/bitpay/sdk/model/Settlement/WithHoldings.html b/doc/com/bitpay/sdk/model/Settlement/WithHoldings.html index a859a579..50f82a19 100644 --- a/doc/com/bitpay/sdk/model/Settlement/WithHoldings.html +++ b/doc/com/bitpay/sdk/model/Settlement/WithHoldings.html @@ -2,10 +2,10 @@ - + WithHoldings - + diff --git a/doc/com/bitpay/sdk/model/Settlement/package-summary.html b/doc/com/bitpay/sdk/model/Settlement/package-summary.html index ea1c1d54..fa58afc9 100644 --- a/doc/com/bitpay/sdk/model/Settlement/package-summary.html +++ b/doc/com/bitpay/sdk/model/Settlement/package-summary.html @@ -2,10 +2,10 @@ - + com.bitpay.sdk.model.Settlement - + diff --git a/doc/com/bitpay/sdk/model/Settlement/package-tree.html b/doc/com/bitpay/sdk/model/Settlement/package-tree.html index 29176e2a..63b8edd6 100644 --- a/doc/com/bitpay/sdk/model/Settlement/package-tree.html +++ b/doc/com/bitpay/sdk/model/Settlement/package-tree.html @@ -2,10 +2,10 @@ - + com.bitpay.sdk.model.Settlement Class Hierarchy - + diff --git a/doc/com/bitpay/sdk/model/Token.html b/doc/com/bitpay/sdk/model/Token.html index 576e6d15..825fd5c7 100644 --- a/doc/com/bitpay/sdk/model/Token.html +++ b/doc/com/bitpay/sdk/model/Token.html @@ -2,10 +2,10 @@ - + Token - + diff --git a/doc/com/bitpay/sdk/model/package-summary.html b/doc/com/bitpay/sdk/model/package-summary.html index 2ae867f4..0dc6f315 100644 --- a/doc/com/bitpay/sdk/model/package-summary.html +++ b/doc/com/bitpay/sdk/model/package-summary.html @@ -2,10 +2,10 @@ - + com.bitpay.sdk.model - + diff --git a/doc/com/bitpay/sdk/model/package-tree.html b/doc/com/bitpay/sdk/model/package-tree.html index 4c212fd7..56adf626 100644 --- a/doc/com/bitpay/sdk/model/package-tree.html +++ b/doc/com/bitpay/sdk/model/package-tree.html @@ -2,10 +2,10 @@ - + com.bitpay.sdk.model Class Hierarchy - + diff --git a/doc/com/bitpay/sdk/package-summary.html b/doc/com/bitpay/sdk/package-summary.html index 69852b79..99b81516 100644 --- a/doc/com/bitpay/sdk/package-summary.html +++ b/doc/com/bitpay/sdk/package-summary.html @@ -2,10 +2,10 @@ - + com.bitpay.sdk - + diff --git a/doc/com/bitpay/sdk/package-tree.html b/doc/com/bitpay/sdk/package-tree.html index a1f3134f..2f5f24a6 100644 --- a/doc/com/bitpay/sdk/package-tree.html +++ b/doc/com/bitpay/sdk/package-tree.html @@ -2,10 +2,10 @@ - + com.bitpay.sdk Class Hierarchy - + diff --git a/doc/com/bitpay/sdk/util/BitPayLogger.html b/doc/com/bitpay/sdk/util/BitPayLogger.html index b4b33ace..51c76cc0 100644 --- a/doc/com/bitpay/sdk/util/BitPayLogger.html +++ b/doc/com/bitpay/sdk/util/BitPayLogger.html @@ -2,10 +2,10 @@ - + BitPayLogger - + diff --git a/doc/com/bitpay/sdk/util/DateDeserializer.html b/doc/com/bitpay/sdk/util/DateDeserializer.html index 5f734616..ddbc3a7d 100644 --- a/doc/com/bitpay/sdk/util/DateDeserializer.html +++ b/doc/com/bitpay/sdk/util/DateDeserializer.html @@ -2,10 +2,10 @@ - + DateDeserializer - + diff --git a/doc/com/bitpay/sdk/util/DateSerializer.html b/doc/com/bitpay/sdk/util/DateSerializer.html index a8dc0bed..3ba3ae23 100644 --- a/doc/com/bitpay/sdk/util/DateSerializer.html +++ b/doc/com/bitpay/sdk/util/DateSerializer.html @@ -2,10 +2,10 @@ - + DateSerializer - + diff --git a/doc/com/bitpay/sdk/util/KeyUtils.html b/doc/com/bitpay/sdk/util/KeyUtils.html index c12fb7bc..355a2e6a 100644 --- a/doc/com/bitpay/sdk/util/KeyUtils.html +++ b/doc/com/bitpay/sdk/util/KeyUtils.html @@ -2,10 +2,10 @@ - + KeyUtils - + diff --git a/doc/com/bitpay/sdk/util/PayoutInstructionBtcSummaryDeserializer.html b/doc/com/bitpay/sdk/util/PayoutInstructionBtcSummaryDeserializer.html index 7557b8b9..1768f456 100644 --- a/doc/com/bitpay/sdk/util/PayoutInstructionBtcSummaryDeserializer.html +++ b/doc/com/bitpay/sdk/util/PayoutInstructionBtcSummaryDeserializer.html @@ -2,10 +2,10 @@ - + PayoutInstructionBtcSummaryDeserializer - + diff --git a/doc/com/bitpay/sdk/util/package-summary.html b/doc/com/bitpay/sdk/util/package-summary.html index f021c714..fd64345a 100644 --- a/doc/com/bitpay/sdk/util/package-summary.html +++ b/doc/com/bitpay/sdk/util/package-summary.html @@ -2,10 +2,10 @@ - + com.bitpay.sdk.util - + diff --git a/doc/com/bitpay/sdk/util/package-tree.html b/doc/com/bitpay/sdk/util/package-tree.html index cda508aa..f1235bf6 100644 --- a/doc/com/bitpay/sdk/util/package-tree.html +++ b/doc/com/bitpay/sdk/util/package-tree.html @@ -2,10 +2,10 @@ - + com.bitpay.sdk.util Class Hierarchy - + diff --git a/doc/constant-values.html b/doc/constant-values.html index f0075ce4..b6bfac88 100644 --- a/doc/constant-values.html +++ b/doc/constant-values.html @@ -2,10 +2,10 @@ - + Constant Field Values - + @@ -1479,32 +1479,32 @@

com.bitpay.*

- + public static final java.lang.String -Cancelled -"cancelled" +Complete +"complete" - + public static final java.lang.String -Complete -"complete" +Confirmed +"confirmed" - + public static final java.lang.String -Failed -"failed" +Expired +"expired" - + public static final java.lang.String -Funded -"funded" +Invalid +"invalid" @@ -1514,11 +1514,11 @@

com.bitpay.*

"new" -
+ public static final java.lang.String -Processing -"processing" +Paid +"paid" diff --git a/doc/help-doc.html b/doc/help-doc.html index 1f78abe2..e8f8d91e 100644 --- a/doc/help-doc.html +++ b/doc/help-doc.html @@ -2,10 +2,10 @@ - + API Help - + diff --git a/doc/index-files/index-1.html b/doc/index-files/index-1.html index 728620eb..2f98e8a1 100644 --- a/doc/index-files/index-1.html +++ b/doc/index-files/index-1.html @@ -2,10 +2,10 @@ - + A-Index - + diff --git a/doc/index-files/index-10.html b/doc/index-files/index-10.html index d270e220..6ba4ec41 100644 --- a/doc/index-files/index-10.html +++ b/doc/index-files/index-10.html @@ -2,10 +2,10 @@ - + J-Index - + diff --git a/doc/index-files/index-11.html b/doc/index-files/index-11.html index 8953ba50..c13f12ca 100644 --- a/doc/index-files/index-11.html +++ b/doc/index-files/index-11.html @@ -2,10 +2,10 @@ - + K-Index - + diff --git a/doc/index-files/index-12.html b/doc/index-files/index-12.html index 4e5893ea..2a911726 100644 --- a/doc/index-files/index-12.html +++ b/doc/index-files/index-12.html @@ -2,10 +2,10 @@ - + L-Index - + diff --git a/doc/index-files/index-13.html b/doc/index-files/index-13.html index f793ab06..7538e15a 100644 --- a/doc/index-files/index-13.html +++ b/doc/index-files/index-13.html @@ -2,10 +2,10 @@ - + M-Index - + diff --git a/doc/index-files/index-14.html b/doc/index-files/index-14.html index 1db64411..a6d16907 100644 --- a/doc/index-files/index-14.html +++ b/doc/index-files/index-14.html @@ -2,10 +2,10 @@ - + N-Index - + diff --git a/doc/index-files/index-15.html b/doc/index-files/index-15.html index 278ed3f1..54f7bba0 100644 --- a/doc/index-files/index-15.html +++ b/doc/index-files/index-15.html @@ -2,10 +2,10 @@ - + O-Index - + diff --git a/doc/index-files/index-16.html b/doc/index-files/index-16.html index 9414a26d..9d380f6e 100644 --- a/doc/index-files/index-16.html +++ b/doc/index-files/index-16.html @@ -2,10 +2,10 @@ - + P-Index - + @@ -84,6 +84,8 @@

P

 
Paid - Static variable in class com.bitpay.sdk.model.Bill.BillStatus
 
+
Paid - Static variable in class com.bitpay.sdk.model.Invoice.InvoiceStatus
+
 
Paid - Static variable in class com.bitpay.sdk.model.Payout.PayoutStatus
 
PAX - Static variable in class com.bitpay.sdk.model.Currency
@@ -194,8 +196,6 @@

P

 
privateKeyExists(String) - Static method in class com.bitpay.sdk.util.KeyUtils
 
-
Processing - Static variable in class com.bitpay.sdk.model.Invoice.InvoiceStatus
-
 
Processing - Static variable in class com.bitpay.sdk.model.Payout.PayoutStatus
 
Prod - Static variable in class com.bitpay.sdk.Env
diff --git a/doc/index-files/index-17.html b/doc/index-files/index-17.html index dcfee434..c011934b 100644 --- a/doc/index-files/index-17.html +++ b/doc/index-files/index-17.html @@ -2,10 +2,10 @@ - + Q-Index - + diff --git a/doc/index-files/index-18.html b/doc/index-files/index-18.html index 62df49fd..14da898c 100644 --- a/doc/index-files/index-18.html +++ b/doc/index-files/index-18.html @@ -2,10 +2,10 @@ - + R-Index - + diff --git a/doc/index-files/index-19.html b/doc/index-files/index-19.html index acb06b60..5ae230dc 100644 --- a/doc/index-files/index-19.html +++ b/doc/index-files/index-19.html @@ -2,10 +2,10 @@ - + S-Index - + @@ -524,7 +524,7 @@

S

 
setRefundEmail(String) - Method in class com.bitpay.sdk.model.Invoice.Refund
 
-
setRefundInfo(RefundInfo) - Method in class com.bitpay.sdk.model.Invoice.Invoice
+
setRefundInfo(RefundInfo) - Method in class com.bitpay.sdk.model.Invoice.Invoice
 
setRegion(String) - Method in class com.bitpay.sdk.model.Invoice.Buyer
 
diff --git a/doc/index-files/index-2.html b/doc/index-files/index-2.html index a68a2c72..11d9f891 100644 --- a/doc/index-files/index-2.html +++ b/doc/index-files/index-2.html @@ -2,10 +2,10 @@ - + B-Index - + diff --git a/doc/index-files/index-20.html b/doc/index-files/index-20.html index 0aab4fef..97b1e9e0 100644 --- a/doc/index-files/index-20.html +++ b/doc/index-files/index-20.html @@ -2,10 +2,10 @@ - + T-Index - + @@ -156,6 +156,8 @@

T

 
testShouldGetPayoutBatchesByStatus() - Method in class test.BitPayTest3
 
+
testShouldICT() - Method in class test.BitPayTest
+
 
testShouldSubmitGetAndDeletePayoutBatch() - Method in class test.BitPayTest3
 
testShouldSubmitPayoutBatch() - Method in class test.BitPayTest3
diff --git a/doc/index-files/index-21.html b/doc/index-files/index-21.html index b2374222..3c4d9daa 100644 --- a/doc/index-files/index-21.html +++ b/doc/index-files/index-21.html @@ -2,10 +2,10 @@ - + U-Index - + diff --git a/doc/index-files/index-22.html b/doc/index-files/index-22.html index e0c843da..27e566df 100644 --- a/doc/index-files/index-22.html +++ b/doc/index-files/index-22.html @@ -2,10 +2,10 @@ - + V-Index - + diff --git a/doc/index-files/index-23.html b/doc/index-files/index-23.html index e8709fd7..8575d87f 100644 --- a/doc/index-files/index-23.html +++ b/doc/index-files/index-23.html @@ -2,10 +2,10 @@ - + W-Index - + diff --git a/doc/index-files/index-24.html b/doc/index-files/index-24.html index 76400067..0c00650e 100644 --- a/doc/index-files/index-24.html +++ b/doc/index-files/index-24.html @@ -2,10 +2,10 @@ - + X-Index - + diff --git a/doc/index-files/index-25.html b/doc/index-files/index-25.html index ee357901..1f8462cd 100644 --- a/doc/index-files/index-25.html +++ b/doc/index-files/index-25.html @@ -2,10 +2,10 @@ - + Y-Index - + diff --git a/doc/index-files/index-26.html b/doc/index-files/index-26.html index e32c567f..571623ac 100644 --- a/doc/index-files/index-26.html +++ b/doc/index-files/index-26.html @@ -2,10 +2,10 @@ - + Z-Index - + diff --git a/doc/index-files/index-3.html b/doc/index-files/index-3.html index 1760f40a..ebdbb33d 100644 --- a/doc/index-files/index-3.html +++ b/doc/index-files/index-3.html @@ -2,10 +2,10 @@ - + C-Index - + @@ -82,8 +82,6 @@

C

CAD - Static variable in class com.bitpay.sdk.model.Currency
 
-
Cancelled - Static variable in class com.bitpay.sdk.model.Invoice.InvoiceStatus
-
 
Cancelled - Static variable in class com.bitpay.sdk.model.Payout.PayoutStatus
 
cancelPayoutBatch(String) - Method in class com.bitpay.sdk.Client
@@ -156,6 +154,8 @@

C

 
Config() - Constructor for class com.bitpay.sdk.Config
 
+
Confirmed - Static variable in class com.bitpay.sdk.model.Invoice.InvoiceStatus
+
 
COP - Static variable in class com.bitpay.sdk.model.Currency
 
COU - Static variable in class com.bitpay.sdk.model.Currency
diff --git a/doc/index-files/index-4.html b/doc/index-files/index-4.html index 8508bd4e..7053a6d7 100644 --- a/doc/index-files/index-4.html +++ b/doc/index-files/index-4.html @@ -2,10 +2,10 @@ - + D-Index - + diff --git a/doc/index-files/index-5.html b/doc/index-files/index-5.html index 252b650e..5661862a 100644 --- a/doc/index-files/index-5.html +++ b/doc/index-files/index-5.html @@ -2,10 +2,10 @@ - + E-Index - + @@ -100,6 +100,8 @@

E

 
EUR - Static variable in class com.bitpay.sdk.model.Currency
 
+
Expired - Static variable in class com.bitpay.sdk.model.Invoice.InvoiceStatus
+
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes All Packages diff --git a/doc/index-files/index-6.html b/doc/index-files/index-6.html index fb2e5a1e..740b6e5f 100644 --- a/doc/index-files/index-6.html +++ b/doc/index-files/index-6.html @@ -2,10 +2,10 @@ - + F-Index - + @@ -84,8 +84,6 @@

F

 
Facade() - Constructor for class com.bitpay.sdk.model.Facade
 
-
Failed - Static variable in class com.bitpay.sdk.model.Invoice.InvoiceStatus
-
 
Failed - Static variable in class com.bitpay.sdk.model.Payout.PayoutStatus
 
Failure - Static variable in class com.bitpay.sdk.model.Invoice.RefundStatus
@@ -94,8 +92,6 @@

F

 
FKP - Static variable in class com.bitpay.sdk.model.Currency
 
-
Funded - Static variable in class com.bitpay.sdk.model.Invoice.InvoiceStatus
-
 
Funded - Static variable in class com.bitpay.sdk.model.Payout.PayoutStatus
 
diff --git a/doc/index-files/index-7.html b/doc/index-files/index-7.html index cdfd1a9f..94ecdaeb 100644 --- a/doc/index-files/index-7.html +++ b/doc/index-files/index-7.html @@ -2,10 +2,10 @@ - + G-Index - + diff --git a/doc/index-files/index-8.html b/doc/index-files/index-8.html index ec30c80b..03256e4b 100644 --- a/doc/index-files/index-8.html +++ b/doc/index-files/index-8.html @@ -2,10 +2,10 @@ - + H-Index - + diff --git a/doc/index-files/index-9.html b/doc/index-files/index-9.html index 544710a2..8fd6c318 100644 --- a/doc/index-files/index-9.html +++ b/doc/index-files/index-9.html @@ -2,10 +2,10 @@ - + I-Index - + @@ -90,6 +90,8 @@

I

 
INR - Static variable in class com.bitpay.sdk.model.Currency
 
+
Invalid - Static variable in class com.bitpay.sdk.model.Invoice.InvoiceStatus
+
 
Invoice - Class in com.bitpay.sdk.model.Invoice
 
Invoice() - Constructor for class com.bitpay.sdk.model.Invoice.Invoice
diff --git a/doc/index.html b/doc/index.html index f75bfc5b..db5e4334 100644 --- a/doc/index.html +++ b/doc/index.html @@ -2,10 +2,10 @@ - + Overview - + diff --git a/doc/member-search-index.js b/doc/member-search-index.js index 54cf03bf..063874d8 100644 --- a/doc/member-search-index.js +++ b/doc/member-search-index.js @@ -1 +1 @@ -memberSearchIndex = [{"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)","url":"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()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"Bill(String, String, String, List)","url":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.util.List)"},{"p":"com.bitpay.sdk.exceptions","c":"BillCreationException","l":"BillCreationException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"BillDeliveryException","l":"BillDeliveryException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"BillException","l":"BillException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"BillQueryException","l":"BillQueryException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"BillStatus","l":"BillStatus()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"BillUpdateException","l":"BillUpdateException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Env","l":"BitpayApiVersion"},{"p":"com.bitpay.sdk","c":"BitPayException","l":"BitPayException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"BitPayException","l":"BitPayException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.util","c":"BitPayLogger","l":"BitPayLogger(int)","url":"%3Cinit%3E(int)"},{"p":"com.bitpay.sdk","c":"Env","l":"BitpayPluginInfo"},{"p":"test","c":"BitPayTest","l":"BitPayTest()","url":"%3Cinit%3E()"},{"p":"test","c":"BitPayTest2","l":"BitPayTest2()","url":"%3Cinit%3E()"},{"p":"test","c":"BitPayTest3","l":"BitPayTest3()","url":"%3Cinit%3E()"},{"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)","url":"BuildConfig(java.lang.String,com.bitpay.sdk.Env.Tokens)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"Buyer()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"Buyer()","url":"%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":"InvoiceStatus","l":"Cancelled"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutStatus","l":"Cancelled"},{"p":"com.bitpay.sdk","c":"Client","l":"cancelPayoutBatch(String)","url":"cancelPayoutBatch(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"cancelRefund(Invoice, String)","url":"cancelRefund(com.bitpay.sdk.model.Invoice.Invoice,java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"cancelRefund(String, Refund)","url":"cancelRefund(java.lang.String,com.bitpay.sdk.model.Invoice.Refund)"},{"p":"com.bitpay.sdk","c":"Client","l":"cancelRefund(String, String)","url":"cancelRefund(java.lang.String,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)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"Client(String, String, Env.Tokens)","url":"%3Cinit%3E(java.lang.String,java.lang.String,com.bitpay.sdk.Env.Tokens)"},{"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()","url":"%3Cinit%3E()"},{"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)","url":"createBill(com.bitpay.sdk.model.Bill.Bill)"},{"p":"com.bitpay.sdk","c":"Client","l":"createBill(Bill, String, boolean)","url":"createBill(com.bitpay.sdk.model.Bill.Bill,java.lang.String,boolean)"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"createEcKey()"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"createEcKeyFromHexString(String)","url":"createEcKeyFromHexString(java.lang.String)"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"createEcKeyFromHexStringFile(String)","url":"createEcKeyFromHexStringFile(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"createInvoice(Invoice)","url":"createInvoice(com.bitpay.sdk.model.Invoice.Invoice)"},{"p":"com.bitpay.sdk","c":"Client","l":"createInvoice(Invoice, String, Boolean)","url":"createInvoice(com.bitpay.sdk.model.Invoice.Invoice,java.lang.String,java.lang.Boolean)"},{"p":"com.bitpay.sdk","c":"Client","l":"createRefund(Invoice, String, Double, String)","url":"createRefund(com.bitpay.sdk.model.Invoice.Invoice,java.lang.String,java.lang.Double,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","c":"Currency","l":"Currency()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"CurrencyException","l":"CurrencyException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"CurrencyQueryException","l":"CurrencyQueryException(String)","url":"%3Cinit%3E(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()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.util","c":"DateSerializer","l":"DateSerializer()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.util","c":"BitPayLogger","l":"DEBUG"},{"p":"com.bitpay.sdk.util","c":"BitPayLogger","l":"debug(String)","url":"debug(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"deliverBill(String, String)","url":"deliverBill(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"deliverBill(String, String, boolean)","url":"deliverBill(java.lang.String,java.lang.String,boolean)"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"deriveSIN(ECKey)","url":"deriveSIN(org.bitcoinj.core.ECKey)"},{"p":"com.bitpay.sdk.util","c":"DateDeserializer","l":"deserialize(JsonParser, DeserializationContext)","url":"deserialize(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext)"},{"p":"com.bitpay.sdk.util","c":"PayoutInstructionBtcSummaryDeserializer","l":"deserialize(JsonParser, DeserializationContext)","url":"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":"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","c":"Env","l":"Env()","url":"%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)","url":"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","c":"Facade","l":"Facade()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceStatus","l":"Failed"},{"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.Invoice","c":"InvoiceStatus","l":"Funded"},{"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)","url":"get(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"get(String, List)","url":"get(java.lang.String,java.util.List)"},{"p":"com.bitpay.sdk","c":"Client","l":"get(String, List, boolean)","url":"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)","url":"getAccessToken(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","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":"InvoiceTransaction","l":"getAmount()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"getAmount()"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundParams","l":"getAmount()"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","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.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":"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":"PaymentCodes","l":"getBch()"},{"p":"com.bitpay.sdk.model.Invoice","c":"PaymentTotal","l":"getBch()"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"getBch()"},{"p":"com.bitpay.sdk","c":"Client","l":"getBill(String)","url":"getBill(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"getBill(String, String, boolean)","url":"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)","url":"getBills(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"PaymentCode","l":"getBip72b()"},{"p":"com.bitpay.sdk.model.Invoice","c":"PaymentCode","l":"getBip73()"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"getBtc()"},{"p":"com.bitpay.sdk.model.Invoice","c":"PaymentCodes","l":"getBtc()"},{"p":"com.bitpay.sdk.model.Invoice","c":"PaymentTotal","l":"getBtc()"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","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":"Invoice","l":"getBuyerProvidedEmail()"},{"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.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","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.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":"RefundParams","l":"getCurrency()"},{"p":"com.bitpay.sdk.model.Ledger","c":"Ledger","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.model.Invoice","c":"Invoice","l":"getCurrentTime()"},{"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","c":"Token","l":"getDateCreated()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getDateCreated()"},{"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":"PayoutBatch","l":"getDepositTotal()"},{"p":"com.bitpay.sdk.model.Bill","c":"Item","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.Bill","c":"Bill","l":"getDueDate()"},{"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.Invoice","c":"RefundParams","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)","url":"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":"PaymentCodes","l":"getEth()"},{"p":"com.bitpay.sdk.model.Invoice","c":"PaymentTotal","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.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":"PayoutBatch","l":"getFee()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getFullNotifications()"},{"p":"com.bitpay.sdk.model","c":"Token","l":"getGuid()"},{"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.Settlement","c":"PayoutInfo","l":"getIban()"},{"p":"com.bitpay.sdk.model","c":"Token","l":"getId()"},{"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":"PayoutBatch","l":"getId()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"getId()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getId()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getInstructions()"},{"p":"com.bitpay.sdk","c":"Client","l":"getInvoice(String)","url":"getInvoice(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"getInvoice(String, String, Boolean)","url":"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.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)","url":"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":"getItemCode()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getItemDesc()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getItems()"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"getKeyStringFromFile(String)","url":"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","c":"Token","l":"getLabel()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"getLabel()"},{"p":"com.bitpay.sdk","c":"Client","l":"getLedger(String, String, String)","url":"getLedger(java.lang.String,java.lang.String,java.lang.String)"},{"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.Ledger","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","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.Settlement","c":"WithHoldings","l":"getNotes()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","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":"PayoutBatch","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.Settlement","c":"InvoiceData","l":"getOverPaidAmount()"},{"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.Invoice","c":"Refund","l":"getParams()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getPassProcessingFee()"},{"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":"getPayoutBatch(String)","url":"getPayoutBatch(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"getPayoutBatches()"},{"p":"com.bitpay.sdk","c":"Client","l":"getPayoutBatches(String)","url":"getPayoutBatches(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getPayoutInfo()"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"getPayoutPercentage()"},{"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.Ledger","c":"Buyer","l":"getPostalCode()"},{"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.Invoice","c":"RefundParams","l":"getPurchaserNotifyEmail()"},{"p":"com.bitpay.sdk.model.Bill","c":"Item","l":"getQuantity()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getRate()"},{"p":"com.bitpay.sdk.model.Rate","c":"Rates","l":"getRate(String)","url":"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.model.Invoice","c":"InvoiceTransaction","l":"getReceivedTime()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getRedirectURL()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getReference()"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"getReference()"},{"p":"com.bitpay.sdk","c":"Client","l":"getRefund(Invoice, String)","url":"getRefund(com.bitpay.sdk.model.Invoice.Invoice,java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundParams","l":"getRefundAddress()"},{"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":"getRefundEmail()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getRefundInfo()"},{"p":"com.bitpay.sdk","c":"Client","l":"getRefunds(Invoice)","url":"getRefunds(com.bitpay.sdk.model.Invoice.Invoice)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"getRegion()"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"getRegion()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"getRequestDate()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getRequestDate()"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundParams","l":"getRequesterEmail()"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundParams","l":"getRequesterType()"},{"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":"InvoiceBuyerProvidedInfo","l":"getSelectedTransactionCurrency()"},{"p":"com.bitpay.sdk","c":"Client","l":"getSettlement(String)","url":"getSettlement(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"getSettlementReconciliationReport(Settlement)","url":"getSettlementReconciliationReport(com.bitpay.sdk.model.Settlement.Settlement)"},{"p":"com.bitpay.sdk","c":"Client","l":"getSettlements(String, String, String, String, Integer, Integer)","url":"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.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":"PayoutBatch","l":"getStatus()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"getStatus()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getStatus()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getSupportedTransactionCurrencies()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","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.Invoice","c":"RefundParams","l":"getSupportRequestEid()"},{"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.Invoice","c":"Refund","l":"getToken()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getToken()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getToken()"},{"p":"com.bitpay.sdk","c":"Client","l":"GetTokenByFacade(String)","url":"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":"InvoiceTransaction","l":"getTransactionId()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","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.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","c":"Token","l":"getValue()"},{"p":"com.bitpay.sdk.model.Rate","c":"Rate","l":"getValue()"},{"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.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)","url":"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)","url":"info(java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"INR"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"Invoice()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"Invoice(Double, String)","url":"%3Cinit%3E(java.lang.Double,java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"InvoiceBuyerProvidedInfo()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"InvoiceCreationException","l":"InvoiceCreationException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"InvoiceData()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"InvoiceException","l":"InvoiceException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"InvoiceQueryException","l":"InvoiceQueryException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceStatus","l":"InvoiceStatus()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransaction","l":"InvoiceTransaction()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"IQD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"IRR"},{"p":"com.bitpay.sdk","c":"Client","l":"isFullyPaid(Invoice)","url":"isFullyPaid(com.bitpay.sdk.model.Invoice.Invoice)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"ISK"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"isValid(String)","url":"isValid(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Item","l":"Item()","url":"%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()","url":"%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()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"LedgerEntry()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"LedgerException","l":"LedgerException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"LedgerQueryException","l":"LedgerQueryException(String)","url":"%3Cinit%3E(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)","url":"loadEcKey(java.net.URI)"},{"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":"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":"MethodManual2"},{"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()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFeesItem","l":"MinerFeesItem()","url":"%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.Payout","c":"PayoutStatus","l":"Paid"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"PAX"},{"p":"com.bitpay.sdk.model.Invoice","c":"PaymentCode","l":"PaymentCode()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Invoice","c":"PaymentCodes","l":"PaymentCodes()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Invoice","c":"PaymentTotal","l":"PaymentTotal()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"PayoutBatch()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"PayoutBatch(String, long, List)","url":"%3Cinit%3E(java.lang.String,long,java.util.List)"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutCancellationException","l":"PayoutCancellationException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutCreationException","l":"PayoutCreationException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutException","l":"PayoutException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"PayoutInfo()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"PayoutInstruction()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"PayoutInstruction(Double, String)","url":"%3Cinit%3E(java.lang.Double,java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstructionBtcSummary","l":"PayoutInstructionBtcSummary(Double, Double)","url":"%3Cinit%3E(java.lang.Double,java.lang.Double)"},{"p":"com.bitpay.sdk.util","c":"PayoutInstructionBtcSummaryDeserializer","l":"PayoutInstructionBtcSummaryDeserializer()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstructionTransaction","l":"PayoutInstructionTransaction()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutQueryException","l":"PayoutQueryException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutStatus","l":"PayoutStatus()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk","c":"Env.Tokens","l":"payroll"},{"p":"com.bitpay.sdk.model","c":"Facade","l":"Payroll"},{"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":"Facade","l":"PointOfSale"},{"p":"com.bitpay.sdk.model","c":"Policy","l":"Policy()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk","c":"Env.Tokens","l":"pos"},{"p":"com.bitpay.sdk","c":"Client","l":"post(String, String)","url":"post(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"post(String, String, boolean)","url":"post(java.lang.String,java.lang.String,boolean)"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"privateKeyExists(String)","url":"privateKeyExists(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceStatus","l":"Processing"},{"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()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"RateException","l":"RateException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"RateQueryException","l":"RateQueryException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.model.Rate","c":"Rates","l":"Rates(List, Client)","url":"%3Cinit%3E(java.util.List,com.bitpay.sdk.Client)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"Refund()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"RefundCancellationException","l":"RefundCancellationException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"RefundCreationException","l":"RefundCreationException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"RefundException","l":"RefundException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundInfo","l":"RefundInfo()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Settlement","c":"RefundInfo","l":"RefundInfo()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundParams","l":"RefundParams()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"RefundQueryException","l":"RefundQueryException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundStatus","l":"RefundStatus()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk","c":"Client","l":"requestClientAuthorization(String)","url":"requestClientAuthorization(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"responseToJsonString(HttpResponse)","url":"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)","url":"saveEcKey(org.bitcoinj.core.ECKey)"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"saveEcKey(ECKey, URI)","url":"saveEcKey(org.bitcoinj.core.ECKey,java.net.URI)"},{"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.model.Bill","c":"BillStatus","l":"Sent"},{"p":"com.bitpay.sdk.util","c":"DateSerializer","l":"serialize(Long, JsonGenerator, SerializerProvider)","url":"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":"PayoutBatch","l":"setAccount(String)","url":"setAccount(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setAccount(String)","url":"setAccount(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setAccountHolderAddress(String)","url":"setAccountHolderAddress(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setAccountHolderAddress2(String)","url":"setAccountHolderAddress2(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setAccountHolderCity(String)","url":"setAccountHolderCity(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setAccountHolderCountry(String)","url":"setAccountHolderCountry(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setAccountHolderName(String)","url":"setAccountHolderName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setAccountHolderPostalCode(String)","url":"setAccountHolderPostalCode(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setAccountId(String)","url":"setAccountId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setAdditionalInformation(String)","url":"setAdditionalInformation(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"setAddress(String)","url":"setAddress(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setAddress(String)","url":"setAddress(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setAddress1(String)","url":"setAddress1(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setAddress1(String)","url":"setAddress1(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setAddress1(String)","url":"setAddress1(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setAddress2(String)","url":"setAddress2(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setAddress2(String)","url":"setAddress2(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setAddress2(String)","url":"setAddress2(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransaction","l":"setAmount(Double)","url":"setAmount(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setAmount(Double)","url":"setAmount(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundParams","l":"setAmount(Double)","url":"setAmount(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setAmount(Double)","url":"setAmount(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"setAmount(Double)","url":"setAmount(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstructionTransaction","l":"setAmount(Double)","url":"setAmount(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"setAmount(Float)","url":"setAmount(java.lang.Float)"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"setAmount(Float)","url":"setAmount(java.lang.Float)"},{"p":"com.bitpay.sdk.model.Settlement","c":"RefundInfo","l":"setAmount(Hashtable)","url":"setAmount(java.util.Hashtable)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"setAmount(RefundInfo)","url":"setAmount(com.bitpay.sdk.model.Settlement.RefundInfo)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setAmount(String)","url":"setAmount(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setAmountPaid(long)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundInfo","l":"setAmounts(Hashtable)","url":"setAmounts(java.util.Hashtable)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Ledger","l":"setBalance(Double)","url":"setBalance(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setBank(String)","url":"setBank(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setBankAddress(String)","url":"setBankAddress(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setBankCountry(String)","url":"setBankCountry(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"setBankCountry(String)","url":"setBankCountry(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setBankName(String)","url":"setBankName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"PaymentTotal","l":"setBch(Double)","url":"setBch(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"setBch(MinerFeesItem)","url":"setBch(com.bitpay.sdk.model.Invoice.MinerFeesItem)"},{"p":"com.bitpay.sdk.model.Invoice","c":"PaymentCodes","l":"setBch(PaymentCode)","url":"setBch(com.bitpay.sdk.model.Invoice.PaymentCode)"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"setBch(SupportedTransactionCurrency)","url":"setBch(com.bitpay.sdk.model.Invoice.SupportedTransactionCurrency)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setBillId(String)","url":"setBillId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"PaymentCode","l":"setBip72b(String)","url":"setBip72b(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"PaymentCode","l":"setBip73(String)","url":"setBip73(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"PaymentTotal","l":"setBtc(Double)","url":"setBtc(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setBtc(Double)","url":"setBtc(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"setBtc(MinerFeesItem)","url":"setBtc(com.bitpay.sdk.model.Invoice.MinerFeesItem)"},{"p":"com.bitpay.sdk.model.Invoice","c":"PaymentCodes","l":"setBtc(PaymentCode)","url":"setBtc(com.bitpay.sdk.model.Invoice.PaymentCode)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"setBtc(PayoutInstructionBtcSummary)","url":"setBtc(com.bitpay.sdk.model.Payout.PayoutInstructionBtcSummary)"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"setBtc(SupportedTransactionCurrency)","url":"setBtc(com.bitpay.sdk.model.Invoice.SupportedTransactionCurrency)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"setBtcPrice(Float)","url":"setBtcPrice(java.lang.Float)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setBuyer(Buyer)","url":"setBuyer(com.bitpay.sdk.model.Invoice.Buyer)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setBuyer(Buyer)","url":"setBuyer(com.bitpay.sdk.model.Ledger.Buyer)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setBuyerProvidedEmail(String)","url":"setBuyerProvidedEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setCc(List)","url":"setCc(java.util.List)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setCity(String)","url":"setCity(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setCity(String)","url":"setCity(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setCity(String)","url":"setCity(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setClosingDate(Long)","url":"setClosingDate(java.lang.Long)"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"setCode(Integer)","url":"setCode(java.lang.Integer)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setCode(String)","url":"setCode(java.lang.String)"},{"p":"com.bitpay.sdk.model.Rate","c":"Rate","l":"setCode(String)","url":"setCode(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"setCode(String)","url":"setCode(java.lang.String)"},{"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)","url":"setCountry(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setCountry(String)","url":"setCountry(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setCountry(String)","url":"setCountry(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setCreateDate(String)","url":"setCreateDate(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setCurrency(String)","url":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setCurrency(String)","url":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setCurrency(String)","url":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundInfo","l":"setCurrency(String)","url":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundParams","l":"setCurrency(String)","url":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Ledger","l":"setCurrency(String)","url":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setCurrency(String)","url":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"setCurrency(String)","url":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"RefundInfo","l":"setCurrency(String)","url":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setCurrency(String)","url":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setCurrentTime(long)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstructionTransaction","l":"setDate(Long)","url":"setDate(java.lang.Long)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"setDate(Long)","url":"setDate(java.lang.Long)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setDateCompleted(Long)","url":"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)","url":"setDateCreated(java.lang.Long)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setDateExecuted(long)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setDateExecuted(Long)","url":"setDateExecuted(java.lang.Long)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setDepositTotal(Double)","url":"setDepositTotal(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Bill","c":"Item","l":"setDescription(String)","url":"setDescription(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setDescription(String)","url":"setDescription(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"setDescription(String)","url":"setDescription(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"setDescription(String)","url":"setDescription(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setDueDate(String)","url":"setDueDate(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setEffectiveDate(long)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setEmail(String)","url":"setEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setEmail(String)","url":"setEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundParams","l":"setEmail(String)","url":"setEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"setEmailAddress(String)","url":"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)","url":"setEntries(java.util.List)"},{"p":"com.bitpay.sdk","c":"Config","l":"setEnvConfig(JsonNode)","url":"setEnvConfig(com.fasterxml.jackson.databind.JsonNode)"},{"p":"com.bitpay.sdk","c":"Config","l":"setEnvironment(String)","url":"setEnvironment(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"PaymentTotal","l":"setEth(Double)","url":"setEth(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"setEth(MinerFeesItem)","url":"setEth(com.bitpay.sdk.model.Invoice.MinerFeesItem)"},{"p":"com.bitpay.sdk.model.Invoice","c":"PaymentCodes","l":"setEth(PaymentCode)","url":"setEth(com.bitpay.sdk.model.Invoice.PaymentCode)"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"setEth(SupportedTransactionCurrency)","url":"setEth(com.bitpay.sdk.model.Invoice.SupportedTransactionCurrency)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setExceptionStatus(String)","url":"setExceptionStatus(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setExchangeRates(Hashtable>)","url":"setExchangeRates(java.util.Hashtable)"},{"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)","url":"setFacade(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setFee(Double)","url":"setFee(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setFullNotifications(boolean)"},{"p":"com.bitpay.sdk.model","c":"Token","l":"setGuid(String)","url":"setGuid(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setGuid(String)","url":"setGuid(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setGuid(String)","url":"setGuid(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setGuid(String)","url":"setGuid(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setIban(String)","url":"setIban(java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Token","l":"setId(String)","url":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setId(String)","url":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Item","l":"setId(String)","url":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setId(String)","url":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setId(String)","url":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setId(String)","url":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setId(String)","url":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"setId(String)","url":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setId(String)","url":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setInstructions(List)","url":"setInstructions(java.util.List)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setInvoiceAmount(Double)","url":"setInvoiceAmount(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setInvoiceBuyerProvidedInfo(InvoiceBuyerProvidedInfo)","url":"setInvoiceBuyerProvidedInfo(com.bitpay.sdk.model.Invoice.InvoiceBuyerProvidedInfo)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setInvoiceCurrency(String)","url":"setInvoiceCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"setInvoiceData(InvoiceData)","url":"setInvoiceData(com.bitpay.sdk.model.Settlement.InvoiceData)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setInvoiceId(String)","url":"setInvoiceId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"setInvoiceId(String)","url":"setInvoiceId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setInvoiceTime(long)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setItemCode(String)","url":"setItemCode(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setItemDesc(String)","url":"setItemDesc(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setItems(List)","url":"setItems(java.util.List)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setlabel(String)","url":"setlabel(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"setlabel(String)","url":"setlabel(java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Token","l":"setLabel(String)","url":"setLabel(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"setLabel(String)","url":"setLabel(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setLedgerEntries(List)","url":"setLedgerEntries(java.util.List)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setLedgerEntriesSum(Float)","url":"setLedgerEntriesSum(java.lang.Float)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setLocality(String)","url":"setLocality(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setLocality(String)","url":"setLocality(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setLowFeeDetected(Boolean)","url":"setLowFeeDetected(java.lang.Boolean)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setMerchant(String)","url":"setMerchant(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setMerchantEin(String)","url":"setMerchantEin(java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Policy","l":"setMethod(String)","url":"setMethod(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setMinerFees(MinerFees)","url":"setMinerFees(com.bitpay.sdk.model.Invoice.MinerFees)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setName(String)","url":"setName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setName(String)","url":"setName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"setName(String)","url":"setName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Shopper","l":"setName(String)","url":"setName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setName(String)","url":"setName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Rate","c":"Rate","l":"setName(String)","url":"setName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setName(String)","url":"setName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"setNotes(String)","url":"setNotes(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setNotificationEmail(String)","url":"setNotificationEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setNotificationEmail(String)","url":"setNotificationEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setNotificationURL(String)","url":"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)","url":"setNumber(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setOpeningBalance(Float)","url":"setOpeningBalance(java.lang.Float)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setOpeningDate(Long)","url":"setOpeningDate(java.lang.Long)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setOrderId(String)","url":"setOrderId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"setOrderId(String)","url":"setOrderId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"setOverPaidAmount(Float)","url":"setOverPaidAmount(java.lang.Float)"},{"p":"com.bitpay.sdk.model","c":"Token","l":"setPairingCode(String)","url":"setPairingCode(java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Token","l":"setPairingExpiration(long)"},{"p":"com.bitpay.sdk.model","c":"Policy","l":"setParams(List)","url":"setParams(java.util.List)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setPassProcessingFee(boolean)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setPaymentCodes(PaymentCodes)","url":"setPaymentCodes(com.bitpay.sdk.model.Invoice.PaymentCodes)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setPaymentCurrencies(List)","url":"setPaymentCurrencies(java.util.List)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setPaymentDisplaySubTotals(PaymentTotal)","url":"setPaymentDisplaySubTotals(com.bitpay.sdk.model.Invoice.PaymentTotal)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setPaymentDisplayTotals(PaymentTotal)","url":"setPaymentDisplayTotals(com.bitpay.sdk.model.Invoice.PaymentTotal)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setPaymentSubtotals(PaymentTotal)","url":"setPaymentSubtotals(com.bitpay.sdk.model.Invoice.PaymentTotal)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setPaymentTotals(PaymentTotal)","url":"setPaymentTotals(com.bitpay.sdk.model.Invoice.PaymentTotal)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setPaymentUrls(RefundParams)","url":"setPaymentUrls(com.bitpay.sdk.model.Invoice.RefundParams)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setPayoutInfo(PayoutInfo)","url":"setPayoutInfo(com.bitpay.sdk.model.Settlement.PayoutInfo)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"setPayoutPercentage(Double)","url":"setPayoutPercentage(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setPercentFee(Double)","url":"setPercentFee(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setPhone(String)","url":"setPhone(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setPhone(String)","url":"setPhone(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setPhone(String)","url":"setPhone(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"setPhoneNumber(String)","url":"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)","url":"setPolicies(java.util.List)"},{"p":"com.bitpay.sdk.model","c":"Policy","l":"setPolicy(String)","url":"setPolicy(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setPosData(String)","url":"setPosData(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setPostal(String)","url":"setPostal(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setPostalCode(String)","url":"setPostalCode(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setPostalCode(String)","url":"setPostalCode(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Item","l":"setPrice(Double)","url":"setPrice(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setPrice(Double)","url":"setPrice(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"setPrice(Float)","url":"setPrice(java.lang.Float)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setPricingMethod(String)","url":"setPricingMethod(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundParams","l":"setPurchaserNotifyEmail(String)","url":"setPurchaserNotifyEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Item","l":"setQuantity(Integer)","url":"setQuantity(java.lang.Integer)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setRate(Double)","url":"setRate(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrency","l":"setReason(String)","url":"setReason(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransaction","l":"setReceivedTime(Date)","url":"setReceivedTime(java.util.Date)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setRedirectURL(String)","url":"setRedirectURL(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setRedirectURL(String)","url":"setRedirectURL(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setReference(String)","url":"setReference(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"setReference(String)","url":"setReference(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundParams","l":"setRefundAddress(String)","url":"setRefundAddress(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setRefundAddresses(List>>)","url":"setRefundAddresses(java.util.List)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setRefundAddressRequestPending(boolean)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setRefundEmail(String)","url":"setRefundEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setRefundInfo(RefundInfo)","url":"setRefundInfo(com.bitpay.sdk.model.Settlement.RefundInfo)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setRegion(String)","url":"setRegion(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setRegion(String)","url":"setRegion(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setRequestDate(Date)","url":"setRequestDate(java.util.Date)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setRequestDate(long)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundParams","l":"setRequesterEmail(String)","url":"setRequesterEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundParams","l":"setRequesterType(String)","url":"setRequesterType(java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Token","l":"setResource(String)","url":"setResource(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setRouting(String)","url":"setRouting(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFeesItem","l":"setSatoshisPerByte(Double)","url":"setSatoshisPerByte(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setScale(String)","url":"setScale(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"setSelectedTransactionCurrency(String)","url":"setSelectedTransactionCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setShopper(Shopper)","url":"setShopper(com.bitpay.sdk.model.Invoice.Shopper)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setSort(String)","url":"setSort(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setState(String)","url":"setState(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setState(String)","url":"setState(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setStatus(String)","url":"setStatus(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setStatus(String)","url":"setStatus(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setStatus(String)","url":"setStatus(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setStatus(String)","url":"setStatus(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"setStatus(String)","url":"setStatus(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setStatus(String)","url":"setStatus(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setSupportedTransactionCurrencies(SupportedTransactionCurrencies)","url":"setSupportedTransactionCurrencies(com.bitpay.sdk.model.Invoice.SupportedTransactionCurrencies)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setSupportPhone(String)","url":"setSupportPhone(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundInfo","l":"setSupportRequest(String)","url":"setSupportRequest(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"RefundInfo","l":"setSupportRequest(String)","url":"setSupportRequest(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundParams","l":"setSupportRequestEid(String)","url":"setSupportRequestEid(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setSwift(String)","url":"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)","url":"setTime(java.util.Date)"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"setTimestamp(Long)","url":"setTimestamp(java.lang.Long)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setTimestamp(String)","url":"setTimestamp(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"Settlement()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"SettlementException","l":"SettlementException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"SettlementLedgerEntry()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"SettlementQueryException","l":"SettlementQueryException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setToken(String)","url":"setToken(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setToken(String)","url":"setToken(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setToken(String)","url":"setToken(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setToken(String)","url":"setToken(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setToken(String)","url":"setToken(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setTotalAmount(Float)","url":"setTotalAmount(java.lang.Float)"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFeesItem","l":"setTotalFee(Double)","url":"setTotalFee(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setTransactionCurrency(String)","url":"setTransactionCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setTransactionCurrency(String)","url":"setTransactionCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"setTransactionCurrency(String)","url":"setTransactionCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransaction","l":"setTransactionId(String)","url":"setTransactionId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setTransactions(List)","url":"setTransactions(java.util.List)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"setTransactions(List)","url":"setTransactions(java.util.List)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setTransactionSpeed(String)","url":"setTransactionSpeed(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstructionTransaction","l":"setTxid(String)","url":"setTxid(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setTxType(String)","url":"setTxType(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setType(String)","url":"setType(java.lang.String)"},{"p":"test","c":"BitPayTest","l":"setUp()"},{"p":"test","c":"BitPayTest2","l":"setUp()"},{"p":"test","c":"BitPayTest3","l":"setUp()"},{"p":"test","c":"BitPayTest","l":"setUpOneTime()"},{"p":"test","c":"BitPayTest2","l":"setUpOneTime()"},{"p":"test","c":"BitPayTest3","l":"setUpOneTime()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setUrl(String)","url":"setUrl(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setUrl(String)","url":"setUrl(java.lang.String)"},{"p":"com.bitpay.sdk.model.Rate","c":"Rate","l":"setValue(Double)","url":"setValue(java.lang.Double)"},{"p":"com.bitpay.sdk.model","c":"Token","l":"setValue(String)","url":"setValue(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setWire(String)","url":"setWire(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setWithHoldings(List)","url":"setWithHoldings(java.util.List)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setWithHoldingsSum(Float)","url":"setWithHoldingsSum(java.lang.Float)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setZip(String)","url":"setZip(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setZip(String)","url":"setZip(java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"SGD"},{"p":"com.bitpay.sdk.model.Invoice","c":"Shopper","l":"Shopper()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"SHP"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"sign(ECKey, String)","url":"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.Payout","c":"PayoutInstruction","l":"STATUS_PAID"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"STATUS_UNPAID"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"STN"},{"p":"com.bitpay.sdk","c":"Client","l":"submitPayoutBatch(PayoutBatch)","url":"submitPayoutBatch(com.bitpay.sdk.model.Payout.PayoutBatch)"},{"p":"com.bitpay.sdk.exceptions","c":"SubscriptionCreationException","l":"SubscriptionCreationException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"SubscriptionException","l":"SubscriptionException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"SubscriptionQueryException","l":"SubscriptionQueryException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"SubscriptionUpdateException","l":"SubscriptionUpdateException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundStatus","l":"Success"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"SupportedTransactionCurrencies()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrency","l":"SupportedTransactionCurrency()","url":"%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":"test","c":"BitPayTest","l":"testCreateECKeyFromSeedString()"},{"p":"test","c":"BitPayTest2","l":"testCurrency()"},{"p":"test","c":"BitPayTest","l":"TestGetSettlement()"},{"p":"test","c":"BitPayTest","l":"TestGetSettlementReconciliationReport()"},{"p":"test","c":"BitPayTest","l":"TestGetSettlements()"},{"p":"test","c":"BitPayTest","l":"TestShouldCreateBillEUR()"},{"p":"test","c":"BitPayTest","l":"TestShouldCreateBillUSD()"},{"p":"test","c":"BitPayTest","l":"testShouldCreateGetCancelRefundRequest()"},{"p":"test","c":"BitPayTest","l":"testShouldCreateInvoice100EUR()"},{"p":"test","c":"BitPayTest","l":"testShouldCreateInvoice100USD()"},{"p":"test","c":"BitPayTest","l":"testShouldCreateInvoiceBCH()"},{"p":"test","c":"BitPayTest","l":"testShouldCreateInvoiceBTC()"},{"p":"test","c":"BitPayTest","l":"testShouldCreateInvoiceETH()"},{"p":"test","c":"BitPayTest","l":"testShouldCreateInvoiceOneTenthBTC()"},{"p":"test","c":"BitPayTest","l":"testShouldCreateInvoiceWithAdditionalParams()"},{"p":"test","c":"BitPayTest","l":"TestShouldDeliverBill()"},{"p":"test","c":"BitPayTest","l":"TestShouldGetAndUpdateBill()"},{"p":"test","c":"BitPayTest","l":"TestShouldGetBill()"},{"p":"test","c":"BitPayTest","l":"TestShouldGetBills()"},{"p":"test","c":"BitPayTest","l":"TestShouldGetBillsByStatus()"},{"p":"test","c":"BitPayTest","l":"TestShouldGetBillStatus()"},{"p":"test","c":"BitPayTest","l":"TestShouldGetBillUrl()"},{"p":"test","c":"BitPayTest","l":"testShouldGetCNYExchangeRate()"},{"p":"test","c":"BitPayTest","l":"testShouldGetEURExchangeRate()"},{"p":"test","c":"BitPayTest","l":"testShouldGetExchangeRates()"},{"p":"test","c":"BitPayTest","l":"testShouldGetInvoice()"},{"p":"test","c":"BitPayTest","l":"testShouldGetInvoiceId()"},{"p":"test","c":"BitPayTest2","l":"testShouldGetInvoiceId()"},{"p":"test","c":"BitPayTest","l":"testShouldGetInvoices()"},{"p":"test","c":"BitPayTest","l":"testShouldGetInvoiceStatus()"},{"p":"test","c":"BitPayTest","l":"testShouldGetInvoiceURL()"},{"p":"test","c":"BitPayTest","l":"testShouldGetLedgerBtc()"},{"p":"test","c":"BitPayTest","l":"testShouldGetLedgers()"},{"p":"test","c":"BitPayTest","l":"testShouldGetLedgerUsd()"},{"p":"test","c":"BitPayTest3","l":"testShouldGetPayoutBatches()"},{"p":"test","c":"BitPayTest3","l":"testShouldGetPayoutBatchesByStatus()"},{"p":"test","c":"BitPayTest3","l":"testShouldSubmitGetAndDeletePayoutBatch()"},{"p":"test","c":"BitPayTest3","l":"testShouldSubmitPayoutBatch()"},{"p":"test","c":"BitPayTest","l":"testShouldUpdateExchangeRates()"},{"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()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk","c":"Client","l":"tokenExist(String)","url":"tokenExist(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Env.Tokens","l":"Tokens()","url":"%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.Rate","c":"Rates","l":"update()"},{"p":"com.bitpay.sdk","c":"Client","l":"update(String, String)","url":"update(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"updateBill(Bill, String)","url":"updateBill(com.bitpay.sdk.model.Bill.Bill,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","c":"Currency","l":"VND"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"VUV"},{"p":"com.bitpay.sdk.util","c":"BitPayLogger","l":"WARN"},{"p":"com.bitpay.sdk.util","c":"BitPayLogger","l":"warn(String)","url":"warn(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"WithHoldings()","url":"%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":"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"}] \ No newline at end of file +memberSearchIndex = [{"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)","url":"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()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"Bill(String, String, String, List)","url":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.util.List)"},{"p":"com.bitpay.sdk.exceptions","c":"BillCreationException","l":"BillCreationException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"BillDeliveryException","l":"BillDeliveryException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"BillException","l":"BillException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"BillQueryException","l":"BillQueryException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"BillStatus","l":"BillStatus()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"BillUpdateException","l":"BillUpdateException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Env","l":"BitpayApiVersion"},{"p":"com.bitpay.sdk","c":"BitPayException","l":"BitPayException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"BitPayException","l":"BitPayException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.util","c":"BitPayLogger","l":"BitPayLogger(int)","url":"%3Cinit%3E(int)"},{"p":"com.bitpay.sdk","c":"Env","l":"BitpayPluginInfo"},{"p":"test","c":"BitPayTest","l":"BitPayTest()","url":"%3Cinit%3E()"},{"p":"test","c":"BitPayTest2","l":"BitPayTest2()","url":"%3Cinit%3E()"},{"p":"test","c":"BitPayTest3","l":"BitPayTest3()","url":"%3Cinit%3E()"},{"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)","url":"BuildConfig(java.lang.String,com.bitpay.sdk.Env.Tokens)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"Buyer()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"Buyer()","url":"%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.Payout","c":"PayoutStatus","l":"Cancelled"},{"p":"com.bitpay.sdk","c":"Client","l":"cancelPayoutBatch(String)","url":"cancelPayoutBatch(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"cancelRefund(Invoice, String)","url":"cancelRefund(com.bitpay.sdk.model.Invoice.Invoice,java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"cancelRefund(String, Refund)","url":"cancelRefund(java.lang.String,com.bitpay.sdk.model.Invoice.Refund)"},{"p":"com.bitpay.sdk","c":"Client","l":"cancelRefund(String, String)","url":"cancelRefund(java.lang.String,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)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"Client(String, String, Env.Tokens)","url":"%3Cinit%3E(java.lang.String,java.lang.String,com.bitpay.sdk.Env.Tokens)"},{"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()","url":"%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)","url":"createBill(com.bitpay.sdk.model.Bill.Bill)"},{"p":"com.bitpay.sdk","c":"Client","l":"createBill(Bill, String, boolean)","url":"createBill(com.bitpay.sdk.model.Bill.Bill,java.lang.String,boolean)"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"createEcKey()"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"createEcKeyFromHexString(String)","url":"createEcKeyFromHexString(java.lang.String)"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"createEcKeyFromHexStringFile(String)","url":"createEcKeyFromHexStringFile(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"createInvoice(Invoice)","url":"createInvoice(com.bitpay.sdk.model.Invoice.Invoice)"},{"p":"com.bitpay.sdk","c":"Client","l":"createInvoice(Invoice, String, Boolean)","url":"createInvoice(com.bitpay.sdk.model.Invoice.Invoice,java.lang.String,java.lang.Boolean)"},{"p":"com.bitpay.sdk","c":"Client","l":"createRefund(Invoice, String, Double, String)","url":"createRefund(com.bitpay.sdk.model.Invoice.Invoice,java.lang.String,java.lang.Double,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","c":"Currency","l":"Currency()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"CurrencyException","l":"CurrencyException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"CurrencyQueryException","l":"CurrencyQueryException(String)","url":"%3Cinit%3E(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()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.util","c":"DateSerializer","l":"DateSerializer()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.util","c":"BitPayLogger","l":"DEBUG"},{"p":"com.bitpay.sdk.util","c":"BitPayLogger","l":"debug(String)","url":"debug(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"deliverBill(String, String)","url":"deliverBill(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"deliverBill(String, String, boolean)","url":"deliverBill(java.lang.String,java.lang.String,boolean)"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"deriveSIN(ECKey)","url":"deriveSIN(org.bitcoinj.core.ECKey)"},{"p":"com.bitpay.sdk.util","c":"DateDeserializer","l":"deserialize(JsonParser, DeserializationContext)","url":"deserialize(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext)"},{"p":"com.bitpay.sdk.util","c":"PayoutInstructionBtcSummaryDeserializer","l":"deserialize(JsonParser, DeserializationContext)","url":"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":"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","c":"Env","l":"Env()","url":"%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)","url":"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()","url":"%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)","url":"get(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"get(String, List)","url":"get(java.lang.String,java.util.List)"},{"p":"com.bitpay.sdk","c":"Client","l":"get(String, List, boolean)","url":"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)","url":"getAccessToken(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","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":"InvoiceTransaction","l":"getAmount()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"getAmount()"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundParams","l":"getAmount()"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","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.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":"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":"PaymentCodes","l":"getBch()"},{"p":"com.bitpay.sdk.model.Invoice","c":"PaymentTotal","l":"getBch()"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"getBch()"},{"p":"com.bitpay.sdk","c":"Client","l":"getBill(String)","url":"getBill(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"getBill(String, String, boolean)","url":"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)","url":"getBills(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"PaymentCode","l":"getBip72b()"},{"p":"com.bitpay.sdk.model.Invoice","c":"PaymentCode","l":"getBip73()"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"getBtc()"},{"p":"com.bitpay.sdk.model.Invoice","c":"PaymentCodes","l":"getBtc()"},{"p":"com.bitpay.sdk.model.Invoice","c":"PaymentTotal","l":"getBtc()"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","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":"Invoice","l":"getBuyerProvidedEmail()"},{"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.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","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.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":"RefundParams","l":"getCurrency()"},{"p":"com.bitpay.sdk.model.Ledger","c":"Ledger","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.model.Invoice","c":"Invoice","l":"getCurrentTime()"},{"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","c":"Token","l":"getDateCreated()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getDateCreated()"},{"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":"PayoutBatch","l":"getDepositTotal()"},{"p":"com.bitpay.sdk.model.Bill","c":"Item","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.Bill","c":"Bill","l":"getDueDate()"},{"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.Invoice","c":"RefundParams","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)","url":"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":"PaymentCodes","l":"getEth()"},{"p":"com.bitpay.sdk.model.Invoice","c":"PaymentTotal","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.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":"PayoutBatch","l":"getFee()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getFullNotifications()"},{"p":"com.bitpay.sdk.model","c":"Token","l":"getGuid()"},{"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.Settlement","c":"PayoutInfo","l":"getIban()"},{"p":"com.bitpay.sdk.model","c":"Token","l":"getId()"},{"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":"PayoutBatch","l":"getId()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"getId()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getId()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getInstructions()"},{"p":"com.bitpay.sdk","c":"Client","l":"getInvoice(String)","url":"getInvoice(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"getInvoice(String, String, Boolean)","url":"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.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)","url":"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":"getItemCode()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getItemDesc()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getItems()"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"getKeyStringFromFile(String)","url":"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","c":"Token","l":"getLabel()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"getLabel()"},{"p":"com.bitpay.sdk","c":"Client","l":"getLedger(String, String, String)","url":"getLedger(java.lang.String,java.lang.String,java.lang.String)"},{"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.Ledger","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","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.Settlement","c":"WithHoldings","l":"getNotes()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","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":"PayoutBatch","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.Settlement","c":"InvoiceData","l":"getOverPaidAmount()"},{"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.Invoice","c":"Refund","l":"getParams()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"getPassProcessingFee()"},{"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":"getPayoutBatch(String)","url":"getPayoutBatch(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"getPayoutBatches()"},{"p":"com.bitpay.sdk","c":"Client","l":"getPayoutBatches(String)","url":"getPayoutBatches(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getPayoutInfo()"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"getPayoutPercentage()"},{"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.Ledger","c":"Buyer","l":"getPostalCode()"},{"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.Invoice","c":"RefundParams","l":"getPurchaserNotifyEmail()"},{"p":"com.bitpay.sdk.model.Bill","c":"Item","l":"getQuantity()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getRate()"},{"p":"com.bitpay.sdk.model.Rate","c":"Rates","l":"getRate(String)","url":"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.model.Invoice","c":"InvoiceTransaction","l":"getReceivedTime()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getRedirectURL()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getReference()"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"getReference()"},{"p":"com.bitpay.sdk","c":"Client","l":"getRefund(Invoice, String)","url":"getRefund(com.bitpay.sdk.model.Invoice.Invoice,java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundParams","l":"getRefundAddress()"},{"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":"getRefundEmail()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getRefundInfo()"},{"p":"com.bitpay.sdk","c":"Client","l":"getRefunds(Invoice)","url":"getRefunds(com.bitpay.sdk.model.Invoice.Invoice)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"getRegion()"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"getRegion()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"getRequestDate()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getRequestDate()"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundParams","l":"getRequesterEmail()"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundParams","l":"getRequesterType()"},{"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":"InvoiceBuyerProvidedInfo","l":"getSelectedTransactionCurrency()"},{"p":"com.bitpay.sdk","c":"Client","l":"getSettlement(String)","url":"getSettlement(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"getSettlementReconciliationReport(Settlement)","url":"getSettlementReconciliationReport(com.bitpay.sdk.model.Settlement.Settlement)"},{"p":"com.bitpay.sdk","c":"Client","l":"getSettlements(String, String, String, String, Integer, Integer)","url":"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.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":"PayoutBatch","l":"getStatus()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"getStatus()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getStatus()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"getSupportedTransactionCurrencies()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","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.Invoice","c":"RefundParams","l":"getSupportRequestEid()"},{"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.Invoice","c":"Refund","l":"getToken()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"getToken()"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"getToken()"},{"p":"com.bitpay.sdk","c":"Client","l":"GetTokenByFacade(String)","url":"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":"InvoiceTransaction","l":"getTransactionId()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","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.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","c":"Token","l":"getValue()"},{"p":"com.bitpay.sdk.model.Rate","c":"Rate","l":"getValue()"},{"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.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)","url":"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)","url":"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.Invoice","c":"Invoice","l":"Invoice()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"Invoice(Double, String)","url":"%3Cinit%3E(java.lang.Double,java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"InvoiceBuyerProvidedInfo()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"InvoiceCreationException","l":"InvoiceCreationException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"InvoiceData()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"InvoiceException","l":"InvoiceException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"InvoiceQueryException","l":"InvoiceQueryException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceStatus","l":"InvoiceStatus()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransaction","l":"InvoiceTransaction()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"IQD"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"IRR"},{"p":"com.bitpay.sdk","c":"Client","l":"isFullyPaid(Invoice)","url":"isFullyPaid(com.bitpay.sdk.model.Invoice.Invoice)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"ISK"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"isValid(String)","url":"isValid(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Item","l":"Item()","url":"%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()","url":"%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()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"LedgerEntry()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"LedgerException","l":"LedgerException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"LedgerQueryException","l":"LedgerQueryException(String)","url":"%3Cinit%3E(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)","url":"loadEcKey(java.net.URI)"},{"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":"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":"MethodManual2"},{"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()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFeesItem","l":"MinerFeesItem()","url":"%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","c":"Currency","l":"PAX"},{"p":"com.bitpay.sdk.model.Invoice","c":"PaymentCode","l":"PaymentCode()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Invoice","c":"PaymentCodes","l":"PaymentCodes()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Invoice","c":"PaymentTotal","l":"PaymentTotal()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"PayoutBatch()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"PayoutBatch(String, long, List)","url":"%3Cinit%3E(java.lang.String,long,java.util.List)"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutCancellationException","l":"PayoutCancellationException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutCreationException","l":"PayoutCreationException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutException","l":"PayoutException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"PayoutInfo()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"PayoutInstruction()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"PayoutInstruction(Double, String)","url":"%3Cinit%3E(java.lang.Double,java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstructionBtcSummary","l":"PayoutInstructionBtcSummary(Double, Double)","url":"%3Cinit%3E(java.lang.Double,java.lang.Double)"},{"p":"com.bitpay.sdk.util","c":"PayoutInstructionBtcSummaryDeserializer","l":"PayoutInstructionBtcSummaryDeserializer()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstructionTransaction","l":"PayoutInstructionTransaction()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"PayoutQueryException","l":"PayoutQueryException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutStatus","l":"PayoutStatus()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk","c":"Env.Tokens","l":"payroll"},{"p":"com.bitpay.sdk.model","c":"Facade","l":"Payroll"},{"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":"Facade","l":"PointOfSale"},{"p":"com.bitpay.sdk.model","c":"Policy","l":"Policy()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk","c":"Env.Tokens","l":"pos"},{"p":"com.bitpay.sdk","c":"Client","l":"post(String, String)","url":"post(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"post(String, String, boolean)","url":"post(java.lang.String,java.lang.String,boolean)"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"privateKeyExists(String)","url":"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()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"RateException","l":"RateException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"RateQueryException","l":"RateQueryException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.model.Rate","c":"Rates","l":"Rates(List, Client)","url":"%3Cinit%3E(java.util.List,com.bitpay.sdk.Client)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"Refund()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"RefundCancellationException","l":"RefundCancellationException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"RefundCreationException","l":"RefundCreationException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"RefundException","l":"RefundException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundInfo","l":"RefundInfo()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Settlement","c":"RefundInfo","l":"RefundInfo()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundParams","l":"RefundParams()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"RefundQueryException","l":"RefundQueryException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundStatus","l":"RefundStatus()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk","c":"Client","l":"requestClientAuthorization(String)","url":"requestClientAuthorization(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"responseToJsonString(HttpResponse)","url":"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)","url":"saveEcKey(org.bitcoinj.core.ECKey)"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"saveEcKey(ECKey, URI)","url":"saveEcKey(org.bitcoinj.core.ECKey,java.net.URI)"},{"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.model.Bill","c":"BillStatus","l":"Sent"},{"p":"com.bitpay.sdk.util","c":"DateSerializer","l":"serialize(Long, JsonGenerator, SerializerProvider)","url":"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":"PayoutBatch","l":"setAccount(String)","url":"setAccount(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setAccount(String)","url":"setAccount(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setAccountHolderAddress(String)","url":"setAccountHolderAddress(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setAccountHolderAddress2(String)","url":"setAccountHolderAddress2(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setAccountHolderCity(String)","url":"setAccountHolderCity(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setAccountHolderCountry(String)","url":"setAccountHolderCountry(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setAccountHolderName(String)","url":"setAccountHolderName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setAccountHolderPostalCode(String)","url":"setAccountHolderPostalCode(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setAccountId(String)","url":"setAccountId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setAdditionalInformation(String)","url":"setAdditionalInformation(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"setAddress(String)","url":"setAddress(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setAddress(String)","url":"setAddress(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setAddress1(String)","url":"setAddress1(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setAddress1(String)","url":"setAddress1(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setAddress1(String)","url":"setAddress1(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setAddress2(String)","url":"setAddress2(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setAddress2(String)","url":"setAddress2(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setAddress2(String)","url":"setAddress2(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransaction","l":"setAmount(Double)","url":"setAmount(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setAmount(Double)","url":"setAmount(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundParams","l":"setAmount(Double)","url":"setAmount(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setAmount(Double)","url":"setAmount(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"setAmount(Double)","url":"setAmount(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstructionTransaction","l":"setAmount(Double)","url":"setAmount(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"setAmount(Float)","url":"setAmount(java.lang.Float)"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"setAmount(Float)","url":"setAmount(java.lang.Float)"},{"p":"com.bitpay.sdk.model.Settlement","c":"RefundInfo","l":"setAmount(Hashtable)","url":"setAmount(java.util.Hashtable)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"setAmount(RefundInfo)","url":"setAmount(com.bitpay.sdk.model.Settlement.RefundInfo)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setAmount(String)","url":"setAmount(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setAmountPaid(long)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundInfo","l":"setAmounts(Hashtable)","url":"setAmounts(java.util.Hashtable)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Ledger","l":"setBalance(Double)","url":"setBalance(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setBank(String)","url":"setBank(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setBankAddress(String)","url":"setBankAddress(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setBankCountry(String)","url":"setBankCountry(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"setBankCountry(String)","url":"setBankCountry(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setBankName(String)","url":"setBankName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"PaymentTotal","l":"setBch(Double)","url":"setBch(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"setBch(MinerFeesItem)","url":"setBch(com.bitpay.sdk.model.Invoice.MinerFeesItem)"},{"p":"com.bitpay.sdk.model.Invoice","c":"PaymentCodes","l":"setBch(PaymentCode)","url":"setBch(com.bitpay.sdk.model.Invoice.PaymentCode)"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"setBch(SupportedTransactionCurrency)","url":"setBch(com.bitpay.sdk.model.Invoice.SupportedTransactionCurrency)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setBillId(String)","url":"setBillId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"PaymentCode","l":"setBip72b(String)","url":"setBip72b(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"PaymentCode","l":"setBip73(String)","url":"setBip73(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"PaymentTotal","l":"setBtc(Double)","url":"setBtc(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setBtc(Double)","url":"setBtc(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"setBtc(MinerFeesItem)","url":"setBtc(com.bitpay.sdk.model.Invoice.MinerFeesItem)"},{"p":"com.bitpay.sdk.model.Invoice","c":"PaymentCodes","l":"setBtc(PaymentCode)","url":"setBtc(com.bitpay.sdk.model.Invoice.PaymentCode)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"setBtc(PayoutInstructionBtcSummary)","url":"setBtc(com.bitpay.sdk.model.Payout.PayoutInstructionBtcSummary)"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"setBtc(SupportedTransactionCurrency)","url":"setBtc(com.bitpay.sdk.model.Invoice.SupportedTransactionCurrency)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"setBtcPrice(Float)","url":"setBtcPrice(java.lang.Float)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setBuyer(Buyer)","url":"setBuyer(com.bitpay.sdk.model.Invoice.Buyer)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setBuyer(Buyer)","url":"setBuyer(com.bitpay.sdk.model.Ledger.Buyer)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setBuyerProvidedEmail(String)","url":"setBuyerProvidedEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setCc(List)","url":"setCc(java.util.List)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setCity(String)","url":"setCity(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setCity(String)","url":"setCity(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setCity(String)","url":"setCity(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setClosingDate(Long)","url":"setClosingDate(java.lang.Long)"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"setCode(Integer)","url":"setCode(java.lang.Integer)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setCode(String)","url":"setCode(java.lang.String)"},{"p":"com.bitpay.sdk.model.Rate","c":"Rate","l":"setCode(String)","url":"setCode(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"setCode(String)","url":"setCode(java.lang.String)"},{"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)","url":"setCountry(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setCountry(String)","url":"setCountry(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setCountry(String)","url":"setCountry(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setCreateDate(String)","url":"setCreateDate(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setCurrency(String)","url":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setCurrency(String)","url":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setCurrency(String)","url":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundInfo","l":"setCurrency(String)","url":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundParams","l":"setCurrency(String)","url":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Ledger","l":"setCurrency(String)","url":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setCurrency(String)","url":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"setCurrency(String)","url":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"RefundInfo","l":"setCurrency(String)","url":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setCurrency(String)","url":"setCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setCurrentTime(long)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstructionTransaction","l":"setDate(Long)","url":"setDate(java.lang.Long)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"setDate(Long)","url":"setDate(java.lang.Long)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setDateCompleted(Long)","url":"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)","url":"setDateCreated(java.lang.Long)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setDateExecuted(long)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setDateExecuted(Long)","url":"setDateExecuted(java.lang.Long)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setDepositTotal(Double)","url":"setDepositTotal(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Bill","c":"Item","l":"setDescription(String)","url":"setDescription(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setDescription(String)","url":"setDescription(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"setDescription(String)","url":"setDescription(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"setDescription(String)","url":"setDescription(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setDueDate(String)","url":"setDueDate(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setEffectiveDate(long)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setEmail(String)","url":"setEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setEmail(String)","url":"setEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundParams","l":"setEmail(String)","url":"setEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"setEmailAddress(String)","url":"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)","url":"setEntries(java.util.List)"},{"p":"com.bitpay.sdk","c":"Config","l":"setEnvConfig(JsonNode)","url":"setEnvConfig(com.fasterxml.jackson.databind.JsonNode)"},{"p":"com.bitpay.sdk","c":"Config","l":"setEnvironment(String)","url":"setEnvironment(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"PaymentTotal","l":"setEth(Double)","url":"setEth(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFees","l":"setEth(MinerFeesItem)","url":"setEth(com.bitpay.sdk.model.Invoice.MinerFeesItem)"},{"p":"com.bitpay.sdk.model.Invoice","c":"PaymentCodes","l":"setEth(PaymentCode)","url":"setEth(com.bitpay.sdk.model.Invoice.PaymentCode)"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"setEth(SupportedTransactionCurrency)","url":"setEth(com.bitpay.sdk.model.Invoice.SupportedTransactionCurrency)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setExceptionStatus(String)","url":"setExceptionStatus(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setExchangeRates(Hashtable>)","url":"setExchangeRates(java.util.Hashtable)"},{"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)","url":"setFacade(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setFee(Double)","url":"setFee(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setFullNotifications(boolean)"},{"p":"com.bitpay.sdk.model","c":"Token","l":"setGuid(String)","url":"setGuid(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setGuid(String)","url":"setGuid(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setGuid(String)","url":"setGuid(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setGuid(String)","url":"setGuid(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setIban(String)","url":"setIban(java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Token","l":"setId(String)","url":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setId(String)","url":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Item","l":"setId(String)","url":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setId(String)","url":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setId(String)","url":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setId(String)","url":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setId(String)","url":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"setId(String)","url":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setId(String)","url":"setId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setInstructions(List)","url":"setInstructions(java.util.List)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setInvoiceAmount(Double)","url":"setInvoiceAmount(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setInvoiceBuyerProvidedInfo(InvoiceBuyerProvidedInfo)","url":"setInvoiceBuyerProvidedInfo(com.bitpay.sdk.model.Invoice.InvoiceBuyerProvidedInfo)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setInvoiceCurrency(String)","url":"setInvoiceCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"setInvoiceData(InvoiceData)","url":"setInvoiceData(com.bitpay.sdk.model.Settlement.InvoiceData)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setInvoiceId(String)","url":"setInvoiceId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"setInvoiceId(String)","url":"setInvoiceId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setInvoiceTime(long)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setItemCode(String)","url":"setItemCode(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setItemDesc(String)","url":"setItemDesc(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setItems(List)","url":"setItems(java.util.List)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setlabel(String)","url":"setlabel(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"setlabel(String)","url":"setlabel(java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Token","l":"setLabel(String)","url":"setLabel(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"setLabel(String)","url":"setLabel(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setLedgerEntries(List)","url":"setLedgerEntries(java.util.List)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setLedgerEntriesSum(Float)","url":"setLedgerEntriesSum(java.lang.Float)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setLocality(String)","url":"setLocality(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setLocality(String)","url":"setLocality(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setLowFeeDetected(Boolean)","url":"setLowFeeDetected(java.lang.Boolean)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setMerchant(String)","url":"setMerchant(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setMerchantEin(String)","url":"setMerchantEin(java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Policy","l":"setMethod(String)","url":"setMethod(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setMinerFees(MinerFees)","url":"setMinerFees(com.bitpay.sdk.model.Invoice.MinerFees)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setName(String)","url":"setName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setName(String)","url":"setName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"setName(String)","url":"setName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Shopper","l":"setName(String)","url":"setName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setName(String)","url":"setName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Rate","c":"Rate","l":"setName(String)","url":"setName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setName(String)","url":"setName(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"setNotes(String)","url":"setNotes(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setNotificationEmail(String)","url":"setNotificationEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setNotificationEmail(String)","url":"setNotificationEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setNotificationURL(String)","url":"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)","url":"setNumber(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setOpeningBalance(Float)","url":"setOpeningBalance(java.lang.Float)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setOpeningDate(Long)","url":"setOpeningDate(java.lang.Long)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setOrderId(String)","url":"setOrderId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"setOrderId(String)","url":"setOrderId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"setOverPaidAmount(Float)","url":"setOverPaidAmount(java.lang.Float)"},{"p":"com.bitpay.sdk.model","c":"Token","l":"setPairingCode(String)","url":"setPairingCode(java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Token","l":"setPairingExpiration(long)"},{"p":"com.bitpay.sdk.model","c":"Policy","l":"setParams(List)","url":"setParams(java.util.List)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setPassProcessingFee(boolean)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setPaymentCodes(PaymentCodes)","url":"setPaymentCodes(com.bitpay.sdk.model.Invoice.PaymentCodes)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setPaymentCurrencies(List)","url":"setPaymentCurrencies(java.util.List)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setPaymentDisplaySubTotals(PaymentTotal)","url":"setPaymentDisplaySubTotals(com.bitpay.sdk.model.Invoice.PaymentTotal)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setPaymentDisplayTotals(PaymentTotal)","url":"setPaymentDisplayTotals(com.bitpay.sdk.model.Invoice.PaymentTotal)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setPaymentSubtotals(PaymentTotal)","url":"setPaymentSubtotals(com.bitpay.sdk.model.Invoice.PaymentTotal)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setPaymentTotals(PaymentTotal)","url":"setPaymentTotals(com.bitpay.sdk.model.Invoice.PaymentTotal)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setPaymentUrls(RefundParams)","url":"setPaymentUrls(com.bitpay.sdk.model.Invoice.RefundParams)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setPayoutInfo(PayoutInfo)","url":"setPayoutInfo(com.bitpay.sdk.model.Settlement.PayoutInfo)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"setPayoutPercentage(Double)","url":"setPayoutPercentage(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setPercentFee(Double)","url":"setPercentFee(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setPhone(String)","url":"setPhone(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setPhone(String)","url":"setPhone(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setPhone(String)","url":"setPhone(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"setPhoneNumber(String)","url":"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)","url":"setPolicies(java.util.List)"},{"p":"com.bitpay.sdk.model","c":"Policy","l":"setPolicy(String)","url":"setPolicy(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setPosData(String)","url":"setPosData(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setPostal(String)","url":"setPostal(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setPostalCode(String)","url":"setPostalCode(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setPostalCode(String)","url":"setPostalCode(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Item","l":"setPrice(Double)","url":"setPrice(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setPrice(Double)","url":"setPrice(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"setPrice(Float)","url":"setPrice(java.lang.Float)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setPricingMethod(String)","url":"setPricingMethod(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundParams","l":"setPurchaserNotifyEmail(String)","url":"setPurchaserNotifyEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Item","l":"setQuantity(Integer)","url":"setQuantity(java.lang.Integer)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setRate(Double)","url":"setRate(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrency","l":"setReason(String)","url":"setReason(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransaction","l":"setReceivedTime(Date)","url":"setReceivedTime(java.util.Date)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setRedirectURL(String)","url":"setRedirectURL(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setRedirectURL(String)","url":"setRedirectURL(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setReference(String)","url":"setReference(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"setReference(String)","url":"setReference(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundParams","l":"setRefundAddress(String)","url":"setRefundAddress(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setRefundAddresses(List>>)","url":"setRefundAddresses(java.util.List)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setRefundAddressRequestPending(boolean)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setRefundEmail(String)","url":"setRefundEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setRefundInfo(RefundInfo)","url":"setRefundInfo(com.bitpay.sdk.model.Invoice.RefundInfo)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Buyer","l":"setRegion(String)","url":"setRegion(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setRegion(String)","url":"setRegion(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setRequestDate(Date)","url":"setRequestDate(java.util.Date)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setRequestDate(long)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundParams","l":"setRequesterEmail(String)","url":"setRequesterEmail(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundParams","l":"setRequesterType(String)","url":"setRequesterType(java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Token","l":"setResource(String)","url":"setResource(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setRouting(String)","url":"setRouting(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFeesItem","l":"setSatoshisPerByte(Double)","url":"setSatoshisPerByte(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setScale(String)","url":"setScale(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceBuyerProvidedInfo","l":"setSelectedTransactionCurrency(String)","url":"setSelectedTransactionCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setShopper(Shopper)","url":"setShopper(com.bitpay.sdk.model.Invoice.Shopper)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setSort(String)","url":"setSort(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setState(String)","url":"setState(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setState(String)","url":"setState(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setStatus(String)","url":"setStatus(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setStatus(String)","url":"setStatus(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setStatus(String)","url":"setStatus(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setStatus(String)","url":"setStatus(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"setStatus(String)","url":"setStatus(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setStatus(String)","url":"setStatus(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setSupportedTransactionCurrencies(SupportedTransactionCurrencies)","url":"setSupportedTransactionCurrencies(com.bitpay.sdk.model.Invoice.SupportedTransactionCurrencies)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setSupportPhone(String)","url":"setSupportPhone(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundInfo","l":"setSupportRequest(String)","url":"setSupportRequest(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"RefundInfo","l":"setSupportRequest(String)","url":"setSupportRequest(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundParams","l":"setSupportRequestEid(String)","url":"setSupportRequestEid(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setSwift(String)","url":"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)","url":"setTime(java.util.Date)"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"setTimestamp(Long)","url":"setTimestamp(java.lang.Long)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setTimestamp(String)","url":"setTimestamp(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"Settlement()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"SettlementException","l":"SettlementException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"SettlementLedgerEntry","l":"SettlementLedgerEntry()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.exceptions","c":"SettlementQueryException","l":"SettlementQueryException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setToken(String)","url":"setToken(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setToken(String)","url":"setToken(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Refund","l":"setToken(String)","url":"setToken(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutBatch","l":"setToken(String)","url":"setToken(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setToken(String)","url":"setToken(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setTotalAmount(Float)","url":"setTotalAmount(java.lang.Float)"},{"p":"com.bitpay.sdk.model.Invoice","c":"MinerFeesItem","l":"setTotalFee(Double)","url":"setTotalFee(java.lang.Double)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setTransactionCurrency(String)","url":"setTransactionCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setTransactionCurrency(String)","url":"setTransactionCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"InvoiceData","l":"setTransactionCurrency(String)","url":"setTransactionCurrency(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"InvoiceTransaction","l":"setTransactionId(String)","url":"setTransactionId(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setTransactions(List)","url":"setTransactions(java.util.List)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"setTransactions(List)","url":"setTransactions(java.util.List)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setTransactionSpeed(String)","url":"setTransactionSpeed(java.lang.String)"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstructionTransaction","l":"setTxid(String)","url":"setTxid(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setTxType(String)","url":"setTxType(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"LedgerEntry","l":"setType(String)","url":"setType(java.lang.String)"},{"p":"test","c":"BitPayTest","l":"setUp()"},{"p":"test","c":"BitPayTest2","l":"setUp()"},{"p":"test","c":"BitPayTest3","l":"setUp()"},{"p":"test","c":"BitPayTest","l":"setUpOneTime()"},{"p":"test","c":"BitPayTest2","l":"setUpOneTime()"},{"p":"test","c":"BitPayTest3","l":"setUpOneTime()"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setUrl(String)","url":"setUrl(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"Invoice","l":"setUrl(String)","url":"setUrl(java.lang.String)"},{"p":"com.bitpay.sdk.model.Rate","c":"Rate","l":"setValue(Double)","url":"setValue(java.lang.Double)"},{"p":"com.bitpay.sdk.model","c":"Token","l":"setValue(String)","url":"setValue(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"PayoutInfo","l":"setWire(String)","url":"setWire(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setWithHoldings(List)","url":"setWithHoldings(java.util.List)"},{"p":"com.bitpay.sdk.model.Settlement","c":"Settlement","l":"setWithHoldingsSum(Float)","url":"setWithHoldingsSum(java.lang.Float)"},{"p":"com.bitpay.sdk.model.Bill","c":"Bill","l":"setZip(String)","url":"setZip(java.lang.String)"},{"p":"com.bitpay.sdk.model.Ledger","c":"Buyer","l":"setZip(String)","url":"setZip(java.lang.String)"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"SGD"},{"p":"com.bitpay.sdk.model.Invoice","c":"Shopper","l":"Shopper()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"SHP"},{"p":"com.bitpay.sdk.util","c":"KeyUtils","l":"sign(ECKey, String)","url":"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.Payout","c":"PayoutInstruction","l":"STATUS_PAID"},{"p":"com.bitpay.sdk.model.Payout","c":"PayoutInstruction","l":"STATUS_UNPAID"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"STN"},{"p":"com.bitpay.sdk","c":"Client","l":"submitPayoutBatch(PayoutBatch)","url":"submitPayoutBatch(com.bitpay.sdk.model.Payout.PayoutBatch)"},{"p":"com.bitpay.sdk.exceptions","c":"SubscriptionCreationException","l":"SubscriptionCreationException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"SubscriptionException","l":"SubscriptionException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"SubscriptionQueryException","l":"SubscriptionQueryException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.exceptions","c":"SubscriptionUpdateException","l":"SubscriptionUpdateException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"com.bitpay.sdk.model.Invoice","c":"RefundStatus","l":"Success"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrencies","l":"SupportedTransactionCurrencies()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk.model.Invoice","c":"SupportedTransactionCurrency","l":"SupportedTransactionCurrency()","url":"%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":"test","c":"BitPayTest","l":"testCreateECKeyFromSeedString()"},{"p":"test","c":"BitPayTest2","l":"testCurrency()"},{"p":"test","c":"BitPayTest","l":"TestGetSettlement()"},{"p":"test","c":"BitPayTest","l":"TestGetSettlementReconciliationReport()"},{"p":"test","c":"BitPayTest","l":"TestGetSettlements()"},{"p":"test","c":"BitPayTest","l":"TestShouldCreateBillEUR()"},{"p":"test","c":"BitPayTest","l":"TestShouldCreateBillUSD()"},{"p":"test","c":"BitPayTest","l":"testShouldCreateGetCancelRefundRequest()"},{"p":"test","c":"BitPayTest","l":"testShouldCreateInvoice100EUR()"},{"p":"test","c":"BitPayTest","l":"testShouldCreateInvoice100USD()"},{"p":"test","c":"BitPayTest","l":"testShouldCreateInvoiceBCH()"},{"p":"test","c":"BitPayTest","l":"testShouldCreateInvoiceBTC()"},{"p":"test","c":"BitPayTest","l":"testShouldCreateInvoiceETH()"},{"p":"test","c":"BitPayTest","l":"testShouldCreateInvoiceOneTenthBTC()"},{"p":"test","c":"BitPayTest","l":"testShouldCreateInvoiceWithAdditionalParams()"},{"p":"test","c":"BitPayTest","l":"TestShouldDeliverBill()"},{"p":"test","c":"BitPayTest","l":"TestShouldGetAndUpdateBill()"},{"p":"test","c":"BitPayTest","l":"TestShouldGetBill()"},{"p":"test","c":"BitPayTest","l":"TestShouldGetBills()"},{"p":"test","c":"BitPayTest","l":"TestShouldGetBillsByStatus()"},{"p":"test","c":"BitPayTest","l":"TestShouldGetBillStatus()"},{"p":"test","c":"BitPayTest","l":"TestShouldGetBillUrl()"},{"p":"test","c":"BitPayTest","l":"testShouldGetCNYExchangeRate()"},{"p":"test","c":"BitPayTest","l":"testShouldGetEURExchangeRate()"},{"p":"test","c":"BitPayTest","l":"testShouldGetExchangeRates()"},{"p":"test","c":"BitPayTest","l":"testShouldGetInvoice()"},{"p":"test","c":"BitPayTest","l":"testShouldGetInvoiceId()"},{"p":"test","c":"BitPayTest2","l":"testShouldGetInvoiceId()"},{"p":"test","c":"BitPayTest","l":"testShouldGetInvoices()"},{"p":"test","c":"BitPayTest","l":"testShouldGetInvoiceStatus()"},{"p":"test","c":"BitPayTest","l":"testShouldGetInvoiceURL()"},{"p":"test","c":"BitPayTest","l":"testShouldGetLedgerBtc()"},{"p":"test","c":"BitPayTest","l":"testShouldGetLedgers()"},{"p":"test","c":"BitPayTest","l":"testShouldGetLedgerUsd()"},{"p":"test","c":"BitPayTest3","l":"testShouldGetPayoutBatches()"},{"p":"test","c":"BitPayTest3","l":"testShouldGetPayoutBatchesByStatus()"},{"p":"test","c":"BitPayTest","l":"testShouldICT()"},{"p":"test","c":"BitPayTest3","l":"testShouldSubmitGetAndDeletePayoutBatch()"},{"p":"test","c":"BitPayTest3","l":"testShouldSubmitPayoutBatch()"},{"p":"test","c":"BitPayTest","l":"testShouldUpdateExchangeRates()"},{"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()","url":"%3Cinit%3E()"},{"p":"com.bitpay.sdk","c":"Client","l":"tokenExist(String)","url":"tokenExist(java.lang.String)"},{"p":"com.bitpay.sdk","c":"Env.Tokens","l":"Tokens()","url":"%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.Rate","c":"Rates","l":"update()"},{"p":"com.bitpay.sdk","c":"Client","l":"update(String, String)","url":"update(java.lang.String,java.lang.String)"},{"p":"com.bitpay.sdk","c":"Client","l":"updateBill(Bill, String)","url":"updateBill(com.bitpay.sdk.model.Bill.Bill,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","c":"Currency","l":"VND"},{"p":"com.bitpay.sdk.model","c":"Currency","l":"VUV"},{"p":"com.bitpay.sdk.util","c":"BitPayLogger","l":"WARN"},{"p":"com.bitpay.sdk.util","c":"BitPayLogger","l":"warn(String)","url":"warn(java.lang.String)"},{"p":"com.bitpay.sdk.model.Settlement","c":"WithHoldings","l":"WithHoldings()","url":"%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":"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"}] \ No newline at end of file diff --git a/doc/member-search-index.zip b/doc/member-search-index.zip index 7be97609..fa2f19ed 100644 Binary files a/doc/member-search-index.zip and b/doc/member-search-index.zip differ diff --git a/doc/overview-summary.html b/doc/overview-summary.html index dbe51076..8ee10bac 100644 --- a/doc/overview-summary.html +++ b/doc/overview-summary.html @@ -2,10 +2,10 @@ - + Generated Documentation (Untitled) - +