From 535421a7738a9d789b00f3a27b7a53dfaba50165 Mon Sep 17 00:00:00 2001 From: GitHub Actions <> Date: Tue, 7 May 2024 20:41:14 +0000 Subject: [PATCH] Update phpdoc --- docs/classes/BitPaySDK-Client-BillClient.html | 8 +- docs/classes/BitPaySDK-Client.html | 16 ++-- docs/classes/BitPaySDK-Env.html | 4 +- ...BitPaySDK-Model-Invoice-MinerFeesItem.html | 14 +-- .../BitPaySDK-Model-Invoice-Refund.html | 4 +- ...tPaySDK-Model-Payout-PayoutRecipients.html | 4 +- docs/classes/BitPaySDK-PosClient.html | 95 +++++++++++-------- docs/classes/BitPaySDK-Tokens.html | 4 +- .../BitPaySDK-Util-RESTcli-RESTcli.html | 16 ++-- 9 files changed, 93 insertions(+), 72 deletions(-) diff --git a/docs/classes/BitPaySDK-Client-BillClient.html b/docs/classes/BitPaySDK-Client-BillClient.html index d9663cd8..60ee1bbb 100644 --- a/docs/classes/BitPaySDK-Client-BillClient.html +++ b/docs/classes/BitPaySDK-Client-BillClient.html @@ -608,7 +608,7 @@
public
- get( $billId[, $facade = Facade::MERCHANT ][, $signRequest = true ]) : Bill
+ get(mixed $billId[, mixed $facade = Facade::MERCHANT ][, mixed $signRequest = true ]) : Bill
string The id of the bill to retrieve.
@@ -626,7 +626,7 @@string The facade used to retrieve it.
@@ -635,7 +635,7 @@bool Signed request.
diff --git a/docs/classes/BitPaySDK-Client.html b/docs/classes/BitPaySDK-Client.html index 4341b207..b7a482db 100644 --- a/docs/classes/BitPaySDK-Client.html +++ b/docs/classes/BitPaySDK-Client.html @@ -2082,7 +2082,7 @@
public
- getBill( $billId[, $facade = Facade::MERCHANT ][, $signRequest = true ]) : Bill
+ getBill(mixed $billId[, mixed $facade = Facade::MERCHANT ][, mixed $signRequest = true ]) : Bill
string The id of the bill to retrieve.
@@ -2100,7 +2100,7 @@string The facade used to retrieve it.
@@ -2109,7 +2109,7 @@bool Signed request.
@@ -3817,7 +3817,7 @@
public
- getSettlements( $currency, $dateStart, $dateEnd[, string|null $status = null ][, int|null $limit = null ][, int|null $offset = null ]) : array<string|int, Settlement>
+ getSettlements(mixed $currency, mixed $dateStart, mixed $dateEnd[, string|null $status = null ][, int|null $limit = null ][, int|null $offset = null ]) : array<string|int, Settlement>
string The three digit currency string for the ledger to retrieve.
@@ -3838,7 +3838,7 @@string The start date for the query.
@@ -3847,7 +3847,7 @@string The end date for the query.
diff --git a/docs/classes/BitPaySDK-Env.html b/docs/classes/BitPaySDK-Env.html index 0eabc296..6dc4c687 100644 --- a/docs/classes/BitPaySDK-Env.html +++ b/docs/classes/BitPaySDK-Env.html @@ -213,7 +213,7 @@
protected
- int|null
+ float|null
$satoshisPerByte
= null
@@ -501,7 +501,7 @@
public
- getSatoshisPerByte() : int|null
+ getSatoshisPerByte() : float|null
public
- setSatoshisPerByte(int $satoshisPerByte) : void
+ setSatoshisPerByte(float $satoshisPerByte) : void
: void
+
public
- __construct([ $recipients = [] ]) : mixed
+ __construct([mixed $recipients = [] ]) : mixed
array array of JSON objects, with containing the following parameters.
diff --git a/docs/classes/BitPaySDK-PosClient.html b/docs/classes/BitPaySDK-PosClient.html index b8b594b7..54d6b06e 100644 --- a/docs/classes/BitPaySDK-PosClient.html +++ b/docs/classes/BitPaySDK-PosClient.html @@ -213,13 +213,13 @@
protected
RESTcli
- $RESTcli
+ $restCli
@@ -773,17 +773,17 @@
protected
RESTcli
- $restCli
+ $RESTcli
@@ -881,21 +881,21 @@ Client constructor.
+Constructor for the BitPay SDK to use with the POS facade.
public
- __construct(RESTcli $restCli, Tokens $tokenCache) : mixed
+ __construct(mixed $token[, string|null $environment = null ]) : mixed
string The token generated on the BitPay account.
+string The target environment [Default: Production].
+
public
- getBill( $billId[, $facade = Facade::MERCHANT ][, $signRequest = true ]) : Bill
+ getBill(mixed $billId[, mixed $facade = Facade::MERCHANT ][, mixed $signRequest = true ]) : Bill
string The id of the bill to retrieve.
@@ -2234,7 +2253,7 @@string The facade used to retrieve it.
@@ -2243,7 +2262,7 @@bool Signed request.
@@ -4014,7 +4033,7 @@
public
- getSettlements( $currency, $dateStart, $dateEnd[, string|null $status = null ][, int|null $limit = null ][, int|null $offset = null ]) : array<string|int, Settlement>
+ getSettlements(mixed $currency, mixed $dateStart, mixed $dateEnd[, string|null $status = null ][, int|null $limit = null ][, int|null $offset = null ]) : array<string|int, Settlement>
string The three digit currency string for the ledger to retrieve.
@@ -4035,7 +4054,7 @@string The start date for the query.
@@ -4044,7 +4063,7 @@string The end date for the query.
@@ -5988,8 +6007,8 @@
public
- getTokenByFacade( $facade) : string|null
+ getTokenByFacade(mixed $facade) : string|null
public
- delete( $uri[, array<string|int, mixed>|null $parameters = null ]) : string
+ delete(mixed $uri[, array<string|int, mixed>|null $parameters = null ]) : string
public
- get( $uri[, array<string|int, mixed>|null $parameters = null ][, bool $signatureRequired = true ]) : string
+ get(mixed $uri[, array<string|int, mixed>|null $parameters = null ][, bool $signatureRequired = true ]) : string