From 720d9087d1aa4b2b6003c23cd2b4397129539c0e Mon Sep 17 00:00:00 2001 From: GitHub Actions <> Date: Thu, 20 Jun 2024 15:52:40 +0000 Subject: [PATCH 1/3] Update javadoc --- .../sdk/client/class-use/BitPayClient.html | 40 ++++++------- .../class-use/BitPayApiException.html | 58 +++++++++---------- .../class-use/BitPayGenericException.html | 58 +++++++++---------- .../sdk/util/class-use/GuidGenerator.html | 8 +-- .../sdk/util/class-use/TokenContainer.html | 26 ++++----- docs/overview-tree.html | 4 +- 6 files changed, 97 insertions(+), 97 deletions(-) diff --git a/docs/com/bitpay/sdk/client/class-use/BitPayClient.html b/docs/com/bitpay/sdk/client/class-use/BitPayClient.html index de4c77b3..a1f1da80 100644 --- a/docs/com/bitpay/sdk/client/class-use/BitPayClient.html +++ b/docs/com/bitpay/sdk/client/class-use/BitPayClient.html @@ -143,28 +143,28 @@
static RateClient
getInstance(BitPayClient bitPayClient)
-static WalletClient
getInstance(BitPayClient bitPayClient)
static CurrencyClient
getInstance(BitPayClient bitPayClient)
static RateClient
getInstance(BitPayClient bitPayClient)
+static LedgerClient
getInstance(BitPayClient bitPayClient,
+static SettlementClient
+SettlementClient.getInstance(BitPayClient bitPayClient,
TokenContainer accessTokens)
-Factory method for Ledger Client.
+Factory method for Settlement Client.
static BillClient
getInstance(BitPayClient bitPayClient,
+static LedgerClient
+LedgerClient.getInstance(BitPayClient bitPayClient,
TokenContainer accessTokens)
-Factory method for Bill Client.
+Factory method for Ledger Client.
static SettlementClient
getInstance(BitPayClient bitPayClient,
+static BillClient
+BillClient.getInstance(BitPayClient bitPayClient,
TokenContainer accessTokens)
-Factory method for Settlement Client.
+Factory method for Bill Client.
static PayoutRecipientsClient
getInstance(BitPayClient bitPayClient,
+static RefundClient
+RefundClient.getInstance(BitPayClient bitPayClient,
TokenContainer accessTokens,
GuidGenerator guidGenerator)
Factory method for Bill Client.
static RefundClient
getInstance(BitPayClient bitPayClient,
+static PayoutRecipientsClient
+PayoutRecipientsClient.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 00187d40..74e70904 100644
--- a/docs/com/bitpay/sdk/exceptions/class-use/BitPayApiException.html
+++ b/docs/com/bitpay/sdk/exceptions/class-use/BitPayApiException.html
@@ -574,17 +574,17 @@ Uses of
-Boolean
-PayoutClient.cancel(String payoutId)
-Cancel a BitPay Payout.
-
-
Refund
cancel(String refundId)
Boolean
cancel(String payoutId)
+Invoice
cancel(String invoiceId,
@@ -653,23 +653,11 @@ Uses of HttpResponseProvider.fromApacheHttpResponse(org.apache.http.HttpResponse apacheHttpResponse)
HttpResponse
get(String uri)
-Settlement
get(String settlementId)
PayoutRecipient
get(String recipientId)
-Payout
get(String payoutId)
@@ -677,6 +665,18 @@ HttpResponse
get(String uri)
+PayoutRecipient
get(String recipientId)
+Bill
get(String billId,
Facade facade,
@@ -875,14 +875,14 @@ Uses of
Boolean
-PayoutRecipientsClient.requestNotification(String recipientId)
-Request a payout recipient notification.
+ PayoutClient.requestNotification(String payoutId)
+Request a payout notification.
Boolean
requestNotification(String payoutId)
-requestNotification(String recipientId)
+HttpResponse
update(String uri,
- String json)
-Refund
update(String refundId,
String status)
HttpResponse
update(String uri,
+ String json)
+Invoice
update(String invoiceId,
diff --git a/docs/com/bitpay/sdk/exceptions/class-use/BitPayGenericException.html b/docs/com/bitpay/sdk/exceptions/class-use/BitPayGenericException.html
index b4741660..e0ea1545 100644
--- a/docs/com/bitpay/sdk/exceptions/class-use/BitPayGenericException.html
+++ b/docs/com/bitpay/sdk/exceptions/class-use/BitPayGenericException.html
@@ -702,17 +702,17 @@ Uses of
-Boolean
-PayoutClient.cancel(String payoutId)
-Cancel a BitPay Payout.
-
-
Refund
cancel(String refundId)
Boolean
cancel(String payoutId)
+Invoice
cancel(String invoiceId,
@@ -777,23 +777,11 @@ Uses of
-HttpResponse
-BitPayClient.get(String uri)
-Send GET request.
-
-
Settlement
get(String settlementId)
PayoutRecipient
get(String recipientId)
-Payout
get(String payoutId)
@@ -801,6 +789,18 @@ HttpResponse
get(String uri)
+PayoutRecipient
get(String recipientId)
+Bill
get(String billId,
Facade facade,
@@ -1005,14 +1005,14 @@ Uses of
Boolean
-PayoutRecipientsClient.requestNotification(String recipientId)
-Request a payout recipient notification.
+ PayoutClient.requestNotification(String payoutId)
+Request a payout notification.
Boolean
requestNotification(String payoutId)
-requestNotification(String recipientId)
+HttpResponse
update(String uri,
- String json)
-Refund
update(String refundId,
String status)
HttpResponse
update(String uri,
+ String json)
+Invoice
update(String invoiceId,
diff --git a/docs/com/bitpay/sdk/util/class-use/GuidGenerator.html b/docs/com/bitpay/sdk/util/class-use/GuidGenerator.html
index 212d8a8e..d51655ad 100644
--- a/docs/com/bitpay/sdk/util/class-use/GuidGenerator.html
+++ b/docs/com/bitpay/sdk/util/class-use/GuidGenerator.html
@@ -151,16 +151,16 @@ Uses of
static PayoutRecipientsClient
getInstance(BitPayClient bitPayClient,
+static RefundClient
+RefundClient.getInstance(BitPayClient bitPayClient,
TokenContainer accessTokens,
GuidGenerator guidGenerator)
Factory method for Bill Client.
static RefundClient
getInstance(BitPayClient bitPayClient,
+static PayoutRecipientsClient
+PayoutRecipientsClient.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 06ecda22..861cc2a8 100644
--- a/docs/com/bitpay/sdk/util/class-use/TokenContainer.html
+++ b/docs/com/bitpay/sdk/util/class-use/TokenContainer.html
@@ -169,10 +169,10 @@ Uses of
-static LedgerClient
-LedgerClient.getInstance(BitPayClient bitPayClient,
+static SettlementClient
+SettlementClient.getInstance(BitPayClient bitPayClient,
TokenContainer accessTokens)
-Factory method for Ledger Client.
+Factory method for Settlement Client.
@@ -183,17 +183,17 @@ Uses of
-static BillClient
-BillClient.getInstance(BitPayClient bitPayClient,
+static LedgerClient
+LedgerClient.getInstance(BitPayClient bitPayClient,
TokenContainer accessTokens)
-Factory method for Bill Client.
+Factory method for Ledger Client.
-static SettlementClient
-SettlementClient.getInstance(BitPayClient bitPayClient,
+static BillClient
+BillClient.getInstance(BitPayClient bitPayClient,
TokenContainer accessTokens)
-Factory method for Settlement Client.
+Factory method for Bill Client.
@@ -212,16 +212,16 @@ Uses of
-static PayoutRecipientsClient
-PayoutRecipientsClient.getInstance(BitPayClient bitPayClient,
+static RefundClient
+RefundClient.getInstance(BitPayClient bitPayClient,
TokenContainer accessTokens,
GuidGenerator guidGenerator)
Factory method for Bill Client.
-static RefundClient
-RefundClient.getInstance(BitPayClient bitPayClient,
+static PayoutRecipientsClient
+PayoutRecipientsClient.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 05c59b22..49f31f55 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 5be819d53dcf2882a4eb29ec29f20faa05d306a2 Mon Sep 17 00:00:00 2001
From: Robert Brodie
Date: Thu, 20 Jun 2024 12:13:29 -0400
Subject: [PATCH 2/3] SP-969 Dependency updates
---
pom.xml | 30 ++++++++++----------
src/main/java/com/bitpay/sdk/Config.java | 2 +-
src/test/java/com/bitpay/sdk/ConfigTest.java | 2 +-
3 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/pom.xml b/pom.xml
index 47e6e936..1004da16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.bitpay
bitpay_sdk
- 10.0.2
+ 10.0.3
jar
BitPay
@@ -48,8 +48,8 @@
UTF-8
1.8
1.8
- 2.0.12
- 2.17.0
+ 2.0.13
+ 2.17.1
@@ -68,7 +68,7 @@
org.apache.maven.plugins
maven-source-plugin
- 3.3.0
+ 3.3.1
attach-sources
@@ -81,7 +81,7 @@
org.apache.maven.plugins
maven-javadoc-plugin
- 3.6.3
+ 3.7.0
-notimestamp
@@ -98,7 +98,7 @@
org.apache.maven.plugins
maven-gpg-plugin
- 3.1.0
+ 3.2.4
sign-artifacts
@@ -112,7 +112,7 @@
org.jacoco
jacoco-maven-plugin
- 0.8.11
+ 0.8.12
@@ -142,7 +142,7 @@
org.apache.maven.plugins
maven-checkstyle-plugin
- 3.3.0
+ 3.4.0
config/checkstyle/checkstyle.xml
@@ -176,7 +176,7 @@
org.codehaus.mojo
exec-maven-plugin
- 3.2.0
+ 3.6.0
setup
@@ -209,7 +209,7 @@
org.apache.httpcomponents.client5
httpclient5
- 5.2.1
+ 5.2.3
org.apache.httpcomponents
@@ -219,7 +219,7 @@
org.apache.httpcomponents.core5
httpcore5
- 5.2.1
+ 5.2.4
org.apache.httpcomponents
@@ -229,7 +229,7 @@
com.fasterxml.jackson.core
jackson-annotations
- 2.17.0
+ 2.17.1
com.fasterxml.jackson.core
@@ -244,7 +244,7 @@
com.fasterxml.jackson.datatype
jackson-datatype-jsr310
- 2.16.0
+ 2.17.1
org.slf4j
@@ -278,12 +278,12 @@
net.bytebuddy
byte-buddy
- 1.14.12
+ 1.14.17
commons-io
commons-io
- 2.15.1
+ 2.16.1
test
diff --git a/src/main/java/com/bitpay/sdk/Config.java b/src/main/java/com/bitpay/sdk/Config.java
index 2a0b19cf..67c99d08 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.0.2";
+ public static final String BITPAY_PLUGIN_INFO = "BitPay_Java_Client_v10.0.3";
/**
* BitPay Api Frame.
*/
diff --git a/src/test/java/com/bitpay/sdk/ConfigTest.java b/src/test/java/com/bitpay/sdk/ConfigTest.java
index ed81f5b9..7b1516fd 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.0.2"));
+ Assertions.assertTrue(Config.BITPAY_PLUGIN_INFO.contains("BitPay_Java_Client_v10.0.3"));
}
@Test
From c377d480bf6e6fa8377112a900270f69e94a4b6a Mon Sep 17 00:00:00 2001
From: GitHub Actions <>
Date: Thu, 20 Jun 2024 16:16:42 +0000
Subject: [PATCH 3/3] 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 ba3305f7..df3a4b57 100644
--- a/docs/BitPaySetup.html
+++ b/docs/BitPaySetup.html
@@ -4,7 +4,7 @@
-BitPaySetup (BitPay 10.0.2 API)
+BitPaySetup (BitPay 10.0.3 API)
@@ -12,7 +12,7 @@
diff --git a/docs/allclasses-noframe.html b/docs/allclasses-noframe.html
index ff1f9e4f..0f60fdf2 100644
--- a/docs/allclasses-noframe.html
+++ b/docs/allclasses-noframe.html
@@ -4,7 +4,7 @@
-All Classes (BitPay 10.0.2 API)
+All Classes (BitPay 10.0.3 API)
diff --git a/docs/class-use/BitPaySetup.html b/docs/class-use/BitPaySetup.html
index 5acaf785..ca094856 100644
--- a/docs/class-use/BitPaySetup.html
+++ b/docs/class-use/BitPaySetup.html
@@ -4,7 +4,7 @@
-Uses of Class BitPaySetup (BitPay 10.0.2 API)
+Uses of Class BitPaySetup (BitPay 10.0.3 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 321ad1f3..251052c8 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.0.2 API)
+com.bitpay.sdk.client (BitPay 10.0.3 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 6ed27a2f..833533e3 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.0.2 API)
+com.bitpay.sdk.exceptions (BitPay 10.0.3 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 695a6ddf..5dc8305e 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.0.2 API)
+com.bitpay.sdk.logger (BitPay 10.0.3 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 f6bd3e20..9b25b9f6 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.0.2 API)
+com.bitpay.sdk.model.bill (BitPay 10.0.3 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 d4fffff2..1d4b5b3e 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.0.2 API)
+com.bitpay.sdk.model.invoice (BitPay 10.0.3 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 05d8bc15..399708af 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.0.2 API)
+com.bitpay.sdk.model.ledger (BitPay 10.0.3 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 62e3657a..fe84bdbf 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.0.2 API)
+com.bitpay.sdk.model (BitPay 10.0.3 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 9a51a224..424505c1 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.0.2 API)
+com.bitpay.sdk.model.payout (BitPay 10.0.3 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 e7774227..9f184578 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.0.2 API)
+com.bitpay.sdk.model.rate (BitPay 10.0.3 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 a5f233c9..45d0f885 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.0.2 API)
+com.bitpay.sdk.model.settlement (BitPay 10.0.3 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 4eb5a482..a6d014d1 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.0.2 API)
+com.bitpay.sdk.model.wallet (BitPay 10.0.3 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 a1f0ad41..3a72173e 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.0.2 API)
+com.bitpay.sdk (BitPay 10.0.3 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 c506a332..3b26e929 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.0.2 API)
+com.bitpay.sdk.util (BitPay 10.0.3 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 865d64d9..e85088d8 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.0.2 API)
+com.bitpay.sdk.util.serializer (BitPay 10.0.3 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 accdd946..ab0c968a 100644
--- a/docs/overview-summary.html
+++ b/docs/overview-summary.html
@@ -4,7 +4,7 @@
-Overview (BitPay 10.0.2 API)
+Overview (BitPay 10.0.3 API)
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
diff --git a/docs/package-summary.html b/docs/package-summary.html
index e82572bd..682d712b 100644
--- a/docs/package-summary.html
+++ b/docs/package-summary.html
@@ -4,7 +4,7 @@
- (BitPay 10.0.2 API)
+ (BitPay 10.0.3 API)
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@