From d25545f2158f68a7c59b66eeccaa6a4a91e8076b Mon Sep 17 00:00:00 2001 From: GitHub Actions <> Date: Mon, 28 Oct 2024 00:45:44 +0000 Subject: [PATCH 1/5] Update javadoc --- .../sdk/client/class-use/BitPayClient.html | 46 +++++++++---------- .../class-use/BitPayApiException.html | 30 ++++++------ .../class-use/BitPayGenericException.html | 30 ++++++------ .../sdk/util/class-use/GuidGenerator.html | 16 +++---- .../sdk/util/class-use/TokenContainer.html | 34 +++++++------- docs/overview-tree.html | 4 +- 6 files changed, 80 insertions(+), 80 deletions(-) diff --git a/docs/com/bitpay/sdk/client/class-use/BitPayClient.html b/docs/com/bitpay/sdk/client/class-use/BitPayClient.html index d34e8b5a..f056501a 100644 --- a/docs/com/bitpay/sdk/client/class-use/BitPayClient.html +++ b/docs/com/bitpay/sdk/client/class-use/BitPayClient.html @@ -143,9 +143,9 @@
static RateClient
getInstance(BitPayClient bitPayClient)
-static CurrencyClient
getInstance(BitPayClient bitPayClient)
+static CurrencyClient
getInstance(BitPayClient bitPayClient)
-static RateClient
getInstance(BitPayClient bitPayClient)
+static PayoutGroupClient
getInstance(BitPayClient bitPayClient,
+static LedgerClient
+LedgerClient.getInstance(BitPayClient bitPayClient,
TokenContainer accessTokens)
-Factory method for Payout Group Client.
+Factory method for Ledger Client.
static LedgerClient
getInstance(BitPayClient bitPayClient,
+static PayoutClient
+PayoutClient.getInstance(BitPayClient bitPayClient,
TokenContainer accessTokens)
-Factory method for Ledger Client.
+Factory method for Bill Client.
static PayoutClient
getInstance(BitPayClient bitPayClient,
+static PayoutGroupClient
+PayoutGroupClient.getInstance(BitPayClient bitPayClient,
TokenContainer accessTokens)
-Factory method for Bill Client.
+Factory method for Payout Group Client.
static InvoiceClient
getInstance(BitPayClient bitPayClient,
+static PayoutRecipientsClient
+PayoutRecipientsClient.getInstance(BitPayClient bitPayClient,
TokenContainer accessTokens,
GuidGenerator guidGenerator)
-Factory method for Invoice Client.
+Factory method for Bill Client.
static RefundClient
getInstance(BitPayClient bitPayClient,
+static InvoiceClient
+InvoiceClient.getInstance(BitPayClient bitPayClient,
TokenContainer accessTokens,
GuidGenerator guidGenerator)
-Factory method for Bill Client.
+Factory method for Invoice Client.
static PayoutRecipientsClient
getInstance(BitPayClient bitPayClient,
+static RefundClient
+RefundClient.getInstance(BitPayClient bitPayClient,
TokenContainer accessTokens,
GuidGenerator guidGenerator)
Factory method for Bill Client.
diff --git a/docs/com/bitpay/sdk/exceptions/class-use/BitPayApiException.html b/docs/com/bitpay/sdk/exceptions/class-use/BitPayApiException.html
index 712a2257..13b36b26 100644
--- a/docs/com/bitpay/sdk/exceptions/class-use/BitPayApiException.html
+++ b/docs/com/bitpay/sdk/exceptions/class-use/BitPayApiException.html
@@ -562,29 +562,29 @@ Uses of
-PayoutGroup
-PayoutGroupClient.cancel(String groupId)
-Cancel a BitPay Payouts.
-
-
Invoice
cancel(String invoiceId)
Refund
cancel(String refundId)
Boolean
cancel(String payoutId)
PayoutGroup
cancel(String groupId)
+Invoice
cancel(String invoiceId,
@@ -653,23 +653,23 @@ Uses of HttpResponseProvider.fromApacheHttpResponse(org.apache.http.HttpResponse apacheHttpResponse)
PayoutRecipient
get(String recipientId)
+Settlement
get(String settlementId)
HttpResponse
get(String uri)
PayoutRecipient
get(String recipientId)
-Payout
get(String payoutId)
diff --git a/docs/com/bitpay/sdk/exceptions/class-use/BitPayGenericException.html b/docs/com/bitpay/sdk/exceptions/class-use/BitPayGenericException.html
index 0273b0ce..e1d57c0c 100644
--- a/docs/com/bitpay/sdk/exceptions/class-use/BitPayGenericException.html
+++ b/docs/com/bitpay/sdk/exceptions/class-use/BitPayGenericException.html
@@ -752,29 +752,29 @@ PayoutGroup
cancel(String groupId)
-Invoice
cancel(String invoiceId)
Refund
cancel(String refundId)
Boolean
cancel(String payoutId)
PayoutGroup
cancel(String groupId)
+Invoice
cancel(String invoiceId,
@@ -839,23 +839,23 @@ Uses of
+PayoutRecipient
+PayoutRecipientsClient.get(String recipientId)
+Retrieve a BitPay payout recipient by batch id using.
+
+
Settlement
get(String settlementId)
HttpResponse
get(String uri)
PayoutRecipient
get(String recipientId)
-Payout
get(String payoutId)
diff --git a/docs/com/bitpay/sdk/util/class-use/GuidGenerator.html b/docs/com/bitpay/sdk/util/class-use/GuidGenerator.html
index 0f91f7e6..5c0aab67 100644
--- a/docs/com/bitpay/sdk/util/class-use/GuidGenerator.html
+++ b/docs/com/bitpay/sdk/util/class-use/GuidGenerator.html
@@ -143,24 +143,24 @@ static InvoiceClient
getInstance(BitPayClient bitPayClient,
+static PayoutRecipientsClient
+PayoutRecipientsClient.getInstance(BitPayClient bitPayClient,
TokenContainer accessTokens,
GuidGenerator guidGenerator)
-Factory method for Invoice Client.
+Factory method for Bill Client.
static RefundClient
getInstance(BitPayClient bitPayClient,
+static InvoiceClient
+InvoiceClient.getInstance(BitPayClient bitPayClient,
TokenContainer accessTokens,
GuidGenerator guidGenerator)
-Factory method for Bill Client.
+Factory method for Invoice Client.
static PayoutRecipientsClient
getInstance(BitPayClient bitPayClient,
+static RefundClient
+RefundClient.getInstance(BitPayClient bitPayClient,
TokenContainer accessTokens,
GuidGenerator guidGenerator)
Factory method for Bill Client.
diff --git a/docs/com/bitpay/sdk/util/class-use/TokenContainer.html b/docs/com/bitpay/sdk/util/class-use/TokenContainer.html
index 8d7b8774..d93efa4d 100644
--- a/docs/com/bitpay/sdk/util/class-use/TokenContainer.html
+++ b/docs/com/bitpay/sdk/util/class-use/TokenContainer.html
@@ -188,10 +188,10 @@ Uses of
-static PayoutGroupClient
-PayoutGroupClient.getInstance(BitPayClient bitPayClient,
+static LedgerClient
+LedgerClient.getInstance(BitPayClient bitPayClient,
TokenContainer accessTokens)
-Factory method for Payout Group Client.
+Factory method for Ledger Client.
@@ -202,17 +202,17 @@ Uses of
-static LedgerClient
-LedgerClient.getInstance(BitPayClient bitPayClient,
+static PayoutClient
+PayoutClient.getInstance(BitPayClient bitPayClient,
TokenContainer accessTokens)
-Factory method for Ledger Client.
+Factory method for Bill Client.
-static PayoutClient
-PayoutClient.getInstance(BitPayClient bitPayClient,
+static PayoutGroupClient
+PayoutGroupClient.getInstance(BitPayClient bitPayClient,
TokenContainer accessTokens)
-Factory method for Bill Client.
+Factory method for Payout Group Client.
@@ -223,24 +223,24 @@ Uses of
-static InvoiceClient
-InvoiceClient.getInstance(BitPayClient bitPayClient,
+static PayoutRecipientsClient
+PayoutRecipientsClient.getInstance(BitPayClient bitPayClient,
TokenContainer accessTokens,
GuidGenerator guidGenerator)
-Factory method for Invoice Client.
+Factory method for Bill Client.
-static RefundClient
-RefundClient.getInstance(BitPayClient bitPayClient,
+static InvoiceClient
+InvoiceClient.getInstance(BitPayClient bitPayClient,
TokenContainer accessTokens,
GuidGenerator guidGenerator)
-Factory method for Bill Client.
+Factory method for Invoice Client.
-static PayoutRecipientsClient
-PayoutRecipientsClient.getInstance(BitPayClient bitPayClient,
+static RefundClient
+RefundClient.getInstance(BitPayClient bitPayClient,
TokenContainer accessTokens,
GuidGenerator guidGenerator)
Factory method for Bill Client.
diff --git a/docs/overview-tree.html b/docs/overview-tree.html
index d77848e9..9dcf9f35 100644
--- a/docs/overview-tree.html
+++ b/docs/overview-tree.html
@@ -102,8 +102,8 @@ Class Hierarchy
com.bitpay.sdk.exceptions.BitPayExceptionProvider
com.bitpay.sdk.util.BitPayLogger
BitPaySetup
-com.bitpay.sdk.model.invoice.Buyer
com.bitpay.sdk.model.ledger.Buyer
+com.bitpay.sdk.model.invoice.Buyer
com.bitpay.sdk.Client
com.bitpay.sdk.Config
com.bitpay.sdk.ConfigFilePath
@@ -166,8 +166,8 @@ Class Hierarchy
com.bitpay.sdk.model.payout.RecipientStatus
com.bitpay.sdk.model.invoice.Refund
com.bitpay.sdk.client.RefundClient (implements com.bitpay.sdk.client.ResourceClient)
-com.bitpay.sdk.model.invoice.RefundInfo
com.bitpay.sdk.model.settlement.RefundInfo
+com.bitpay.sdk.model.invoice.RefundInfo
com.bitpay.sdk.model.invoice.RefundStatus
com.bitpay.sdk.model.invoice.RefundWebhook
com.bitpay.sdk.client.ResponseParser
From 9e9f5d7afe083410f20e9ee9a3bcff9d0d96837c Mon Sep 17 00:00:00 2001
From: Robert Brodie
Date: Sun, 27 Oct 2024 20:56:24 -0400
Subject: [PATCH 2/5] SP-1077 Update our javadoc output dir to 'site' since the
default has changed to 'reports'
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index c25fef19..2105cb75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,6 +85,7 @@
-notimestamp
+ ${project.build.directory}/site
From 843c6de6f9540532ff80f639bb909f853e160207 Mon Sep 17 00:00:00 2001
From: GitHub Actions <>
Date: Mon, 28 Oct 2024 00:56:53 +0000
Subject: [PATCH 3/5] Update javadoc
---
docs/BitPaySetup.html | 2 +-
docs/allclasses-frame.html | 2 +-
docs/allclasses-noframe.html | 2 +-
docs/class-use/BitPaySetup.html | 2 +-
docs/com/bitpay/sdk/Client.html | 2 +-
docs/com/bitpay/sdk/Config.html | 2 +-
docs/com/bitpay/sdk/ConfigFilePath.html | 2 +-
docs/com/bitpay/sdk/Environment.html | 2 +-
docs/com/bitpay/sdk/PosToken.html | 2 +-
docs/com/bitpay/sdk/PrivateKey.html | 2 +-
docs/com/bitpay/sdk/class-use/Client.html | 2 +-
docs/com/bitpay/sdk/class-use/Config.html | 2 +-
docs/com/bitpay/sdk/class-use/ConfigFilePath.html | 2 +-
docs/com/bitpay/sdk/class-use/Environment.html | 2 +-
docs/com/bitpay/sdk/class-use/PosToken.html | 2 +-
docs/com/bitpay/sdk/class-use/PrivateKey.html | 2 +-
docs/com/bitpay/sdk/client/AuthorizationClient.html | 2 +-
docs/com/bitpay/sdk/client/BillClient.html | 2 +-
docs/com/bitpay/sdk/client/BitPayClient.html | 2 +-
docs/com/bitpay/sdk/client/CurrencyClient.html | 2 +-
docs/com/bitpay/sdk/client/HttpRequestFactory.html | 2 +-
docs/com/bitpay/sdk/client/HttpResponse.html | 2 +-
docs/com/bitpay/sdk/client/HttpResponseProvider.html | 2 +-
docs/com/bitpay/sdk/client/InvoiceClient.html | 2 +-
docs/com/bitpay/sdk/client/LedgerClient.html | 2 +-
docs/com/bitpay/sdk/client/PayoutClient.html | 2 +-
docs/com/bitpay/sdk/client/PayoutGroupClient.html | 2 +-
docs/com/bitpay/sdk/client/PayoutRecipientsClient.html | 2 +-
docs/com/bitpay/sdk/client/RateClient.html | 2 +-
docs/com/bitpay/sdk/client/RefundClient.html | 2 +-
docs/com/bitpay/sdk/client/ResourceClient.html | 2 +-
docs/com/bitpay/sdk/client/ResponseParser.html | 2 +-
docs/com/bitpay/sdk/client/SettlementClient.html | 2 +-
docs/com/bitpay/sdk/client/WalletClient.html | 2 +-
.../bitpay/sdk/client/class-use/AuthorizationClient.html | 2 +-
docs/com/bitpay/sdk/client/class-use/BillClient.html | 2 +-
docs/com/bitpay/sdk/client/class-use/BitPayClient.html | 2 +-
docs/com/bitpay/sdk/client/class-use/CurrencyClient.html | 2 +-
.../com/bitpay/sdk/client/class-use/HttpRequestFactory.html | 2 +-
docs/com/bitpay/sdk/client/class-use/HttpResponse.html | 2 +-
.../bitpay/sdk/client/class-use/HttpResponseProvider.html | 2 +-
docs/com/bitpay/sdk/client/class-use/InvoiceClient.html | 2 +-
docs/com/bitpay/sdk/client/class-use/LedgerClient.html | 2 +-
docs/com/bitpay/sdk/client/class-use/PayoutClient.html | 2 +-
docs/com/bitpay/sdk/client/class-use/PayoutGroupClient.html | 2 +-
.../bitpay/sdk/client/class-use/PayoutRecipientsClient.html | 2 +-
docs/com/bitpay/sdk/client/class-use/RateClient.html | 2 +-
docs/com/bitpay/sdk/client/class-use/RefundClient.html | 2 +-
docs/com/bitpay/sdk/client/class-use/ResourceClient.html | 2 +-
docs/com/bitpay/sdk/client/class-use/ResponseParser.html | 2 +-
docs/com/bitpay/sdk/client/class-use/SettlementClient.html | 2 +-
docs/com/bitpay/sdk/client/class-use/WalletClient.html | 2 +-
docs/com/bitpay/sdk/client/package-frame.html | 2 +-
docs/com/bitpay/sdk/client/package-summary.html | 2 +-
docs/com/bitpay/sdk/client/package-tree.html | 2 +-
docs/com/bitpay/sdk/client/package-use.html | 2 +-
docs/com/bitpay/sdk/exceptions/BitPayApiException.html | 2 +-
docs/com/bitpay/sdk/exceptions/BitPayException.html | 2 +-
docs/com/bitpay/sdk/exceptions/BitPayExceptionProvider.html | 2 +-
docs/com/bitpay/sdk/exceptions/BitPayGenericException.html | 2 +-
.../bitpay/sdk/exceptions/BitPayValidationException.html | 2 +-
.../bitpay/sdk/exceptions/class-use/BitPayApiException.html | 2 +-
.../bitpay/sdk/exceptions/class-use/BitPayException.html | 2 +-
.../sdk/exceptions/class-use/BitPayExceptionProvider.html | 2 +-
.../sdk/exceptions/class-use/BitPayGenericException.html | 2 +-
.../sdk/exceptions/class-use/BitPayValidationException.html | 2 +-
docs/com/bitpay/sdk/exceptions/package-frame.html | 2 +-
docs/com/bitpay/sdk/exceptions/package-summary.html | 2 +-
docs/com/bitpay/sdk/exceptions/package-tree.html | 2 +-
docs/com/bitpay/sdk/exceptions/package-use.html | 2 +-
docs/com/bitpay/sdk/logger/BitPayLogger.html | 2 +-
docs/com/bitpay/sdk/logger/EmptyLogger.html | 2 +-
docs/com/bitpay/sdk/logger/LoggerProvider.html | 2 +-
docs/com/bitpay/sdk/logger/class-use/BitPayLogger.html | 2 +-
docs/com/bitpay/sdk/logger/class-use/EmptyLogger.html | 2 +-
docs/com/bitpay/sdk/logger/class-use/LoggerProvider.html | 2 +-
docs/com/bitpay/sdk/logger/package-frame.html | 2 +-
docs/com/bitpay/sdk/logger/package-summary.html | 2 +-
docs/com/bitpay/sdk/logger/package-tree.html | 2 +-
docs/com/bitpay/sdk/logger/package-use.html | 2 +-
docs/com/bitpay/sdk/model/Currency.html | 2 +-
docs/com/bitpay/sdk/model/Facade.html | 2 +-
docs/com/bitpay/sdk/model/ModelConfiguration.html | 2 +-
docs/com/bitpay/sdk/model/Policy.html | 2 +-
docs/com/bitpay/sdk/model/Token.html | 2 +-
docs/com/bitpay/sdk/model/bill/Bill.html | 2 +-
docs/com/bitpay/sdk/model/bill/BillStatus.html | 2 +-
docs/com/bitpay/sdk/model/bill/Item.html | 2 +-
docs/com/bitpay/sdk/model/bill/class-use/Bill.html | 2 +-
docs/com/bitpay/sdk/model/bill/class-use/BillStatus.html | 2 +-
docs/com/bitpay/sdk/model/bill/class-use/Item.html | 2 +-
docs/com/bitpay/sdk/model/bill/package-frame.html | 2 +-
docs/com/bitpay/sdk/model/bill/package-summary.html | 2 +-
docs/com/bitpay/sdk/model/bill/package-tree.html | 2 +-
docs/com/bitpay/sdk/model/bill/package-use.html | 2 +-
docs/com/bitpay/sdk/model/class-use/Currency.html | 2 +-
docs/com/bitpay/sdk/model/class-use/Facade.html | 2 +-
docs/com/bitpay/sdk/model/class-use/ModelConfiguration.html | 2 +-
docs/com/bitpay/sdk/model/class-use/Policy.html | 2 +-
docs/com/bitpay/sdk/model/class-use/Token.html | 2 +-
docs/com/bitpay/sdk/model/invoice/Buyer.html | 2 +-
docs/com/bitpay/sdk/model/invoice/Invoice.html | 2 +-
.../bitpay/sdk/model/invoice/InvoiceBuyerProvidedInfo.html | 6 +++---
docs/com/bitpay/sdk/model/invoice/InvoiceEventToken.html | 2 +-
.../bitpay/sdk/model/invoice/InvoiceItemizedDetails.html | 2 +-
docs/com/bitpay/sdk/model/invoice/InvoiceRefundAddress.html | 2 +-
docs/com/bitpay/sdk/model/invoice/InvoiceStatus.html | 2 +-
docs/com/bitpay/sdk/model/invoice/InvoiceTransaction.html | 2 +-
.../com/bitpay/sdk/model/invoice/InvoiceUniversalCodes.html | 2 +-
docs/com/bitpay/sdk/model/invoice/MinerFees.html | 2 +-
docs/com/bitpay/sdk/model/invoice/MinerFeesItem.html | 2 +-
docs/com/bitpay/sdk/model/invoice/Refund.html | 2 +-
docs/com/bitpay/sdk/model/invoice/RefundInfo.html | 2 +-
docs/com/bitpay/sdk/model/invoice/RefundStatus.html | 2 +-
docs/com/bitpay/sdk/model/invoice/RefundWebhook.html | 2 +-
docs/com/bitpay/sdk/model/invoice/Shopper.html | 2 +-
.../sdk/model/invoice/SupportedTransactionCurrencies.html | 2 +-
.../sdk/model/invoice/SupportedTransactionCurrency.html | 2 +-
docs/com/bitpay/sdk/model/invoice/class-use/Buyer.html | 2 +-
docs/com/bitpay/sdk/model/invoice/class-use/Invoice.html | 2 +-
.../model/invoice/class-use/InvoiceBuyerProvidedInfo.html | 2 +-
.../sdk/model/invoice/class-use/InvoiceEventToken.html | 2 +-
.../sdk/model/invoice/class-use/InvoiceItemizedDetails.html | 2 +-
.../sdk/model/invoice/class-use/InvoiceRefundAddress.html | 2 +-
.../bitpay/sdk/model/invoice/class-use/InvoiceStatus.html | 2 +-
.../sdk/model/invoice/class-use/InvoiceTransaction.html | 2 +-
.../sdk/model/invoice/class-use/InvoiceUniversalCodes.html | 2 +-
docs/com/bitpay/sdk/model/invoice/class-use/MinerFees.html | 2 +-
.../bitpay/sdk/model/invoice/class-use/MinerFeesItem.html | 2 +-
docs/com/bitpay/sdk/model/invoice/class-use/Refund.html | 2 +-
docs/com/bitpay/sdk/model/invoice/class-use/RefundInfo.html | 2 +-
.../bitpay/sdk/model/invoice/class-use/RefundStatus.html | 2 +-
.../bitpay/sdk/model/invoice/class-use/RefundWebhook.html | 2 +-
docs/com/bitpay/sdk/model/invoice/class-use/Shopper.html | 2 +-
.../invoice/class-use/SupportedTransactionCurrencies.html | 2 +-
.../invoice/class-use/SupportedTransactionCurrency.html | 2 +-
docs/com/bitpay/sdk/model/invoice/package-frame.html | 2 +-
docs/com/bitpay/sdk/model/invoice/package-summary.html | 2 +-
docs/com/bitpay/sdk/model/invoice/package-tree.html | 2 +-
docs/com/bitpay/sdk/model/invoice/package-use.html | 2 +-
docs/com/bitpay/sdk/model/ledger/Buyer.html | 2 +-
docs/com/bitpay/sdk/model/ledger/Ledger.html | 2 +-
docs/com/bitpay/sdk/model/ledger/LedgerEntry.html | 2 +-
docs/com/bitpay/sdk/model/ledger/class-use/Buyer.html | 2 +-
docs/com/bitpay/sdk/model/ledger/class-use/Ledger.html | 2 +-
docs/com/bitpay/sdk/model/ledger/class-use/LedgerEntry.html | 2 +-
docs/com/bitpay/sdk/model/ledger/package-frame.html | 2 +-
docs/com/bitpay/sdk/model/ledger/package-summary.html | 2 +-
docs/com/bitpay/sdk/model/ledger/package-tree.html | 2 +-
docs/com/bitpay/sdk/model/ledger/package-use.html | 2 +-
docs/com/bitpay/sdk/model/package-frame.html | 2 +-
docs/com/bitpay/sdk/model/package-summary.html | 2 +-
docs/com/bitpay/sdk/model/package-tree.html | 2 +-
docs/com/bitpay/sdk/model/package-use.html | 2 +-
docs/com/bitpay/sdk/model/payout/Payout.html | 2 +-
docs/com/bitpay/sdk/model/payout/PayoutGroup.html | 2 +-
docs/com/bitpay/sdk/model/payout/PayoutGroupFailed.html | 2 +-
docs/com/bitpay/sdk/model/payout/PayoutRecipient.html | 2 +-
docs/com/bitpay/sdk/model/payout/PayoutRecipients.html | 2 +-
docs/com/bitpay/sdk/model/payout/PayoutStatus.html | 2 +-
docs/com/bitpay/sdk/model/payout/PayoutTransaction.html | 2 +-
docs/com/bitpay/sdk/model/payout/RecipientStatus.html | 2 +-
docs/com/bitpay/sdk/model/payout/class-use/Payout.html | 2 +-
docs/com/bitpay/sdk/model/payout/class-use/PayoutGroup.html | 2 +-
.../sdk/model/payout/class-use/PayoutGroupFailed.html | 2 +-
.../bitpay/sdk/model/payout/class-use/PayoutRecipient.html | 2 +-
.../bitpay/sdk/model/payout/class-use/PayoutRecipients.html | 2 +-
.../com/bitpay/sdk/model/payout/class-use/PayoutStatus.html | 2 +-
.../sdk/model/payout/class-use/PayoutTransaction.html | 2 +-
.../bitpay/sdk/model/payout/class-use/RecipientStatus.html | 2 +-
docs/com/bitpay/sdk/model/payout/package-frame.html | 2 +-
docs/com/bitpay/sdk/model/payout/package-summary.html | 2 +-
docs/com/bitpay/sdk/model/payout/package-tree.html | 2 +-
docs/com/bitpay/sdk/model/payout/package-use.html | 2 +-
docs/com/bitpay/sdk/model/rate/Rate.html | 2 +-
docs/com/bitpay/sdk/model/rate/Rates.html | 2 +-
docs/com/bitpay/sdk/model/rate/class-use/Rate.html | 2 +-
docs/com/bitpay/sdk/model/rate/class-use/Rates.html | 2 +-
docs/com/bitpay/sdk/model/rate/package-frame.html | 2 +-
docs/com/bitpay/sdk/model/rate/package-summary.html | 2 +-
docs/com/bitpay/sdk/model/rate/package-tree.html | 2 +-
docs/com/bitpay/sdk/model/rate/package-use.html | 2 +-
docs/com/bitpay/sdk/model/settlement/InvoiceData.html | 2 +-
docs/com/bitpay/sdk/model/settlement/PayoutInfo.html | 2 +-
docs/com/bitpay/sdk/model/settlement/RefundInfo.html | 2 +-
docs/com/bitpay/sdk/model/settlement/Settlement.html | 2 +-
.../bitpay/sdk/model/settlement/SettlementLedgerEntry.html | 2 +-
docs/com/bitpay/sdk/model/settlement/WithHoldings.html | 2 +-
.../bitpay/sdk/model/settlement/class-use/InvoiceData.html | 2 +-
.../bitpay/sdk/model/settlement/class-use/PayoutInfo.html | 2 +-
.../bitpay/sdk/model/settlement/class-use/RefundInfo.html | 2 +-
.../bitpay/sdk/model/settlement/class-use/Settlement.html | 2 +-
.../model/settlement/class-use/SettlementLedgerEntry.html | 2 +-
.../bitpay/sdk/model/settlement/class-use/WithHoldings.html | 2 +-
docs/com/bitpay/sdk/model/settlement/package-frame.html | 2 +-
docs/com/bitpay/sdk/model/settlement/package-summary.html | 2 +-
docs/com/bitpay/sdk/model/settlement/package-tree.html | 2 +-
docs/com/bitpay/sdk/model/settlement/package-use.html | 2 +-
docs/com/bitpay/sdk/model/wallet/Currencies.html | 2 +-
docs/com/bitpay/sdk/model/wallet/CurrencyQr.html | 2 +-
docs/com/bitpay/sdk/model/wallet/Wallet.html | 2 +-
docs/com/bitpay/sdk/model/wallet/class-use/Currencies.html | 2 +-
docs/com/bitpay/sdk/model/wallet/class-use/CurrencyQr.html | 2 +-
docs/com/bitpay/sdk/model/wallet/class-use/Wallet.html | 2 +-
docs/com/bitpay/sdk/model/wallet/package-frame.html | 2 +-
docs/com/bitpay/sdk/model/wallet/package-summary.html | 2 +-
docs/com/bitpay/sdk/model/wallet/package-tree.html | 2 +-
docs/com/bitpay/sdk/model/wallet/package-use.html | 2 +-
docs/com/bitpay/sdk/package-frame.html | 2 +-
docs/com/bitpay/sdk/package-summary.html | 2 +-
docs/com/bitpay/sdk/package-tree.html | 2 +-
docs/com/bitpay/sdk/package-use.html | 2 +-
docs/com/bitpay/sdk/util/BitPayLogger.html | 2 +-
docs/com/bitpay/sdk/util/GuidGenerator.html | 2 +-
docs/com/bitpay/sdk/util/JsonMapperFactory.html | 2 +-
docs/com/bitpay/sdk/util/KeyUtils.html | 2 +-
docs/com/bitpay/sdk/util/ParameterAdder.html | 2 +-
docs/com/bitpay/sdk/util/TokenContainer.html | 2 +-
docs/com/bitpay/sdk/util/class-use/BitPayLogger.html | 2 +-
docs/com/bitpay/sdk/util/class-use/GuidGenerator.html | 2 +-
docs/com/bitpay/sdk/util/class-use/JsonMapperFactory.html | 2 +-
docs/com/bitpay/sdk/util/class-use/KeyUtils.html | 2 +-
docs/com/bitpay/sdk/util/class-use/ParameterAdder.html | 2 +-
docs/com/bitpay/sdk/util/class-use/TokenContainer.html | 2 +-
docs/com/bitpay/sdk/util/package-frame.html | 2 +-
docs/com/bitpay/sdk/util/package-summary.html | 2 +-
docs/com/bitpay/sdk/util/package-tree.html | 2 +-
docs/com/bitpay/sdk/util/package-use.html | 2 +-
.../util/serializer/Iso8601ToZonedDateTimeDeserializer.html | 2 +-
.../util/serializer/ZonedDateTimeToIso8601Serializer.html | 2 +-
.../class-use/Iso8601ToZonedDateTimeDeserializer.html | 2 +-
.../class-use/ZonedDateTimeToIso8601Serializer.html | 2 +-
docs/com/bitpay/sdk/util/serializer/package-frame.html | 2 +-
docs/com/bitpay/sdk/util/serializer/package-summary.html | 2 +-
docs/com/bitpay/sdk/util/serializer/package-tree.html | 2 +-
docs/com/bitpay/sdk/util/serializer/package-use.html | 2 +-
docs/constant-values.html | 2 +-
docs/deprecated-list.html | 2 +-
docs/help-doc.html | 2 +-
docs/index-all.html | 6 +++---
docs/index.html | 2 +-
docs/overview-frame.html | 2 +-
docs/overview-summary.html | 2 +-
docs/overview-tree.html | 2 +-
docs/package-frame.html | 2 +-
docs/package-summary.html | 2 +-
docs/package-tree.html | 2 +-
docs/package-use.html | 2 +-
docs/serialized-form.html | 2 +-
249 files changed, 253 insertions(+), 253 deletions(-)
diff --git a/docs/BitPaySetup.html b/docs/BitPaySetup.html
index b441bff3..a2a1c7cc 100644
--- a/docs/BitPaySetup.html
+++ b/docs/BitPaySetup.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/allclasses-frame.html b/docs/allclasses-frame.html
index 0bac3cd0..022571a2 100644
--- a/docs/allclasses-frame.html
+++ b/docs/allclasses-frame.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/allclasses-noframe.html b/docs/allclasses-noframe.html
index 8e0d4c51..fa4cd761 100644
--- a/docs/allclasses-noframe.html
+++ b/docs/allclasses-noframe.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/class-use/BitPaySetup.html b/docs/class-use/BitPaySetup.html
index 008eb680..76be456a 100644
--- a/docs/class-use/BitPaySetup.html
+++ b/docs/class-use/BitPaySetup.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/Client.html b/docs/com/bitpay/sdk/Client.html
index a044de17..1f9bb704 100644
--- a/docs/com/bitpay/sdk/Client.html
+++ b/docs/com/bitpay/sdk/Client.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/Config.html b/docs/com/bitpay/sdk/Config.html
index 4d9d1cc6..0815ec06 100644
--- a/docs/com/bitpay/sdk/Config.html
+++ b/docs/com/bitpay/sdk/Config.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/ConfigFilePath.html b/docs/com/bitpay/sdk/ConfigFilePath.html
index c9f7e10f..9b88c8c4 100644
--- a/docs/com/bitpay/sdk/ConfigFilePath.html
+++ b/docs/com/bitpay/sdk/ConfigFilePath.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/Environment.html b/docs/com/bitpay/sdk/Environment.html
index 1c594a60..644eecbf 100644
--- a/docs/com/bitpay/sdk/Environment.html
+++ b/docs/com/bitpay/sdk/Environment.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/PosToken.html b/docs/com/bitpay/sdk/PosToken.html
index a00ba0fd..443afebe 100644
--- a/docs/com/bitpay/sdk/PosToken.html
+++ b/docs/com/bitpay/sdk/PosToken.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/PrivateKey.html b/docs/com/bitpay/sdk/PrivateKey.html
index d6da6f55..031dea12 100644
--- a/docs/com/bitpay/sdk/PrivateKey.html
+++ b/docs/com/bitpay/sdk/PrivateKey.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/class-use/Client.html b/docs/com/bitpay/sdk/class-use/Client.html
index 87e61529..e896ada3 100644
--- a/docs/com/bitpay/sdk/class-use/Client.html
+++ b/docs/com/bitpay/sdk/class-use/Client.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/class-use/Config.html b/docs/com/bitpay/sdk/class-use/Config.html
index 370e4ac7..852e10d6 100644
--- a/docs/com/bitpay/sdk/class-use/Config.html
+++ b/docs/com/bitpay/sdk/class-use/Config.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/class-use/ConfigFilePath.html b/docs/com/bitpay/sdk/class-use/ConfigFilePath.html
index 25f9c442..88a8bd28 100644
--- a/docs/com/bitpay/sdk/class-use/ConfigFilePath.html
+++ b/docs/com/bitpay/sdk/class-use/ConfigFilePath.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/class-use/Environment.html b/docs/com/bitpay/sdk/class-use/Environment.html
index b1aa5326..00c585c4 100644
--- a/docs/com/bitpay/sdk/class-use/Environment.html
+++ b/docs/com/bitpay/sdk/class-use/Environment.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/class-use/PosToken.html b/docs/com/bitpay/sdk/class-use/PosToken.html
index 865acc44..86f9bb71 100644
--- a/docs/com/bitpay/sdk/class-use/PosToken.html
+++ b/docs/com/bitpay/sdk/class-use/PosToken.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/class-use/PrivateKey.html b/docs/com/bitpay/sdk/class-use/PrivateKey.html
index c86c2ef8..f648e022 100644
--- a/docs/com/bitpay/sdk/class-use/PrivateKey.html
+++ b/docs/com/bitpay/sdk/class-use/PrivateKey.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/AuthorizationClient.html b/docs/com/bitpay/sdk/client/AuthorizationClient.html
index 836263b1..000cbb1a 100644
--- a/docs/com/bitpay/sdk/client/AuthorizationClient.html
+++ b/docs/com/bitpay/sdk/client/AuthorizationClient.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/BillClient.html b/docs/com/bitpay/sdk/client/BillClient.html
index 9f47cded..5bc12d57 100644
--- a/docs/com/bitpay/sdk/client/BillClient.html
+++ b/docs/com/bitpay/sdk/client/BillClient.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/BitPayClient.html b/docs/com/bitpay/sdk/client/BitPayClient.html
index f58cec2b..75730cf5 100644
--- a/docs/com/bitpay/sdk/client/BitPayClient.html
+++ b/docs/com/bitpay/sdk/client/BitPayClient.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/CurrencyClient.html b/docs/com/bitpay/sdk/client/CurrencyClient.html
index 53ef52ea..c9a12cd0 100644
--- a/docs/com/bitpay/sdk/client/CurrencyClient.html
+++ b/docs/com/bitpay/sdk/client/CurrencyClient.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/HttpRequestFactory.html b/docs/com/bitpay/sdk/client/HttpRequestFactory.html
index fe3b3cd6..3f09b5dd 100644
--- a/docs/com/bitpay/sdk/client/HttpRequestFactory.html
+++ b/docs/com/bitpay/sdk/client/HttpRequestFactory.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/HttpResponse.html b/docs/com/bitpay/sdk/client/HttpResponse.html
index 1d835fe6..7004abe6 100644
--- a/docs/com/bitpay/sdk/client/HttpResponse.html
+++ b/docs/com/bitpay/sdk/client/HttpResponse.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/HttpResponseProvider.html b/docs/com/bitpay/sdk/client/HttpResponseProvider.html
index 0ed11a73..b2bf228d 100644
--- a/docs/com/bitpay/sdk/client/HttpResponseProvider.html
+++ b/docs/com/bitpay/sdk/client/HttpResponseProvider.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/InvoiceClient.html b/docs/com/bitpay/sdk/client/InvoiceClient.html
index 497b809a..b583d2c0 100644
--- a/docs/com/bitpay/sdk/client/InvoiceClient.html
+++ b/docs/com/bitpay/sdk/client/InvoiceClient.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/LedgerClient.html b/docs/com/bitpay/sdk/client/LedgerClient.html
index 1f127dad..79604e8c 100644
--- a/docs/com/bitpay/sdk/client/LedgerClient.html
+++ b/docs/com/bitpay/sdk/client/LedgerClient.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/PayoutClient.html b/docs/com/bitpay/sdk/client/PayoutClient.html
index 7f36eecd..8e99c751 100644
--- a/docs/com/bitpay/sdk/client/PayoutClient.html
+++ b/docs/com/bitpay/sdk/client/PayoutClient.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/PayoutGroupClient.html b/docs/com/bitpay/sdk/client/PayoutGroupClient.html
index 9d25fafd..f64a1228 100644
--- a/docs/com/bitpay/sdk/client/PayoutGroupClient.html
+++ b/docs/com/bitpay/sdk/client/PayoutGroupClient.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/PayoutRecipientsClient.html b/docs/com/bitpay/sdk/client/PayoutRecipientsClient.html
index 19b071ba..8629f356 100644
--- a/docs/com/bitpay/sdk/client/PayoutRecipientsClient.html
+++ b/docs/com/bitpay/sdk/client/PayoutRecipientsClient.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/RateClient.html b/docs/com/bitpay/sdk/client/RateClient.html
index ed396a11..030e11b6 100644
--- a/docs/com/bitpay/sdk/client/RateClient.html
+++ b/docs/com/bitpay/sdk/client/RateClient.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/RefundClient.html b/docs/com/bitpay/sdk/client/RefundClient.html
index 35ca8bf5..139c5233 100644
--- a/docs/com/bitpay/sdk/client/RefundClient.html
+++ b/docs/com/bitpay/sdk/client/RefundClient.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/ResourceClient.html b/docs/com/bitpay/sdk/client/ResourceClient.html
index 3a2f426c..fb8b3f7e 100644
--- a/docs/com/bitpay/sdk/client/ResourceClient.html
+++ b/docs/com/bitpay/sdk/client/ResourceClient.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/ResponseParser.html b/docs/com/bitpay/sdk/client/ResponseParser.html
index 7938de8f..7bd62344 100644
--- a/docs/com/bitpay/sdk/client/ResponseParser.html
+++ b/docs/com/bitpay/sdk/client/ResponseParser.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/SettlementClient.html b/docs/com/bitpay/sdk/client/SettlementClient.html
index 14a2391a..d67f91d4 100644
--- a/docs/com/bitpay/sdk/client/SettlementClient.html
+++ b/docs/com/bitpay/sdk/client/SettlementClient.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/WalletClient.html b/docs/com/bitpay/sdk/client/WalletClient.html
index 1711db3f..4e8c3eeb 100644
--- a/docs/com/bitpay/sdk/client/WalletClient.html
+++ b/docs/com/bitpay/sdk/client/WalletClient.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/class-use/AuthorizationClient.html b/docs/com/bitpay/sdk/client/class-use/AuthorizationClient.html
index 1f2c72ed..7de43532 100644
--- a/docs/com/bitpay/sdk/client/class-use/AuthorizationClient.html
+++ b/docs/com/bitpay/sdk/client/class-use/AuthorizationClient.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/class-use/BillClient.html b/docs/com/bitpay/sdk/client/class-use/BillClient.html
index 991808f0..955beb47 100644
--- a/docs/com/bitpay/sdk/client/class-use/BillClient.html
+++ b/docs/com/bitpay/sdk/client/class-use/BillClient.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/class-use/BitPayClient.html b/docs/com/bitpay/sdk/client/class-use/BitPayClient.html
index f056501a..896cc95a 100644
--- a/docs/com/bitpay/sdk/client/class-use/BitPayClient.html
+++ b/docs/com/bitpay/sdk/client/class-use/BitPayClient.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/class-use/CurrencyClient.html b/docs/com/bitpay/sdk/client/class-use/CurrencyClient.html
index e9c43f5a..e671c01f 100644
--- a/docs/com/bitpay/sdk/client/class-use/CurrencyClient.html
+++ b/docs/com/bitpay/sdk/client/class-use/CurrencyClient.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/class-use/HttpRequestFactory.html b/docs/com/bitpay/sdk/client/class-use/HttpRequestFactory.html
index b3310070..722920c5 100644
--- a/docs/com/bitpay/sdk/client/class-use/HttpRequestFactory.html
+++ b/docs/com/bitpay/sdk/client/class-use/HttpRequestFactory.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/class-use/HttpResponse.html b/docs/com/bitpay/sdk/client/class-use/HttpResponse.html
index f915ead3..a1f1899b 100644
--- a/docs/com/bitpay/sdk/client/class-use/HttpResponse.html
+++ b/docs/com/bitpay/sdk/client/class-use/HttpResponse.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/class-use/HttpResponseProvider.html b/docs/com/bitpay/sdk/client/class-use/HttpResponseProvider.html
index 80baf803..87cf0818 100644
--- a/docs/com/bitpay/sdk/client/class-use/HttpResponseProvider.html
+++ b/docs/com/bitpay/sdk/client/class-use/HttpResponseProvider.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/class-use/InvoiceClient.html b/docs/com/bitpay/sdk/client/class-use/InvoiceClient.html
index fb5b852a..ae641e0f 100644
--- a/docs/com/bitpay/sdk/client/class-use/InvoiceClient.html
+++ b/docs/com/bitpay/sdk/client/class-use/InvoiceClient.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/class-use/LedgerClient.html b/docs/com/bitpay/sdk/client/class-use/LedgerClient.html
index feb280b7..e0c92799 100644
--- a/docs/com/bitpay/sdk/client/class-use/LedgerClient.html
+++ b/docs/com/bitpay/sdk/client/class-use/LedgerClient.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/class-use/PayoutClient.html b/docs/com/bitpay/sdk/client/class-use/PayoutClient.html
index 3631f73f..d2c7d45b 100644
--- a/docs/com/bitpay/sdk/client/class-use/PayoutClient.html
+++ b/docs/com/bitpay/sdk/client/class-use/PayoutClient.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/class-use/PayoutGroupClient.html b/docs/com/bitpay/sdk/client/class-use/PayoutGroupClient.html
index dfcca8ec..4b43224e 100644
--- a/docs/com/bitpay/sdk/client/class-use/PayoutGroupClient.html
+++ b/docs/com/bitpay/sdk/client/class-use/PayoutGroupClient.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/class-use/PayoutRecipientsClient.html b/docs/com/bitpay/sdk/client/class-use/PayoutRecipientsClient.html
index 36344590..a86e38a5 100644
--- a/docs/com/bitpay/sdk/client/class-use/PayoutRecipientsClient.html
+++ b/docs/com/bitpay/sdk/client/class-use/PayoutRecipientsClient.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/class-use/RateClient.html b/docs/com/bitpay/sdk/client/class-use/RateClient.html
index f84851ae..448f355f 100644
--- a/docs/com/bitpay/sdk/client/class-use/RateClient.html
+++ b/docs/com/bitpay/sdk/client/class-use/RateClient.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/class-use/RefundClient.html b/docs/com/bitpay/sdk/client/class-use/RefundClient.html
index c4934e60..cdaa0609 100644
--- a/docs/com/bitpay/sdk/client/class-use/RefundClient.html
+++ b/docs/com/bitpay/sdk/client/class-use/RefundClient.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/class-use/ResourceClient.html b/docs/com/bitpay/sdk/client/class-use/ResourceClient.html
index 8edb8ca7..974c1a89 100644
--- a/docs/com/bitpay/sdk/client/class-use/ResourceClient.html
+++ b/docs/com/bitpay/sdk/client/class-use/ResourceClient.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/class-use/ResponseParser.html b/docs/com/bitpay/sdk/client/class-use/ResponseParser.html
index e3bd8810..43ac1b4b 100644
--- a/docs/com/bitpay/sdk/client/class-use/ResponseParser.html
+++ b/docs/com/bitpay/sdk/client/class-use/ResponseParser.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/class-use/SettlementClient.html b/docs/com/bitpay/sdk/client/class-use/SettlementClient.html
index 3ce6ebc4..1731eb1b 100644
--- a/docs/com/bitpay/sdk/client/class-use/SettlementClient.html
+++ b/docs/com/bitpay/sdk/client/class-use/SettlementClient.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/class-use/WalletClient.html b/docs/com/bitpay/sdk/client/class-use/WalletClient.html
index c6648013..502833c9 100644
--- a/docs/com/bitpay/sdk/client/class-use/WalletClient.html
+++ b/docs/com/bitpay/sdk/client/class-use/WalletClient.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/package-frame.html b/docs/com/bitpay/sdk/client/package-frame.html
index 2041c658..8a1d7b61 100644
--- a/docs/com/bitpay/sdk/client/package-frame.html
+++ b/docs/com/bitpay/sdk/client/package-frame.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/package-summary.html b/docs/com/bitpay/sdk/client/package-summary.html
index 94f6e2d2..87ed49ed 100644
--- a/docs/com/bitpay/sdk/client/package-summary.html
+++ b/docs/com/bitpay/sdk/client/package-summary.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/package-tree.html b/docs/com/bitpay/sdk/client/package-tree.html
index a90235a9..5e18d45c 100644
--- a/docs/com/bitpay/sdk/client/package-tree.html
+++ b/docs/com/bitpay/sdk/client/package-tree.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/client/package-use.html b/docs/com/bitpay/sdk/client/package-use.html
index c6bae24a..101e0f5a 100644
--- a/docs/com/bitpay/sdk/client/package-use.html
+++ b/docs/com/bitpay/sdk/client/package-use.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/exceptions/BitPayApiException.html b/docs/com/bitpay/sdk/exceptions/BitPayApiException.html
index 2f641ed9..c69f5d1f 100644
--- a/docs/com/bitpay/sdk/exceptions/BitPayApiException.html
+++ b/docs/com/bitpay/sdk/exceptions/BitPayApiException.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/exceptions/BitPayException.html b/docs/com/bitpay/sdk/exceptions/BitPayException.html
index a57295de..2d472e66 100644
--- a/docs/com/bitpay/sdk/exceptions/BitPayException.html
+++ b/docs/com/bitpay/sdk/exceptions/BitPayException.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/exceptions/BitPayExceptionProvider.html b/docs/com/bitpay/sdk/exceptions/BitPayExceptionProvider.html
index 8dc2d938..9aafb7f0 100644
--- a/docs/com/bitpay/sdk/exceptions/BitPayExceptionProvider.html
+++ b/docs/com/bitpay/sdk/exceptions/BitPayExceptionProvider.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/exceptions/BitPayGenericException.html b/docs/com/bitpay/sdk/exceptions/BitPayGenericException.html
index 1f2f6a1f..a621bd47 100644
--- a/docs/com/bitpay/sdk/exceptions/BitPayGenericException.html
+++ b/docs/com/bitpay/sdk/exceptions/BitPayGenericException.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/exceptions/BitPayValidationException.html b/docs/com/bitpay/sdk/exceptions/BitPayValidationException.html
index 79387735..162563e8 100644
--- a/docs/com/bitpay/sdk/exceptions/BitPayValidationException.html
+++ b/docs/com/bitpay/sdk/exceptions/BitPayValidationException.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/exceptions/class-use/BitPayApiException.html b/docs/com/bitpay/sdk/exceptions/class-use/BitPayApiException.html
index 13b36b26..0560f2d3 100644
--- a/docs/com/bitpay/sdk/exceptions/class-use/BitPayApiException.html
+++ b/docs/com/bitpay/sdk/exceptions/class-use/BitPayApiException.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/exceptions/class-use/BitPayException.html b/docs/com/bitpay/sdk/exceptions/class-use/BitPayException.html
index ff2806c8..7e97f983 100644
--- a/docs/com/bitpay/sdk/exceptions/class-use/BitPayException.html
+++ b/docs/com/bitpay/sdk/exceptions/class-use/BitPayException.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/exceptions/class-use/BitPayExceptionProvider.html b/docs/com/bitpay/sdk/exceptions/class-use/BitPayExceptionProvider.html
index 687513ca..fb07d636 100644
--- a/docs/com/bitpay/sdk/exceptions/class-use/BitPayExceptionProvider.html
+++ b/docs/com/bitpay/sdk/exceptions/class-use/BitPayExceptionProvider.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/exceptions/class-use/BitPayGenericException.html b/docs/com/bitpay/sdk/exceptions/class-use/BitPayGenericException.html
index e1d57c0c..c953f0d2 100644
--- a/docs/com/bitpay/sdk/exceptions/class-use/BitPayGenericException.html
+++ b/docs/com/bitpay/sdk/exceptions/class-use/BitPayGenericException.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/exceptions/class-use/BitPayValidationException.html b/docs/com/bitpay/sdk/exceptions/class-use/BitPayValidationException.html
index 454a4b4d..6d0d98f0 100644
--- a/docs/com/bitpay/sdk/exceptions/class-use/BitPayValidationException.html
+++ b/docs/com/bitpay/sdk/exceptions/class-use/BitPayValidationException.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/exceptions/package-frame.html b/docs/com/bitpay/sdk/exceptions/package-frame.html
index 0d87e1a7..b5267bcd 100644
--- a/docs/com/bitpay/sdk/exceptions/package-frame.html
+++ b/docs/com/bitpay/sdk/exceptions/package-frame.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/exceptions/package-summary.html b/docs/com/bitpay/sdk/exceptions/package-summary.html
index 2145a74e..cfa258b5 100644
--- a/docs/com/bitpay/sdk/exceptions/package-summary.html
+++ b/docs/com/bitpay/sdk/exceptions/package-summary.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/exceptions/package-tree.html b/docs/com/bitpay/sdk/exceptions/package-tree.html
index 1bde004f..c154f324 100644
--- a/docs/com/bitpay/sdk/exceptions/package-tree.html
+++ b/docs/com/bitpay/sdk/exceptions/package-tree.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/exceptions/package-use.html b/docs/com/bitpay/sdk/exceptions/package-use.html
index 170c90d9..b442353c 100644
--- a/docs/com/bitpay/sdk/exceptions/package-use.html
+++ b/docs/com/bitpay/sdk/exceptions/package-use.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/logger/BitPayLogger.html b/docs/com/bitpay/sdk/logger/BitPayLogger.html
index 76aff48d..43740b95 100644
--- a/docs/com/bitpay/sdk/logger/BitPayLogger.html
+++ b/docs/com/bitpay/sdk/logger/BitPayLogger.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/logger/EmptyLogger.html b/docs/com/bitpay/sdk/logger/EmptyLogger.html
index a31a4847..987f8ef2 100644
--- a/docs/com/bitpay/sdk/logger/EmptyLogger.html
+++ b/docs/com/bitpay/sdk/logger/EmptyLogger.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/logger/LoggerProvider.html b/docs/com/bitpay/sdk/logger/LoggerProvider.html
index 4a57e912..c1b0efcc 100644
--- a/docs/com/bitpay/sdk/logger/LoggerProvider.html
+++ b/docs/com/bitpay/sdk/logger/LoggerProvider.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/logger/class-use/BitPayLogger.html b/docs/com/bitpay/sdk/logger/class-use/BitPayLogger.html
index 8d8e78a4..ca9f9321 100644
--- a/docs/com/bitpay/sdk/logger/class-use/BitPayLogger.html
+++ b/docs/com/bitpay/sdk/logger/class-use/BitPayLogger.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/logger/class-use/EmptyLogger.html b/docs/com/bitpay/sdk/logger/class-use/EmptyLogger.html
index 3f0220d6..85d3b26a 100644
--- a/docs/com/bitpay/sdk/logger/class-use/EmptyLogger.html
+++ b/docs/com/bitpay/sdk/logger/class-use/EmptyLogger.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/logger/class-use/LoggerProvider.html b/docs/com/bitpay/sdk/logger/class-use/LoggerProvider.html
index e02a41ae..a4c7331e 100644
--- a/docs/com/bitpay/sdk/logger/class-use/LoggerProvider.html
+++ b/docs/com/bitpay/sdk/logger/class-use/LoggerProvider.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/logger/package-frame.html b/docs/com/bitpay/sdk/logger/package-frame.html
index 02f05216..f8cedc77 100644
--- a/docs/com/bitpay/sdk/logger/package-frame.html
+++ b/docs/com/bitpay/sdk/logger/package-frame.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/logger/package-summary.html b/docs/com/bitpay/sdk/logger/package-summary.html
index 43f07d93..fa87cae4 100644
--- a/docs/com/bitpay/sdk/logger/package-summary.html
+++ b/docs/com/bitpay/sdk/logger/package-summary.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/logger/package-tree.html b/docs/com/bitpay/sdk/logger/package-tree.html
index c73061c5..25e584d7 100644
--- a/docs/com/bitpay/sdk/logger/package-tree.html
+++ b/docs/com/bitpay/sdk/logger/package-tree.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/logger/package-use.html b/docs/com/bitpay/sdk/logger/package-use.html
index 539f831e..34a4f241 100644
--- a/docs/com/bitpay/sdk/logger/package-use.html
+++ b/docs/com/bitpay/sdk/logger/package-use.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/Currency.html b/docs/com/bitpay/sdk/model/Currency.html
index 6474c6e1..e347bcdf 100644
--- a/docs/com/bitpay/sdk/model/Currency.html
+++ b/docs/com/bitpay/sdk/model/Currency.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/Facade.html b/docs/com/bitpay/sdk/model/Facade.html
index 9bfa33dc..b0a78ed7 100644
--- a/docs/com/bitpay/sdk/model/Facade.html
+++ b/docs/com/bitpay/sdk/model/Facade.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/ModelConfiguration.html b/docs/com/bitpay/sdk/model/ModelConfiguration.html
index 7c129087..952fd837 100644
--- a/docs/com/bitpay/sdk/model/ModelConfiguration.html
+++ b/docs/com/bitpay/sdk/model/ModelConfiguration.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/Policy.html b/docs/com/bitpay/sdk/model/Policy.html
index 4b97a6d1..37db3a8c 100644
--- a/docs/com/bitpay/sdk/model/Policy.html
+++ b/docs/com/bitpay/sdk/model/Policy.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/Token.html b/docs/com/bitpay/sdk/model/Token.html
index b42e06d4..fe6974c7 100644
--- a/docs/com/bitpay/sdk/model/Token.html
+++ b/docs/com/bitpay/sdk/model/Token.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/bill/Bill.html b/docs/com/bitpay/sdk/model/bill/Bill.html
index 1adad888..fd63829b 100644
--- a/docs/com/bitpay/sdk/model/bill/Bill.html
+++ b/docs/com/bitpay/sdk/model/bill/Bill.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/bill/BillStatus.html b/docs/com/bitpay/sdk/model/bill/BillStatus.html
index 3684bb80..f0d995e0 100644
--- a/docs/com/bitpay/sdk/model/bill/BillStatus.html
+++ b/docs/com/bitpay/sdk/model/bill/BillStatus.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/bill/Item.html b/docs/com/bitpay/sdk/model/bill/Item.html
index 0f3d02a3..502a9048 100644
--- a/docs/com/bitpay/sdk/model/bill/Item.html
+++ b/docs/com/bitpay/sdk/model/bill/Item.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/bill/class-use/Bill.html b/docs/com/bitpay/sdk/model/bill/class-use/Bill.html
index 89c33b72..69327dd7 100644
--- a/docs/com/bitpay/sdk/model/bill/class-use/Bill.html
+++ b/docs/com/bitpay/sdk/model/bill/class-use/Bill.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/bill/class-use/BillStatus.html b/docs/com/bitpay/sdk/model/bill/class-use/BillStatus.html
index acf354e3..3619ecf8 100644
--- a/docs/com/bitpay/sdk/model/bill/class-use/BillStatus.html
+++ b/docs/com/bitpay/sdk/model/bill/class-use/BillStatus.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/bill/class-use/Item.html b/docs/com/bitpay/sdk/model/bill/class-use/Item.html
index 6edb7681..7e800c1a 100644
--- a/docs/com/bitpay/sdk/model/bill/class-use/Item.html
+++ b/docs/com/bitpay/sdk/model/bill/class-use/Item.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/bill/package-frame.html b/docs/com/bitpay/sdk/model/bill/package-frame.html
index b9210eab..9f9c8a86 100644
--- a/docs/com/bitpay/sdk/model/bill/package-frame.html
+++ b/docs/com/bitpay/sdk/model/bill/package-frame.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/bill/package-summary.html b/docs/com/bitpay/sdk/model/bill/package-summary.html
index 3135571b..c19bc60d 100644
--- a/docs/com/bitpay/sdk/model/bill/package-summary.html
+++ b/docs/com/bitpay/sdk/model/bill/package-summary.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/bill/package-tree.html b/docs/com/bitpay/sdk/model/bill/package-tree.html
index 19e3f832..dd37a582 100644
--- a/docs/com/bitpay/sdk/model/bill/package-tree.html
+++ b/docs/com/bitpay/sdk/model/bill/package-tree.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/bill/package-use.html b/docs/com/bitpay/sdk/model/bill/package-use.html
index 67ceb14b..067d99a2 100644
--- a/docs/com/bitpay/sdk/model/bill/package-use.html
+++ b/docs/com/bitpay/sdk/model/bill/package-use.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/class-use/Currency.html b/docs/com/bitpay/sdk/model/class-use/Currency.html
index 1cac248d..351420b8 100644
--- a/docs/com/bitpay/sdk/model/class-use/Currency.html
+++ b/docs/com/bitpay/sdk/model/class-use/Currency.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/class-use/Facade.html b/docs/com/bitpay/sdk/model/class-use/Facade.html
index caed3e36..4e40f948 100644
--- a/docs/com/bitpay/sdk/model/class-use/Facade.html
+++ b/docs/com/bitpay/sdk/model/class-use/Facade.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/class-use/ModelConfiguration.html b/docs/com/bitpay/sdk/model/class-use/ModelConfiguration.html
index 1562629a..bd1d370c 100644
--- a/docs/com/bitpay/sdk/model/class-use/ModelConfiguration.html
+++ b/docs/com/bitpay/sdk/model/class-use/ModelConfiguration.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/class-use/Policy.html b/docs/com/bitpay/sdk/model/class-use/Policy.html
index d392ce18..ac939880 100644
--- a/docs/com/bitpay/sdk/model/class-use/Policy.html
+++ b/docs/com/bitpay/sdk/model/class-use/Policy.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/class-use/Token.html b/docs/com/bitpay/sdk/model/class-use/Token.html
index 3c6c8be8..2236004a 100644
--- a/docs/com/bitpay/sdk/model/class-use/Token.html
+++ b/docs/com/bitpay/sdk/model/class-use/Token.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/Buyer.html b/docs/com/bitpay/sdk/model/invoice/Buyer.html
index 8a50ce23..cf126667 100644
--- a/docs/com/bitpay/sdk/model/invoice/Buyer.html
+++ b/docs/com/bitpay/sdk/model/invoice/Buyer.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/Invoice.html b/docs/com/bitpay/sdk/model/invoice/Invoice.html
index be7cd5d8..6f1dbcc6 100644
--- a/docs/com/bitpay/sdk/model/invoice/Invoice.html
+++ b/docs/com/bitpay/sdk/model/invoice/Invoice.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/InvoiceBuyerProvidedInfo.html b/docs/com/bitpay/sdk/model/invoice/InvoiceBuyerProvidedInfo.html
index b91ac28e..449239a1 100644
--- a/docs/com/bitpay/sdk/model/invoice/InvoiceBuyerProvidedInfo.html
+++ b/docs/com/bitpay/sdk/model/invoice/InvoiceBuyerProvidedInfo.html
@@ -1,6 +1,6 @@
-
+
@@ -235,7 +235,7 @@ Method Summary
Boolean
getSmsVerified()
-Gets verification status of SMS (ie.
+Gets verification status of SMS (ie. have they passed the challenge).
@@ -277,7 +277,7 @@ Method Summary
void
setSmsVerified(Boolean smsVerified)
-Sets verification status of SMS (ie.
+Sets verification status of SMS (ie. have they passed the challenge).
diff --git a/docs/com/bitpay/sdk/model/invoice/InvoiceEventToken.html b/docs/com/bitpay/sdk/model/invoice/InvoiceEventToken.html
index 899ef31b..a75bc3db 100644
--- a/docs/com/bitpay/sdk/model/invoice/InvoiceEventToken.html
+++ b/docs/com/bitpay/sdk/model/invoice/InvoiceEventToken.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/InvoiceItemizedDetails.html b/docs/com/bitpay/sdk/model/invoice/InvoiceItemizedDetails.html
index 91ca5eec..301e36dd 100644
--- a/docs/com/bitpay/sdk/model/invoice/InvoiceItemizedDetails.html
+++ b/docs/com/bitpay/sdk/model/invoice/InvoiceItemizedDetails.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/InvoiceRefundAddress.html b/docs/com/bitpay/sdk/model/invoice/InvoiceRefundAddress.html
index 72331531..fae83ea0 100644
--- a/docs/com/bitpay/sdk/model/invoice/InvoiceRefundAddress.html
+++ b/docs/com/bitpay/sdk/model/invoice/InvoiceRefundAddress.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/InvoiceStatus.html b/docs/com/bitpay/sdk/model/invoice/InvoiceStatus.html
index f3a636d6..5b070b6c 100644
--- a/docs/com/bitpay/sdk/model/invoice/InvoiceStatus.html
+++ b/docs/com/bitpay/sdk/model/invoice/InvoiceStatus.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/InvoiceTransaction.html b/docs/com/bitpay/sdk/model/invoice/InvoiceTransaction.html
index 206652a1..7da587f9 100644
--- a/docs/com/bitpay/sdk/model/invoice/InvoiceTransaction.html
+++ b/docs/com/bitpay/sdk/model/invoice/InvoiceTransaction.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/InvoiceUniversalCodes.html b/docs/com/bitpay/sdk/model/invoice/InvoiceUniversalCodes.html
index 03d3bc8d..98c06d90 100644
--- a/docs/com/bitpay/sdk/model/invoice/InvoiceUniversalCodes.html
+++ b/docs/com/bitpay/sdk/model/invoice/InvoiceUniversalCodes.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/MinerFees.html b/docs/com/bitpay/sdk/model/invoice/MinerFees.html
index e0327388..2adf67de 100644
--- a/docs/com/bitpay/sdk/model/invoice/MinerFees.html
+++ b/docs/com/bitpay/sdk/model/invoice/MinerFees.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/MinerFeesItem.html b/docs/com/bitpay/sdk/model/invoice/MinerFeesItem.html
index d36b546e..36d615e1 100644
--- a/docs/com/bitpay/sdk/model/invoice/MinerFeesItem.html
+++ b/docs/com/bitpay/sdk/model/invoice/MinerFeesItem.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/Refund.html b/docs/com/bitpay/sdk/model/invoice/Refund.html
index 6f12b1f9..234c0a8c 100644
--- a/docs/com/bitpay/sdk/model/invoice/Refund.html
+++ b/docs/com/bitpay/sdk/model/invoice/Refund.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/RefundInfo.html b/docs/com/bitpay/sdk/model/invoice/RefundInfo.html
index 5416e8c8..2d72a67b 100644
--- a/docs/com/bitpay/sdk/model/invoice/RefundInfo.html
+++ b/docs/com/bitpay/sdk/model/invoice/RefundInfo.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/RefundStatus.html b/docs/com/bitpay/sdk/model/invoice/RefundStatus.html
index 4ea49de8..bf6360bf 100644
--- a/docs/com/bitpay/sdk/model/invoice/RefundStatus.html
+++ b/docs/com/bitpay/sdk/model/invoice/RefundStatus.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/RefundWebhook.html b/docs/com/bitpay/sdk/model/invoice/RefundWebhook.html
index 932fb28b..ceba9672 100644
--- a/docs/com/bitpay/sdk/model/invoice/RefundWebhook.html
+++ b/docs/com/bitpay/sdk/model/invoice/RefundWebhook.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/Shopper.html b/docs/com/bitpay/sdk/model/invoice/Shopper.html
index bc909827..49dc4c30 100644
--- a/docs/com/bitpay/sdk/model/invoice/Shopper.html
+++ b/docs/com/bitpay/sdk/model/invoice/Shopper.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/SupportedTransactionCurrencies.html b/docs/com/bitpay/sdk/model/invoice/SupportedTransactionCurrencies.html
index 6c3e9612..5b56ee67 100644
--- a/docs/com/bitpay/sdk/model/invoice/SupportedTransactionCurrencies.html
+++ b/docs/com/bitpay/sdk/model/invoice/SupportedTransactionCurrencies.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/SupportedTransactionCurrency.html b/docs/com/bitpay/sdk/model/invoice/SupportedTransactionCurrency.html
index b9882b6e..ec2ae193 100644
--- a/docs/com/bitpay/sdk/model/invoice/SupportedTransactionCurrency.html
+++ b/docs/com/bitpay/sdk/model/invoice/SupportedTransactionCurrency.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/class-use/Buyer.html b/docs/com/bitpay/sdk/model/invoice/class-use/Buyer.html
index bcf4288d..cb301ae3 100644
--- a/docs/com/bitpay/sdk/model/invoice/class-use/Buyer.html
+++ b/docs/com/bitpay/sdk/model/invoice/class-use/Buyer.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/class-use/Invoice.html b/docs/com/bitpay/sdk/model/invoice/class-use/Invoice.html
index fb4bbbc0..1e514ac9 100644
--- a/docs/com/bitpay/sdk/model/invoice/class-use/Invoice.html
+++ b/docs/com/bitpay/sdk/model/invoice/class-use/Invoice.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/class-use/InvoiceBuyerProvidedInfo.html b/docs/com/bitpay/sdk/model/invoice/class-use/InvoiceBuyerProvidedInfo.html
index 21b878ff..756a99c1 100644
--- a/docs/com/bitpay/sdk/model/invoice/class-use/InvoiceBuyerProvidedInfo.html
+++ b/docs/com/bitpay/sdk/model/invoice/class-use/InvoiceBuyerProvidedInfo.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/class-use/InvoiceEventToken.html b/docs/com/bitpay/sdk/model/invoice/class-use/InvoiceEventToken.html
index 954c7e9d..0dc76df9 100644
--- a/docs/com/bitpay/sdk/model/invoice/class-use/InvoiceEventToken.html
+++ b/docs/com/bitpay/sdk/model/invoice/class-use/InvoiceEventToken.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/class-use/InvoiceItemizedDetails.html b/docs/com/bitpay/sdk/model/invoice/class-use/InvoiceItemizedDetails.html
index 3e226174..8f1e3f52 100644
--- a/docs/com/bitpay/sdk/model/invoice/class-use/InvoiceItemizedDetails.html
+++ b/docs/com/bitpay/sdk/model/invoice/class-use/InvoiceItemizedDetails.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/class-use/InvoiceRefundAddress.html b/docs/com/bitpay/sdk/model/invoice/class-use/InvoiceRefundAddress.html
index 72c85f01..b912a41b 100644
--- a/docs/com/bitpay/sdk/model/invoice/class-use/InvoiceRefundAddress.html
+++ b/docs/com/bitpay/sdk/model/invoice/class-use/InvoiceRefundAddress.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/class-use/InvoiceStatus.html b/docs/com/bitpay/sdk/model/invoice/class-use/InvoiceStatus.html
index c8d68aba..b9745368 100644
--- a/docs/com/bitpay/sdk/model/invoice/class-use/InvoiceStatus.html
+++ b/docs/com/bitpay/sdk/model/invoice/class-use/InvoiceStatus.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/class-use/InvoiceTransaction.html b/docs/com/bitpay/sdk/model/invoice/class-use/InvoiceTransaction.html
index 6f23c608..bd4f3c65 100644
--- a/docs/com/bitpay/sdk/model/invoice/class-use/InvoiceTransaction.html
+++ b/docs/com/bitpay/sdk/model/invoice/class-use/InvoiceTransaction.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/class-use/InvoiceUniversalCodes.html b/docs/com/bitpay/sdk/model/invoice/class-use/InvoiceUniversalCodes.html
index 426bd95f..3571b26a 100644
--- a/docs/com/bitpay/sdk/model/invoice/class-use/InvoiceUniversalCodes.html
+++ b/docs/com/bitpay/sdk/model/invoice/class-use/InvoiceUniversalCodes.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/class-use/MinerFees.html b/docs/com/bitpay/sdk/model/invoice/class-use/MinerFees.html
index 57f2ecee..2de8d1ee 100644
--- a/docs/com/bitpay/sdk/model/invoice/class-use/MinerFees.html
+++ b/docs/com/bitpay/sdk/model/invoice/class-use/MinerFees.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/class-use/MinerFeesItem.html b/docs/com/bitpay/sdk/model/invoice/class-use/MinerFeesItem.html
index b3bc8d1d..8297a8ec 100644
--- a/docs/com/bitpay/sdk/model/invoice/class-use/MinerFeesItem.html
+++ b/docs/com/bitpay/sdk/model/invoice/class-use/MinerFeesItem.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/class-use/Refund.html b/docs/com/bitpay/sdk/model/invoice/class-use/Refund.html
index df9f8e06..5a65d51c 100644
--- a/docs/com/bitpay/sdk/model/invoice/class-use/Refund.html
+++ b/docs/com/bitpay/sdk/model/invoice/class-use/Refund.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/class-use/RefundInfo.html b/docs/com/bitpay/sdk/model/invoice/class-use/RefundInfo.html
index f22e6dc7..5c229384 100644
--- a/docs/com/bitpay/sdk/model/invoice/class-use/RefundInfo.html
+++ b/docs/com/bitpay/sdk/model/invoice/class-use/RefundInfo.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/class-use/RefundStatus.html b/docs/com/bitpay/sdk/model/invoice/class-use/RefundStatus.html
index b8f5cc6f..ae055376 100644
--- a/docs/com/bitpay/sdk/model/invoice/class-use/RefundStatus.html
+++ b/docs/com/bitpay/sdk/model/invoice/class-use/RefundStatus.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/class-use/RefundWebhook.html b/docs/com/bitpay/sdk/model/invoice/class-use/RefundWebhook.html
index b9a6c33f..063afa3d 100644
--- a/docs/com/bitpay/sdk/model/invoice/class-use/RefundWebhook.html
+++ b/docs/com/bitpay/sdk/model/invoice/class-use/RefundWebhook.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/class-use/Shopper.html b/docs/com/bitpay/sdk/model/invoice/class-use/Shopper.html
index 1e8442b1..a8f3ffe3 100644
--- a/docs/com/bitpay/sdk/model/invoice/class-use/Shopper.html
+++ b/docs/com/bitpay/sdk/model/invoice/class-use/Shopper.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/class-use/SupportedTransactionCurrencies.html b/docs/com/bitpay/sdk/model/invoice/class-use/SupportedTransactionCurrencies.html
index 1bdd9418..167f8aa2 100644
--- a/docs/com/bitpay/sdk/model/invoice/class-use/SupportedTransactionCurrencies.html
+++ b/docs/com/bitpay/sdk/model/invoice/class-use/SupportedTransactionCurrencies.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/class-use/SupportedTransactionCurrency.html b/docs/com/bitpay/sdk/model/invoice/class-use/SupportedTransactionCurrency.html
index cfeb77ba..1645d9d1 100644
--- a/docs/com/bitpay/sdk/model/invoice/class-use/SupportedTransactionCurrency.html
+++ b/docs/com/bitpay/sdk/model/invoice/class-use/SupportedTransactionCurrency.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/package-frame.html b/docs/com/bitpay/sdk/model/invoice/package-frame.html
index 3312b034..612b5cf0 100644
--- a/docs/com/bitpay/sdk/model/invoice/package-frame.html
+++ b/docs/com/bitpay/sdk/model/invoice/package-frame.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/package-summary.html b/docs/com/bitpay/sdk/model/invoice/package-summary.html
index 95cedd4c..d1bd813f 100644
--- a/docs/com/bitpay/sdk/model/invoice/package-summary.html
+++ b/docs/com/bitpay/sdk/model/invoice/package-summary.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/package-tree.html b/docs/com/bitpay/sdk/model/invoice/package-tree.html
index 1d1bcaf2..c4196f05 100644
--- a/docs/com/bitpay/sdk/model/invoice/package-tree.html
+++ b/docs/com/bitpay/sdk/model/invoice/package-tree.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/invoice/package-use.html b/docs/com/bitpay/sdk/model/invoice/package-use.html
index ec9a277b..b5199751 100644
--- a/docs/com/bitpay/sdk/model/invoice/package-use.html
+++ b/docs/com/bitpay/sdk/model/invoice/package-use.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/ledger/Buyer.html b/docs/com/bitpay/sdk/model/ledger/Buyer.html
index b8e00597..1ad1cf44 100644
--- a/docs/com/bitpay/sdk/model/ledger/Buyer.html
+++ b/docs/com/bitpay/sdk/model/ledger/Buyer.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/ledger/Ledger.html b/docs/com/bitpay/sdk/model/ledger/Ledger.html
index 4abe624b..5cdf2639 100644
--- a/docs/com/bitpay/sdk/model/ledger/Ledger.html
+++ b/docs/com/bitpay/sdk/model/ledger/Ledger.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/ledger/LedgerEntry.html b/docs/com/bitpay/sdk/model/ledger/LedgerEntry.html
index 581f8b97..8d7f2ff3 100644
--- a/docs/com/bitpay/sdk/model/ledger/LedgerEntry.html
+++ b/docs/com/bitpay/sdk/model/ledger/LedgerEntry.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/ledger/class-use/Buyer.html b/docs/com/bitpay/sdk/model/ledger/class-use/Buyer.html
index 870168fb..89f5d18a 100644
--- a/docs/com/bitpay/sdk/model/ledger/class-use/Buyer.html
+++ b/docs/com/bitpay/sdk/model/ledger/class-use/Buyer.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/ledger/class-use/Ledger.html b/docs/com/bitpay/sdk/model/ledger/class-use/Ledger.html
index 8364f48e..88ec37df 100644
--- a/docs/com/bitpay/sdk/model/ledger/class-use/Ledger.html
+++ b/docs/com/bitpay/sdk/model/ledger/class-use/Ledger.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/ledger/class-use/LedgerEntry.html b/docs/com/bitpay/sdk/model/ledger/class-use/LedgerEntry.html
index 8f985ec8..d00b8e3f 100644
--- a/docs/com/bitpay/sdk/model/ledger/class-use/LedgerEntry.html
+++ b/docs/com/bitpay/sdk/model/ledger/class-use/LedgerEntry.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/ledger/package-frame.html b/docs/com/bitpay/sdk/model/ledger/package-frame.html
index a6263f13..11141a56 100644
--- a/docs/com/bitpay/sdk/model/ledger/package-frame.html
+++ b/docs/com/bitpay/sdk/model/ledger/package-frame.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/ledger/package-summary.html b/docs/com/bitpay/sdk/model/ledger/package-summary.html
index 7266cb18..7654cbdc 100644
--- a/docs/com/bitpay/sdk/model/ledger/package-summary.html
+++ b/docs/com/bitpay/sdk/model/ledger/package-summary.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/ledger/package-tree.html b/docs/com/bitpay/sdk/model/ledger/package-tree.html
index fbf6a461..e9d9c250 100644
--- a/docs/com/bitpay/sdk/model/ledger/package-tree.html
+++ b/docs/com/bitpay/sdk/model/ledger/package-tree.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/ledger/package-use.html b/docs/com/bitpay/sdk/model/ledger/package-use.html
index 809e22ba..dd9d2e89 100644
--- a/docs/com/bitpay/sdk/model/ledger/package-use.html
+++ b/docs/com/bitpay/sdk/model/ledger/package-use.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/package-frame.html b/docs/com/bitpay/sdk/model/package-frame.html
index 43817446..e703556d 100644
--- a/docs/com/bitpay/sdk/model/package-frame.html
+++ b/docs/com/bitpay/sdk/model/package-frame.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/package-summary.html b/docs/com/bitpay/sdk/model/package-summary.html
index 547e0e63..dd1b482f 100644
--- a/docs/com/bitpay/sdk/model/package-summary.html
+++ b/docs/com/bitpay/sdk/model/package-summary.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/package-tree.html b/docs/com/bitpay/sdk/model/package-tree.html
index 471c3921..cffd7635 100644
--- a/docs/com/bitpay/sdk/model/package-tree.html
+++ b/docs/com/bitpay/sdk/model/package-tree.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/package-use.html b/docs/com/bitpay/sdk/model/package-use.html
index c21350e5..aea5d761 100644
--- a/docs/com/bitpay/sdk/model/package-use.html
+++ b/docs/com/bitpay/sdk/model/package-use.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/payout/Payout.html b/docs/com/bitpay/sdk/model/payout/Payout.html
index bdb31b18..ed7f7992 100644
--- a/docs/com/bitpay/sdk/model/payout/Payout.html
+++ b/docs/com/bitpay/sdk/model/payout/Payout.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/payout/PayoutGroup.html b/docs/com/bitpay/sdk/model/payout/PayoutGroup.html
index 6afe0bb4..a17c7730 100644
--- a/docs/com/bitpay/sdk/model/payout/PayoutGroup.html
+++ b/docs/com/bitpay/sdk/model/payout/PayoutGroup.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/payout/PayoutGroupFailed.html b/docs/com/bitpay/sdk/model/payout/PayoutGroupFailed.html
index 62d75a9c..c59b5bb8 100644
--- a/docs/com/bitpay/sdk/model/payout/PayoutGroupFailed.html
+++ b/docs/com/bitpay/sdk/model/payout/PayoutGroupFailed.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/payout/PayoutRecipient.html b/docs/com/bitpay/sdk/model/payout/PayoutRecipient.html
index 0c0cbb35..8ff6ef75 100644
--- a/docs/com/bitpay/sdk/model/payout/PayoutRecipient.html
+++ b/docs/com/bitpay/sdk/model/payout/PayoutRecipient.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/payout/PayoutRecipients.html b/docs/com/bitpay/sdk/model/payout/PayoutRecipients.html
index 6731f75a..0744bd30 100644
--- a/docs/com/bitpay/sdk/model/payout/PayoutRecipients.html
+++ b/docs/com/bitpay/sdk/model/payout/PayoutRecipients.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/payout/PayoutStatus.html b/docs/com/bitpay/sdk/model/payout/PayoutStatus.html
index a83405de..8f501044 100644
--- a/docs/com/bitpay/sdk/model/payout/PayoutStatus.html
+++ b/docs/com/bitpay/sdk/model/payout/PayoutStatus.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/payout/PayoutTransaction.html b/docs/com/bitpay/sdk/model/payout/PayoutTransaction.html
index d0e1d536..bb976566 100644
--- a/docs/com/bitpay/sdk/model/payout/PayoutTransaction.html
+++ b/docs/com/bitpay/sdk/model/payout/PayoutTransaction.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/payout/RecipientStatus.html b/docs/com/bitpay/sdk/model/payout/RecipientStatus.html
index 54b0ced8..94e250a8 100644
--- a/docs/com/bitpay/sdk/model/payout/RecipientStatus.html
+++ b/docs/com/bitpay/sdk/model/payout/RecipientStatus.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/payout/class-use/Payout.html b/docs/com/bitpay/sdk/model/payout/class-use/Payout.html
index f5fa842a..e64a7c6f 100644
--- a/docs/com/bitpay/sdk/model/payout/class-use/Payout.html
+++ b/docs/com/bitpay/sdk/model/payout/class-use/Payout.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/payout/class-use/PayoutGroup.html b/docs/com/bitpay/sdk/model/payout/class-use/PayoutGroup.html
index cd96f0f6..9bb59e02 100644
--- a/docs/com/bitpay/sdk/model/payout/class-use/PayoutGroup.html
+++ b/docs/com/bitpay/sdk/model/payout/class-use/PayoutGroup.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/payout/class-use/PayoutGroupFailed.html b/docs/com/bitpay/sdk/model/payout/class-use/PayoutGroupFailed.html
index c323d4ed..c1363ee9 100644
--- a/docs/com/bitpay/sdk/model/payout/class-use/PayoutGroupFailed.html
+++ b/docs/com/bitpay/sdk/model/payout/class-use/PayoutGroupFailed.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/payout/class-use/PayoutRecipient.html b/docs/com/bitpay/sdk/model/payout/class-use/PayoutRecipient.html
index be67d04c..470861ea 100644
--- a/docs/com/bitpay/sdk/model/payout/class-use/PayoutRecipient.html
+++ b/docs/com/bitpay/sdk/model/payout/class-use/PayoutRecipient.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/payout/class-use/PayoutRecipients.html b/docs/com/bitpay/sdk/model/payout/class-use/PayoutRecipients.html
index 8f65a2f9..35c8ae5c 100644
--- a/docs/com/bitpay/sdk/model/payout/class-use/PayoutRecipients.html
+++ b/docs/com/bitpay/sdk/model/payout/class-use/PayoutRecipients.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/payout/class-use/PayoutStatus.html b/docs/com/bitpay/sdk/model/payout/class-use/PayoutStatus.html
index 3b352d8c..9dcecba5 100644
--- a/docs/com/bitpay/sdk/model/payout/class-use/PayoutStatus.html
+++ b/docs/com/bitpay/sdk/model/payout/class-use/PayoutStatus.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/payout/class-use/PayoutTransaction.html b/docs/com/bitpay/sdk/model/payout/class-use/PayoutTransaction.html
index c6e0b8f6..c2c73ceb 100644
--- a/docs/com/bitpay/sdk/model/payout/class-use/PayoutTransaction.html
+++ b/docs/com/bitpay/sdk/model/payout/class-use/PayoutTransaction.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/payout/class-use/RecipientStatus.html b/docs/com/bitpay/sdk/model/payout/class-use/RecipientStatus.html
index 7fe8dd60..6b08e1f3 100644
--- a/docs/com/bitpay/sdk/model/payout/class-use/RecipientStatus.html
+++ b/docs/com/bitpay/sdk/model/payout/class-use/RecipientStatus.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/payout/package-frame.html b/docs/com/bitpay/sdk/model/payout/package-frame.html
index ce56773c..29453be8 100644
--- a/docs/com/bitpay/sdk/model/payout/package-frame.html
+++ b/docs/com/bitpay/sdk/model/payout/package-frame.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/payout/package-summary.html b/docs/com/bitpay/sdk/model/payout/package-summary.html
index 8cca08dc..5ebdd675 100644
--- a/docs/com/bitpay/sdk/model/payout/package-summary.html
+++ b/docs/com/bitpay/sdk/model/payout/package-summary.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/payout/package-tree.html b/docs/com/bitpay/sdk/model/payout/package-tree.html
index 92f28504..f4444636 100644
--- a/docs/com/bitpay/sdk/model/payout/package-tree.html
+++ b/docs/com/bitpay/sdk/model/payout/package-tree.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/payout/package-use.html b/docs/com/bitpay/sdk/model/payout/package-use.html
index 07a6f2b4..642a236b 100644
--- a/docs/com/bitpay/sdk/model/payout/package-use.html
+++ b/docs/com/bitpay/sdk/model/payout/package-use.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/rate/Rate.html b/docs/com/bitpay/sdk/model/rate/Rate.html
index b6b572ad..62cb3c2c 100644
--- a/docs/com/bitpay/sdk/model/rate/Rate.html
+++ b/docs/com/bitpay/sdk/model/rate/Rate.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/rate/Rates.html b/docs/com/bitpay/sdk/model/rate/Rates.html
index 387bf8ea..41532f54 100644
--- a/docs/com/bitpay/sdk/model/rate/Rates.html
+++ b/docs/com/bitpay/sdk/model/rate/Rates.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/rate/class-use/Rate.html b/docs/com/bitpay/sdk/model/rate/class-use/Rate.html
index 8816ce97..28057272 100644
--- a/docs/com/bitpay/sdk/model/rate/class-use/Rate.html
+++ b/docs/com/bitpay/sdk/model/rate/class-use/Rate.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/rate/class-use/Rates.html b/docs/com/bitpay/sdk/model/rate/class-use/Rates.html
index 3a989a93..ec41df75 100644
--- a/docs/com/bitpay/sdk/model/rate/class-use/Rates.html
+++ b/docs/com/bitpay/sdk/model/rate/class-use/Rates.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/rate/package-frame.html b/docs/com/bitpay/sdk/model/rate/package-frame.html
index 474dab32..15e744eb 100644
--- a/docs/com/bitpay/sdk/model/rate/package-frame.html
+++ b/docs/com/bitpay/sdk/model/rate/package-frame.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/rate/package-summary.html b/docs/com/bitpay/sdk/model/rate/package-summary.html
index 49950f93..47e5ecff 100644
--- a/docs/com/bitpay/sdk/model/rate/package-summary.html
+++ b/docs/com/bitpay/sdk/model/rate/package-summary.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/rate/package-tree.html b/docs/com/bitpay/sdk/model/rate/package-tree.html
index 9b707629..13569d95 100644
--- a/docs/com/bitpay/sdk/model/rate/package-tree.html
+++ b/docs/com/bitpay/sdk/model/rate/package-tree.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/rate/package-use.html b/docs/com/bitpay/sdk/model/rate/package-use.html
index 66926a81..74ef9e21 100644
--- a/docs/com/bitpay/sdk/model/rate/package-use.html
+++ b/docs/com/bitpay/sdk/model/rate/package-use.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/settlement/InvoiceData.html b/docs/com/bitpay/sdk/model/settlement/InvoiceData.html
index 23e46c95..4b9cf3be 100644
--- a/docs/com/bitpay/sdk/model/settlement/InvoiceData.html
+++ b/docs/com/bitpay/sdk/model/settlement/InvoiceData.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/settlement/PayoutInfo.html b/docs/com/bitpay/sdk/model/settlement/PayoutInfo.html
index 1717c6f0..c7de84cb 100644
--- a/docs/com/bitpay/sdk/model/settlement/PayoutInfo.html
+++ b/docs/com/bitpay/sdk/model/settlement/PayoutInfo.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/settlement/RefundInfo.html b/docs/com/bitpay/sdk/model/settlement/RefundInfo.html
index 2f598159..ab1dfebc 100644
--- a/docs/com/bitpay/sdk/model/settlement/RefundInfo.html
+++ b/docs/com/bitpay/sdk/model/settlement/RefundInfo.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/settlement/Settlement.html b/docs/com/bitpay/sdk/model/settlement/Settlement.html
index dba47bf0..5521ef00 100644
--- a/docs/com/bitpay/sdk/model/settlement/Settlement.html
+++ b/docs/com/bitpay/sdk/model/settlement/Settlement.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/settlement/SettlementLedgerEntry.html b/docs/com/bitpay/sdk/model/settlement/SettlementLedgerEntry.html
index bd467040..f9682808 100644
--- a/docs/com/bitpay/sdk/model/settlement/SettlementLedgerEntry.html
+++ b/docs/com/bitpay/sdk/model/settlement/SettlementLedgerEntry.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/settlement/WithHoldings.html b/docs/com/bitpay/sdk/model/settlement/WithHoldings.html
index 64f3de1f..42bbdd1c 100644
--- a/docs/com/bitpay/sdk/model/settlement/WithHoldings.html
+++ b/docs/com/bitpay/sdk/model/settlement/WithHoldings.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/settlement/class-use/InvoiceData.html b/docs/com/bitpay/sdk/model/settlement/class-use/InvoiceData.html
index b1331882..d208c49d 100644
--- a/docs/com/bitpay/sdk/model/settlement/class-use/InvoiceData.html
+++ b/docs/com/bitpay/sdk/model/settlement/class-use/InvoiceData.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/settlement/class-use/PayoutInfo.html b/docs/com/bitpay/sdk/model/settlement/class-use/PayoutInfo.html
index e68a9073..d9f9baec 100644
--- a/docs/com/bitpay/sdk/model/settlement/class-use/PayoutInfo.html
+++ b/docs/com/bitpay/sdk/model/settlement/class-use/PayoutInfo.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/settlement/class-use/RefundInfo.html b/docs/com/bitpay/sdk/model/settlement/class-use/RefundInfo.html
index e0b05006..4f4dacff 100644
--- a/docs/com/bitpay/sdk/model/settlement/class-use/RefundInfo.html
+++ b/docs/com/bitpay/sdk/model/settlement/class-use/RefundInfo.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/settlement/class-use/Settlement.html b/docs/com/bitpay/sdk/model/settlement/class-use/Settlement.html
index b948a32b..5cefa5cc 100644
--- a/docs/com/bitpay/sdk/model/settlement/class-use/Settlement.html
+++ b/docs/com/bitpay/sdk/model/settlement/class-use/Settlement.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/settlement/class-use/SettlementLedgerEntry.html b/docs/com/bitpay/sdk/model/settlement/class-use/SettlementLedgerEntry.html
index cbfee2b3..cf54e43d 100644
--- a/docs/com/bitpay/sdk/model/settlement/class-use/SettlementLedgerEntry.html
+++ b/docs/com/bitpay/sdk/model/settlement/class-use/SettlementLedgerEntry.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/settlement/class-use/WithHoldings.html b/docs/com/bitpay/sdk/model/settlement/class-use/WithHoldings.html
index e0585078..1f4a2115 100644
--- a/docs/com/bitpay/sdk/model/settlement/class-use/WithHoldings.html
+++ b/docs/com/bitpay/sdk/model/settlement/class-use/WithHoldings.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/settlement/package-frame.html b/docs/com/bitpay/sdk/model/settlement/package-frame.html
index ecbafd20..4f489766 100644
--- a/docs/com/bitpay/sdk/model/settlement/package-frame.html
+++ b/docs/com/bitpay/sdk/model/settlement/package-frame.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/settlement/package-summary.html b/docs/com/bitpay/sdk/model/settlement/package-summary.html
index 1881a690..e4dda009 100644
--- a/docs/com/bitpay/sdk/model/settlement/package-summary.html
+++ b/docs/com/bitpay/sdk/model/settlement/package-summary.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/settlement/package-tree.html b/docs/com/bitpay/sdk/model/settlement/package-tree.html
index 5855fff1..d60259c5 100644
--- a/docs/com/bitpay/sdk/model/settlement/package-tree.html
+++ b/docs/com/bitpay/sdk/model/settlement/package-tree.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/settlement/package-use.html b/docs/com/bitpay/sdk/model/settlement/package-use.html
index f38b37e3..7bb8117c 100644
--- a/docs/com/bitpay/sdk/model/settlement/package-use.html
+++ b/docs/com/bitpay/sdk/model/settlement/package-use.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/wallet/Currencies.html b/docs/com/bitpay/sdk/model/wallet/Currencies.html
index bd2ed078..9bc60fad 100644
--- a/docs/com/bitpay/sdk/model/wallet/Currencies.html
+++ b/docs/com/bitpay/sdk/model/wallet/Currencies.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/wallet/CurrencyQr.html b/docs/com/bitpay/sdk/model/wallet/CurrencyQr.html
index 2e6b1d22..365d2c8a 100644
--- a/docs/com/bitpay/sdk/model/wallet/CurrencyQr.html
+++ b/docs/com/bitpay/sdk/model/wallet/CurrencyQr.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/wallet/Wallet.html b/docs/com/bitpay/sdk/model/wallet/Wallet.html
index 2e2ae005..2b74de76 100644
--- a/docs/com/bitpay/sdk/model/wallet/Wallet.html
+++ b/docs/com/bitpay/sdk/model/wallet/Wallet.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/wallet/class-use/Currencies.html b/docs/com/bitpay/sdk/model/wallet/class-use/Currencies.html
index 8b88c233..7c2c782d 100644
--- a/docs/com/bitpay/sdk/model/wallet/class-use/Currencies.html
+++ b/docs/com/bitpay/sdk/model/wallet/class-use/Currencies.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/wallet/class-use/CurrencyQr.html b/docs/com/bitpay/sdk/model/wallet/class-use/CurrencyQr.html
index f7f3f0a1..c482de57 100644
--- a/docs/com/bitpay/sdk/model/wallet/class-use/CurrencyQr.html
+++ b/docs/com/bitpay/sdk/model/wallet/class-use/CurrencyQr.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/wallet/class-use/Wallet.html b/docs/com/bitpay/sdk/model/wallet/class-use/Wallet.html
index ed7a7de2..577cef5a 100644
--- a/docs/com/bitpay/sdk/model/wallet/class-use/Wallet.html
+++ b/docs/com/bitpay/sdk/model/wallet/class-use/Wallet.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/wallet/package-frame.html b/docs/com/bitpay/sdk/model/wallet/package-frame.html
index 716bdff6..ae9a7f49 100644
--- a/docs/com/bitpay/sdk/model/wallet/package-frame.html
+++ b/docs/com/bitpay/sdk/model/wallet/package-frame.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/wallet/package-summary.html b/docs/com/bitpay/sdk/model/wallet/package-summary.html
index 97bfc26f..1df91b3f 100644
--- a/docs/com/bitpay/sdk/model/wallet/package-summary.html
+++ b/docs/com/bitpay/sdk/model/wallet/package-summary.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/wallet/package-tree.html b/docs/com/bitpay/sdk/model/wallet/package-tree.html
index e8c6ce51..7ca9a468 100644
--- a/docs/com/bitpay/sdk/model/wallet/package-tree.html
+++ b/docs/com/bitpay/sdk/model/wallet/package-tree.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/model/wallet/package-use.html b/docs/com/bitpay/sdk/model/wallet/package-use.html
index b8b4ccba..f9f79e4f 100644
--- a/docs/com/bitpay/sdk/model/wallet/package-use.html
+++ b/docs/com/bitpay/sdk/model/wallet/package-use.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/package-frame.html b/docs/com/bitpay/sdk/package-frame.html
index f897ddc0..e1f8b88b 100644
--- a/docs/com/bitpay/sdk/package-frame.html
+++ b/docs/com/bitpay/sdk/package-frame.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/package-summary.html b/docs/com/bitpay/sdk/package-summary.html
index f720962a..08cc4ddd 100644
--- a/docs/com/bitpay/sdk/package-summary.html
+++ b/docs/com/bitpay/sdk/package-summary.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/package-tree.html b/docs/com/bitpay/sdk/package-tree.html
index e44d49c3..d59f7f35 100644
--- a/docs/com/bitpay/sdk/package-tree.html
+++ b/docs/com/bitpay/sdk/package-tree.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/package-use.html b/docs/com/bitpay/sdk/package-use.html
index 96045d84..59f17bf5 100644
--- a/docs/com/bitpay/sdk/package-use.html
+++ b/docs/com/bitpay/sdk/package-use.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/util/BitPayLogger.html b/docs/com/bitpay/sdk/util/BitPayLogger.html
index b1118c3d..d41f57f0 100644
--- a/docs/com/bitpay/sdk/util/BitPayLogger.html
+++ b/docs/com/bitpay/sdk/util/BitPayLogger.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/util/GuidGenerator.html b/docs/com/bitpay/sdk/util/GuidGenerator.html
index 055de6d0..b94c733a 100644
--- a/docs/com/bitpay/sdk/util/GuidGenerator.html
+++ b/docs/com/bitpay/sdk/util/GuidGenerator.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/util/JsonMapperFactory.html b/docs/com/bitpay/sdk/util/JsonMapperFactory.html
index 32251e85..e76e8886 100644
--- a/docs/com/bitpay/sdk/util/JsonMapperFactory.html
+++ b/docs/com/bitpay/sdk/util/JsonMapperFactory.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/util/KeyUtils.html b/docs/com/bitpay/sdk/util/KeyUtils.html
index 888e935d..6192dd7b 100644
--- a/docs/com/bitpay/sdk/util/KeyUtils.html
+++ b/docs/com/bitpay/sdk/util/KeyUtils.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/util/ParameterAdder.html b/docs/com/bitpay/sdk/util/ParameterAdder.html
index 1bb4fd7b..992ff153 100644
--- a/docs/com/bitpay/sdk/util/ParameterAdder.html
+++ b/docs/com/bitpay/sdk/util/ParameterAdder.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/util/TokenContainer.html b/docs/com/bitpay/sdk/util/TokenContainer.html
index 86905534..49d0aa52 100644
--- a/docs/com/bitpay/sdk/util/TokenContainer.html
+++ b/docs/com/bitpay/sdk/util/TokenContainer.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/util/class-use/BitPayLogger.html b/docs/com/bitpay/sdk/util/class-use/BitPayLogger.html
index 769c0953..cdebaba3 100644
--- a/docs/com/bitpay/sdk/util/class-use/BitPayLogger.html
+++ b/docs/com/bitpay/sdk/util/class-use/BitPayLogger.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/util/class-use/GuidGenerator.html b/docs/com/bitpay/sdk/util/class-use/GuidGenerator.html
index 5c0aab67..22d69802 100644
--- a/docs/com/bitpay/sdk/util/class-use/GuidGenerator.html
+++ b/docs/com/bitpay/sdk/util/class-use/GuidGenerator.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/util/class-use/JsonMapperFactory.html b/docs/com/bitpay/sdk/util/class-use/JsonMapperFactory.html
index b1b70aba..874850d7 100644
--- a/docs/com/bitpay/sdk/util/class-use/JsonMapperFactory.html
+++ b/docs/com/bitpay/sdk/util/class-use/JsonMapperFactory.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/util/class-use/KeyUtils.html b/docs/com/bitpay/sdk/util/class-use/KeyUtils.html
index 0a38b10f..bc51ab9c 100644
--- a/docs/com/bitpay/sdk/util/class-use/KeyUtils.html
+++ b/docs/com/bitpay/sdk/util/class-use/KeyUtils.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/util/class-use/ParameterAdder.html b/docs/com/bitpay/sdk/util/class-use/ParameterAdder.html
index 86ad8140..15c35e6a 100644
--- a/docs/com/bitpay/sdk/util/class-use/ParameterAdder.html
+++ b/docs/com/bitpay/sdk/util/class-use/ParameterAdder.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/util/class-use/TokenContainer.html b/docs/com/bitpay/sdk/util/class-use/TokenContainer.html
index d93efa4d..cb1e52fb 100644
--- a/docs/com/bitpay/sdk/util/class-use/TokenContainer.html
+++ b/docs/com/bitpay/sdk/util/class-use/TokenContainer.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/util/package-frame.html b/docs/com/bitpay/sdk/util/package-frame.html
index 46f45043..75cf43ae 100644
--- a/docs/com/bitpay/sdk/util/package-frame.html
+++ b/docs/com/bitpay/sdk/util/package-frame.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/util/package-summary.html b/docs/com/bitpay/sdk/util/package-summary.html
index b3e10b85..e5697e84 100644
--- a/docs/com/bitpay/sdk/util/package-summary.html
+++ b/docs/com/bitpay/sdk/util/package-summary.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/util/package-tree.html b/docs/com/bitpay/sdk/util/package-tree.html
index ad15de23..32ae9eae 100644
--- a/docs/com/bitpay/sdk/util/package-tree.html
+++ b/docs/com/bitpay/sdk/util/package-tree.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/util/package-use.html b/docs/com/bitpay/sdk/util/package-use.html
index ff3bf617..0bb4e0b9 100644
--- a/docs/com/bitpay/sdk/util/package-use.html
+++ b/docs/com/bitpay/sdk/util/package-use.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/util/serializer/Iso8601ToZonedDateTimeDeserializer.html b/docs/com/bitpay/sdk/util/serializer/Iso8601ToZonedDateTimeDeserializer.html
index 8b425685..4aa20c47 100644
--- a/docs/com/bitpay/sdk/util/serializer/Iso8601ToZonedDateTimeDeserializer.html
+++ b/docs/com/bitpay/sdk/util/serializer/Iso8601ToZonedDateTimeDeserializer.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/util/serializer/ZonedDateTimeToIso8601Serializer.html b/docs/com/bitpay/sdk/util/serializer/ZonedDateTimeToIso8601Serializer.html
index ad50bdf4..f0a705dc 100644
--- a/docs/com/bitpay/sdk/util/serializer/ZonedDateTimeToIso8601Serializer.html
+++ b/docs/com/bitpay/sdk/util/serializer/ZonedDateTimeToIso8601Serializer.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/util/serializer/class-use/Iso8601ToZonedDateTimeDeserializer.html b/docs/com/bitpay/sdk/util/serializer/class-use/Iso8601ToZonedDateTimeDeserializer.html
index 0c910390..48e2a677 100644
--- a/docs/com/bitpay/sdk/util/serializer/class-use/Iso8601ToZonedDateTimeDeserializer.html
+++ b/docs/com/bitpay/sdk/util/serializer/class-use/Iso8601ToZonedDateTimeDeserializer.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/util/serializer/class-use/ZonedDateTimeToIso8601Serializer.html b/docs/com/bitpay/sdk/util/serializer/class-use/ZonedDateTimeToIso8601Serializer.html
index afb53686..c494f070 100644
--- a/docs/com/bitpay/sdk/util/serializer/class-use/ZonedDateTimeToIso8601Serializer.html
+++ b/docs/com/bitpay/sdk/util/serializer/class-use/ZonedDateTimeToIso8601Serializer.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/util/serializer/package-frame.html b/docs/com/bitpay/sdk/util/serializer/package-frame.html
index 36d0550d..932691e9 100644
--- a/docs/com/bitpay/sdk/util/serializer/package-frame.html
+++ b/docs/com/bitpay/sdk/util/serializer/package-frame.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/util/serializer/package-summary.html b/docs/com/bitpay/sdk/util/serializer/package-summary.html
index 3b748a61..db873337 100644
--- a/docs/com/bitpay/sdk/util/serializer/package-summary.html
+++ b/docs/com/bitpay/sdk/util/serializer/package-summary.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/util/serializer/package-tree.html b/docs/com/bitpay/sdk/util/serializer/package-tree.html
index a2ffbcdb..1f60da5d 100644
--- a/docs/com/bitpay/sdk/util/serializer/package-tree.html
+++ b/docs/com/bitpay/sdk/util/serializer/package-tree.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/com/bitpay/sdk/util/serializer/package-use.html b/docs/com/bitpay/sdk/util/serializer/package-use.html
index e7a9a0b2..e77c9567 100644
--- a/docs/com/bitpay/sdk/util/serializer/package-use.html
+++ b/docs/com/bitpay/sdk/util/serializer/package-use.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/constant-values.html b/docs/constant-values.html
index bde4e68f..73fe04d7 100644
--- a/docs/constant-values.html
+++ b/docs/constant-values.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/deprecated-list.html b/docs/deprecated-list.html
index 69225248..1213abf3 100644
--- a/docs/deprecated-list.html
+++ b/docs/deprecated-list.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/help-doc.html b/docs/help-doc.html
index e77a55b9..c714c30d 100644
--- a/docs/help-doc.html
+++ b/docs/help-doc.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/index-all.html b/docs/index-all.html
index d8512e0e..2bf2b58a 100644
--- a/docs/index-all.html
+++ b/docs/index-all.html
@@ -1,6 +1,6 @@
-
+
@@ -2755,7 +2755,7 @@ G
getSmsVerified() - Method in class com.bitpay.sdk.model.invoice.InvoiceBuyerProvidedInfo
-Gets verification status of SMS (ie.
+Gets verification status of SMS (ie. have they passed the challenge).
getSort() - Method in class com.bitpay.sdk.model.settlement.PayoutInfo
@@ -5480,7 +5480,7 @@ S
setSmsVerified(Boolean) - Method in class com.bitpay.sdk.model.invoice.InvoiceBuyerProvidedInfo
-Sets verification status of SMS (ie.
+Sets verification status of SMS (ie. have they passed the challenge).
setSort(String) - Method in class com.bitpay.sdk.model.settlement.PayoutInfo
diff --git a/docs/index.html b/docs/index.html
index 153e85f9..e704bb80 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/overview-frame.html b/docs/overview-frame.html
index c9c9f327..9fc3a2ed 100644
--- a/docs/overview-frame.html
+++ b/docs/overview-frame.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/overview-summary.html b/docs/overview-summary.html
index e3bd15ea..1d4984e8 100644
--- a/docs/overview-summary.html
+++ b/docs/overview-summary.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/overview-tree.html b/docs/overview-tree.html
index 9dcf9f35..fdd61638 100644
--- a/docs/overview-tree.html
+++ b/docs/overview-tree.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/package-frame.html b/docs/package-frame.html
index 3a5891eb..0728b6ad 100644
--- a/docs/package-frame.html
+++ b/docs/package-frame.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/package-summary.html b/docs/package-summary.html
index dab21d33..8d92e5e4 100644
--- a/docs/package-summary.html
+++ b/docs/package-summary.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/package-tree.html b/docs/package-tree.html
index f39693e1..d5e4dcc5 100644
--- a/docs/package-tree.html
+++ b/docs/package-tree.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/package-use.html b/docs/package-use.html
index c5fcf5b4..ffb95858 100644
--- a/docs/package-use.html
+++ b/docs/package-use.html
@@ -1,6 +1,6 @@
-
+
diff --git a/docs/serialized-form.html b/docs/serialized-form.html
index 7f73b451..eac17cf7 100644
--- a/docs/serialized-form.html
+++ b/docs/serialized-form.html
@@ -1,6 +1,6 @@
-
+
From 38c759dffb0a2f77891e686a411724587373708d Mon Sep 17 00:00:00 2001
From: Robert Brodie
Date: Sun, 27 Oct 2024 20:58:12 -0400
Subject: [PATCH 4/5] SP-1077 Bump version to 10.1.1
---
pom.xml | 2 +-
src/main/java/com/bitpay/sdk/Config.java | 2 +-
src/test/java/com/bitpay/sdk/ConfigTest.java | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2105cb75..e954e5c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.bitpay
bitpay_sdk
- 10.1.0
+ 10.1.1
jar
BitPay
diff --git a/src/main/java/com/bitpay/sdk/Config.java b/src/main/java/com/bitpay/sdk/Config.java
index 57543eff..246e7040 100644
--- a/src/main/java/com/bitpay/sdk/Config.java
+++ b/src/main/java/com/bitpay/sdk/Config.java
@@ -34,7 +34,7 @@ public class Config {
/**
* BitPay Plugin Info Version.
*/
- public static final String BITPAY_PLUGIN_INFO = "BitPay_Java_Client_v10.1.0";
+ public static final String BITPAY_PLUGIN_INFO = "BitPay_Java_Client_v10.1.1";
/**
* BitPay Api Frame.
*/
diff --git a/src/test/java/com/bitpay/sdk/ConfigTest.java b/src/test/java/com/bitpay/sdk/ConfigTest.java
index e51e7e74..104abc55 100644
--- a/src/test/java/com/bitpay/sdk/ConfigTest.java
+++ b/src/test/java/com/bitpay/sdk/ConfigTest.java
@@ -58,7 +58,7 @@ public void it_should_returns_bitpay_api_version() {
@Test
public void it_should_returns_bitpay_plugin_info() {
- Assertions.assertTrue(Config.BITPAY_PLUGIN_INFO.contains("BitPay_Java_Client_v10.1.0"));
+ Assertions.assertTrue(Config.BITPAY_PLUGIN_INFO.contains("BitPay_Java_Client_v10.1.1"));
}
@Test
From 114c36da66a5f3ded551cfb8ba82d2501643e1b4 Mon Sep 17 00:00:00 2001
From: GitHub Actions <>
Date: Mon, 28 Oct 2024 00:58:41 +0000
Subject: [PATCH 5/5] Update javadoc
---
docs/BitPaySetup.html | 4 ++--
docs/allclasses-frame.html | 2 +-
docs/allclasses-noframe.html | 2 +-
docs/class-use/BitPaySetup.html | 4 ++--
docs/com/bitpay/sdk/Client.html | 4 ++--
docs/com/bitpay/sdk/Config.html | 4 ++--
docs/com/bitpay/sdk/ConfigFilePath.html | 4 ++--
docs/com/bitpay/sdk/Environment.html | 4 ++--
docs/com/bitpay/sdk/PosToken.html | 4 ++--
docs/com/bitpay/sdk/PrivateKey.html | 4 ++--
docs/com/bitpay/sdk/class-use/Client.html | 4 ++--
docs/com/bitpay/sdk/class-use/Config.html | 4 ++--
docs/com/bitpay/sdk/class-use/ConfigFilePath.html | 4 ++--
docs/com/bitpay/sdk/class-use/Environment.html | 4 ++--
docs/com/bitpay/sdk/class-use/PosToken.html | 4 ++--
docs/com/bitpay/sdk/class-use/PrivateKey.html | 4 ++--
docs/com/bitpay/sdk/client/AuthorizationClient.html | 4 ++--
docs/com/bitpay/sdk/client/BillClient.html | 4 ++--
docs/com/bitpay/sdk/client/BitPayClient.html | 4 ++--
docs/com/bitpay/sdk/client/CurrencyClient.html | 4 ++--
docs/com/bitpay/sdk/client/HttpRequestFactory.html | 4 ++--
docs/com/bitpay/sdk/client/HttpResponse.html | 4 ++--
docs/com/bitpay/sdk/client/HttpResponseProvider.html | 4 ++--
docs/com/bitpay/sdk/client/InvoiceClient.html | 4 ++--
docs/com/bitpay/sdk/client/LedgerClient.html | 4 ++--
docs/com/bitpay/sdk/client/PayoutClient.html | 4 ++--
docs/com/bitpay/sdk/client/PayoutGroupClient.html | 4 ++--
docs/com/bitpay/sdk/client/PayoutRecipientsClient.html | 4 ++--
docs/com/bitpay/sdk/client/RateClient.html | 4 ++--
docs/com/bitpay/sdk/client/RefundClient.html | 4 ++--
docs/com/bitpay/sdk/client/ResourceClient.html | 4 ++--
docs/com/bitpay/sdk/client/ResponseParser.html | 4 ++--
docs/com/bitpay/sdk/client/SettlementClient.html | 4 ++--
docs/com/bitpay/sdk/client/WalletClient.html | 4 ++--
.../bitpay/sdk/client/class-use/AuthorizationClient.html | 4 ++--
docs/com/bitpay/sdk/client/class-use/BillClient.html | 4 ++--
docs/com/bitpay/sdk/client/class-use/BitPayClient.html | 4 ++--
docs/com/bitpay/sdk/client/class-use/CurrencyClient.html | 4 ++--
.../com/bitpay/sdk/client/class-use/HttpRequestFactory.html | 4 ++--
docs/com/bitpay/sdk/client/class-use/HttpResponse.html | 4 ++--
.../bitpay/sdk/client/class-use/HttpResponseProvider.html | 4 ++--
docs/com/bitpay/sdk/client/class-use/InvoiceClient.html | 4 ++--
docs/com/bitpay/sdk/client/class-use/LedgerClient.html | 4 ++--
docs/com/bitpay/sdk/client/class-use/PayoutClient.html | 4 ++--
docs/com/bitpay/sdk/client/class-use/PayoutGroupClient.html | 4 ++--
.../bitpay/sdk/client/class-use/PayoutRecipientsClient.html | 4 ++--
docs/com/bitpay/sdk/client/class-use/RateClient.html | 4 ++--
docs/com/bitpay/sdk/client/class-use/RefundClient.html | 4 ++--
docs/com/bitpay/sdk/client/class-use/ResourceClient.html | 4 ++--
docs/com/bitpay/sdk/client/class-use/ResponseParser.html | 4 ++--
docs/com/bitpay/sdk/client/class-use/SettlementClient.html | 4 ++--
docs/com/bitpay/sdk/client/class-use/WalletClient.html | 4 ++--
docs/com/bitpay/sdk/client/package-frame.html | 2 +-
docs/com/bitpay/sdk/client/package-summary.html | 4 ++--
docs/com/bitpay/sdk/client/package-tree.html | 4 ++--
docs/com/bitpay/sdk/client/package-use.html | 4 ++--
docs/com/bitpay/sdk/exceptions/BitPayApiException.html | 4 ++--
docs/com/bitpay/sdk/exceptions/BitPayException.html | 4 ++--
docs/com/bitpay/sdk/exceptions/BitPayExceptionProvider.html | 4 ++--
docs/com/bitpay/sdk/exceptions/BitPayGenericException.html | 4 ++--
.../bitpay/sdk/exceptions/BitPayValidationException.html | 4 ++--
.../bitpay/sdk/exceptions/class-use/BitPayApiException.html | 4 ++--
.../bitpay/sdk/exceptions/class-use/BitPayException.html | 4 ++--
.../sdk/exceptions/class-use/BitPayExceptionProvider.html | 4 ++--
.../sdk/exceptions/class-use/BitPayGenericException.html | 4 ++--
.../sdk/exceptions/class-use/BitPayValidationException.html | 4 ++--
docs/com/bitpay/sdk/exceptions/package-frame.html | 2 +-
docs/com/bitpay/sdk/exceptions/package-summary.html | 4 ++--
docs/com/bitpay/sdk/exceptions/package-tree.html | 4 ++--
docs/com/bitpay/sdk/exceptions/package-use.html | 4 ++--
docs/com/bitpay/sdk/logger/BitPayLogger.html | 4 ++--
docs/com/bitpay/sdk/logger/EmptyLogger.html | 4 ++--
docs/com/bitpay/sdk/logger/LoggerProvider.html | 4 ++--
docs/com/bitpay/sdk/logger/class-use/BitPayLogger.html | 4 ++--
docs/com/bitpay/sdk/logger/class-use/EmptyLogger.html | 4 ++--
docs/com/bitpay/sdk/logger/class-use/LoggerProvider.html | 4 ++--
docs/com/bitpay/sdk/logger/package-frame.html | 2 +-
docs/com/bitpay/sdk/logger/package-summary.html | 4 ++--
docs/com/bitpay/sdk/logger/package-tree.html | 4 ++--
docs/com/bitpay/sdk/logger/package-use.html | 4 ++--
docs/com/bitpay/sdk/model/Currency.html | 4 ++--
docs/com/bitpay/sdk/model/Facade.html | 4 ++--
docs/com/bitpay/sdk/model/ModelConfiguration.html | 4 ++--
docs/com/bitpay/sdk/model/Policy.html | 4 ++--
docs/com/bitpay/sdk/model/Token.html | 4 ++--
docs/com/bitpay/sdk/model/bill/Bill.html | 4 ++--
docs/com/bitpay/sdk/model/bill/BillStatus.html | 4 ++--
docs/com/bitpay/sdk/model/bill/Item.html | 4 ++--
docs/com/bitpay/sdk/model/bill/class-use/Bill.html | 4 ++--
docs/com/bitpay/sdk/model/bill/class-use/BillStatus.html | 4 ++--
docs/com/bitpay/sdk/model/bill/class-use/Item.html | 4 ++--
docs/com/bitpay/sdk/model/bill/package-frame.html | 2 +-
docs/com/bitpay/sdk/model/bill/package-summary.html | 4 ++--
docs/com/bitpay/sdk/model/bill/package-tree.html | 4 ++--
docs/com/bitpay/sdk/model/bill/package-use.html | 4 ++--
docs/com/bitpay/sdk/model/class-use/Currency.html | 4 ++--
docs/com/bitpay/sdk/model/class-use/Facade.html | 4 ++--
docs/com/bitpay/sdk/model/class-use/ModelConfiguration.html | 4 ++--
docs/com/bitpay/sdk/model/class-use/Policy.html | 4 ++--
docs/com/bitpay/sdk/model/class-use/Token.html | 4 ++--
docs/com/bitpay/sdk/model/invoice/Buyer.html | 4 ++--
docs/com/bitpay/sdk/model/invoice/Invoice.html | 4 ++--
.../bitpay/sdk/model/invoice/InvoiceBuyerProvidedInfo.html | 4 ++--
docs/com/bitpay/sdk/model/invoice/InvoiceEventToken.html | 4 ++--
.../bitpay/sdk/model/invoice/InvoiceItemizedDetails.html | 4 ++--
docs/com/bitpay/sdk/model/invoice/InvoiceRefundAddress.html | 4 ++--
docs/com/bitpay/sdk/model/invoice/InvoiceStatus.html | 4 ++--
docs/com/bitpay/sdk/model/invoice/InvoiceTransaction.html | 4 ++--
.../com/bitpay/sdk/model/invoice/InvoiceUniversalCodes.html | 4 ++--
docs/com/bitpay/sdk/model/invoice/MinerFees.html | 4 ++--
docs/com/bitpay/sdk/model/invoice/MinerFeesItem.html | 4 ++--
docs/com/bitpay/sdk/model/invoice/Refund.html | 4 ++--
docs/com/bitpay/sdk/model/invoice/RefundInfo.html | 4 ++--
docs/com/bitpay/sdk/model/invoice/RefundStatus.html | 4 ++--
docs/com/bitpay/sdk/model/invoice/RefundWebhook.html | 4 ++--
docs/com/bitpay/sdk/model/invoice/Shopper.html | 4 ++--
.../sdk/model/invoice/SupportedTransactionCurrencies.html | 4 ++--
.../sdk/model/invoice/SupportedTransactionCurrency.html | 4 ++--
docs/com/bitpay/sdk/model/invoice/class-use/Buyer.html | 4 ++--
docs/com/bitpay/sdk/model/invoice/class-use/Invoice.html | 4 ++--
.../model/invoice/class-use/InvoiceBuyerProvidedInfo.html | 4 ++--
.../sdk/model/invoice/class-use/InvoiceEventToken.html | 4 ++--
.../sdk/model/invoice/class-use/InvoiceItemizedDetails.html | 4 ++--
.../sdk/model/invoice/class-use/InvoiceRefundAddress.html | 4 ++--
.../bitpay/sdk/model/invoice/class-use/InvoiceStatus.html | 4 ++--
.../sdk/model/invoice/class-use/InvoiceTransaction.html | 4 ++--
.../sdk/model/invoice/class-use/InvoiceUniversalCodes.html | 4 ++--
docs/com/bitpay/sdk/model/invoice/class-use/MinerFees.html | 4 ++--
.../bitpay/sdk/model/invoice/class-use/MinerFeesItem.html | 4 ++--
docs/com/bitpay/sdk/model/invoice/class-use/Refund.html | 4 ++--
docs/com/bitpay/sdk/model/invoice/class-use/RefundInfo.html | 4 ++--
.../bitpay/sdk/model/invoice/class-use/RefundStatus.html | 4 ++--
.../bitpay/sdk/model/invoice/class-use/RefundWebhook.html | 4 ++--
docs/com/bitpay/sdk/model/invoice/class-use/Shopper.html | 4 ++--
.../invoice/class-use/SupportedTransactionCurrencies.html | 4 ++--
.../invoice/class-use/SupportedTransactionCurrency.html | 4 ++--
docs/com/bitpay/sdk/model/invoice/package-frame.html | 2 +-
docs/com/bitpay/sdk/model/invoice/package-summary.html | 4 ++--
docs/com/bitpay/sdk/model/invoice/package-tree.html | 4 ++--
docs/com/bitpay/sdk/model/invoice/package-use.html | 4 ++--
docs/com/bitpay/sdk/model/ledger/Buyer.html | 4 ++--
docs/com/bitpay/sdk/model/ledger/Ledger.html | 4 ++--
docs/com/bitpay/sdk/model/ledger/LedgerEntry.html | 4 ++--
docs/com/bitpay/sdk/model/ledger/class-use/Buyer.html | 4 ++--
docs/com/bitpay/sdk/model/ledger/class-use/Ledger.html | 4 ++--
docs/com/bitpay/sdk/model/ledger/class-use/LedgerEntry.html | 4 ++--
docs/com/bitpay/sdk/model/ledger/package-frame.html | 2 +-
docs/com/bitpay/sdk/model/ledger/package-summary.html | 4 ++--
docs/com/bitpay/sdk/model/ledger/package-tree.html | 4 ++--
docs/com/bitpay/sdk/model/ledger/package-use.html | 4 ++--
docs/com/bitpay/sdk/model/package-frame.html | 2 +-
docs/com/bitpay/sdk/model/package-summary.html | 4 ++--
docs/com/bitpay/sdk/model/package-tree.html | 4 ++--
docs/com/bitpay/sdk/model/package-use.html | 4 ++--
docs/com/bitpay/sdk/model/payout/Payout.html | 4 ++--
docs/com/bitpay/sdk/model/payout/PayoutGroup.html | 4 ++--
docs/com/bitpay/sdk/model/payout/PayoutGroupFailed.html | 4 ++--
docs/com/bitpay/sdk/model/payout/PayoutRecipient.html | 4 ++--
docs/com/bitpay/sdk/model/payout/PayoutRecipients.html | 4 ++--
docs/com/bitpay/sdk/model/payout/PayoutStatus.html | 4 ++--
docs/com/bitpay/sdk/model/payout/PayoutTransaction.html | 4 ++--
docs/com/bitpay/sdk/model/payout/RecipientStatus.html | 4 ++--
docs/com/bitpay/sdk/model/payout/class-use/Payout.html | 4 ++--
docs/com/bitpay/sdk/model/payout/class-use/PayoutGroup.html | 4 ++--
.../sdk/model/payout/class-use/PayoutGroupFailed.html | 4 ++--
.../bitpay/sdk/model/payout/class-use/PayoutRecipient.html | 4 ++--
.../bitpay/sdk/model/payout/class-use/PayoutRecipients.html | 4 ++--
.../com/bitpay/sdk/model/payout/class-use/PayoutStatus.html | 4 ++--
.../sdk/model/payout/class-use/PayoutTransaction.html | 4 ++--
.../bitpay/sdk/model/payout/class-use/RecipientStatus.html | 4 ++--
docs/com/bitpay/sdk/model/payout/package-frame.html | 2 +-
docs/com/bitpay/sdk/model/payout/package-summary.html | 4 ++--
docs/com/bitpay/sdk/model/payout/package-tree.html | 4 ++--
docs/com/bitpay/sdk/model/payout/package-use.html | 4 ++--
docs/com/bitpay/sdk/model/rate/Rate.html | 4 ++--
docs/com/bitpay/sdk/model/rate/Rates.html | 4 ++--
docs/com/bitpay/sdk/model/rate/class-use/Rate.html | 4 ++--
docs/com/bitpay/sdk/model/rate/class-use/Rates.html | 4 ++--
docs/com/bitpay/sdk/model/rate/package-frame.html | 2 +-
docs/com/bitpay/sdk/model/rate/package-summary.html | 4 ++--
docs/com/bitpay/sdk/model/rate/package-tree.html | 4 ++--
docs/com/bitpay/sdk/model/rate/package-use.html | 4 ++--
docs/com/bitpay/sdk/model/settlement/InvoiceData.html | 4 ++--
docs/com/bitpay/sdk/model/settlement/PayoutInfo.html | 4 ++--
docs/com/bitpay/sdk/model/settlement/RefundInfo.html | 4 ++--
docs/com/bitpay/sdk/model/settlement/Settlement.html | 4 ++--
.../bitpay/sdk/model/settlement/SettlementLedgerEntry.html | 4 ++--
docs/com/bitpay/sdk/model/settlement/WithHoldings.html | 4 ++--
.../bitpay/sdk/model/settlement/class-use/InvoiceData.html | 4 ++--
.../bitpay/sdk/model/settlement/class-use/PayoutInfo.html | 4 ++--
.../bitpay/sdk/model/settlement/class-use/RefundInfo.html | 4 ++--
.../bitpay/sdk/model/settlement/class-use/Settlement.html | 4 ++--
.../model/settlement/class-use/SettlementLedgerEntry.html | 4 ++--
.../bitpay/sdk/model/settlement/class-use/WithHoldings.html | 4 ++--
docs/com/bitpay/sdk/model/settlement/package-frame.html | 2 +-
docs/com/bitpay/sdk/model/settlement/package-summary.html | 4 ++--
docs/com/bitpay/sdk/model/settlement/package-tree.html | 4 ++--
docs/com/bitpay/sdk/model/settlement/package-use.html | 4 ++--
docs/com/bitpay/sdk/model/wallet/Currencies.html | 4 ++--
docs/com/bitpay/sdk/model/wallet/CurrencyQr.html | 4 ++--
docs/com/bitpay/sdk/model/wallet/Wallet.html | 4 ++--
docs/com/bitpay/sdk/model/wallet/class-use/Currencies.html | 4 ++--
docs/com/bitpay/sdk/model/wallet/class-use/CurrencyQr.html | 4 ++--
docs/com/bitpay/sdk/model/wallet/class-use/Wallet.html | 4 ++--
docs/com/bitpay/sdk/model/wallet/package-frame.html | 2 +-
docs/com/bitpay/sdk/model/wallet/package-summary.html | 4 ++--
docs/com/bitpay/sdk/model/wallet/package-tree.html | 4 ++--
docs/com/bitpay/sdk/model/wallet/package-use.html | 4 ++--
docs/com/bitpay/sdk/package-frame.html | 2 +-
docs/com/bitpay/sdk/package-summary.html | 4 ++--
docs/com/bitpay/sdk/package-tree.html | 4 ++--
docs/com/bitpay/sdk/package-use.html | 4 ++--
docs/com/bitpay/sdk/util/BitPayLogger.html | 4 ++--
docs/com/bitpay/sdk/util/GuidGenerator.html | 4 ++--
docs/com/bitpay/sdk/util/JsonMapperFactory.html | 4 ++--
docs/com/bitpay/sdk/util/KeyUtils.html | 4 ++--
docs/com/bitpay/sdk/util/ParameterAdder.html | 4 ++--
docs/com/bitpay/sdk/util/TokenContainer.html | 4 ++--
docs/com/bitpay/sdk/util/class-use/BitPayLogger.html | 4 ++--
docs/com/bitpay/sdk/util/class-use/GuidGenerator.html | 4 ++--
docs/com/bitpay/sdk/util/class-use/JsonMapperFactory.html | 4 ++--
docs/com/bitpay/sdk/util/class-use/KeyUtils.html | 4 ++--
docs/com/bitpay/sdk/util/class-use/ParameterAdder.html | 4 ++--
docs/com/bitpay/sdk/util/class-use/TokenContainer.html | 4 ++--
docs/com/bitpay/sdk/util/package-frame.html | 2 +-
docs/com/bitpay/sdk/util/package-summary.html | 4 ++--
docs/com/bitpay/sdk/util/package-tree.html | 4 ++--
docs/com/bitpay/sdk/util/package-use.html | 4 ++--
.../util/serializer/Iso8601ToZonedDateTimeDeserializer.html | 4 ++--
.../util/serializer/ZonedDateTimeToIso8601Serializer.html | 4 ++--
.../class-use/Iso8601ToZonedDateTimeDeserializer.html | 4 ++--
.../class-use/ZonedDateTimeToIso8601Serializer.html | 4 ++--
docs/com/bitpay/sdk/util/serializer/package-frame.html | 2 +-
docs/com/bitpay/sdk/util/serializer/package-summary.html | 4 ++--
docs/com/bitpay/sdk/util/serializer/package-tree.html | 4 ++--
docs/com/bitpay/sdk/util/serializer/package-use.html | 4 ++--
docs/constant-values.html | 6 +++---
docs/deprecated-list.html | 4 ++--
docs/help-doc.html | 4 ++--
docs/index-all.html | 4 ++--
docs/index.html | 2 +-
docs/overview-frame.html | 2 +-
docs/overview-summary.html | 6 +++---
docs/overview-tree.html | 4 ++--
docs/package-frame.html | 2 +-
docs/package-summary.html | 4 ++--
docs/package-tree.html | 4 ++--
docs/package-use.html | 4 ++--
docs/serialized-form.html | 4 ++--
249 files changed, 481 insertions(+), 481 deletions(-)
diff --git a/docs/BitPaySetup.html b/docs/BitPaySetup.html
index a2a1c7cc..4b39276f 100644
--- a/docs/BitPaySetup.html
+++ b/docs/BitPaySetup.html
@@ -4,7 +4,7 @@
-BitPaySetup (BitPay 10.1.0 API)
+BitPaySetup (BitPay 10.1.1 API)
@@ -12,7 +12,7 @@
diff --git a/docs/allclasses-noframe.html b/docs/allclasses-noframe.html
index fa4cd761..c9d788d7 100644
--- a/docs/allclasses-noframe.html
+++ b/docs/allclasses-noframe.html
@@ -4,7 +4,7 @@
-All Classes (BitPay 10.1.0 API)
+All Classes (BitPay 10.1.1 API)
diff --git a/docs/class-use/BitPaySetup.html b/docs/class-use/BitPaySetup.html
index 76be456a..ecd2820e 100644
--- a/docs/class-use/BitPaySetup.html
+++ b/docs/class-use/BitPaySetup.html
@@ -4,7 +4,7 @@
-Uses of Class BitPaySetup (BitPay 10.1.0 API)
+Uses of Class BitPaySetup (BitPay 10.1.1 API)
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
diff --git a/docs/com/bitpay/sdk/client/package-summary.html b/docs/com/bitpay/sdk/client/package-summary.html
index 87ed49ed..8eb4b2f9 100644
--- a/docs/com/bitpay/sdk/client/package-summary.html
+++ b/docs/com/bitpay/sdk/client/package-summary.html
@@ -4,7 +4,7 @@
-com.bitpay.sdk.client (BitPay 10.1.0 API)
+com.bitpay.sdk.client (BitPay 10.1.1 API)
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
diff --git a/docs/com/bitpay/sdk/exceptions/package-summary.html b/docs/com/bitpay/sdk/exceptions/package-summary.html
index cfa258b5..2bc789e4 100644
--- a/docs/com/bitpay/sdk/exceptions/package-summary.html
+++ b/docs/com/bitpay/sdk/exceptions/package-summary.html
@@ -4,7 +4,7 @@
-com.bitpay.sdk.exceptions (BitPay 10.1.0 API)
+com.bitpay.sdk.exceptions (BitPay 10.1.1 API)
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
diff --git a/docs/com/bitpay/sdk/logger/package-summary.html b/docs/com/bitpay/sdk/logger/package-summary.html
index fa87cae4..a64d98d5 100644
--- a/docs/com/bitpay/sdk/logger/package-summary.html
+++ b/docs/com/bitpay/sdk/logger/package-summary.html
@@ -4,7 +4,7 @@
-com.bitpay.sdk.logger (BitPay 10.1.0 API)
+com.bitpay.sdk.logger (BitPay 10.1.1 API)
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
diff --git a/docs/com/bitpay/sdk/model/bill/package-summary.html b/docs/com/bitpay/sdk/model/bill/package-summary.html
index c19bc60d..262b581b 100644
--- a/docs/com/bitpay/sdk/model/bill/package-summary.html
+++ b/docs/com/bitpay/sdk/model/bill/package-summary.html
@@ -4,7 +4,7 @@
-com.bitpay.sdk.model.bill (BitPay 10.1.0 API)
+com.bitpay.sdk.model.bill (BitPay 10.1.1 API)
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
diff --git a/docs/com/bitpay/sdk/model/invoice/package-summary.html b/docs/com/bitpay/sdk/model/invoice/package-summary.html
index d1bd813f..57fc31ca 100644
--- a/docs/com/bitpay/sdk/model/invoice/package-summary.html
+++ b/docs/com/bitpay/sdk/model/invoice/package-summary.html
@@ -4,7 +4,7 @@
-com.bitpay.sdk.model.invoice (BitPay 10.1.0 API)
+com.bitpay.sdk.model.invoice (BitPay 10.1.1 API)
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
diff --git a/docs/com/bitpay/sdk/model/ledger/package-summary.html b/docs/com/bitpay/sdk/model/ledger/package-summary.html
index 7654cbdc..ac3cb96e 100644
--- a/docs/com/bitpay/sdk/model/ledger/package-summary.html
+++ b/docs/com/bitpay/sdk/model/ledger/package-summary.html
@@ -4,7 +4,7 @@
-com.bitpay.sdk.model.ledger (BitPay 10.1.0 API)
+com.bitpay.sdk.model.ledger (BitPay 10.1.1 API)
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
diff --git a/docs/com/bitpay/sdk/model/package-summary.html b/docs/com/bitpay/sdk/model/package-summary.html
index dd1b482f..3eb37d36 100644
--- a/docs/com/bitpay/sdk/model/package-summary.html
+++ b/docs/com/bitpay/sdk/model/package-summary.html
@@ -4,7 +4,7 @@
-com.bitpay.sdk.model (BitPay 10.1.0 API)
+com.bitpay.sdk.model (BitPay 10.1.1 API)
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
diff --git a/docs/com/bitpay/sdk/model/payout/package-summary.html b/docs/com/bitpay/sdk/model/payout/package-summary.html
index 5ebdd675..96ceefd5 100644
--- a/docs/com/bitpay/sdk/model/payout/package-summary.html
+++ b/docs/com/bitpay/sdk/model/payout/package-summary.html
@@ -4,7 +4,7 @@
-com.bitpay.sdk.model.payout (BitPay 10.1.0 API)
+com.bitpay.sdk.model.payout (BitPay 10.1.1 API)
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
diff --git a/docs/com/bitpay/sdk/model/rate/package-summary.html b/docs/com/bitpay/sdk/model/rate/package-summary.html
index 47e5ecff..3679d215 100644
--- a/docs/com/bitpay/sdk/model/rate/package-summary.html
+++ b/docs/com/bitpay/sdk/model/rate/package-summary.html
@@ -4,7 +4,7 @@
-com.bitpay.sdk.model.rate (BitPay 10.1.0 API)
+com.bitpay.sdk.model.rate (BitPay 10.1.1 API)
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
diff --git a/docs/com/bitpay/sdk/model/settlement/package-summary.html b/docs/com/bitpay/sdk/model/settlement/package-summary.html
index e4dda009..f4b1b202 100644
--- a/docs/com/bitpay/sdk/model/settlement/package-summary.html
+++ b/docs/com/bitpay/sdk/model/settlement/package-summary.html
@@ -4,7 +4,7 @@
-com.bitpay.sdk.model.settlement (BitPay 10.1.0 API)
+com.bitpay.sdk.model.settlement (BitPay 10.1.1 API)
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
diff --git a/docs/com/bitpay/sdk/model/wallet/package-summary.html b/docs/com/bitpay/sdk/model/wallet/package-summary.html
index 1df91b3f..0d7ced25 100644
--- a/docs/com/bitpay/sdk/model/wallet/package-summary.html
+++ b/docs/com/bitpay/sdk/model/wallet/package-summary.html
@@ -4,7 +4,7 @@
-com.bitpay.sdk.model.wallet (BitPay 10.1.0 API)
+com.bitpay.sdk.model.wallet (BitPay 10.1.1 API)
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
diff --git a/docs/com/bitpay/sdk/package-summary.html b/docs/com/bitpay/sdk/package-summary.html
index 08cc4ddd..d471635e 100644
--- a/docs/com/bitpay/sdk/package-summary.html
+++ b/docs/com/bitpay/sdk/package-summary.html
@@ -4,7 +4,7 @@
-com.bitpay.sdk (BitPay 10.1.0 API)
+com.bitpay.sdk (BitPay 10.1.1 API)
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
diff --git a/docs/com/bitpay/sdk/util/package-summary.html b/docs/com/bitpay/sdk/util/package-summary.html
index e5697e84..858da65b 100644
--- a/docs/com/bitpay/sdk/util/package-summary.html
+++ b/docs/com/bitpay/sdk/util/package-summary.html
@@ -4,7 +4,7 @@
-com.bitpay.sdk.util (BitPay 10.1.0 API)
+com.bitpay.sdk.util (BitPay 10.1.1 API)
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
diff --git a/docs/com/bitpay/sdk/util/serializer/package-summary.html b/docs/com/bitpay/sdk/util/serializer/package-summary.html
index db873337..3980fdbb 100644
--- a/docs/com/bitpay/sdk/util/serializer/package-summary.html
+++ b/docs/com/bitpay/sdk/util/serializer/package-summary.html
@@ -4,7 +4,7 @@
-com.bitpay.sdk.util.serializer (BitPay 10.1.0 API)
+com.bitpay.sdk.util.serializer (BitPay 10.1.1 API)
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
diff --git a/docs/overview-summary.html b/docs/overview-summary.html
index 1d4984e8..3c4abb09 100644
--- a/docs/overview-summary.html
+++ b/docs/overview-summary.html
@@ -4,7 +4,7 @@
-Overview (BitPay 10.1.0 API)
+Overview (BitPay 10.1.1 API)
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
diff --git a/docs/package-summary.html b/docs/package-summary.html
index 8d92e5e4..8a418cc7 100644
--- a/docs/package-summary.html
+++ b/docs/package-summary.html
@@ -4,7 +4,7 @@
- (BitPay 10.1.0 API)
+ (BitPay 10.1.1 API)
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@