From 6b694a1a830c20b3ead44c5476fdad75c58bcf0d Mon Sep 17 00:00:00 2001 From: Fabiano Mallmann <25328512+fabiano-mallmann@users.noreply.github.com> Date: Fri, 24 Feb 2023 10:44:33 -0300 Subject: [PATCH] add ReturnTypeWillChange attribute (#37) --- src/Models/CancelSplitRequest.php | 1 + src/Models/CreateAccessTokenRequest.php | 1 + src/Models/CreateAddressRequest.php | 1 + src/Models/CreateAnticipationRequest.php | 1 + src/Models/CreateAntifraudRequest.php | 1 + src/Models/CreateApplePayHeaderRequest.php | 1 + src/Models/CreateApplePayRequest.php | 1 + src/Models/CreateAutomaticAnticipationSettingsRequest.php | 1 + src/Models/CreateBankAccountRequest.php | 1 + src/Models/CreateBankTransferPaymentRequest.php | 1 + src/Models/CreateBoletoPaymentRequest.php | 1 + src/Models/CreateCancelChargeRequest.php | 1 + src/Models/CreateCancelChargeSplitRulesRequest.php | 1 + src/Models/CreateCancelSubscriptionRequest.php | 1 + src/Models/CreateCaptureChargeRequest.php | 1 + src/Models/CreateCardOptionsRequest.php | 1 + src/Models/CreateCardPaymentContactlessPOIRequest.php | 1 + src/Models/CreateCardPaymentContactlessRequest.php | 1 + src/Models/CreateCardRequest.php | 1 + src/Models/CreateCardTokenRequest.php | 1 + src/Models/CreateCashPaymentRequest.php | 1 + src/Models/CreateChargeRequest.php | 1 + src/Models/CreateCheckoutBankTransferRequest.php | 1 + src/Models/CreateCheckoutBoletoPaymentRequest.php | 1 + src/Models/CreateCheckoutCardInstallmentOptionRequest.php | 1 + src/Models/CreateCheckoutCreditCardPaymentRequest.php | 1 + src/Models/CreateCheckoutDebitCardPaymentRequest.php | 1 + src/Models/CreateCheckoutPaymentRequest.php | 1 + src/Models/CreateCheckoutPixPaymentRequest.php | 1 + src/Models/CreateClearSaleRequest.php | 1 + src/Models/CreateConfirmPaymentRequest.php | 1 + src/Models/CreateCreditCardPaymentRequest.php | 1 + src/Models/CreateCustomerRequest.php | 1 + src/Models/CreateDebitCardPaymentRequest.php | 1 + src/Models/CreateDeviceRequest.php | 1 + src/Models/CreateDiscountRequest.php | 1 + src/Models/CreateEmvDataDecryptRequest.php | 1 + src/Models/CreateEmvDataDukptDecryptRequest.php | 1 + src/Models/CreateEmvDataTlvDecryptRequest.php | 1 + src/Models/CreateEmvDecryptRequest.php | 1 + src/Models/CreateFineRequest.php | 1 + src/Models/CreateGooglePayHeaderRequest.php | 1 + src/Models/CreateGooglePayRequest.php | 1 + src/Models/CreateIncrementRequest.php | 1 + src/Models/CreateInterestRequest.php | 1 + src/Models/CreateInvoiceRequest.php | 1 + src/Models/CreateLocationRequest.php | 1 + src/Models/CreateOrderItemRequest.php | 1 + src/Models/CreateOrderRequest.php | 1 + src/Models/CreatePaymentAuthenticationRequest.php | 1 + src/Models/CreatePaymentRequest.php | 1 + src/Models/CreatePeriodRequest.php | 1 + src/Models/CreatePhoneRequest.php | 1 + src/Models/CreatePhonesRequest.php | 1 + src/Models/CreatePixPaymentRequest.php | 1 + src/Models/CreatePlanItemRequest.php | 1 + src/Models/CreatePlanRequest.php | 1 + src/Models/CreatePriceBracketRequest.php | 1 + src/Models/CreatePricingSchemeRequest.php | 1 + src/Models/CreatePrivateLabelPaymentRequest.php | 1 + src/Models/CreateRecipientRequest.php | 1 + src/Models/CreateSellerRequest.php | 1 + src/Models/CreateSetupRequest.php | 1 + src/Models/CreateShippingRequest.php | 1 + src/Models/CreateSplitOptionsRequest.php | 1 + src/Models/CreateSplitRequest.php | 1 + src/Models/CreateSubMerchantRequest.php | 1 + src/Models/CreateSubscriptionItemRequest.php | 1 + src/Models/CreateSubscriptionRequest.php | 1 + src/Models/CreateSubscriptionSplitRequest.php | 1 + src/Models/CreateThreeDSecureRequest.php | 1 + src/Models/CreateTokenRequest.php | 1 + src/Models/CreateTransactionReportFileRequest.php | 1 + src/Models/CreateTransfer.php | 1 + src/Models/CreateTransferRequest.php | 1 + src/Models/CreateTransferSettingsRequest.php | 1 + src/Models/CreateUsageRequest.php | 1 + src/Models/CreateVoucherPaymentRequest.php | 1 + src/Models/CreateWithdrawRequest.php | 1 + src/Models/GetAccessTokenResponse.php | 1 + src/Models/GetAddressResponse.php | 1 + src/Models/GetAnticipationLimitResponse.php | 1 + src/Models/GetAnticipationLimitsResponse.php | 1 + src/Models/GetAnticipationResponse.php | 1 + src/Models/GetAntifraudResponse.php | 1 + src/Models/GetAutomaticAnticipationResponse.php | 1 + src/Models/GetBalanceResponse.php | 1 + src/Models/GetBankAccountResponse.php | 1 + src/Models/GetBankTransferTransactionResponse.php | 1 + src/Models/GetBillingAddressResponse.php | 1 + src/Models/GetBoletoTransactionResponse.php | 1 + src/Models/GetCardResponse.php | 1 + src/Models/GetCardTokenResponse.php | 1 + src/Models/GetCashTransactionResponse.php | 1 + src/Models/GetChargeResponse.php | 1 + src/Models/GetChargesSummaryResponse.php | 1 + src/Models/GetCheckoutBankTransferPaymentResponse.php | 1 + src/Models/GetCheckoutBoletoPaymentResponse.php | 1 + src/Models/GetCheckoutCardInstallmentOptionsResponse.php | 1 + src/Models/GetCheckoutCreditCardPaymentResponse.php | 1 + src/Models/GetCheckoutDebitCardPaymentResponse.php | 1 + src/Models/GetCheckoutPaymentResponse.php | 1 + src/Models/GetCheckoutPaymentSettingsResponse.php | 1 + src/Models/GetCheckoutPixPaymentResponse.php | 1 + src/Models/GetCreditCardTransactionResponse.php | 1 + src/Models/GetCustomerResponse.php | 1 + src/Models/GetDebitCardTransactionResponse.php | 1 + src/Models/GetDeviceResponse.php | 1 + src/Models/GetDiscountResponse.php | 1 + src/Models/GetFineResponse.php | 1 + src/Models/GetGatewayErrorResponse.php | 1 + src/Models/GetGatewayRecipientResponse.php | 1 + src/Models/GetGatewayResponseResponse.php | 1 + src/Models/GetIncrementResponse.php | 1 + src/Models/GetInterestResponse.php | 1 + src/Models/GetInvoiceItemResponse.php | 1 + src/Models/GetInvoiceResponse.php | 1 + src/Models/GetLocationResponse.php | 1 + src/Models/GetOrderItemResponse.php | 1 + src/Models/GetOrderResponse.php | 1 + src/Models/GetPaymentAuthenticationResponse.php | 1 + src/Models/GetPeriodResponse.php | 1 + src/Models/GetPhoneResponse.php | 1 + src/Models/GetPhonesResponse.php | 1 + src/Models/GetPixBankAccountResponse.php | 1 + src/Models/GetPixPayerResponse.php | 1 + src/Models/GetPixTransactionResponse.php | 1 + src/Models/GetPlanItemResponse.php | 1 + src/Models/GetPlanResponse.php | 1 + src/Models/GetPriceBracketResponse.php | 1 + src/Models/GetPricingSchemeResponse.php | 1 + src/Models/GetPrivateLabelTransactionResponse.php | 1 + src/Models/GetRecipientResponse.php | 1 + src/Models/GetSafetyPayTransactionResponse.php | 1 + src/Models/GetSellerResponse.php | 1 + src/Models/GetSellersRequest.php | 1 + src/Models/GetSetupResponse.php | 1 + src/Models/GetShippingResponse.php | 1 + src/Models/GetSplitOptionsResponse.php | 1 + src/Models/GetSplitResponse.php | 1 + src/Models/GetSubscriptionItemResponse.php | 1 + src/Models/GetSubscriptionResponse.php | 1 + src/Models/GetSubscriptionSplitResponse.php | 1 + src/Models/GetThreeDSecureResponse.php | 1 + src/Models/GetTokenResponse.php | 1 + src/Models/GetTransactionReportFileResponse.php | 1 + src/Models/GetTransactionResponse.php | 1 + src/Models/GetTransfer.php | 1 + src/Models/GetTransferResponse.php | 1 + src/Models/GetTransferSettingsResponse.php | 1 + src/Models/GetTransferSourceResponse.php | 1 + src/Models/GetTransferTargetResponse.php | 1 + src/Models/GetUsageReportResponse.php | 1 + src/Models/GetUsageResponse.php | 1 + src/Models/GetUsagesDetailsResponse.php | 1 + src/Models/GetVoucherTransactionResponse.php | 1 + src/Models/GetWithdrawResponse.php | 1 + src/Models/GetWithdrawSourceResponse.php | 1 + src/Models/GetWithdrawTargetResponse.php | 1 + src/Models/ListAccessTokensResponse.php | 1 + src/Models/ListAddressesResponse.php | 1 + src/Models/ListAnticipationResponse.php | 1 + src/Models/ListCardsResponse.php | 1 + src/Models/ListChargeTransactionsResponse.php | 1 + src/Models/ListChargesResponse.php | 1 + src/Models/ListCustomersResponse.php | 1 + src/Models/ListCyclesResponse.php | 1 + src/Models/ListDiscountsResponse.php | 1 + src/Models/ListIncrementsResponse.php | 1 + src/Models/ListInvoicesResponse.php | 1 + src/Models/ListOrderResponse.php | 1 + src/Models/ListPlansResponse.php | 1 + src/Models/ListRecipientResponse.php | 1 + src/Models/ListSellerResponse.php | 1 + src/Models/ListSubscriptionItemsResponse.php | 1 + src/Models/ListSubscriptionsResponse.php | 1 + src/Models/ListTransactionsFilesResponse.php | 1 + src/Models/ListTransactionsResponse.php | 1 + src/Models/ListTransferResponse.php | 1 + src/Models/ListTransfers.php | 1 + src/Models/ListUsagesDetailsResponse.php | 1 + src/Models/ListUsagesResponse.php | 1 + src/Models/ListWithdrawals.php | 1 + src/Models/PagingResponse.php | 1 + src/Models/PixAdditionalInformation.php | 1 + src/Models/UpdateAddressRequest.php | 1 + src/Models/UpdateAutomaticAnticipationSettingsRequest.php | 1 + src/Models/UpdateCardRequest.php | 1 + src/Models/UpdateChargeCardRequest.php | 1 + src/Models/UpdateChargeDueDateRequest.php | 1 + src/Models/UpdateChargePaymentMethodRequest.php | 1 + src/Models/UpdateCurrentCycleEndDateRequest.php | 1 + src/Models/UpdateCurrentCycleStatusRequest.php | 1 + src/Models/UpdateCustomerRequest.php | 1 + src/Models/UpdateInvoiceStatusRequest.php | 1 + src/Models/UpdateMetadataRequest.php | 1 + src/Models/UpdateOrderItemRequest.php | 1 + src/Models/UpdateOrderStatusRequest.php | 1 + src/Models/UpdatePlanItemRequest.php | 1 + src/Models/UpdatePlanRequest.php | 1 + src/Models/UpdatePriceBracketRequest.php | 1 + src/Models/UpdatePricingSchemeRequest.php | 1 + src/Models/UpdateRecipientBankAccountRequest.php | 1 + src/Models/UpdateRecipientRequest.php | 1 + src/Models/UpdateSellerRequest.php | 1 + src/Models/UpdateSubscriptionAffiliationIdRequest.php | 1 + src/Models/UpdateSubscriptionBillingDateRequest.php | 1 + src/Models/UpdateSubscriptionCardRequest.php | 1 + src/Models/UpdateSubscriptionDueDaysRequest.php | 1 + src/Models/UpdateSubscriptionItemRequest.php | 1 + src/Models/UpdateSubscriptionMinimumPriceRequest.php | 1 + src/Models/UpdateSubscriptionPaymentMethodRequest.php | 1 + src/Models/UpdateSubscriptionSplitRequest.php | 1 + src/Models/UpdateSubscriptionStartAtRequest.php | 1 + src/Models/UpdateTransferSettingsRequest.php | 1 + 215 files changed, 215 insertions(+) diff --git a/src/Models/CancelSplitRequest.php b/src/Models/CancelSplitRequest.php index 0668e80..91f2ecd 100644 --- a/src/Models/CancelSplitRequest.php +++ b/src/Models/CancelSplitRequest.php @@ -72,6 +72,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateAccessTokenRequest.php b/src/Models/CreateAccessTokenRequest.php index 91c44ed..b1cda16 100644 --- a/src/Models/CreateAccessTokenRequest.php +++ b/src/Models/CreateAccessTokenRequest.php @@ -36,6 +36,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateAddressRequest.php b/src/Models/CreateAddressRequest.php index 1b44bcd..9cb4def 100644 --- a/src/Models/CreateAddressRequest.php +++ b/src/Models/CreateAddressRequest.php @@ -130,6 +130,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateAnticipationRequest.php b/src/Models/CreateAnticipationRequest.php index e33d597..5899cf8 100644 --- a/src/Models/CreateAnticipationRequest.php +++ b/src/Models/CreateAnticipationRequest.php @@ -57,6 +57,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateAntifraudRequest.php b/src/Models/CreateAntifraudRequest.php index b472912..8c4e973 100644 --- a/src/Models/CreateAntifraudRequest.php +++ b/src/Models/CreateAntifraudRequest.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateApplePayHeaderRequest.php b/src/Models/CreateApplePayHeaderRequest.php index b1df7d8..d295f80 100644 --- a/src/Models/CreateApplePayHeaderRequest.php +++ b/src/Models/CreateApplePayHeaderRequest.php @@ -55,6 +55,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateApplePayRequest.php b/src/Models/CreateApplePayRequest.php index faf85d0..950d0cc 100644 --- a/src/Models/CreateApplePayRequest.php +++ b/src/Models/CreateApplePayRequest.php @@ -73,6 +73,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateAutomaticAnticipationSettingsRequest.php b/src/Models/CreateAutomaticAnticipationSettingsRequest.php index 9b223a7..fcb454e 100644 --- a/src/Models/CreateAutomaticAnticipationSettingsRequest.php +++ b/src/Models/CreateAutomaticAnticipationSettingsRequest.php @@ -73,6 +73,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateBankAccountRequest.php b/src/Models/CreateBankAccountRequest.php index f0f9f44..9cc18ab 100644 --- a/src/Models/CreateBankAccountRequest.php +++ b/src/Models/CreateBankAccountRequest.php @@ -134,6 +134,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateBankTransferPaymentRequest.php b/src/Models/CreateBankTransferPaymentRequest.php index 4fb5572..087ca58 100644 --- a/src/Models/CreateBankTransferPaymentRequest.php +++ b/src/Models/CreateBankTransferPaymentRequest.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateBoletoPaymentRequest.php b/src/Models/CreateBoletoPaymentRequest.php index d07fd6b..7adf084 100644 --- a/src/Models/CreateBoletoPaymentRequest.php +++ b/src/Models/CreateBoletoPaymentRequest.php @@ -139,6 +139,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateCancelChargeRequest.php b/src/Models/CreateCancelChargeRequest.php index 1d4be90..8bfc0a1 100644 --- a/src/Models/CreateCancelChargeRequest.php +++ b/src/Models/CreateCancelChargeRequest.php @@ -62,6 +62,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateCancelChargeSplitRulesRequest.php b/src/Models/CreateCancelChargeSplitRulesRequest.php index 80eeee7..17bdd8b 100644 --- a/src/Models/CreateCancelChargeSplitRulesRequest.php +++ b/src/Models/CreateCancelChargeSplitRulesRequest.php @@ -55,6 +55,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateCancelSubscriptionRequest.php b/src/Models/CreateCancelSubscriptionRequest.php index 9a10d26..a138f0d 100644 --- a/src/Models/CreateCancelSubscriptionRequest.php +++ b/src/Models/CreateCancelSubscriptionRequest.php @@ -43,6 +43,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateCaptureChargeRequest.php b/src/Models/CreateCaptureChargeRequest.php index 273d353..48edbff 100644 --- a/src/Models/CreateCaptureChargeRequest.php +++ b/src/Models/CreateCaptureChargeRequest.php @@ -62,6 +62,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateCardOptionsRequest.php b/src/Models/CreateCardOptionsRequest.php index 8ec15bf..3394752 100644 --- a/src/Models/CreateCardOptionsRequest.php +++ b/src/Models/CreateCardOptionsRequest.php @@ -38,6 +38,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateCardPaymentContactlessPOIRequest.php b/src/Models/CreateCardPaymentContactlessPOIRequest.php index f25b6f8..2adf99c 100644 --- a/src/Models/CreateCardPaymentContactlessPOIRequest.php +++ b/src/Models/CreateCardPaymentContactlessPOIRequest.php @@ -75,6 +75,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateCardPaymentContactlessRequest.php b/src/Models/CreateCardPaymentContactlessRequest.php index b87769e..cba5812 100644 --- a/src/Models/CreateCardPaymentContactlessRequest.php +++ b/src/Models/CreateCardPaymentContactlessRequest.php @@ -62,6 +62,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateCardRequest.php b/src/Models/CreateCardRequest.php index 36317db..5227cc6 100644 --- a/src/Models/CreateCardRequest.php +++ b/src/Models/CreateCardRequest.php @@ -181,6 +181,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateCardTokenRequest.php b/src/Models/CreateCardTokenRequest.php index faef0a6..f09fda7 100644 --- a/src/Models/CreateCardTokenRequest.php +++ b/src/Models/CreateCardTokenRequest.php @@ -93,6 +93,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateCashPaymentRequest.php b/src/Models/CreateCashPaymentRequest.php index 3f5b6b4..2f35d87 100644 --- a/src/Models/CreateCashPaymentRequest.php +++ b/src/Models/CreateCashPaymentRequest.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateChargeRequest.php b/src/Models/CreateChargeRequest.php index cab6d87..488a454 100644 --- a/src/Models/CreateChargeRequest.php +++ b/src/Models/CreateChargeRequest.php @@ -112,6 +112,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateCheckoutBankTransferRequest.php b/src/Models/CreateCheckoutBankTransferRequest.php index 7b87847..c9ca4cc 100644 --- a/src/Models/CreateCheckoutBankTransferRequest.php +++ b/src/Models/CreateCheckoutBankTransferRequest.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateCheckoutBoletoPaymentRequest.php b/src/Models/CreateCheckoutBoletoPaymentRequest.php index 2efb760..38c2130 100644 --- a/src/Models/CreateCheckoutBoletoPaymentRequest.php +++ b/src/Models/CreateCheckoutBoletoPaymentRequest.php @@ -57,6 +57,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateCheckoutCardInstallmentOptionRequest.php b/src/Models/CreateCheckoutCardInstallmentOptionRequest.php index 2298c9f..f06aa52 100644 --- a/src/Models/CreateCheckoutCardInstallmentOptionRequest.php +++ b/src/Models/CreateCheckoutCardInstallmentOptionRequest.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateCheckoutCreditCardPaymentRequest.php b/src/Models/CreateCheckoutCreditCardPaymentRequest.php index 69c00ca..3c5df8f 100644 --- a/src/Models/CreateCheckoutCreditCardPaymentRequest.php +++ b/src/Models/CreateCheckoutCreditCardPaymentRequest.php @@ -61,6 +61,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateCheckoutDebitCardPaymentRequest.php b/src/Models/CreateCheckoutDebitCardPaymentRequest.php index 75d4201..d4778bf 100644 --- a/src/Models/CreateCheckoutDebitCardPaymentRequest.php +++ b/src/Models/CreateCheckoutDebitCardPaymentRequest.php @@ -46,6 +46,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateCheckoutPaymentRequest.php b/src/Models/CreateCheckoutPaymentRequest.php index 8dd26a3..bb3289f 100644 --- a/src/Models/CreateCheckoutPaymentRequest.php +++ b/src/Models/CreateCheckoutPaymentRequest.php @@ -191,6 +191,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateCheckoutPixPaymentRequest.php b/src/Models/CreateCheckoutPixPaymentRequest.php index 8f59a27..2382cf4 100644 --- a/src/Models/CreateCheckoutPixPaymentRequest.php +++ b/src/Models/CreateCheckoutPixPaymentRequest.php @@ -56,6 +56,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateClearSaleRequest.php b/src/Models/CreateClearSaleRequest.php index 0264da8..8c69723 100644 --- a/src/Models/CreateClearSaleRequest.php +++ b/src/Models/CreateClearSaleRequest.php @@ -37,6 +37,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateConfirmPaymentRequest.php b/src/Models/CreateConfirmPaymentRequest.php index ce20148..c39c04e 100644 --- a/src/Models/CreateConfirmPaymentRequest.php +++ b/src/Models/CreateConfirmPaymentRequest.php @@ -55,6 +55,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateCreditCardPaymentRequest.php b/src/Models/CreateCreditCardPaymentRequest.php index 5393224..3af5b20 100644 --- a/src/Models/CreateCreditCardPaymentRequest.php +++ b/src/Models/CreateCreditCardPaymentRequest.php @@ -169,6 +169,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateCustomerRequest.php b/src/Models/CreateCustomerRequest.php index 50af8ad..63eb1a4 100644 --- a/src/Models/CreateCustomerRequest.php +++ b/src/Models/CreateCustomerRequest.php @@ -116,6 +116,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateDebitCardPaymentRequest.php b/src/Models/CreateDebitCardPaymentRequest.php index 5c0e872..1765ba0 100644 --- a/src/Models/CreateDebitCardPaymentRequest.php +++ b/src/Models/CreateDebitCardPaymentRequest.php @@ -97,6 +97,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateDeviceRequest.php b/src/Models/CreateDeviceRequest.php index d276b88..78e2c7f 100644 --- a/src/Models/CreateDeviceRequest.php +++ b/src/Models/CreateDeviceRequest.php @@ -35,6 +35,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateDiscountRequest.php b/src/Models/CreateDiscountRequest.php index fa98c4f..7d8326a 100644 --- a/src/Models/CreateDiscountRequest.php +++ b/src/Models/CreateDiscountRequest.php @@ -72,6 +72,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateEmvDataDecryptRequest.php b/src/Models/CreateEmvDataDecryptRequest.php index df823cb..d895e04 100644 --- a/src/Models/CreateEmvDataDecryptRequest.php +++ b/src/Models/CreateEmvDataDecryptRequest.php @@ -53,6 +53,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateEmvDataDukptDecryptRequest.php b/src/Models/CreateEmvDataDukptDecryptRequest.php index b81afc9..6e907ad 100644 --- a/src/Models/CreateEmvDataDukptDecryptRequest.php +++ b/src/Models/CreateEmvDataDukptDecryptRequest.php @@ -36,6 +36,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateEmvDataTlvDecryptRequest.php b/src/Models/CreateEmvDataTlvDecryptRequest.php index a273797..57df87a 100644 --- a/src/Models/CreateEmvDataTlvDecryptRequest.php +++ b/src/Models/CreateEmvDataTlvDecryptRequest.php @@ -54,6 +54,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateEmvDecryptRequest.php b/src/Models/CreateEmvDecryptRequest.php index 5b49e35..6e5fc57 100644 --- a/src/Models/CreateEmvDecryptRequest.php +++ b/src/Models/CreateEmvDecryptRequest.php @@ -65,6 +65,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateFineRequest.php b/src/Models/CreateFineRequest.php index 9187e61..1261426 100644 --- a/src/Models/CreateFineRequest.php +++ b/src/Models/CreateFineRequest.php @@ -54,6 +54,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateGooglePayHeaderRequest.php b/src/Models/CreateGooglePayHeaderRequest.php index 048b314..4c6f2f7 100644 --- a/src/Models/CreateGooglePayHeaderRequest.php +++ b/src/Models/CreateGooglePayHeaderRequest.php @@ -37,6 +37,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateGooglePayRequest.php b/src/Models/CreateGooglePayRequest.php index 0ca98b2..ddab80b 100644 --- a/src/Models/CreateGooglePayRequest.php +++ b/src/Models/CreateGooglePayRequest.php @@ -73,6 +73,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateIncrementRequest.php b/src/Models/CreateIncrementRequest.php index c986aa6..a1d6a70 100644 --- a/src/Models/CreateIncrementRequest.php +++ b/src/Models/CreateIncrementRequest.php @@ -72,6 +72,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateInterestRequest.php b/src/Models/CreateInterestRequest.php index 4cabe8a..035f8dc 100644 --- a/src/Models/CreateInterestRequest.php +++ b/src/Models/CreateInterestRequest.php @@ -54,6 +54,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateInvoiceRequest.php b/src/Models/CreateInvoiceRequest.php index b93d162..274d16a 100644 --- a/src/Models/CreateInvoiceRequest.php +++ b/src/Models/CreateInvoiceRequest.php @@ -36,6 +36,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateLocationRequest.php b/src/Models/CreateLocationRequest.php index fdefbc0..b045845 100644 --- a/src/Models/CreateLocationRequest.php +++ b/src/Models/CreateLocationRequest.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateOrderItemRequest.php b/src/Models/CreateOrderItemRequest.php index f59a1ad..16da309 100644 --- a/src/Models/CreateOrderItemRequest.php +++ b/src/Models/CreateOrderItemRequest.php @@ -71,6 +71,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateOrderRequest.php b/src/Models/CreateOrderRequest.php index dca6265..177bd8e 100644 --- a/src/Models/CreateOrderRequest.php +++ b/src/Models/CreateOrderRequest.php @@ -171,6 +171,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreatePaymentAuthenticationRequest.php b/src/Models/CreatePaymentAuthenticationRequest.php index 634f059..5de7ce4 100644 --- a/src/Models/CreatePaymentAuthenticationRequest.php +++ b/src/Models/CreatePaymentAuthenticationRequest.php @@ -46,6 +46,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreatePaymentRequest.php b/src/Models/CreatePaymentRequest.php index ea2a2b9..fdaceae 100644 --- a/src/Models/CreatePaymentRequest.php +++ b/src/Models/CreatePaymentRequest.php @@ -173,6 +173,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreatePeriodRequest.php b/src/Models/CreatePeriodRequest.php index c8ed6fe..52a634b 100644 --- a/src/Models/CreatePeriodRequest.php +++ b/src/Models/CreatePeriodRequest.php @@ -38,6 +38,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreatePhoneRequest.php b/src/Models/CreatePhoneRequest.php index b3bb56c..39e1a8d 100644 --- a/src/Models/CreatePhoneRequest.php +++ b/src/Models/CreatePhoneRequest.php @@ -53,6 +53,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreatePhonesRequest.php b/src/Models/CreatePhonesRequest.php index 447367f..be513ba 100644 --- a/src/Models/CreatePhonesRequest.php +++ b/src/Models/CreatePhonesRequest.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreatePixPaymentRequest.php b/src/Models/CreatePixPaymentRequest.php index 875c4f4..e415736 100644 --- a/src/Models/CreatePixPaymentRequest.php +++ b/src/Models/CreatePixPaymentRequest.php @@ -56,6 +56,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreatePlanItemRequest.php b/src/Models/CreatePlanItemRequest.php index c50f31d..2f73916 100644 --- a/src/Models/CreatePlanItemRequest.php +++ b/src/Models/CreatePlanItemRequest.php @@ -80,6 +80,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreatePlanRequest.php b/src/Models/CreatePlanRequest.php index 7c925e2..c30a451 100644 --- a/src/Models/CreatePlanRequest.php +++ b/src/Models/CreatePlanRequest.php @@ -194,6 +194,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreatePriceBracketRequest.php b/src/Models/CreatePriceBracketRequest.php index 270c744..b7310fa 100644 --- a/src/Models/CreatePriceBracketRequest.php +++ b/src/Models/CreatePriceBracketRequest.php @@ -64,6 +64,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreatePricingSchemeRequest.php b/src/Models/CreatePricingSchemeRequest.php index 8a413ab..7e1d133 100644 --- a/src/Models/CreatePricingSchemeRequest.php +++ b/src/Models/CreatePricingSchemeRequest.php @@ -72,6 +72,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreatePrivateLabelPaymentRequest.php b/src/Models/CreatePrivateLabelPaymentRequest.php index e75468d..c4d7d13 100644 --- a/src/Models/CreatePrivateLabelPaymentRequest.php +++ b/src/Models/CreatePrivateLabelPaymentRequest.php @@ -120,6 +120,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateRecipientRequest.php b/src/Models/CreateRecipientRequest.php index 7f482d7..4628b2b 100644 --- a/src/Models/CreateRecipientRequest.php +++ b/src/Models/CreateRecipientRequest.php @@ -125,6 +125,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateSellerRequest.php b/src/Models/CreateSellerRequest.php index ead1246..1295099 100644 --- a/src/Models/CreateSellerRequest.php +++ b/src/Models/CreateSellerRequest.php @@ -85,6 +85,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateSetupRequest.php b/src/Models/CreateSetupRequest.php index d01d12b..4ff6efa 100644 --- a/src/Models/CreateSetupRequest.php +++ b/src/Models/CreateSetupRequest.php @@ -55,6 +55,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateShippingRequest.php b/src/Models/CreateShippingRequest.php index 9bd83eb..6cf6520 100644 --- a/src/Models/CreateShippingRequest.php +++ b/src/Models/CreateShippingRequest.php @@ -114,6 +114,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateSplitOptionsRequest.php b/src/Models/CreateSplitOptionsRequest.php index bbdb15c..3cf8e87 100644 --- a/src/Models/CreateSplitOptionsRequest.php +++ b/src/Models/CreateSplitOptionsRequest.php @@ -53,6 +53,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateSplitRequest.php b/src/Models/CreateSplitRequest.php index 589580f..b7be084 100644 --- a/src/Models/CreateSplitRequest.php +++ b/src/Models/CreateSplitRequest.php @@ -72,6 +72,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateSubMerchantRequest.php b/src/Models/CreateSubMerchantRequest.php index 9f90021..e81c68d 100644 --- a/src/Models/CreateSubMerchantRequest.php +++ b/src/Models/CreateSubMerchantRequest.php @@ -101,6 +101,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateSubscriptionItemRequest.php b/src/Models/CreateSubscriptionItemRequest.php index 51f345c..d853747 100644 --- a/src/Models/CreateSubscriptionItemRequest.php +++ b/src/Models/CreateSubscriptionItemRequest.php @@ -108,6 +108,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateSubscriptionRequest.php b/src/Models/CreateSubscriptionRequest.php index a48cca2..f0a69f4 100644 --- a/src/Models/CreateSubscriptionRequest.php +++ b/src/Models/CreateSubscriptionRequest.php @@ -318,6 +318,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateSubscriptionSplitRequest.php b/src/Models/CreateSubscriptionSplitRequest.php index b0b0535..4a1c6c4 100644 --- a/src/Models/CreateSubscriptionSplitRequest.php +++ b/src/Models/CreateSubscriptionSplitRequest.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateThreeDSecureRequest.php b/src/Models/CreateThreeDSecureRequest.php index 6bba5cc..443068a 100644 --- a/src/Models/CreateThreeDSecureRequest.php +++ b/src/Models/CreateThreeDSecureRequest.php @@ -87,6 +87,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateTokenRequest.php b/src/Models/CreateTokenRequest.php index adeb0f0..cbae1f4 100644 --- a/src/Models/CreateTokenRequest.php +++ b/src/Models/CreateTokenRequest.php @@ -51,6 +51,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateTransactionReportFileRequest.php b/src/Models/CreateTransactionReportFileRequest.php index c7c1fd9..302eeae 100644 --- a/src/Models/CreateTransactionReportFileRequest.php +++ b/src/Models/CreateTransactionReportFileRequest.php @@ -56,6 +56,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateTransfer.php b/src/Models/CreateTransfer.php index a3331b6..752cafd 100644 --- a/src/Models/CreateTransfer.php +++ b/src/Models/CreateTransfer.php @@ -64,6 +64,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateTransferRequest.php b/src/Models/CreateTransferRequest.php index f913a89..1431bcb 100644 --- a/src/Models/CreateTransferRequest.php +++ b/src/Models/CreateTransferRequest.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateTransferSettingsRequest.php b/src/Models/CreateTransferSettingsRequest.php index b42ac78..80f723c 100644 --- a/src/Models/CreateTransferSettingsRequest.php +++ b/src/Models/CreateTransferSettingsRequest.php @@ -57,6 +57,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateUsageRequest.php b/src/Models/CreateUsageRequest.php index 0753e95..e16848b 100644 --- a/src/Models/CreateUsageRequest.php +++ b/src/Models/CreateUsageRequest.php @@ -81,6 +81,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateVoucherPaymentRequest.php b/src/Models/CreateVoucherPaymentRequest.php index c88f5f2..32ed973 100644 --- a/src/Models/CreateVoucherPaymentRequest.php +++ b/src/Models/CreateVoucherPaymentRequest.php @@ -72,6 +72,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/CreateWithdrawRequest.php b/src/Models/CreateWithdrawRequest.php index 6fa11f1..7f37386 100644 --- a/src/Models/CreateWithdrawRequest.php +++ b/src/Models/CreateWithdrawRequest.php @@ -44,6 +44,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetAccessTokenResponse.php b/src/Models/GetAccessTokenResponse.php index 54482b2..f88394a 100644 --- a/src/Models/GetAccessTokenResponse.php +++ b/src/Models/GetAccessTokenResponse.php @@ -74,6 +74,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetAddressResponse.php b/src/Models/GetAddressResponse.php index fce524f..e4d38c7 100644 --- a/src/Models/GetAddressResponse.php +++ b/src/Models/GetAddressResponse.php @@ -188,6 +188,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetAnticipationLimitResponse.php b/src/Models/GetAnticipationLimitResponse.php index feef8fe..96c3f42 100644 --- a/src/Models/GetAnticipationLimitResponse.php +++ b/src/Models/GetAnticipationLimitResponse.php @@ -46,6 +46,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetAnticipationLimitsResponse.php b/src/Models/GetAnticipationLimitsResponse.php index 0ba3e1b..d529c4d 100644 --- a/src/Models/GetAnticipationLimitsResponse.php +++ b/src/Models/GetAnticipationLimitsResponse.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetAnticipationResponse.php b/src/Models/GetAnticipationResponse.php index ed51d0d..8c7de49 100644 --- a/src/Models/GetAnticipationResponse.php +++ b/src/Models/GetAnticipationResponse.php @@ -125,6 +125,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetAntifraudResponse.php b/src/Models/GetAntifraudResponse.php index cf14e39..66d1a87 100644 --- a/src/Models/GetAntifraudResponse.php +++ b/src/Models/GetAntifraudResponse.php @@ -75,6 +75,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetAutomaticAnticipationResponse.php b/src/Models/GetAutomaticAnticipationResponse.php index 07a52c5..cb3a12d 100644 --- a/src/Models/GetAutomaticAnticipationResponse.php +++ b/src/Models/GetAutomaticAnticipationResponse.php @@ -73,6 +73,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetBalanceResponse.php b/src/Models/GetBalanceResponse.php index 1b52689..52c625e 100644 --- a/src/Models/GetBalanceResponse.php +++ b/src/Models/GetBalanceResponse.php @@ -74,6 +74,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetBankAccountResponse.php b/src/Models/GetBankAccountResponse.php index a40e10a..bb6ce56 100644 --- a/src/Models/GetBankAccountResponse.php +++ b/src/Models/GetBankAccountResponse.php @@ -184,6 +184,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetBankTransferTransactionResponse.php b/src/Models/GetBankTransferTransactionResponse.php index 3e8e1fb..f42af81 100644 --- a/src/Models/GetBankTransferTransactionResponse.php +++ b/src/Models/GetBankTransferTransactionResponse.php @@ -78,6 +78,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetBillingAddressResponse.php b/src/Models/GetBillingAddressResponse.php index dcf2618..6a48265 100644 --- a/src/Models/GetBillingAddressResponse.php +++ b/src/Models/GetBillingAddressResponse.php @@ -120,6 +120,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetBoletoTransactionResponse.php b/src/Models/GetBoletoTransactionResponse.php index e7d1069..735bdb6 100644 --- a/src/Models/GetBoletoTransactionResponse.php +++ b/src/Models/GetBoletoTransactionResponse.php @@ -194,6 +194,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetCardResponse.php b/src/Models/GetCardResponse.php index ac8b076..5c0605b 100644 --- a/src/Models/GetCardResponse.php +++ b/src/Models/GetCardResponse.php @@ -192,6 +192,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetCardTokenResponse.php b/src/Models/GetCardTokenResponse.php index 841c855..ddf129e 100644 --- a/src/Models/GetCardTokenResponse.php +++ b/src/Models/GetCardTokenResponse.php @@ -104,6 +104,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetCashTransactionResponse.php b/src/Models/GetCashTransactionResponse.php index 34ba191..5e9771f 100644 --- a/src/Models/GetCashTransactionResponse.php +++ b/src/Models/GetCashTransactionResponse.php @@ -39,6 +39,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetChargeResponse.php b/src/Models/GetChargeResponse.php index 650b4cb..b8c4618 100644 --- a/src/Models/GetChargeResponse.php +++ b/src/Models/GetChargeResponse.php @@ -226,6 +226,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetChargesSummaryResponse.php b/src/Models/GetChargesSummaryResponse.php index 8c9a24f..021d04a 100644 --- a/src/Models/GetChargesSummaryResponse.php +++ b/src/Models/GetChargesSummaryResponse.php @@ -36,6 +36,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetCheckoutBankTransferPaymentResponse.php b/src/Models/GetCheckoutBankTransferPaymentResponse.php index 3a3e0cc..061a56a 100644 --- a/src/Models/GetCheckoutBankTransferPaymentResponse.php +++ b/src/Models/GetCheckoutBankTransferPaymentResponse.php @@ -36,6 +36,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetCheckoutBoletoPaymentResponse.php b/src/Models/GetCheckoutBoletoPaymentResponse.php index 0619fc6..1b35178 100644 --- a/src/Models/GetCheckoutBoletoPaymentResponse.php +++ b/src/Models/GetCheckoutBoletoPaymentResponse.php @@ -48,6 +48,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetCheckoutCardInstallmentOptionsResponse.php b/src/Models/GetCheckoutCardInstallmentOptionsResponse.php index 2c157d8..16e77b5 100644 --- a/src/Models/GetCheckoutCardInstallmentOptionsResponse.php +++ b/src/Models/GetCheckoutCardInstallmentOptionsResponse.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetCheckoutCreditCardPaymentResponse.php b/src/Models/GetCheckoutCreditCardPaymentResponse.php index 9e16547..61fae92 100644 --- a/src/Models/GetCheckoutCreditCardPaymentResponse.php +++ b/src/Models/GetCheckoutCreditCardPaymentResponse.php @@ -55,6 +55,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetCheckoutDebitCardPaymentResponse.php b/src/Models/GetCheckoutDebitCardPaymentResponse.php index c81adb8..81a8ef0 100644 --- a/src/Models/GetCheckoutDebitCardPaymentResponse.php +++ b/src/Models/GetCheckoutDebitCardPaymentResponse.php @@ -47,6 +47,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetCheckoutPaymentResponse.php b/src/Models/GetCheckoutPaymentResponse.php index a4c83f2..7731e32 100644 --- a/src/Models/GetCheckoutPaymentResponse.php +++ b/src/Models/GetCheckoutPaymentResponse.php @@ -307,6 +307,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetCheckoutPaymentSettingsResponse.php b/src/Models/GetCheckoutPaymentSettingsResponse.php index 29d9564..e70f045 100644 --- a/src/Models/GetCheckoutPaymentSettingsResponse.php +++ b/src/Models/GetCheckoutPaymentSettingsResponse.php @@ -100,6 +100,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetCheckoutPixPaymentResponse.php b/src/Models/GetCheckoutPixPaymentResponse.php index c63f0ac..d070120 100644 --- a/src/Models/GetCheckoutPixPaymentResponse.php +++ b/src/Models/GetCheckoutPixPaymentResponse.php @@ -49,6 +49,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetCreditCardTransactionResponse.php b/src/Models/GetCreditCardTransactionResponse.php index 00ed7b3..10b1003 100644 --- a/src/Models/GetCreditCardTransactionResponse.php +++ b/src/Models/GetCreditCardTransactionResponse.php @@ -147,6 +147,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetCustomerResponse.php b/src/Models/GetCustomerResponse.php index 081957e..a44fc0e 100644 --- a/src/Models/GetCustomerResponse.php +++ b/src/Models/GetCustomerResponse.php @@ -169,6 +169,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetDebitCardTransactionResponse.php b/src/Models/GetDebitCardTransactionResponse.php index bd8ee5d..f70f124 100644 --- a/src/Models/GetDebitCardTransactionResponse.php +++ b/src/Models/GetDebitCardTransactionResponse.php @@ -167,6 +167,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetDeviceResponse.php b/src/Models/GetDeviceResponse.php index 5bbb580..5b099b7 100644 --- a/src/Models/GetDeviceResponse.php +++ b/src/Models/GetDeviceResponse.php @@ -35,6 +35,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetDiscountResponse.php b/src/Models/GetDiscountResponse.php index 4868e2a..e8a8431 100644 --- a/src/Models/GetDiscountResponse.php +++ b/src/Models/GetDiscountResponse.php @@ -119,6 +119,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetFineResponse.php b/src/Models/GetFineResponse.php index cde0712..44ee459 100644 --- a/src/Models/GetFineResponse.php +++ b/src/Models/GetFineResponse.php @@ -54,6 +54,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetGatewayErrorResponse.php b/src/Models/GetGatewayErrorResponse.php index 93f6254..71dd040 100644 --- a/src/Models/GetGatewayErrorResponse.php +++ b/src/Models/GetGatewayErrorResponse.php @@ -36,6 +36,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetGatewayRecipientResponse.php b/src/Models/GetGatewayRecipientResponse.php index 4a27103..c2d042f 100644 --- a/src/Models/GetGatewayRecipientResponse.php +++ b/src/Models/GetGatewayRecipientResponse.php @@ -74,6 +74,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetGatewayResponseResponse.php b/src/Models/GetGatewayResponseResponse.php index 210dec4..60dc936 100644 --- a/src/Models/GetGatewayResponseResponse.php +++ b/src/Models/GetGatewayResponseResponse.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetIncrementResponse.php b/src/Models/GetIncrementResponse.php index 875ac1d..cc6902a 100644 --- a/src/Models/GetIncrementResponse.php +++ b/src/Models/GetIncrementResponse.php @@ -119,6 +119,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetInterestResponse.php b/src/Models/GetInterestResponse.php index 72c06da..269496f 100644 --- a/src/Models/GetInterestResponse.php +++ b/src/Models/GetInterestResponse.php @@ -54,6 +54,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetInvoiceItemResponse.php b/src/Models/GetInvoiceItemResponse.php index 920a179..bfccd1b 100644 --- a/src/Models/GetInvoiceItemResponse.php +++ b/src/Models/GetInvoiceItemResponse.php @@ -91,6 +91,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetInvoiceResponse.php b/src/Models/GetInvoiceResponse.php index 635bfdb..6531846 100644 --- a/src/Models/GetInvoiceResponse.php +++ b/src/Models/GetInvoiceResponse.php @@ -242,6 +242,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetLocationResponse.php b/src/Models/GetLocationResponse.php index 70972ce..8bf4c3c 100644 --- a/src/Models/GetLocationResponse.php +++ b/src/Models/GetLocationResponse.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetOrderItemResponse.php b/src/Models/GetOrderItemResponse.php index 28e6eb9..ba9ca3f 100644 --- a/src/Models/GetOrderItemResponse.php +++ b/src/Models/GetOrderItemResponse.php @@ -81,6 +81,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetOrderResponse.php b/src/Models/GetOrderResponse.php index eae8e74..829ad5a 100644 --- a/src/Models/GetOrderResponse.php +++ b/src/Models/GetOrderResponse.php @@ -190,6 +190,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetPaymentAuthenticationResponse.php b/src/Models/GetPaymentAuthenticationResponse.php index 5e740e2..e85f459 100644 --- a/src/Models/GetPaymentAuthenticationResponse.php +++ b/src/Models/GetPaymentAuthenticationResponse.php @@ -46,6 +46,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetPeriodResponse.php b/src/Models/GetPeriodResponse.php index 858458a..d01aeed 100644 --- a/src/Models/GetPeriodResponse.php +++ b/src/Models/GetPeriodResponse.php @@ -126,6 +126,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetPhoneResponse.php b/src/Models/GetPhoneResponse.php index 9370581..ab88e28 100644 --- a/src/Models/GetPhoneResponse.php +++ b/src/Models/GetPhoneResponse.php @@ -53,6 +53,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetPhonesResponse.php b/src/Models/GetPhonesResponse.php index 6d0ec7b..507660b 100644 --- a/src/Models/GetPhonesResponse.php +++ b/src/Models/GetPhonesResponse.php @@ -47,6 +47,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetPixBankAccountResponse.php b/src/Models/GetPixBankAccountResponse.php index 47df1fc..652d270 100644 --- a/src/Models/GetPixBankAccountResponse.php +++ b/src/Models/GetPixBankAccountResponse.php @@ -62,6 +62,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetPixPayerResponse.php b/src/Models/GetPixPayerResponse.php index 22a8290..9bb6747 100644 --- a/src/Models/GetPixPayerResponse.php +++ b/src/Models/GetPixPayerResponse.php @@ -61,6 +61,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetPixTransactionResponse.php b/src/Models/GetPixTransactionResponse.php index 927414d..19f3099 100644 --- a/src/Models/GetPixTransactionResponse.php +++ b/src/Models/GetPixTransactionResponse.php @@ -89,6 +89,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetPlanItemResponse.php b/src/Models/GetPlanItemResponse.php index 620174c..24117ca 100644 --- a/src/Models/GetPlanItemResponse.php +++ b/src/Models/GetPlanItemResponse.php @@ -131,6 +131,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetPlanResponse.php b/src/Models/GetPlanResponse.php index 989f15e..1494364 100644 --- a/src/Models/GetPlanResponse.php +++ b/src/Models/GetPlanResponse.php @@ -227,6 +227,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetPriceBracketResponse.php b/src/Models/GetPriceBracketResponse.php index cd87767..31d3578 100644 --- a/src/Models/GetPriceBracketResponse.php +++ b/src/Models/GetPriceBracketResponse.php @@ -64,6 +64,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetPricingSchemeResponse.php b/src/Models/GetPricingSchemeResponse.php index f4d6cb5..6574876 100644 --- a/src/Models/GetPricingSchemeResponse.php +++ b/src/Models/GetPricingSchemeResponse.php @@ -73,6 +73,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetPrivateLabelTransactionResponse.php b/src/Models/GetPrivateLabelTransactionResponse.php index 4d5aba3..4a93b23 100644 --- a/src/Models/GetPrivateLabelTransactionResponse.php +++ b/src/Models/GetPrivateLabelTransactionResponse.php @@ -137,6 +137,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetRecipientResponse.php b/src/Models/GetRecipientResponse.php index 4d355b1..abb10a5 100644 --- a/src/Models/GetRecipientResponse.php +++ b/src/Models/GetRecipientResponse.php @@ -207,6 +207,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetSafetyPayTransactionResponse.php b/src/Models/GetSafetyPayTransactionResponse.php index 82d67d3..f54a978 100644 --- a/src/Models/GetSafetyPayTransactionResponse.php +++ b/src/Models/GetSafetyPayTransactionResponse.php @@ -69,6 +69,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetSellerResponse.php b/src/Models/GetSellerResponse.php index ee9a7f1..38384ab 100644 --- a/src/Models/GetSellerResponse.php +++ b/src/Models/GetSellerResponse.php @@ -131,6 +131,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetSellersRequest.php b/src/Models/GetSellersRequest.php index c11d6d2..e83786f 100644 --- a/src/Models/GetSellersRequest.php +++ b/src/Models/GetSellersRequest.php @@ -90,6 +90,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetSetupResponse.php b/src/Models/GetSetupResponse.php index 9545c8d..16284eb 100644 --- a/src/Models/GetSetupResponse.php +++ b/src/Models/GetSetupResponse.php @@ -63,6 +63,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetShippingResponse.php b/src/Models/GetShippingResponse.php index 1a82815..0337ac5 100644 --- a/src/Models/GetShippingResponse.php +++ b/src/Models/GetShippingResponse.php @@ -104,6 +104,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetSplitOptionsResponse.php b/src/Models/GetSplitOptionsResponse.php index 94558c3..95553b6 100644 --- a/src/Models/GetSplitOptionsResponse.php +++ b/src/Models/GetSplitOptionsResponse.php @@ -56,6 +56,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetSplitResponse.php b/src/Models/GetSplitResponse.php index a0ea863..c50543a 100644 --- a/src/Models/GetSplitResponse.php +++ b/src/Models/GetSplitResponse.php @@ -80,6 +80,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetSubscriptionItemResponse.php b/src/Models/GetSubscriptionItemResponse.php index a60da16..83a3be5 100644 --- a/src/Models/GetSubscriptionItemResponse.php +++ b/src/Models/GetSubscriptionItemResponse.php @@ -149,6 +149,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetSubscriptionResponse.php b/src/Models/GetSubscriptionResponse.php index 33a1734..7d2fb86 100644 --- a/src/Models/GetSubscriptionResponse.php +++ b/src/Models/GetSubscriptionResponse.php @@ -292,6 +292,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetSubscriptionSplitResponse.php b/src/Models/GetSubscriptionSplitResponse.php index 52fc0c8..43f834f 100644 --- a/src/Models/GetSubscriptionSplitResponse.php +++ b/src/Models/GetSubscriptionSplitResponse.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetThreeDSecureResponse.php b/src/Models/GetThreeDSecureResponse.php index 7883227..102760c 100644 --- a/src/Models/GetThreeDSecureResponse.php +++ b/src/Models/GetThreeDSecureResponse.php @@ -74,6 +74,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetTokenResponse.php b/src/Models/GetTokenResponse.php index b35dfe1..b89c44e 100644 --- a/src/Models/GetTokenResponse.php +++ b/src/Models/GetTokenResponse.php @@ -76,6 +76,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetTransactionReportFileResponse.php b/src/Models/GetTransactionReportFileResponse.php index 617277e..c6484ba 100644 --- a/src/Models/GetTransactionReportFileResponse.php +++ b/src/Models/GetTransactionReportFileResponse.php @@ -47,6 +47,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetTransactionResponse.php b/src/Models/GetTransactionResponse.php index a031976..bb2c130 100644 --- a/src/Models/GetTransactionResponse.php +++ b/src/Models/GetTransactionResponse.php @@ -209,6 +209,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetTransfer.php b/src/Models/GetTransfer.php index 3c4c237..0e22f78 100644 --- a/src/Models/GetTransfer.php +++ b/src/Models/GetTransfer.php @@ -150,6 +150,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetTransferResponse.php b/src/Models/GetTransferResponse.php index 6010ba1..05160b3 100644 --- a/src/Models/GetTransferResponse.php +++ b/src/Models/GetTransferResponse.php @@ -96,6 +96,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetTransferSettingsResponse.php b/src/Models/GetTransferSettingsResponse.php index 5132995..422c378 100644 --- a/src/Models/GetTransferSettingsResponse.php +++ b/src/Models/GetTransferSettingsResponse.php @@ -57,6 +57,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetTransferSourceResponse.php b/src/Models/GetTransferSourceResponse.php index 97eee12..3b7580c 100644 --- a/src/Models/GetTransferSourceResponse.php +++ b/src/Models/GetTransferSourceResponse.php @@ -46,6 +46,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetTransferTargetResponse.php b/src/Models/GetTransferTargetResponse.php index 28de5de..a5ab4d8 100644 --- a/src/Models/GetTransferTargetResponse.php +++ b/src/Models/GetTransferTargetResponse.php @@ -46,6 +46,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetUsageReportResponse.php b/src/Models/GetUsageReportResponse.php index 399ac34..7ab5f69 100644 --- a/src/Models/GetUsageReportResponse.php +++ b/src/Models/GetUsageReportResponse.php @@ -56,6 +56,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetUsageResponse.php b/src/Models/GetUsageResponse.php index 9d596ca..21653bb 100644 --- a/src/Models/GetUsageResponse.php +++ b/src/Models/GetUsageResponse.php @@ -130,6 +130,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetUsagesDetailsResponse.php b/src/Models/GetUsagesDetailsResponse.php index a223722..8e97d2a 100644 --- a/src/Models/GetUsagesDetailsResponse.php +++ b/src/Models/GetUsagesDetailsResponse.php @@ -84,6 +84,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetVoucherTransactionResponse.php b/src/Models/GetVoucherTransactionResponse.php index ac7614f..88dd523 100644 --- a/src/Models/GetVoucherTransactionResponse.php +++ b/src/Models/GetVoucherTransactionResponse.php @@ -129,6 +129,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetWithdrawResponse.php b/src/Models/GetWithdrawResponse.php index d035952..8fe313f 100644 --- a/src/Models/GetWithdrawResponse.php +++ b/src/Models/GetWithdrawResponse.php @@ -150,6 +150,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetWithdrawSourceResponse.php b/src/Models/GetWithdrawSourceResponse.php index d003a1d..1030a32 100644 --- a/src/Models/GetWithdrawSourceResponse.php +++ b/src/Models/GetWithdrawSourceResponse.php @@ -46,6 +46,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/GetWithdrawTargetResponse.php b/src/Models/GetWithdrawTargetResponse.php index b4b0401..856b538 100644 --- a/src/Models/GetWithdrawTargetResponse.php +++ b/src/Models/GetWithdrawTargetResponse.php @@ -46,6 +46,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/ListAccessTokensResponse.php b/src/Models/ListAccessTokensResponse.php index 5154b3f..2837dbd 100644 --- a/src/Models/ListAccessTokensResponse.php +++ b/src/Models/ListAccessTokensResponse.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/ListAddressesResponse.php b/src/Models/ListAddressesResponse.php index 9d9e5d4..95ec16d 100644 --- a/src/Models/ListAddressesResponse.php +++ b/src/Models/ListAddressesResponse.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/ListAnticipationResponse.php b/src/Models/ListAnticipationResponse.php index c3515cb..2f0f7f9 100644 --- a/src/Models/ListAnticipationResponse.php +++ b/src/Models/ListAnticipationResponse.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/ListCardsResponse.php b/src/Models/ListCardsResponse.php index d40d0f5..8efeb40 100644 --- a/src/Models/ListCardsResponse.php +++ b/src/Models/ListCardsResponse.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/ListChargeTransactionsResponse.php b/src/Models/ListChargeTransactionsResponse.php index 0319f71..874ed27 100644 --- a/src/Models/ListChargeTransactionsResponse.php +++ b/src/Models/ListChargeTransactionsResponse.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/ListChargesResponse.php b/src/Models/ListChargesResponse.php index 9f6ee0a..f9196e7 100644 --- a/src/Models/ListChargesResponse.php +++ b/src/Models/ListChargesResponse.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/ListCustomersResponse.php b/src/Models/ListCustomersResponse.php index a00550e..e307745 100644 --- a/src/Models/ListCustomersResponse.php +++ b/src/Models/ListCustomersResponse.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/ListCyclesResponse.php b/src/Models/ListCyclesResponse.php index c6ec425..42268b1 100644 --- a/src/Models/ListCyclesResponse.php +++ b/src/Models/ListCyclesResponse.php @@ -43,6 +43,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/ListDiscountsResponse.php b/src/Models/ListDiscountsResponse.php index 94b1456..55cc454 100644 --- a/src/Models/ListDiscountsResponse.php +++ b/src/Models/ListDiscountsResponse.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/ListIncrementsResponse.php b/src/Models/ListIncrementsResponse.php index 6e55570..e42a464 100644 --- a/src/Models/ListIncrementsResponse.php +++ b/src/Models/ListIncrementsResponse.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/ListInvoicesResponse.php b/src/Models/ListInvoicesResponse.php index 6ba2138..38fd5e6 100644 --- a/src/Models/ListInvoicesResponse.php +++ b/src/Models/ListInvoicesResponse.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/ListOrderResponse.php b/src/Models/ListOrderResponse.php index 5bafecb..88e52b8 100644 --- a/src/Models/ListOrderResponse.php +++ b/src/Models/ListOrderResponse.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/ListPlansResponse.php b/src/Models/ListPlansResponse.php index edff201..1b8a643 100644 --- a/src/Models/ListPlansResponse.php +++ b/src/Models/ListPlansResponse.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/ListRecipientResponse.php b/src/Models/ListRecipientResponse.php index 78ec2cb..f34c755 100644 --- a/src/Models/ListRecipientResponse.php +++ b/src/Models/ListRecipientResponse.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/ListSellerResponse.php b/src/Models/ListSellerResponse.php index ebf177a..ab2ac1a 100644 --- a/src/Models/ListSellerResponse.php +++ b/src/Models/ListSellerResponse.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/ListSubscriptionItemsResponse.php b/src/Models/ListSubscriptionItemsResponse.php index a38d2b8..01232de 100644 --- a/src/Models/ListSubscriptionItemsResponse.php +++ b/src/Models/ListSubscriptionItemsResponse.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/ListSubscriptionsResponse.php b/src/Models/ListSubscriptionsResponse.php index ac4e6df..15eee21 100644 --- a/src/Models/ListSubscriptionsResponse.php +++ b/src/Models/ListSubscriptionsResponse.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/ListTransactionsFilesResponse.php b/src/Models/ListTransactionsFilesResponse.php index 8a8b02b..d5a249e 100644 --- a/src/Models/ListTransactionsFilesResponse.php +++ b/src/Models/ListTransactionsFilesResponse.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/ListTransactionsResponse.php b/src/Models/ListTransactionsResponse.php index f824ec1..b3cf727 100644 --- a/src/Models/ListTransactionsResponse.php +++ b/src/Models/ListTransactionsResponse.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/ListTransferResponse.php b/src/Models/ListTransferResponse.php index 244114e..4f9df41 100644 --- a/src/Models/ListTransferResponse.php +++ b/src/Models/ListTransferResponse.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/ListTransfers.php b/src/Models/ListTransfers.php index 6c742b1..3cd32d6 100644 --- a/src/Models/ListTransfers.php +++ b/src/Models/ListTransfers.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/ListUsagesDetailsResponse.php b/src/Models/ListUsagesDetailsResponse.php index 79d532e..e3bdde2 100644 --- a/src/Models/ListUsagesDetailsResponse.php +++ b/src/Models/ListUsagesDetailsResponse.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/ListUsagesResponse.php b/src/Models/ListUsagesResponse.php index a98d158..b586f40 100644 --- a/src/Models/ListUsagesResponse.php +++ b/src/Models/ListUsagesResponse.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/ListWithdrawals.php b/src/Models/ListWithdrawals.php index 9627580..ca4d3c6 100644 --- a/src/Models/ListWithdrawals.php +++ b/src/Models/ListWithdrawals.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/PagingResponse.php b/src/Models/PagingResponse.php index d249288..0647fc7 100644 --- a/src/Models/PagingResponse.php +++ b/src/Models/PagingResponse.php @@ -54,6 +54,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/PixAdditionalInformation.php b/src/Models/PixAdditionalInformation.php index ede93a5..716caa6 100644 --- a/src/Models/PixAdditionalInformation.php +++ b/src/Models/PixAdditionalInformation.php @@ -47,6 +47,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/UpdateAddressRequest.php b/src/Models/UpdateAddressRequest.php index 15e5ffd..6f3c371 100644 --- a/src/Models/UpdateAddressRequest.php +++ b/src/Models/UpdateAddressRequest.php @@ -64,6 +64,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/UpdateAutomaticAnticipationSettingsRequest.php b/src/Models/UpdateAutomaticAnticipationSettingsRequest.php index fd0bc9a..b38909b 100644 --- a/src/Models/UpdateAutomaticAnticipationSettingsRequest.php +++ b/src/Models/UpdateAutomaticAnticipationSettingsRequest.php @@ -68,6 +68,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/UpdateCardRequest.php b/src/Models/UpdateCardRequest.php index e3a7d88..e4f501f 100644 --- a/src/Models/UpdateCardRequest.php +++ b/src/Models/UpdateCardRequest.php @@ -95,6 +95,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/UpdateChargeCardRequest.php b/src/Models/UpdateChargeCardRequest.php index 0bf67c7..65319f5 100644 --- a/src/Models/UpdateChargeCardRequest.php +++ b/src/Models/UpdateChargeCardRequest.php @@ -65,6 +65,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/UpdateChargeDueDateRequest.php b/src/Models/UpdateChargeDueDateRequest.php index d2dba59..8493a5e 100644 --- a/src/Models/UpdateChargeDueDateRequest.php +++ b/src/Models/UpdateChargeDueDateRequest.php @@ -38,6 +38,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/UpdateChargePaymentMethodRequest.php b/src/Models/UpdateChargePaymentMethodRequest.php index 2a84174..cca9eff 100644 --- a/src/Models/UpdateChargePaymentMethodRequest.php +++ b/src/Models/UpdateChargePaymentMethodRequest.php @@ -114,6 +114,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/UpdateCurrentCycleEndDateRequest.php b/src/Models/UpdateCurrentCycleEndDateRequest.php index fd04dd2..bcc0a04 100644 --- a/src/Models/UpdateCurrentCycleEndDateRequest.php +++ b/src/Models/UpdateCurrentCycleEndDateRequest.php @@ -38,6 +38,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/UpdateCurrentCycleStatusRequest.php b/src/Models/UpdateCurrentCycleStatusRequest.php index 5c17a78..e35951e 100644 --- a/src/Models/UpdateCurrentCycleStatusRequest.php +++ b/src/Models/UpdateCurrentCycleStatusRequest.php @@ -36,6 +36,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/UpdateCustomerRequest.php b/src/Models/UpdateCustomerRequest.php index b9a9457..3a69a4f 100644 --- a/src/Models/UpdateCustomerRequest.php +++ b/src/Models/UpdateCustomerRequest.php @@ -108,6 +108,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/UpdateInvoiceStatusRequest.php b/src/Models/UpdateInvoiceStatusRequest.php index f6a9165..6686237 100644 --- a/src/Models/UpdateInvoiceStatusRequest.php +++ b/src/Models/UpdateInvoiceStatusRequest.php @@ -36,6 +36,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/UpdateMetadataRequest.php b/src/Models/UpdateMetadataRequest.php index 0c9f582..a6210fb 100644 --- a/src/Models/UpdateMetadataRequest.php +++ b/src/Models/UpdateMetadataRequest.php @@ -36,6 +36,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/UpdateOrderItemRequest.php b/src/Models/UpdateOrderItemRequest.php index 3c4d5cd..eb2fe43 100644 --- a/src/Models/UpdateOrderItemRequest.php +++ b/src/Models/UpdateOrderItemRequest.php @@ -63,6 +63,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/UpdateOrderStatusRequest.php b/src/Models/UpdateOrderStatusRequest.php index 2f8c136..c2353bf 100644 --- a/src/Models/UpdateOrderStatusRequest.php +++ b/src/Models/UpdateOrderStatusRequest.php @@ -36,6 +36,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/UpdatePlanItemRequest.php b/src/Models/UpdatePlanItemRequest.php index 0434c42..925a14b 100644 --- a/src/Models/UpdatePlanItemRequest.php +++ b/src/Models/UpdatePlanItemRequest.php @@ -80,6 +80,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/UpdatePlanRequest.php b/src/Models/UpdatePlanRequest.php index 0404ddb..d217295 100644 --- a/src/Models/UpdatePlanRequest.php +++ b/src/Models/UpdatePlanRequest.php @@ -167,6 +167,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/UpdatePriceBracketRequest.php b/src/Models/UpdatePriceBracketRequest.php index c70e11e..4a9dbb0 100644 --- a/src/Models/UpdatePriceBracketRequest.php +++ b/src/Models/UpdatePriceBracketRequest.php @@ -64,6 +64,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/UpdatePricingSchemeRequest.php b/src/Models/UpdatePricingSchemeRequest.php index 4235c16..8419b4f 100644 --- a/src/Models/UpdatePricingSchemeRequest.php +++ b/src/Models/UpdatePricingSchemeRequest.php @@ -72,6 +72,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/UpdateRecipientBankAccountRequest.php b/src/Models/UpdateRecipientBankAccountRequest.php index f92ae18..dc25494 100644 --- a/src/Models/UpdateRecipientBankAccountRequest.php +++ b/src/Models/UpdateRecipientBankAccountRequest.php @@ -53,6 +53,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/UpdateRecipientRequest.php b/src/Models/UpdateRecipientRequest.php index 0658ab8..b57716e 100644 --- a/src/Models/UpdateRecipientRequest.php +++ b/src/Models/UpdateRecipientRequest.php @@ -81,6 +81,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/UpdateSellerRequest.php b/src/Models/UpdateSellerRequest.php index b482d2f..04a760a 100644 --- a/src/Models/UpdateSellerRequest.php +++ b/src/Models/UpdateSellerRequest.php @@ -99,6 +99,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/UpdateSubscriptionAffiliationIdRequest.php b/src/Models/UpdateSubscriptionAffiliationIdRequest.php index e1ba122..a7ca57d 100644 --- a/src/Models/UpdateSubscriptionAffiliationIdRequest.php +++ b/src/Models/UpdateSubscriptionAffiliationIdRequest.php @@ -37,6 +37,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/UpdateSubscriptionBillingDateRequest.php b/src/Models/UpdateSubscriptionBillingDateRequest.php index 563ee00..932752d 100644 --- a/src/Models/UpdateSubscriptionBillingDateRequest.php +++ b/src/Models/UpdateSubscriptionBillingDateRequest.php @@ -39,6 +39,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/UpdateSubscriptionCardRequest.php b/src/Models/UpdateSubscriptionCardRequest.php index 0728cb4..e99eed7 100644 --- a/src/Models/UpdateSubscriptionCardRequest.php +++ b/src/Models/UpdateSubscriptionCardRequest.php @@ -46,6 +46,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/UpdateSubscriptionDueDaysRequest.php b/src/Models/UpdateSubscriptionDueDaysRequest.php index 531a40d..3b82ef6 100644 --- a/src/Models/UpdateSubscriptionDueDaysRequest.php +++ b/src/Models/UpdateSubscriptionDueDaysRequest.php @@ -37,6 +37,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/UpdateSubscriptionItemRequest.php b/src/Models/UpdateSubscriptionItemRequest.php index 1211ac2..cb973d0 100644 --- a/src/Models/UpdateSubscriptionItemRequest.php +++ b/src/Models/UpdateSubscriptionItemRequest.php @@ -89,6 +89,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/UpdateSubscriptionMinimumPriceRequest.php b/src/Models/UpdateSubscriptionMinimumPriceRequest.php index 30762ab..c8d05d9 100644 --- a/src/Models/UpdateSubscriptionMinimumPriceRequest.php +++ b/src/Models/UpdateSubscriptionMinimumPriceRequest.php @@ -36,6 +36,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/UpdateSubscriptionPaymentMethodRequest.php b/src/Models/UpdateSubscriptionPaymentMethodRequest.php index 1232258..51facea 100644 --- a/src/Models/UpdateSubscriptionPaymentMethodRequest.php +++ b/src/Models/UpdateSubscriptionPaymentMethodRequest.php @@ -65,6 +65,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/UpdateSubscriptionSplitRequest.php b/src/Models/UpdateSubscriptionSplitRequest.php index c1d0d93..f210027 100644 --- a/src/Models/UpdateSubscriptionSplitRequest.php +++ b/src/Models/UpdateSubscriptionSplitRequest.php @@ -45,6 +45,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/UpdateSubscriptionStartAtRequest.php b/src/Models/UpdateSubscriptionStartAtRequest.php index 0f00dee..72395b3 100644 --- a/src/Models/UpdateSubscriptionStartAtRequest.php +++ b/src/Models/UpdateSubscriptionStartAtRequest.php @@ -39,6 +39,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array(); diff --git a/src/Models/UpdateTransferSettingsRequest.php b/src/Models/UpdateTransferSettingsRequest.php index b012c14..63ae486 100644 --- a/src/Models/UpdateTransferSettingsRequest.php +++ b/src/Models/UpdateTransferSettingsRequest.php @@ -57,6 +57,7 @@ public function __construct() /** * Encode this object to JSON */ + #[\ReturnTypeWillChange] public function jsonSerialize() { $json = array();