From 82e3ac975147cfa0e14bb308e746a71b6b5d8de8 Mon Sep 17 00:00:00 2001 From: Nizamutdinov Date: Wed, 4 Jan 2023 18:17:22 +0200 Subject: [PATCH] [PHP8.1] Added ReturnTypeWillChange attribute For PHP cross-version compatibility concerns to silence the deprecation notice --- lib/model/ApiError.php | 4 ++++ lib/model/ApiTokens.php | 4 ++++ lib/model/AuthenticationCustomer.php | 4 ++++ lib/model/AuthenticationData.php | 4 ++++ lib/model/AuthenticationDataResponse.php | 4 ++++ lib/model/AuthenticationError.php | 4 ++++ lib/model/BadRequestError.php | 4 ++++ lib/model/BankCardPayoutData.php | 4 ++++ lib/model/BillingAddress.php | 4 ++++ lib/model/CardInfoRequest.php | 4 ++++ lib/model/CardInfoResponse.php | 4 ++++ lib/model/ChangeSubscriptionStatusClaimResponse.php | 4 ++++ lib/model/ChangedPlanData.php | 4 ++++ lib/model/ClaimResponseSubscriptionData.php | 4 ++++ lib/model/Confirm3dsRequest.php | 4 ++++ lib/model/Customer.php | 4 ++++ lib/model/DisputeList.php | 4 ++++ lib/model/DisputeResponse.php | 4 ++++ lib/model/DisputeResponseCard.php | 4 ++++ lib/model/DisputeResponseCardAccount.php | 4 ++++ lib/model/DisputeResponseCustomer.php | 4 ++++ lib/model/DisputeResponseDisputeData.php | 4 ++++ lib/model/DisputeResponseMerchantOrder.php | 4 ++++ lib/model/DisputeResponsePaymentData.php | 4 ++++ lib/model/EwalletAccount.php | 4 ++++ lib/model/FilingRecurringData.php | 4 ++++ lib/model/FilingRequest.php | 4 ++++ lib/model/FilingRequestMerchantOrder.php | 4 ++++ lib/model/FilingRequestSubscriptionData.php | 4 ++++ lib/model/FilterParameters.php | 4 ++++ lib/model/Flight.php | 4 ++++ lib/model/Flights.php | 4 ++++ lib/model/InstallmentData.php | 4 ++++ lib/model/InvoiceCreationDataResponse.php | 4 ++++ lib/model/InvoiceCreationResponse.php | 4 ++++ lib/model/InvoiceDataRequest.php | 4 ++++ lib/model/InvoiceGetDataResponse.php | 4 ++++ lib/model/InvoiceGetResponse.php | 4 ++++ lib/model/InvoiceRequest.php | 4 ++++ lib/model/Item.php | 4 ++++ lib/model/LimitInfoResponse.php | 4 ++++ lib/model/MerchantOrder.php | 4 ++++ lib/model/NextSubscriptionPayment.php | 4 ++++ lib/model/NotFoundError.php | 4 ++++ lib/model/OAuthError.php | 4 ++++ lib/model/OneclickData.php | 4 ++++ lib/model/PaymentCallback.php | 4 ++++ lib/model/PaymentConfirm3dsRequest.php | 4 ++++ lib/model/PaymentExecuteRequest.php | 4 ++++ lib/model/PaymentGatewayCreationResponse.php | 4 ++++ lib/model/PaymentGatewayResponsePaymentData.php | 4 ++++ lib/model/PaymentMethodsResponse.php | 4 ++++ lib/model/PaymentPatchRequest.php | 4 ++++ lib/model/PaymentRequest.php | 4 ++++ lib/model/PaymentRequestCard.php | 4 ++++ lib/model/PaymentRequestCardAccount.php | 4 ++++ lib/model/PaymentRequestCryptocurrencyAccount.php | 4 ++++ lib/model/PaymentRequestCustomer.php | 4 ++++ lib/model/PaymentRequestEWalletAccount.php | 4 ++++ lib/model/PaymentRequestLivingAddress.php | 4 ++++ lib/model/PaymentRequestMerchantOrder.php | 4 ++++ lib/model/PaymentRequestPaymentData.php | 4 ++++ lib/model/PaymentResponse.php | 4 ++++ lib/model/PaymentResponseCardAccount.php | 4 ++++ lib/model/PaymentResponseCryptocurrencyAccount.php | 4 ++++ lib/model/PaymentResponseCustomer.php | 4 ++++ lib/model/PaymentResponsePaymentData.php | 4 ++++ lib/model/PaymentUpdateRequest.php | 4 ++++ lib/model/PaymentUpdateResponse.php | 4 ++++ lib/model/PaymentUpdateTransactionData.php | 4 ++++ lib/model/PaymentsList.php | 4 ++++ lib/model/PayoutCallback.php | 4 ++++ lib/model/PayoutCreationResponse.php | 4 ++++ lib/model/PayoutPaymentData.php | 4 ++++ lib/model/PayoutRequest.php | 4 ++++ lib/model/PayoutRequestCard.php | 4 ++++ lib/model/PayoutRequestCardAccount.php | 4 ++++ lib/model/PayoutRequestCryptocurrencyAccount.php | 4 ++++ lib/model/PayoutRequestCustomer.php | 4 ++++ lib/model/PayoutRequestEWalletAccount.php | 4 ++++ lib/model/PayoutRequestLivingAddress.php | 4 ++++ lib/model/PayoutRequestMerchantOrder.php | 4 ++++ lib/model/PayoutRequestPayoutData.php | 4 ++++ lib/model/PayoutResponse.php | 4 ++++ lib/model/PayoutResponseCard.php | 4 ++++ lib/model/PayoutResponseCardAccount.php | 4 ++++ lib/model/PayoutResponseCryptocurrencyAccount.php | 4 ++++ lib/model/PayoutResponseCustomer.php | 4 ++++ lib/model/PayoutResponseEWalletAccount.php | 4 ++++ lib/model/PayoutResponsePayoutData.php | 4 ++++ lib/model/PayoutUpdateRequest.php | 4 ++++ lib/model/PayoutUpdateResponse.php | 4 ++++ lib/model/PayoutsList.php | 4 ++++ lib/model/PixAccountDetailsRequest.php | 4 ++++ lib/model/PixAccountDetailsResponse.php | 4 ++++ lib/model/Plan.php | 4 ++++ lib/model/PlanDataList.php | 4 ++++ lib/model/PlanUpdateRequest.php | 4 ++++ lib/model/PlanUpdateRequestPlanData.php | 4 ++++ lib/model/PlanUpdateResponse.php | 4 ++++ lib/model/RecurringCallback.php | 4 ++++ lib/model/RecurringConfirm3dsRequest.php | 4 ++++ lib/model/RecurringCreationRequest.php | 4 ++++ lib/model/RecurringCustomer.php | 4 ++++ lib/model/RecurringExecuteRequest.php | 4 ++++ lib/model/RecurringFilterParameters.php | 4 ++++ lib/model/RecurringGatewayCreationResponse.php | 4 ++++ lib/model/RecurringGatewayResponseRecurringData.php | 4 ++++ lib/model/RecurringPatchRequest.php | 4 ++++ lib/model/RecurringPlanRequest.php | 4 ++++ lib/model/RecurringPlanRequestPlanData.php | 4 ++++ lib/model/RecurringPlanResponse.php | 4 ++++ lib/model/RecurringRequestFiling.php | 4 ++++ lib/model/RecurringRequestRecurringData.php | 4 ++++ lib/model/RecurringResponse.php | 4 ++++ lib/model/RecurringResponseFiling.php | 4 ++++ lib/model/RecurringResponseMerchantOrder.php | 4 ++++ lib/model/RecurringResponseRecurringData.php | 4 ++++ lib/model/RecurringUpdateRequest.php | 4 ++++ lib/model/RecurringUpdateResponse.php | 4 ++++ lib/model/RecurringsList.php | 4 ++++ lib/model/RedirectUrlResponse.php | 4 ++++ lib/model/RefundCallback.php | 4 ++++ lib/model/RefundRequest.php | 4 ++++ lib/model/RefundRequestCustomer.php | 4 ++++ lib/model/RefundRequestEWalletAccount.php | 4 ++++ lib/model/RefundRequestMerchantOrder.php | 4 ++++ lib/model/RefundRequestPaymentData.php | 4 ++++ lib/model/RefundRequestRefundData.php | 4 ++++ lib/model/RefundResponse.php | 4 ++++ lib/model/RefundResponseCard.php | 4 ++++ lib/model/RefundResponseCardAccount.php | 4 ++++ lib/model/RefundResponseCustomer.php | 4 ++++ lib/model/RefundResponseEWalletAccount.php | 4 ++++ lib/model/RefundResponsePaymentData.php | 4 ++++ lib/model/RefundResponseRefundData.php | 4 ++++ lib/model/RefundUpdateRequest.php | 4 ++++ lib/model/RefundUpdateResponse.php | 4 ++++ lib/model/RefundsList.php | 4 ++++ lib/model/RenamedPlanData.php | 4 ++++ lib/model/Report.php | 4 ++++ lib/model/ReportsData.php | 4 ++++ lib/model/ReportsRequest.php | 4 ++++ lib/model/ReportsResponse.php | 4 ++++ lib/model/Request.php | 4 ++++ lib/model/RequestUpdatedTransactionData.php | 4 ++++ lib/model/ResponsePlanData.php | 4 ++++ lib/model/ResponseUpdatedTransactionData.php | 4 ++++ lib/model/ReturnUrls.php | 4 ++++ lib/model/ScheduledByMerchantData.php | 4 ++++ lib/model/ScheduledData.php | 4 ++++ lib/model/ShippingAddress.php | 4 ++++ lib/model/Subscription.php | 4 ++++ lib/model/SubscriptionCustomer.php | 4 ++++ lib/model/SubscriptionFilterParameters.php | 4 ++++ lib/model/SubscriptionGetResponse.php | 4 ++++ lib/model/SubscriptionGetResponsePlan.php | 4 ++++ lib/model/SubscriptionList.php | 4 ++++ lib/model/SubscriptionUpdateRequest.php | 4 ++++ lib/model/SubscriptionUpdateRequestSubscriptionData.php | 4 ++++ lib/model/SubscriptionUpdateResponse.php | 4 ++++ lib/model/SupportedPaymentMethod.php | 4 ++++ lib/model/ThreeDSecureData.php | 4 ++++ lib/model/ThreeDSecureResponse.php | 4 ++++ lib/model/TransactionMethodsList.php | 4 ++++ lib/model/TransactionRequest.php | 4 ++++ lib/model/TransactionResponseEWalletAccount.php | 4 ++++ lib/model/TransactionResponseMerchantOrder.php | 4 ++++ lib/model/TransactionUpdateRequest.php | 4 ++++ lib/model/UpdatedPlanData.php | 4 ++++ lib/model/UpdatedSubscriptionData.php | 4 ++++ lib/model/UpdatedSubscriptionRecurringData.php | 4 ++++ 172 files changed, 688 insertions(+) diff --git a/lib/model/ApiError.php b/lib/model/ApiError.php index 2277662..5aab0b6 100644 --- a/lib/model/ApiError.php +++ b/lib/model/ApiError.php @@ -263,6 +263,7 @@ public function setRequestId($request_id) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -275,6 +276,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -288,6 +290,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -304,6 +307,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/ApiTokens.php b/lib/model/ApiTokens.php index 6ab580b..c16e07f 100644 --- a/lib/model/ApiTokens.php +++ b/lib/model/ApiTokens.php @@ -323,6 +323,7 @@ public function setTokenType($token_type) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -335,6 +336,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -348,6 +350,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -364,6 +367,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/AuthenticationCustomer.php b/lib/model/AuthenticationCustomer.php index 7c37e2a..8ca5aa9 100644 --- a/lib/model/AuthenticationCustomer.php +++ b/lib/model/AuthenticationCustomer.php @@ -443,6 +443,7 @@ public function setWorkPhone($work_phone) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -455,6 +456,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -468,6 +470,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -484,6 +487,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/AuthenticationData.php b/lib/model/AuthenticationData.php index 4839748..902d60f 100644 --- a/lib/model/AuthenticationData.php +++ b/lib/model/AuthenticationData.php @@ -561,6 +561,7 @@ public function setType($type) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -573,6 +574,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -586,6 +588,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -602,6 +605,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/AuthenticationDataResponse.php b/lib/model/AuthenticationDataResponse.php index a5a5f2c..95ad1ba 100644 --- a/lib/model/AuthenticationDataResponse.php +++ b/lib/model/AuthenticationDataResponse.php @@ -323,6 +323,7 @@ public function setCustomer($customer) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -335,6 +336,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -348,6 +350,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -364,6 +367,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/AuthenticationError.php b/lib/model/AuthenticationError.php index e7eeccd..8fb70b2 100644 --- a/lib/model/AuthenticationError.php +++ b/lib/model/AuthenticationError.php @@ -239,6 +239,7 @@ public function setName($name) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -251,6 +252,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -264,6 +266,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -280,6 +283,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/BadRequestError.php b/lib/model/BadRequestError.php index 8bab72c..4885650 100644 --- a/lib/model/BadRequestError.php +++ b/lib/model/BadRequestError.php @@ -269,6 +269,7 @@ public function setRequestId($request_id) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -281,6 +282,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -294,6 +296,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -310,6 +313,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/BankCardPayoutData.php b/lib/model/BankCardPayoutData.php index cbc5646..57a16ac 100644 --- a/lib/model/BankCardPayoutData.php +++ b/lib/model/BankCardPayoutData.php @@ -553,6 +553,7 @@ public function setStatus($status) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -565,6 +566,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -578,6 +580,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -594,6 +597,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/BillingAddress.php b/lib/model/BillingAddress.php index 6caded5..78752a3 100644 --- a/lib/model/BillingAddress.php +++ b/lib/model/BillingAddress.php @@ -410,6 +410,7 @@ public function setZip($zip) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -422,6 +423,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -435,6 +437,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -451,6 +454,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/CardInfoRequest.php b/lib/model/CardInfoRequest.php index 36e20d4..9457a4f 100644 --- a/lib/model/CardInfoRequest.php +++ b/lib/model/CardInfoRequest.php @@ -228,6 +228,7 @@ public function setBin($bin) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -240,6 +241,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -253,6 +255,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -269,6 +272,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/CardInfoResponse.php b/lib/model/CardInfoResponse.php index 424ca4b..63b9035 100644 --- a/lib/model/CardInfoResponse.php +++ b/lib/model/CardInfoResponse.php @@ -323,6 +323,7 @@ public function setCountry($country) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -335,6 +336,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -348,6 +350,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -364,6 +367,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/ChangeSubscriptionStatusClaimResponse.php b/lib/model/ChangeSubscriptionStatusClaimResponse.php index 47827fd..254c3a7 100644 --- a/lib/model/ChangeSubscriptionStatusClaimResponse.php +++ b/lib/model/ChangeSubscriptionStatusClaimResponse.php @@ -387,6 +387,7 @@ public function setUpdated($updated) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -399,6 +400,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -412,6 +414,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -428,6 +431,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/ChangedPlanData.php b/lib/model/ChangedPlanData.php index 710ca7f..c13499f 100644 --- a/lib/model/ChangedPlanData.php +++ b/lib/model/ChangedPlanData.php @@ -477,6 +477,7 @@ public function setStatus($status) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -489,6 +490,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -502,6 +504,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -518,6 +521,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/ClaimResponseSubscriptionData.php b/lib/model/ClaimResponseSubscriptionData.php index 6528e89..d5e686f 100644 --- a/lib/model/ClaimResponseSubscriptionData.php +++ b/lib/model/ClaimResponseSubscriptionData.php @@ -277,6 +277,7 @@ public function setStatusTo($status_to) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -289,6 +290,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -302,6 +304,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -318,6 +321,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/Confirm3dsRequest.php b/lib/model/Confirm3dsRequest.php index 41ba8d8..14f073c 100644 --- a/lib/model/Confirm3dsRequest.php +++ b/lib/model/Confirm3dsRequest.php @@ -239,6 +239,7 @@ public function setPaRes($pa_res) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -251,6 +252,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -264,6 +266,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -280,6 +283,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/Customer.php b/lib/model/Customer.php index c78687e..cc38f8c 100644 --- a/lib/model/Customer.php +++ b/lib/model/Customer.php @@ -263,6 +263,7 @@ public function setPhone($phone) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -275,6 +276,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -288,6 +290,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -304,6 +307,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/DisputeList.php b/lib/model/DisputeList.php index aaf4a2c..00c29b5 100644 --- a/lib/model/DisputeList.php +++ b/lib/model/DisputeList.php @@ -233,6 +233,7 @@ public function setHasMore($has_more) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -245,6 +246,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -258,6 +260,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -274,6 +277,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/DisputeResponse.php b/lib/model/DisputeResponse.php index b7b7856..afcd0ae 100644 --- a/lib/model/DisputeResponse.php +++ b/lib/model/DisputeResponse.php @@ -323,6 +323,7 @@ public function setPaymentData($payment_data) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -335,6 +336,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -348,6 +350,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -364,6 +367,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/DisputeResponseCard.php b/lib/model/DisputeResponseCard.php index ed27b73..b8c564e 100644 --- a/lib/model/DisputeResponseCard.php +++ b/lib/model/DisputeResponseCard.php @@ -233,6 +233,7 @@ public function setMaskedPan($masked_pan) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -245,6 +246,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -258,6 +260,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -274,6 +277,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/DisputeResponseCardAccount.php b/lib/model/DisputeResponseCardAccount.php index 7affdc9..2848fc3 100644 --- a/lib/model/DisputeResponseCardAccount.php +++ b/lib/model/DisputeResponseCardAccount.php @@ -203,6 +203,7 @@ public function setCard($card) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -215,6 +216,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -228,6 +230,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -244,6 +247,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/DisputeResponseCustomer.php b/lib/model/DisputeResponseCustomer.php index 21ba1c4..9917b33 100644 --- a/lib/model/DisputeResponseCustomer.php +++ b/lib/model/DisputeResponseCustomer.php @@ -203,6 +203,7 @@ public function setEmail($email) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -215,6 +216,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -228,6 +230,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -244,6 +247,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/DisputeResponseDisputeData.php b/lib/model/DisputeResponseDisputeData.php index f310f87..ac8918a 100644 --- a/lib/model/DisputeResponseDisputeData.php +++ b/lib/model/DisputeResponseDisputeData.php @@ -443,6 +443,7 @@ public function setType($type) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -455,6 +456,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -468,6 +470,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -484,6 +487,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/DisputeResponseMerchantOrder.php b/lib/model/DisputeResponseMerchantOrder.php index ff107f1..95c7849 100644 --- a/lib/model/DisputeResponseMerchantOrder.php +++ b/lib/model/DisputeResponseMerchantOrder.php @@ -233,6 +233,7 @@ public function setWebsiteUrl($website_url) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -245,6 +246,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -258,6 +260,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -274,6 +277,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/DisputeResponsePaymentData.php b/lib/model/DisputeResponsePaymentData.php index dd4995c..7dd9e2c 100644 --- a/lib/model/DisputeResponsePaymentData.php +++ b/lib/model/DisputeResponsePaymentData.php @@ -353,6 +353,7 @@ public function setId($id) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -365,6 +366,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -378,6 +380,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -394,6 +397,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/EwalletAccount.php b/lib/model/EwalletAccount.php index 61a287e..bc9a942 100644 --- a/lib/model/EwalletAccount.php +++ b/lib/model/EwalletAccount.php @@ -353,6 +353,7 @@ public function setType($type) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -365,6 +366,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -378,6 +380,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -394,6 +397,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/FilingRecurringData.php b/lib/model/FilingRecurringData.php index c6c65e3..31b5687 100644 --- a/lib/model/FilingRecurringData.php +++ b/lib/model/FilingRecurringData.php @@ -452,6 +452,7 @@ public function setTransType($trans_type) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -464,6 +465,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -477,6 +479,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -493,6 +496,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/FilingRequest.php b/lib/model/FilingRequest.php index bc946c6..0feafcb 100644 --- a/lib/model/FilingRequest.php +++ b/lib/model/FilingRequest.php @@ -464,6 +464,7 @@ public function setThreeDSecure($three_d_secure) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -476,6 +477,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -489,6 +491,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -505,6 +508,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/FilingRequestMerchantOrder.php b/lib/model/FilingRequestMerchantOrder.php index 1d8fae3..534ee4b 100644 --- a/lib/model/FilingRequestMerchantOrder.php +++ b/lib/model/FilingRequestMerchantOrder.php @@ -299,6 +299,7 @@ public function setShippingAddress($shipping_address) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -311,6 +312,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -324,6 +326,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -340,6 +343,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/FilingRequestSubscriptionData.php b/lib/model/FilingRequestSubscriptionData.php index f6d95b1..f68deb5 100644 --- a/lib/model/FilingRequestSubscriptionData.php +++ b/lib/model/FilingRequestSubscriptionData.php @@ -218,6 +218,7 @@ public function setId($id) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -230,6 +231,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -243,6 +245,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -259,6 +262,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/FilterParameters.php b/lib/model/FilterParameters.php index da3e920..2cf7383 100644 --- a/lib/model/FilterParameters.php +++ b/lib/model/FilterParameters.php @@ -518,6 +518,7 @@ public function setCurrency($currency) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -530,6 +531,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -543,6 +545,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -559,6 +562,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/Flight.php b/lib/model/Flight.php index 8e2c121..9908e0e 100644 --- a/lib/model/Flight.php +++ b/lib/model/Flight.php @@ -458,6 +458,7 @@ public function setStopOverCode($stop_over_code) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -470,6 +471,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -483,6 +485,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -499,6 +502,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/Flights.php b/lib/model/Flights.php index c99d8c8..d32d2a3 100644 --- a/lib/model/Flights.php +++ b/lib/model/Flights.php @@ -623,6 +623,7 @@ public function setTravelAgencyName($travel_agency_name) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -635,6 +636,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -648,6 +650,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -664,6 +667,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/InstallmentData.php b/lib/model/InstallmentData.php index 0669027..9cfdb5f 100644 --- a/lib/model/InstallmentData.php +++ b/lib/model/InstallmentData.php @@ -634,6 +634,7 @@ public function setTransType($trans_type) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -646,6 +647,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -659,6 +661,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -675,6 +678,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/InvoiceCreationDataResponse.php b/lib/model/InvoiceCreationDataResponse.php index b2c2fdf..b261ead 100644 --- a/lib/model/InvoiceCreationDataResponse.php +++ b/lib/model/InvoiceCreationDataResponse.php @@ -203,6 +203,7 @@ public function setId($id) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -215,6 +216,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -228,6 +230,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -244,6 +247,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/InvoiceCreationResponse.php b/lib/model/InvoiceCreationResponse.php index 8a016d6..b7d5fd1 100644 --- a/lib/model/InvoiceCreationResponse.php +++ b/lib/model/InvoiceCreationResponse.php @@ -233,6 +233,7 @@ public function setInvoiceUrl($invoice_url) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -245,6 +246,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -258,6 +260,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -274,6 +277,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/InvoiceDataRequest.php b/lib/model/InvoiceDataRequest.php index 634ee7a..4ad0561 100644 --- a/lib/model/InvoiceDataRequest.php +++ b/lib/model/InvoiceDataRequest.php @@ -269,6 +269,7 @@ public function setExpireAt($expire_at) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -281,6 +282,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -294,6 +296,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -310,6 +313,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/InvoiceGetDataResponse.php b/lib/model/InvoiceGetDataResponse.php index eb7d05a..40543c8 100644 --- a/lib/model/InvoiceGetDataResponse.php +++ b/lib/model/InvoiceGetDataResponse.php @@ -332,6 +332,7 @@ public function setStatus($status) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -344,6 +345,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -357,6 +359,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -373,6 +376,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/InvoiceGetResponse.php b/lib/model/InvoiceGetResponse.php index 175a9cf..e209ac5 100644 --- a/lib/model/InvoiceGetResponse.php +++ b/lib/model/InvoiceGetResponse.php @@ -302,6 +302,7 @@ public function setMerchantOrder($merchant_order) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -314,6 +315,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -327,6 +329,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -343,6 +346,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/InvoiceRequest.php b/lib/model/InvoiceRequest.php index d5e2346..eab18e9 100644 --- a/lib/model/InvoiceRequest.php +++ b/lib/model/InvoiceRequest.php @@ -332,6 +332,7 @@ public function setReturnUrls($return_urls) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -344,6 +345,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -357,6 +359,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -373,6 +376,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/Item.php b/lib/model/Item.php index 29bf481..8533702 100644 --- a/lib/model/Item.php +++ b/lib/model/Item.php @@ -335,6 +335,7 @@ public function setPrice($price) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -347,6 +348,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -360,6 +362,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -376,6 +379,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/LimitInfoResponse.php b/lib/model/LimitInfoResponse.php index e78e47b..5177e28 100644 --- a/lib/model/LimitInfoResponse.php +++ b/lib/model/LimitInfoResponse.php @@ -203,6 +203,7 @@ public function setRemainingLimits($remaining_limits) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -215,6 +216,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -228,6 +230,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -244,6 +247,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/MerchantOrder.php b/lib/model/MerchantOrder.php index 8d2bcf1..244207c 100644 --- a/lib/model/MerchantOrder.php +++ b/lib/model/MerchantOrder.php @@ -254,6 +254,7 @@ public function setItems($items) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -266,6 +267,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -279,6 +281,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -295,6 +298,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/NextSubscriptionPayment.php b/lib/model/NextSubscriptionPayment.php index 8a78ac2..24e3023 100644 --- a/lib/model/NextSubscriptionPayment.php +++ b/lib/model/NextSubscriptionPayment.php @@ -203,6 +203,7 @@ public function setDate($date) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -215,6 +216,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -228,6 +230,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -244,6 +247,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/NotFoundError.php b/lib/model/NotFoundError.php index 8eb54aa..92b3765 100644 --- a/lib/model/NotFoundError.php +++ b/lib/model/NotFoundError.php @@ -269,6 +269,7 @@ public function setRequestId($request_id) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -281,6 +282,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -294,6 +296,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -310,6 +313,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/OAuthError.php b/lib/model/OAuthError.php index f207498..446ff9e 100644 --- a/lib/model/OAuthError.php +++ b/lib/model/OAuthError.php @@ -267,6 +267,7 @@ public function setMessage($message) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -279,6 +280,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -292,6 +294,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -308,6 +311,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/OneclickData.php b/lib/model/OneclickData.php index 16b64f4..bf20723 100644 --- a/lib/model/OneclickData.php +++ b/lib/model/OneclickData.php @@ -634,6 +634,7 @@ public function setTransType($trans_type) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -646,6 +647,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -659,6 +661,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -675,6 +678,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PaymentCallback.php b/lib/model/PaymentCallback.php index f8ecdd2..94a4da1 100644 --- a/lib/model/PaymentCallback.php +++ b/lib/model/PaymentCallback.php @@ -413,6 +413,7 @@ public function setPaymentMethod($payment_method) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -425,6 +426,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -438,6 +440,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -454,6 +457,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PaymentConfirm3dsRequest.php b/lib/model/PaymentConfirm3dsRequest.php index 5ad1447..885ad95 100644 --- a/lib/model/PaymentConfirm3dsRequest.php +++ b/lib/model/PaymentConfirm3dsRequest.php @@ -336,6 +336,7 @@ public function setPaRes($pa_res) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -348,6 +349,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -361,6 +363,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -377,6 +380,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PaymentExecuteRequest.php b/lib/model/PaymentExecuteRequest.php index 0505aac..62b44b0 100644 --- a/lib/model/PaymentExecuteRequest.php +++ b/lib/model/PaymentExecuteRequest.php @@ -303,6 +303,7 @@ public function setPaymentData($payment_data) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -315,6 +316,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -328,6 +330,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -344,6 +347,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PaymentGatewayCreationResponse.php b/lib/model/PaymentGatewayCreationResponse.php index d7ac4cc..89efa7e 100644 --- a/lib/model/PaymentGatewayCreationResponse.php +++ b/lib/model/PaymentGatewayCreationResponse.php @@ -233,6 +233,7 @@ public function setRedirectUrl($redirect_url) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -245,6 +246,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -258,6 +260,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -274,6 +277,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PaymentGatewayResponsePaymentData.php b/lib/model/PaymentGatewayResponsePaymentData.php index dcfefbb..6700427 100644 --- a/lib/model/PaymentGatewayResponsePaymentData.php +++ b/lib/model/PaymentGatewayResponsePaymentData.php @@ -263,6 +263,7 @@ public function setSeparateAuth($separate_auth) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -275,6 +276,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -288,6 +290,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -304,6 +307,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PaymentMethodsResponse.php b/lib/model/PaymentMethodsResponse.php index 68c9074..38f2891 100644 --- a/lib/model/PaymentMethodsResponse.php +++ b/lib/model/PaymentMethodsResponse.php @@ -293,6 +293,7 @@ public function setSupportedPaymentMethods($supported_payment_methods) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -305,6 +306,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -318,6 +320,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -334,6 +337,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PaymentPatchRequest.php b/lib/model/PaymentPatchRequest.php index ed98f39..3e487c5 100644 --- a/lib/model/PaymentPatchRequest.php +++ b/lib/model/PaymentPatchRequest.php @@ -299,6 +299,7 @@ public function setPaymentData($payment_data) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -311,6 +312,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -324,6 +326,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -340,6 +343,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PaymentRequest.php b/lib/model/PaymentRequest.php index 2299a32..d990515 100644 --- a/lib/model/PaymentRequest.php +++ b/lib/model/PaymentRequest.php @@ -503,6 +503,7 @@ public function setReturnUrls($return_urls) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -515,6 +516,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -528,6 +530,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -544,6 +547,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PaymentRequestCard.php b/lib/model/PaymentRequestCard.php index ab66487..f5d8cc8 100644 --- a/lib/model/PaymentRequestCard.php +++ b/lib/model/PaymentRequestCard.php @@ -444,6 +444,7 @@ public function setSecurityCode($security_code) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -456,6 +457,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -469,6 +471,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -485,6 +488,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PaymentRequestCardAccount.php b/lib/model/PaymentRequestCardAccount.php index c688f65..114a56c 100644 --- a/lib/model/PaymentRequestCardAccount.php +++ b/lib/model/PaymentRequestCardAccount.php @@ -368,6 +368,7 @@ public function setToken($token) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -380,6 +381,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -393,6 +395,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -409,6 +412,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PaymentRequestCryptocurrencyAccount.php b/lib/model/PaymentRequestCryptocurrencyAccount.php index d01a5f6..c9e1496 100644 --- a/lib/model/PaymentRequestCryptocurrencyAccount.php +++ b/lib/model/PaymentRequestCryptocurrencyAccount.php @@ -218,6 +218,7 @@ public function setRollbackAddress($rollback_address) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -230,6 +231,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -243,6 +245,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -259,6 +262,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PaymentRequestCustomer.php b/lib/model/PaymentRequestCustomer.php index 62ab26f..6a5cc7a 100644 --- a/lib/model/PaymentRequestCustomer.php +++ b/lib/model/PaymentRequestCustomer.php @@ -698,6 +698,7 @@ public function setWorkPhone($work_phone) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -710,6 +711,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -723,6 +725,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -739,6 +742,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PaymentRequestEWalletAccount.php b/lib/model/PaymentRequestEWalletAccount.php index 585854b..baaa28d 100644 --- a/lib/model/PaymentRequestEWalletAccount.php +++ b/lib/model/PaymentRequestEWalletAccount.php @@ -341,6 +341,7 @@ public function setVerificationCode($verification_code) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -353,6 +354,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -366,6 +368,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -382,6 +385,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PaymentRequestLivingAddress.php b/lib/model/PaymentRequestLivingAddress.php index 0300420..4174973 100644 --- a/lib/model/PaymentRequestLivingAddress.php +++ b/lib/model/PaymentRequestLivingAddress.php @@ -398,6 +398,7 @@ public function setZip($zip) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -410,6 +411,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -423,6 +425,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -439,6 +442,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PaymentRequestMerchantOrder.php b/lib/model/PaymentRequestMerchantOrder.php index 6e7d8fb..8c825f4 100644 --- a/lib/model/PaymentRequestMerchantOrder.php +++ b/lib/model/PaymentRequestMerchantOrder.php @@ -389,6 +389,7 @@ public function setShippingAddress($shipping_address) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -401,6 +402,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -414,6 +416,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -430,6 +433,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PaymentRequestPaymentData.php b/lib/model/PaymentRequestPaymentData.php index c6a7e7f..ba81827 100644 --- a/lib/model/PaymentRequestPaymentData.php +++ b/lib/model/PaymentRequestPaymentData.php @@ -709,6 +709,7 @@ public function setTransType($trans_type) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -721,6 +722,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -734,6 +736,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -750,6 +753,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PaymentResponse.php b/lib/model/PaymentResponse.php index d8a56fd..8f1bc97 100644 --- a/lib/model/PaymentResponse.php +++ b/lib/model/PaymentResponse.php @@ -323,6 +323,7 @@ public function setCardAccount($card_account) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -335,6 +336,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -348,6 +350,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -364,6 +367,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PaymentResponseCardAccount.php b/lib/model/PaymentResponseCardAccount.php index b82f944..e02b0db 100644 --- a/lib/model/PaymentResponseCardAccount.php +++ b/lib/model/PaymentResponseCardAccount.php @@ -515,6 +515,7 @@ public function setToken($token) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -527,6 +528,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -540,6 +542,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -556,6 +559,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PaymentResponseCryptocurrencyAccount.php b/lib/model/PaymentResponseCryptocurrencyAccount.php index 7ca0ef8..5b4ebfa 100644 --- a/lib/model/PaymentResponseCryptocurrencyAccount.php +++ b/lib/model/PaymentResponseCryptocurrencyAccount.php @@ -293,6 +293,7 @@ public function setPrcCurrency($prc_currency) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -305,6 +306,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -318,6 +320,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -334,6 +337,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PaymentResponseCustomer.php b/lib/model/PaymentResponseCustomer.php index 1a8e8eb..91d81fc 100644 --- a/lib/model/PaymentResponseCustomer.php +++ b/lib/model/PaymentResponseCustomer.php @@ -473,6 +473,7 @@ public function setWorkPhone($work_phone) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -485,6 +486,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -498,6 +500,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -514,6 +517,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PaymentResponsePaymentData.php b/lib/model/PaymentResponsePaymentData.php index 95c487e..c25bfbd 100644 --- a/lib/model/PaymentResponsePaymentData.php +++ b/lib/model/PaymentResponsePaymentData.php @@ -801,6 +801,7 @@ public function setType($type) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -813,6 +814,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -826,6 +828,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -842,6 +845,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PaymentUpdateRequest.php b/lib/model/PaymentUpdateRequest.php index 7da8e65..dd48aec 100644 --- a/lib/model/PaymentUpdateRequest.php +++ b/lib/model/PaymentUpdateRequest.php @@ -303,6 +303,7 @@ public function setPaymentData($payment_data) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -315,6 +316,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -328,6 +330,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -344,6 +347,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PaymentUpdateResponse.php b/lib/model/PaymentUpdateResponse.php index 543fe14..06cbb0c 100644 --- a/lib/model/PaymentUpdateResponse.php +++ b/lib/model/PaymentUpdateResponse.php @@ -297,6 +297,7 @@ public function setPaymentData($payment_data) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -309,6 +310,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -322,6 +324,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -338,6 +341,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PaymentUpdateTransactionData.php b/lib/model/PaymentUpdateTransactionData.php index db43863..29bebe4 100644 --- a/lib/model/PaymentUpdateTransactionData.php +++ b/lib/model/PaymentUpdateTransactionData.php @@ -267,6 +267,7 @@ public function setStatusTo($status_to) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -279,6 +280,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -292,6 +294,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -308,6 +311,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PaymentsList.php b/lib/model/PaymentsList.php index 73376aa..4ff35ee 100644 --- a/lib/model/PaymentsList.php +++ b/lib/model/PaymentsList.php @@ -233,6 +233,7 @@ public function setHasMore($has_more) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -245,6 +246,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -258,6 +260,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -274,6 +277,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PayoutCallback.php b/lib/model/PayoutCallback.php index d45ff88..a9eba1e 100644 --- a/lib/model/PayoutCallback.php +++ b/lib/model/PayoutCallback.php @@ -443,6 +443,7 @@ public function setPayoutData($payout_data) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -455,6 +456,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -468,6 +470,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -484,6 +487,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PayoutCreationResponse.php b/lib/model/PayoutCreationResponse.php index b105f20..db84d15 100644 --- a/lib/model/PayoutCreationResponse.php +++ b/lib/model/PayoutCreationResponse.php @@ -178,6 +178,7 @@ public function valid() * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -190,6 +191,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -203,6 +205,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -219,6 +222,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PayoutPaymentData.php b/lib/model/PayoutPaymentData.php index 27e7060..4e7eb07 100644 --- a/lib/model/PayoutPaymentData.php +++ b/lib/model/PayoutPaymentData.php @@ -221,6 +221,7 @@ public function setId($id) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -233,6 +234,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -246,6 +248,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -262,6 +265,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PayoutRequest.php b/lib/model/PayoutRequest.php index 017c90e..0c8900d 100644 --- a/lib/model/PayoutRequest.php +++ b/lib/model/PayoutRequest.php @@ -470,6 +470,7 @@ public function setPayoutData($payout_data) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -482,6 +483,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -495,6 +497,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -511,6 +514,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PayoutRequestCard.php b/lib/model/PayoutRequestCard.php index 531c7d4..a735a77 100644 --- a/lib/model/PayoutRequestCard.php +++ b/lib/model/PayoutRequestCard.php @@ -260,6 +260,7 @@ public function setPan($pan) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -272,6 +273,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -285,6 +287,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -301,6 +304,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PayoutRequestCardAccount.php b/lib/model/PayoutRequestCardAccount.php index 81ad6ad..49c53c8 100644 --- a/lib/model/PayoutRequestCardAccount.php +++ b/lib/model/PayoutRequestCardAccount.php @@ -329,6 +329,7 @@ public function setToken($token) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -341,6 +342,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -354,6 +356,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -370,6 +373,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PayoutRequestCryptocurrencyAccount.php b/lib/model/PayoutRequestCryptocurrencyAccount.php index 1b3abe4..2289ee2 100644 --- a/lib/model/PayoutRequestCryptocurrencyAccount.php +++ b/lib/model/PayoutRequestCryptocurrencyAccount.php @@ -218,6 +218,7 @@ public function setCryptoAddress($crypto_address) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -230,6 +231,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -243,6 +245,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -259,6 +262,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PayoutRequestCustomer.php b/lib/model/PayoutRequestCustomer.php index 72b22dc..5ad7d94 100644 --- a/lib/model/PayoutRequestCustomer.php +++ b/lib/model/PayoutRequestCustomer.php @@ -587,6 +587,7 @@ public function setTaxReasonCode($tax_reason_code) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -599,6 +600,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -612,6 +614,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -628,6 +631,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PayoutRequestEWalletAccount.php b/lib/model/PayoutRequestEWalletAccount.php index f20f9bb..2dd4e31 100644 --- a/lib/model/PayoutRequestEWalletAccount.php +++ b/lib/model/PayoutRequestEWalletAccount.php @@ -368,6 +368,7 @@ public function setType($type) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -380,6 +381,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -393,6 +395,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -409,6 +412,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PayoutRequestLivingAddress.php b/lib/model/PayoutRequestLivingAddress.php index c3a88a4..d515b0c 100644 --- a/lib/model/PayoutRequestLivingAddress.php +++ b/lib/model/PayoutRequestLivingAddress.php @@ -398,6 +398,7 @@ public function setZip($zip) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -410,6 +411,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -423,6 +425,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -439,6 +442,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PayoutRequestMerchantOrder.php b/lib/model/PayoutRequestMerchantOrder.php index ed5aea1..d07dd86 100644 --- a/lib/model/PayoutRequestMerchantOrder.php +++ b/lib/model/PayoutRequestMerchantOrder.php @@ -281,6 +281,7 @@ public function setId($id) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -293,6 +294,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -306,6 +308,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -322,6 +325,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PayoutRequestPayoutData.php b/lib/model/PayoutRequestPayoutData.php index 9f288cf..ae4605e 100644 --- a/lib/model/PayoutRequestPayoutData.php +++ b/lib/model/PayoutRequestPayoutData.php @@ -359,6 +359,7 @@ public function setNote($note) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -371,6 +372,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -384,6 +386,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -400,6 +403,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PayoutResponse.php b/lib/model/PayoutResponse.php index e4873d1..fba08f3 100644 --- a/lib/model/PayoutResponse.php +++ b/lib/model/PayoutResponse.php @@ -416,6 +416,7 @@ public function setMerchantOrder($merchant_order) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -428,6 +429,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -441,6 +443,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -457,6 +460,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PayoutResponseCard.php b/lib/model/PayoutResponseCard.php index 0d9b47f..05d9ef6 100644 --- a/lib/model/PayoutResponseCard.php +++ b/lib/model/PayoutResponseCard.php @@ -421,6 +421,7 @@ public function setMaskedPan($masked_pan) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -433,6 +434,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -446,6 +448,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -462,6 +465,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PayoutResponseCardAccount.php b/lib/model/PayoutResponseCardAccount.php index 8d244b2..1bffc66 100644 --- a/lib/model/PayoutResponseCardAccount.php +++ b/lib/model/PayoutResponseCardAccount.php @@ -233,6 +233,7 @@ public function setToken($token) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -245,6 +246,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -258,6 +260,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -274,6 +277,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PayoutResponseCryptocurrencyAccount.php b/lib/model/PayoutResponseCryptocurrencyAccount.php index f245d2c..b860a09 100644 --- a/lib/model/PayoutResponseCryptocurrencyAccount.php +++ b/lib/model/PayoutResponseCryptocurrencyAccount.php @@ -293,6 +293,7 @@ public function setPrcCurrency($prc_currency) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -305,6 +306,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -318,6 +320,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -334,6 +337,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PayoutResponseCustomer.php b/lib/model/PayoutResponseCustomer.php index a4b2bd1..8d5278b 100644 --- a/lib/model/PayoutResponseCustomer.php +++ b/lib/model/PayoutResponseCustomer.php @@ -323,6 +323,7 @@ public function setUserAgent($user_agent) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -335,6 +336,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -348,6 +350,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -364,6 +367,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PayoutResponseEWalletAccount.php b/lib/model/PayoutResponseEWalletAccount.php index e0d3381..376edb3 100644 --- a/lib/model/PayoutResponseEWalletAccount.php +++ b/lib/model/PayoutResponseEWalletAccount.php @@ -203,6 +203,7 @@ public function setId($id) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -215,6 +216,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -228,6 +230,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -244,6 +247,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PayoutResponsePayoutData.php b/lib/model/PayoutResponsePayoutData.php index cd9a241..46de00f 100644 --- a/lib/model/PayoutResponsePayoutData.php +++ b/lib/model/PayoutResponsePayoutData.php @@ -553,6 +553,7 @@ public function setStatus($status) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -565,6 +566,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -578,6 +580,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -594,6 +597,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PayoutUpdateRequest.php b/lib/model/PayoutUpdateRequest.php index ffeb7e8..c2b16ee 100644 --- a/lib/model/PayoutUpdateRequest.php +++ b/lib/model/PayoutUpdateRequest.php @@ -236,6 +236,7 @@ public function setPayoutData($payout_data) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -248,6 +249,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -261,6 +263,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -277,6 +280,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PayoutUpdateResponse.php b/lib/model/PayoutUpdateResponse.php index 65ee689..ce8acd7 100644 --- a/lib/model/PayoutUpdateResponse.php +++ b/lib/model/PayoutUpdateResponse.php @@ -233,6 +233,7 @@ public function setPayoutData($payout_data) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -245,6 +246,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -258,6 +260,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -274,6 +277,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PayoutsList.php b/lib/model/PayoutsList.php index ed34bfc..fcba5d2 100644 --- a/lib/model/PayoutsList.php +++ b/lib/model/PayoutsList.php @@ -233,6 +233,7 @@ public function setHasMore($has_more) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -245,6 +246,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -258,6 +260,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -274,6 +277,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PixAccountDetailsRequest.php b/lib/model/PixAccountDetailsRequest.php index 4552db3..4fe3768 100644 --- a/lib/model/PixAccountDetailsRequest.php +++ b/lib/model/PixAccountDetailsRequest.php @@ -206,6 +206,7 @@ public function setCustomerIdentity($customer_identity) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -218,6 +219,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -231,6 +233,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -247,6 +250,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PixAccountDetailsResponse.php b/lib/model/PixAccountDetailsResponse.php index 6d4351d..dc79b3b 100644 --- a/lib/model/PixAccountDetailsResponse.php +++ b/lib/model/PixAccountDetailsResponse.php @@ -203,6 +203,7 @@ public function setEwalletAccount($ewallet_account) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -215,6 +216,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -228,6 +230,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -244,6 +247,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/Plan.php b/lib/model/Plan.php index beb860d..689da05 100644 --- a/lib/model/Plan.php +++ b/lib/model/Plan.php @@ -218,6 +218,7 @@ public function setId($id) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -230,6 +231,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -243,6 +245,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -259,6 +262,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PlanDataList.php b/lib/model/PlanDataList.php index b3fac9a..a8c925e 100644 --- a/lib/model/PlanDataList.php +++ b/lib/model/PlanDataList.php @@ -233,6 +233,7 @@ public function setHasMore($has_more) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -245,6 +246,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -258,6 +260,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -274,6 +277,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PlanUpdateRequest.php b/lib/model/PlanUpdateRequest.php index 40a2d22..74776ec 100644 --- a/lib/model/PlanUpdateRequest.php +++ b/lib/model/PlanUpdateRequest.php @@ -304,6 +304,7 @@ public function setPlanData($plan_data) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -316,6 +317,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -329,6 +331,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -345,6 +348,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PlanUpdateRequestPlanData.php b/lib/model/PlanUpdateRequestPlanData.php index de6dc82..732c9cf 100644 --- a/lib/model/PlanUpdateRequestPlanData.php +++ b/lib/model/PlanUpdateRequestPlanData.php @@ -280,6 +280,7 @@ public function setStatusTo($status_to) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -292,6 +293,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -305,6 +307,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -321,6 +324,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/PlanUpdateResponse.php b/lib/model/PlanUpdateResponse.php index a75325d..37602b8 100644 --- a/lib/model/PlanUpdateResponse.php +++ b/lib/model/PlanUpdateResponse.php @@ -203,6 +203,7 @@ public function setPlanData($plan_data) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -215,6 +216,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -228,6 +230,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -244,6 +247,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RecurringCallback.php b/lib/model/RecurringCallback.php index 615cbc4..0e36500 100644 --- a/lib/model/RecurringCallback.php +++ b/lib/model/RecurringCallback.php @@ -353,6 +353,7 @@ public function setRecurringData($recurring_data) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -365,6 +366,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -378,6 +380,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -394,6 +397,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RecurringConfirm3dsRequest.php b/lib/model/RecurringConfirm3dsRequest.php index c41cae0..4f44d34 100644 --- a/lib/model/RecurringConfirm3dsRequest.php +++ b/lib/model/RecurringConfirm3dsRequest.php @@ -336,6 +336,7 @@ public function setPaRes($pa_res) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -348,6 +349,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -361,6 +363,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -377,6 +380,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RecurringCreationRequest.php b/lib/model/RecurringCreationRequest.php index 1cf3fe8..d2ecfe4 100644 --- a/lib/model/RecurringCreationRequest.php +++ b/lib/model/RecurringCreationRequest.php @@ -401,6 +401,7 @@ public function setReturnUrls($return_urls) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -413,6 +414,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -426,6 +428,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -442,6 +445,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RecurringCustomer.php b/lib/model/RecurringCustomer.php index 9b4e39e..edde8e3 100644 --- a/lib/model/RecurringCustomer.php +++ b/lib/model/RecurringCustomer.php @@ -605,6 +605,7 @@ public function setWorkPhone($work_phone) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -617,6 +618,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -630,6 +632,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -646,6 +649,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RecurringExecuteRequest.php b/lib/model/RecurringExecuteRequest.php index ee3a808..84dbb88 100644 --- a/lib/model/RecurringExecuteRequest.php +++ b/lib/model/RecurringExecuteRequest.php @@ -303,6 +303,7 @@ public function setRecurringData($recurring_data) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -315,6 +316,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -328,6 +330,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -344,6 +347,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RecurringFilterParameters.php b/lib/model/RecurringFilterParameters.php index 7919069..de3a574 100644 --- a/lib/model/RecurringFilterParameters.php +++ b/lib/model/RecurringFilterParameters.php @@ -582,6 +582,7 @@ public function setType($type) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -594,6 +595,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -607,6 +609,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -623,6 +626,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RecurringGatewayCreationResponse.php b/lib/model/RecurringGatewayCreationResponse.php index b5a1358..bdb018a 100644 --- a/lib/model/RecurringGatewayCreationResponse.php +++ b/lib/model/RecurringGatewayCreationResponse.php @@ -263,6 +263,7 @@ public function setRedirectUrl($redirect_url) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -275,6 +276,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -288,6 +290,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -304,6 +307,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RecurringGatewayResponseRecurringData.php b/lib/model/RecurringGatewayResponseRecurringData.php index b130309..160297a 100644 --- a/lib/model/RecurringGatewayResponseRecurringData.php +++ b/lib/model/RecurringGatewayResponseRecurringData.php @@ -233,6 +233,7 @@ public function setSeparateAuth($separate_auth) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -245,6 +246,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -258,6 +260,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -274,6 +277,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RecurringPatchRequest.php b/lib/model/RecurringPatchRequest.php index c0f613b..fc0c8a9 100644 --- a/lib/model/RecurringPatchRequest.php +++ b/lib/model/RecurringPatchRequest.php @@ -299,6 +299,7 @@ public function setRecurringData($recurring_data) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -311,6 +312,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -324,6 +326,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -340,6 +343,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RecurringPlanRequest.php b/lib/model/RecurringPlanRequest.php index 05738cd..7c3a609 100644 --- a/lib/model/RecurringPlanRequest.php +++ b/lib/model/RecurringPlanRequest.php @@ -239,6 +239,7 @@ public function setPlanData($plan_data) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -251,6 +252,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -264,6 +266,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -280,6 +283,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RecurringPlanRequestPlanData.php b/lib/model/RecurringPlanRequestPlanData.php index 54c125b..d54e4dc 100644 --- a/lib/model/RecurringPlanRequestPlanData.php +++ b/lib/model/RecurringPlanRequestPlanData.php @@ -460,6 +460,7 @@ public function setRetries($retries) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -472,6 +473,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -485,6 +487,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -501,6 +504,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RecurringPlanResponse.php b/lib/model/RecurringPlanResponse.php index 0c10125..0d9e5b2 100644 --- a/lib/model/RecurringPlanResponse.php +++ b/lib/model/RecurringPlanResponse.php @@ -203,6 +203,7 @@ public function setPlanData($plan_data) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -215,6 +216,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -228,6 +230,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -244,6 +247,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RecurringRequestFiling.php b/lib/model/RecurringRequestFiling.php index 8913308..14dd5ea 100644 --- a/lib/model/RecurringRequestFiling.php +++ b/lib/model/RecurringRequestFiling.php @@ -218,6 +218,7 @@ public function setId($id) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -230,6 +231,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -243,6 +245,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -259,6 +262,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RecurringRequestRecurringData.php b/lib/model/RecurringRequestRecurringData.php index 4c20e4c..b993263 100644 --- a/lib/model/RecurringRequestRecurringData.php +++ b/lib/model/RecurringRequestRecurringData.php @@ -711,6 +711,7 @@ public function setSubscriptionStart($subscription_start) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -723,6 +724,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -736,6 +738,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -752,6 +755,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RecurringResponse.php b/lib/model/RecurringResponse.php index 6b5f6dd..38e274e 100644 --- a/lib/model/RecurringResponse.php +++ b/lib/model/RecurringResponse.php @@ -353,6 +353,7 @@ public function setAuthenticationData($authentication_data) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -365,6 +366,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -378,6 +380,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -394,6 +397,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RecurringResponseFiling.php b/lib/model/RecurringResponseFiling.php index 9d54593..bd33d66 100644 --- a/lib/model/RecurringResponseFiling.php +++ b/lib/model/RecurringResponseFiling.php @@ -203,6 +203,7 @@ public function setId($id) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -215,6 +216,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -228,6 +230,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -244,6 +247,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RecurringResponseMerchantOrder.php b/lib/model/RecurringResponseMerchantOrder.php index 6ba2a2a..e7c3543 100644 --- a/lib/model/RecurringResponseMerchantOrder.php +++ b/lib/model/RecurringResponseMerchantOrder.php @@ -251,6 +251,7 @@ public function setId($id) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -263,6 +264,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -276,6 +278,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -292,6 +295,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RecurringResponseRecurringData.php b/lib/model/RecurringResponseRecurringData.php index e5ba5a9..b21303d 100644 --- a/lib/model/RecurringResponseRecurringData.php +++ b/lib/model/RecurringResponseRecurringData.php @@ -1017,6 +1017,7 @@ public function setTransType($trans_type) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -1029,6 +1030,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -1042,6 +1044,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -1058,6 +1061,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RecurringUpdateRequest.php b/lib/model/RecurringUpdateRequest.php index b131ee4..cbc09b8 100644 --- a/lib/model/RecurringUpdateRequest.php +++ b/lib/model/RecurringUpdateRequest.php @@ -303,6 +303,7 @@ public function setRecurringData($recurring_data) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -315,6 +316,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -328,6 +330,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -344,6 +347,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RecurringUpdateResponse.php b/lib/model/RecurringUpdateResponse.php index 294094b..2d12ad3 100644 --- a/lib/model/RecurringUpdateResponse.php +++ b/lib/model/RecurringUpdateResponse.php @@ -297,6 +297,7 @@ public function setRecurringData($recurring_data) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -309,6 +310,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -322,6 +324,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -338,6 +341,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RecurringsList.php b/lib/model/RecurringsList.php index dcf6d3b..01fca45 100644 --- a/lib/model/RecurringsList.php +++ b/lib/model/RecurringsList.php @@ -233,6 +233,7 @@ public function setHasMore($has_more) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -245,6 +246,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -258,6 +260,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -274,6 +277,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RedirectUrlResponse.php b/lib/model/RedirectUrlResponse.php index 09fe543..1bc70e8 100644 --- a/lib/model/RedirectUrlResponse.php +++ b/lib/model/RedirectUrlResponse.php @@ -203,6 +203,7 @@ public function setRedirectUrl($redirect_url) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -215,6 +216,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -228,6 +230,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -244,6 +247,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RefundCallback.php b/lib/model/RefundCallback.php index 9122479..02892d6 100644 --- a/lib/model/RefundCallback.php +++ b/lib/model/RefundCallback.php @@ -413,6 +413,7 @@ public function setRefundData($refund_data) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -425,6 +426,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -438,6 +440,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -454,6 +457,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RefundRequest.php b/lib/model/RefundRequest.php index ad26387..32343b1 100644 --- a/lib/model/RefundRequest.php +++ b/lib/model/RefundRequest.php @@ -359,6 +359,7 @@ public function setRefundData($refund_data) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -371,6 +372,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -384,6 +386,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -400,6 +403,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RefundRequestCustomer.php b/lib/model/RefundRequestCustomer.php index 510af66..62a9835 100644 --- a/lib/model/RefundRequestCustomer.php +++ b/lib/model/RefundRequestCustomer.php @@ -308,6 +308,7 @@ public function setIdentity($identity) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -320,6 +321,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -333,6 +335,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -349,6 +352,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RefundRequestEWalletAccount.php b/lib/model/RefundRequestEWalletAccount.php index ee9ddbf..bb7a641 100644 --- a/lib/model/RefundRequestEWalletAccount.php +++ b/lib/model/RefundRequestEWalletAccount.php @@ -353,6 +353,7 @@ public function setType($type) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -365,6 +366,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -378,6 +380,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -394,6 +397,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RefundRequestMerchantOrder.php b/lib/model/RefundRequestMerchantOrder.php index e323dff..b019f3b 100644 --- a/lib/model/RefundRequestMerchantOrder.php +++ b/lib/model/RefundRequestMerchantOrder.php @@ -266,6 +266,7 @@ public function setId($id) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -278,6 +279,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -291,6 +293,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -307,6 +310,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RefundRequestPaymentData.php b/lib/model/RefundRequestPaymentData.php index 8f1dd87..609ac03 100644 --- a/lib/model/RefundRequestPaymentData.php +++ b/lib/model/RefundRequestPaymentData.php @@ -206,6 +206,7 @@ public function setId($id) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -218,6 +219,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -231,6 +233,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -247,6 +250,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RefundRequestRefundData.php b/lib/model/RefundRequestRefundData.php index a3ff25e..25e95f7 100644 --- a/lib/model/RefundRequestRefundData.php +++ b/lib/model/RefundRequestRefundData.php @@ -242,6 +242,7 @@ public function setCurrency($currency) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -254,6 +255,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -267,6 +269,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -283,6 +286,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RefundResponse.php b/lib/model/RefundResponse.php index 319cac2..6ad74df 100644 --- a/lib/model/RefundResponse.php +++ b/lib/model/RefundResponse.php @@ -383,6 +383,7 @@ public function setMerchantOrder($merchant_order) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -395,6 +396,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -408,6 +410,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -424,6 +427,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RefundResponseCard.php b/lib/model/RefundResponseCard.php index 544693f..94d1758 100644 --- a/lib/model/RefundResponseCard.php +++ b/lib/model/RefundResponseCard.php @@ -361,6 +361,7 @@ public function setMaskedPan($masked_pan) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -373,6 +374,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -386,6 +388,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -402,6 +405,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RefundResponseCardAccount.php b/lib/model/RefundResponseCardAccount.php index 212fe5f..555c79a 100644 --- a/lib/model/RefundResponseCardAccount.php +++ b/lib/model/RefundResponseCardAccount.php @@ -203,6 +203,7 @@ public function setCard($card) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -215,6 +216,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -228,6 +230,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -244,6 +247,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RefundResponseCustomer.php b/lib/model/RefundResponseCustomer.php index 42fd55b..9216952 100644 --- a/lib/model/RefundResponseCustomer.php +++ b/lib/model/RefundResponseCustomer.php @@ -293,6 +293,7 @@ public function setUserAgent($user_agent) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -305,6 +306,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -318,6 +320,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -334,6 +337,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RefundResponseEWalletAccount.php b/lib/model/RefundResponseEWalletAccount.php index f26c6b7..48c3937 100644 --- a/lib/model/RefundResponseEWalletAccount.php +++ b/lib/model/RefundResponseEWalletAccount.php @@ -203,6 +203,7 @@ public function setId($id) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -215,6 +216,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -228,6 +230,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -244,6 +247,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RefundResponsePaymentData.php b/lib/model/RefundResponsePaymentData.php index 7bf84c3..608c4b7 100644 --- a/lib/model/RefundResponsePaymentData.php +++ b/lib/model/RefundResponsePaymentData.php @@ -233,6 +233,7 @@ public function setRemainingAmount($remaining_amount) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -245,6 +246,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -258,6 +260,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -274,6 +277,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RefundResponseRefundData.php b/lib/model/RefundResponseRefundData.php index 9e8d794..45ac403 100644 --- a/lib/model/RefundResponseRefundData.php +++ b/lib/model/RefundResponseRefundData.php @@ -583,6 +583,7 @@ public function setStatus($status) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -595,6 +596,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -608,6 +610,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -624,6 +627,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RefundUpdateRequest.php b/lib/model/RefundUpdateRequest.php index 8e12eeb..133072f 100644 --- a/lib/model/RefundUpdateRequest.php +++ b/lib/model/RefundUpdateRequest.php @@ -236,6 +236,7 @@ public function setRefundData($refund_data) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -248,6 +249,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -261,6 +263,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -277,6 +280,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RefundUpdateResponse.php b/lib/model/RefundUpdateResponse.php index a88db8b..a403536 100644 --- a/lib/model/RefundUpdateResponse.php +++ b/lib/model/RefundUpdateResponse.php @@ -233,6 +233,7 @@ public function setRefundData($refund_data) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -245,6 +246,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -258,6 +260,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -274,6 +277,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RefundsList.php b/lib/model/RefundsList.php index e67c549..2b133db 100644 --- a/lib/model/RefundsList.php +++ b/lib/model/RefundsList.php @@ -233,6 +233,7 @@ public function setHasMore($has_more) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -245,6 +246,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -258,6 +260,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -274,6 +277,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RenamedPlanData.php b/lib/model/RenamedPlanData.php index 0b5a96e..ea87338 100644 --- a/lib/model/RenamedPlanData.php +++ b/lib/model/RenamedPlanData.php @@ -477,6 +477,7 @@ public function setStatus($status) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -489,6 +490,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -502,6 +504,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -518,6 +521,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/Report.php b/lib/model/Report.php index ed6b924..40c782e 100644 --- a/lib/model/Report.php +++ b/lib/model/Report.php @@ -507,6 +507,7 @@ public function setWebsiteName($website_name) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -519,6 +520,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -532,6 +534,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -548,6 +551,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/ReportsData.php b/lib/model/ReportsData.php index f301e33..8f34971 100644 --- a/lib/model/ReportsData.php +++ b/lib/model/ReportsData.php @@ -266,6 +266,7 @@ public function setStartDate($start_date) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -278,6 +279,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -291,6 +293,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -307,6 +310,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/ReportsRequest.php b/lib/model/ReportsRequest.php index d719571..4ffb321 100644 --- a/lib/model/ReportsRequest.php +++ b/lib/model/ReportsRequest.php @@ -284,6 +284,7 @@ public function setRequest($request) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -296,6 +297,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -309,6 +311,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -325,6 +328,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/ReportsResponse.php b/lib/model/ReportsResponse.php index 5e49041..38eb90d 100644 --- a/lib/model/ReportsResponse.php +++ b/lib/model/ReportsResponse.php @@ -323,6 +323,7 @@ public function setSize($size) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -335,6 +336,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -348,6 +350,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -364,6 +367,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/Request.php b/lib/model/Request.php index b96eb96..f2420ab 100644 --- a/lib/model/Request.php +++ b/lib/model/Request.php @@ -254,6 +254,7 @@ public function setTime($time) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -266,6 +267,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -279,6 +281,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -295,6 +298,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/RequestUpdatedTransactionData.php b/lib/model/RequestUpdatedTransactionData.php index a001551..73d21c5 100644 --- a/lib/model/RequestUpdatedTransactionData.php +++ b/lib/model/RequestUpdatedTransactionData.php @@ -240,6 +240,7 @@ public function setStatusTo($status_to) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -252,6 +253,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -265,6 +267,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -281,6 +284,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/ResponsePlanData.php b/lib/model/ResponsePlanData.php index c547b3e..93e2c33 100644 --- a/lib/model/ResponsePlanData.php +++ b/lib/model/ResponsePlanData.php @@ -513,6 +513,7 @@ public function setRetries($retries) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -525,6 +526,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -538,6 +540,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -554,6 +557,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/ResponseUpdatedTransactionData.php b/lib/model/ResponseUpdatedTransactionData.php index f4bc29f..acd5909 100644 --- a/lib/model/ResponseUpdatedTransactionData.php +++ b/lib/model/ResponseUpdatedTransactionData.php @@ -437,6 +437,7 @@ public function setUpdated($updated) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -449,6 +450,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -462,6 +464,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -478,6 +481,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/ReturnUrls.php b/lib/model/ReturnUrls.php index 6edb109..f5e3226 100644 --- a/lib/model/ReturnUrls.php +++ b/lib/model/ReturnUrls.php @@ -398,6 +398,7 @@ public function setSuccessUrl($success_url) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -410,6 +411,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -423,6 +425,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -439,6 +442,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/ScheduledByMerchantData.php b/lib/model/ScheduledByMerchantData.php index e5b03c2..063037e 100644 --- a/lib/model/ScheduledByMerchantData.php +++ b/lib/model/ScheduledByMerchantData.php @@ -610,6 +610,7 @@ public function setTransType($trans_type) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -622,6 +623,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -635,6 +637,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -651,6 +654,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/ScheduledData.php b/lib/model/ScheduledData.php index 6e355c7..b66bd50 100644 --- a/lib/model/ScheduledData.php +++ b/lib/model/ScheduledData.php @@ -646,6 +646,7 @@ public function setTransType($trans_type) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -658,6 +659,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -671,6 +673,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -687,6 +690,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/ShippingAddress.php b/lib/model/ShippingAddress.php index 476c760..08f649a 100644 --- a/lib/model/ShippingAddress.php +++ b/lib/model/ShippingAddress.php @@ -435,6 +435,7 @@ public function setZip($zip) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -447,6 +448,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -460,6 +462,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -476,6 +479,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/Subscription.php b/lib/model/Subscription.php index 35e59f2..45ec46a 100644 --- a/lib/model/Subscription.php +++ b/lib/model/Subscription.php @@ -203,6 +203,7 @@ public function setId($id) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -215,6 +216,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -228,6 +230,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -244,6 +247,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/SubscriptionCustomer.php b/lib/model/SubscriptionCustomer.php index 8c493aa..dcb1482 100644 --- a/lib/model/SubscriptionCustomer.php +++ b/lib/model/SubscriptionCustomer.php @@ -233,6 +233,7 @@ public function setId($id) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -245,6 +246,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -258,6 +260,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -274,6 +277,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/SubscriptionFilterParameters.php b/lib/model/SubscriptionFilterParameters.php index c878d31..0b54bb6 100644 --- a/lib/model/SubscriptionFilterParameters.php +++ b/lib/model/SubscriptionFilterParameters.php @@ -670,6 +670,7 @@ public function setType($type) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -682,6 +683,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -695,6 +697,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -711,6 +714,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/SubscriptionGetResponse.php b/lib/model/SubscriptionGetResponse.php index e6f7165..6101d9b 100644 --- a/lib/model/SubscriptionGetResponse.php +++ b/lib/model/SubscriptionGetResponse.php @@ -799,6 +799,7 @@ public function setType($type) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -811,6 +812,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -824,6 +826,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -840,6 +843,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/SubscriptionGetResponsePlan.php b/lib/model/SubscriptionGetResponsePlan.php index e4ff6b4..2684db4 100644 --- a/lib/model/SubscriptionGetResponsePlan.php +++ b/lib/model/SubscriptionGetResponsePlan.php @@ -203,6 +203,7 @@ public function setId($id) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -215,6 +216,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -228,6 +230,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -244,6 +247,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/SubscriptionList.php b/lib/model/SubscriptionList.php index 39ec8ec..15b774f 100644 --- a/lib/model/SubscriptionList.php +++ b/lib/model/SubscriptionList.php @@ -233,6 +233,7 @@ public function setHasMore($has_more) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -245,6 +246,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -258,6 +260,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -274,6 +277,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/SubscriptionUpdateRequest.php b/lib/model/SubscriptionUpdateRequest.php index 657f304..0ef7904 100644 --- a/lib/model/SubscriptionUpdateRequest.php +++ b/lib/model/SubscriptionUpdateRequest.php @@ -306,6 +306,7 @@ public function setSubscriptionData($subscription_data) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -318,6 +319,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -331,6 +333,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -347,6 +350,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/SubscriptionUpdateRequestSubscriptionData.php b/lib/model/SubscriptionUpdateRequestSubscriptionData.php index 76fdf7d..7078d05 100644 --- a/lib/model/SubscriptionUpdateRequestSubscriptionData.php +++ b/lib/model/SubscriptionUpdateRequestSubscriptionData.php @@ -277,6 +277,7 @@ public function setStatusTo($status_to) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -289,6 +290,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -302,6 +304,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -318,6 +321,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/SubscriptionUpdateResponse.php b/lib/model/SubscriptionUpdateResponse.php index 2adac9e..8a8294b 100644 --- a/lib/model/SubscriptionUpdateResponse.php +++ b/lib/model/SubscriptionUpdateResponse.php @@ -203,6 +203,7 @@ public function setSubscriptionData($subscription_data) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -215,6 +216,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -228,6 +230,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -244,6 +247,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/SupportedPaymentMethod.php b/lib/model/SupportedPaymentMethod.php index 3f04410..bfb7e18 100644 --- a/lib/model/SupportedPaymentMethod.php +++ b/lib/model/SupportedPaymentMethod.php @@ -233,6 +233,7 @@ public function setName($name) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -245,6 +246,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -258,6 +260,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -274,6 +277,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/ThreeDSecureData.php b/lib/model/ThreeDSecureData.php index 152f7b9..531e10e 100644 --- a/lib/model/ThreeDSecureData.php +++ b/lib/model/ThreeDSecureData.php @@ -410,6 +410,7 @@ public function setXid($xid) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -422,6 +423,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -435,6 +437,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -451,6 +454,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/ThreeDSecureResponse.php b/lib/model/ThreeDSecureResponse.php index bf0b1b8..8165110 100644 --- a/lib/model/ThreeDSecureResponse.php +++ b/lib/model/ThreeDSecureResponse.php @@ -593,6 +593,7 @@ public function setXid($xid) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -605,6 +606,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -618,6 +620,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -634,6 +637,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/TransactionMethodsList.php b/lib/model/TransactionMethodsList.php index e113abc..d5cc319 100644 --- a/lib/model/TransactionMethodsList.php +++ b/lib/model/TransactionMethodsList.php @@ -233,6 +233,7 @@ public function setPayoutMethods($payout_methods) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -245,6 +246,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -258,6 +260,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -274,6 +277,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/TransactionRequest.php b/lib/model/TransactionRequest.php index fb5a980..3478524 100644 --- a/lib/model/TransactionRequest.php +++ b/lib/model/TransactionRequest.php @@ -206,6 +206,7 @@ public function setRequest($request) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -218,6 +219,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -231,6 +233,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -247,6 +250,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/TransactionResponseEWalletAccount.php b/lib/model/TransactionResponseEWalletAccount.php index a883935..b945f3b 100644 --- a/lib/model/TransactionResponseEWalletAccount.php +++ b/lib/model/TransactionResponseEWalletAccount.php @@ -233,6 +233,7 @@ public function setId($id) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -245,6 +246,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -258,6 +260,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -274,6 +277,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/TransactionResponseMerchantOrder.php b/lib/model/TransactionResponseMerchantOrder.php index 241d6ff..5a9141e 100644 --- a/lib/model/TransactionResponseMerchantOrder.php +++ b/lib/model/TransactionResponseMerchantOrder.php @@ -251,6 +251,7 @@ public function setId($id) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -263,6 +264,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -276,6 +278,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -292,6 +295,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/TransactionUpdateRequest.php b/lib/model/TransactionUpdateRequest.php index cbcc9fa..6b2b78c 100644 --- a/lib/model/TransactionUpdateRequest.php +++ b/lib/model/TransactionUpdateRequest.php @@ -236,6 +236,7 @@ public function setTransactionData($transaction_data) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -248,6 +249,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -261,6 +263,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -277,6 +280,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/UpdatedPlanData.php b/lib/model/UpdatedPlanData.php index a640146..abd54e9 100644 --- a/lib/model/UpdatedPlanData.php +++ b/lib/model/UpdatedPlanData.php @@ -477,6 +477,7 @@ public function setStatus($status) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -489,6 +490,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -502,6 +504,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -518,6 +521,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/UpdatedSubscriptionData.php b/lib/model/UpdatedSubscriptionData.php index 1219356..349d973 100644 --- a/lib/model/UpdatedSubscriptionData.php +++ b/lib/model/UpdatedSubscriptionData.php @@ -561,6 +561,7 @@ public function setUpdated($updated) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -573,6 +574,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -586,6 +588,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -602,6 +605,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]); diff --git a/lib/model/UpdatedSubscriptionRecurringData.php b/lib/model/UpdatedSubscriptionRecurringData.php index 4a84a33..eb3a3c0 100644 --- a/lib/model/UpdatedSubscriptionRecurringData.php +++ b/lib/model/UpdatedSubscriptionRecurringData.php @@ -233,6 +233,7 @@ public function setSeparateAuth($separate_auth) * * @return boolean */ + #[\ReturnTypeWillChange] public function offsetExists($offset) { return isset($this->container[$offset]); @@ -245,6 +246,7 @@ public function offsetExists($offset) * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; @@ -258,6 +260,7 @@ public function offsetGet($offset) * * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($offset, $value) { if (is_null($offset)) { @@ -274,6 +277,7 @@ public function offsetSet($offset, $value) * * @return void */ + #[\ReturnTypeWillChange] public function offsetUnset($offset) { unset($this->container[$offset]);