diff --git a/CHANGELOG.md b/CHANGELOG.md index 526aec6f..8b285830 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [1.10.2](https://github.com/bunq/sdk_php/tree/1.10.2) (2019-05-15) +[Full Changelog](https://github.com/bunq/sdk_php/compare/1.10.1...1.10.2) + ## [1.10.1](https://github.com/bunq/sdk_php/tree/1.10.1) (2019-05-15) [Full Changelog](https://github.com/bunq/sdk_php/compare/1.10.0...1.10.1) diff --git a/src/Http/ApiClient.php b/src/Http/ApiClient.php index 5b0e675d..d303cd8b 100644 --- a/src/Http/ApiClient.php +++ b/src/Http/ApiClient.php @@ -85,7 +85,7 @@ class ApiClient /** * User agent constants. */ - const HEADER_USER_AGENT_BUNQ_SDK_DEFAULT = 'bunq-sdk-php/1.10.2'; + const HEADER_USER_AGENT_BUNQ_SDK_DEFAULT = 'bunq-sdk-php/1.10.16'; /** * Binary request constants. diff --git a/src/Model/Generated/Endpoint/AttachmentConversationContent.php b/src/Model/Generated/Endpoint/AttachmentConversationContent.php index 7f0da6b8..b8854a3f 100644 --- a/src/Model/Generated/Endpoint/AttachmentConversationContent.php +++ b/src/Model/Generated/Endpoint/AttachmentConversationContent.php @@ -1,4 +1,5 @@ get( + vsprintf( + self::ENDPOINT_URL_LISTING, + [static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $attachmentId] + ), + [], + $customHeaders + ); + + return BunqResponseString::castFromBunqResponse( + new BunqResponse($responseRaw->getBodyString(), $responseRaw->getHeaders()) + ); + } + + /** + * @return bool + */ + public function isAllFieldNull() + { + return true; + } +} diff --git a/src/Model/Generated/Endpoint/AttachmentPublic.php b/src/Model/Generated/Endpoint/AttachmentPublic.php index 36b0e96f..3aac8153 100644 --- a/src/Model/Generated/Endpoint/AttachmentPublic.php +++ b/src/Model/Generated/Endpoint/AttachmentPublic.php @@ -1,4 +1,5 @@ get( + vsprintf( + self::ENDPOINT_URL_LISTING, + [static::determineUserId(), $attachmentId] + ), + [], + $customHeaders + ); + + return BunqResponseString::castFromBunqResponse( + new BunqResponse($responseRaw->getBodyString(), $responseRaw->getHeaders()) + ); + } + + /** + * @return bool + */ + public function isAllFieldNull() + { + return true; + } +} diff --git a/src/Model/Generated/Endpoint/Avatar.php b/src/Model/Generated/Endpoint/Avatar.php index 4ea9816d..6c1858c4 100644 --- a/src/Model/Generated/Endpoint/Avatar.php +++ b/src/Model/Generated/Endpoint/Avatar.php @@ -1,4 +1,5 @@ $bunqmeTabEntry, - self::FIELD_STATUS => $status, + self::FIELD_STATUS => $status ], $customHeaders ); diff --git a/src/Model/Generated/Endpoint/BunqMeTabEntry.php b/src/Model/Generated/Endpoint/BunqMeTabEntry.php index 8e415c62..8cd487f5 100644 --- a/src/Model/Generated/Endpoint/BunqMeTabEntry.php +++ b/src/Model/Generated/Endpoint/BunqMeTabEntry.php @@ -1,4 +1,5 @@ $pinCodeAssignment, self::FIELD_PRIMARY_ACCOUNT_NUMBERS_VIRTUAL => $primaryAccountNumbersVirtual, self::FIELD_PRIMARY_ACCOUNT_NUMBERS => $primaryAccountNumbers, - self::FIELD_MONETARY_ACCOUNT_ID_FALLBACK => $monetaryAccountIdFallback, + self::FIELD_MONETARY_ACCOUNT_ID_FALLBACK => $monetaryAccountIdFallback ], $customHeaders ); diff --git a/src/Model/Generated/Endpoint/CardBatch.php b/src/Model/Generated/Endpoint/CardBatch.php index e09af1b6..0f148f3a 100644 --- a/src/Model/Generated/Endpoint/CardBatch.php +++ b/src/Model/Generated/Endpoint/CardBatch.php @@ -1,4 +1,5 @@ $alias, self::FIELD_TYPE => $type, self::FIELD_PIN_CODE_ASSIGNMENT => $pinCodeAssignment, - self::FIELD_MONETARY_ACCOUNT_ID_FALLBACK => $monetaryAccountIdFallback, + self::FIELD_MONETARY_ACCOUNT_ID_FALLBACK => $monetaryAccountIdFallback ], $customHeaders ); diff --git a/src/Model/Generated/Endpoint/CardGeneratedCvc2.php b/src/Model/Generated/Endpoint/CardGeneratedCvc2.php index a2fda9d7..a2da1da4 100644 --- a/src/Model/Generated/Endpoint/CardGeneratedCvc2.php +++ b/src/Model/Generated/Endpoint/CardGeneratedCvc2.php @@ -1,4 +1,5 @@ $nameOnCard, self::FIELD_PIN_CODE => $pinCode, - self::FIELD_SECOND_LINE => $secondLine, + self::FIELD_SECOND_LINE => $secondLine ], $customHeaders ); diff --git a/src/Model/Generated/Endpoint/CashRegister.php b/src/Model/Generated/Endpoint/CashRegister.php index d6f3d4a4..e8bb1104 100644 --- a/src/Model/Generated/Endpoint/CashRegister.php +++ b/src/Model/Generated/Endpoint/CashRegister.php @@ -1,4 +1,5 @@ $avatarUuid, self::FIELD_LOCATION => $location, self::FIELD_NOTIFICATION_FILTERS => $notificationFilters, - self::FIELD_TAB_TEXT_WAITING_SCREEN => $tabTextWaitingScreen, + self::FIELD_TAB_TEXT_WAITING_SCREEN => $tabTextWaitingScreen ], $customHeaders ); @@ -319,7 +320,7 @@ public static function update( self::FIELD_AVATAR_UUID => $avatarUuid, self::FIELD_LOCATION => $location, self::FIELD_NOTIFICATION_FILTERS => $notificationFilters, - self::FIELD_TAB_TEXT_WAITING_SCREEN => $tabTextWaitingScreen, + self::FIELD_TAB_TEXT_WAITING_SCREEN => $tabTextWaitingScreen ], $customHeaders ); diff --git a/src/Model/Generated/Endpoint/CashRegisterQrCode.php b/src/Model/Generated/Endpoint/CashRegisterQrCode.php index 9d3f7494..ec3cc108 100644 --- a/src/Model/Generated/Endpoint/CashRegisterQrCode.php +++ b/src/Model/Generated/Endpoint/CashRegisterQrCode.php @@ -1,4 +1,5 @@ $status], @@ -196,7 +197,7 @@ public static function get( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $cashRegisterId, - $cashRegisterQrCodeId, + $cashRegisterQrCodeId ] ), [], diff --git a/src/Model/Generated/Endpoint/CashRegisterQrCodeContent.php b/src/Model/Generated/Endpoint/CashRegisterQrCodeContent.php index 5a8aca11..8e763810 100644 --- a/src/Model/Generated/Endpoint/CashRegisterQrCodeContent.php +++ b/src/Model/Generated/Endpoint/CashRegisterQrCodeContent.php @@ -1,4 +1,5 @@ $pointerIban, - self::FIELD_AMOUNT => $amount, + self::FIELD_AMOUNT => $amount ], $customHeaders ); diff --git a/src/Model/Generated/Endpoint/Customer.php b/src/Model/Generated/Endpoint/Customer.php index 5b682630..247d42f4 100644 --- a/src/Model/Generated/Endpoint/Customer.php +++ b/src/Model/Generated/Endpoint/Customer.php @@ -1,4 +1,5 @@ limitCardWildcard; + } + + /** + * @param int $limitCardWildcard + * + * @deprecated User should not be able to set values via setters, use + * constructor. + * + */ + public function setLimitCardWildcard($limitCardWildcard) + { + $this->limitCardWildcard = $limitCardWildcard; + } + + /** + * DEPRECTATED: The limit of free replacement debit cards, replaced by: + * limit_card_replacement * * @return int */ @@ -238,6 +277,28 @@ public function setLimitCardDebitReplacement($limitCardDebitReplacement) $this->limitCardDebitReplacement = $limitCardDebitReplacement; } + /** + * The limit of free replacement cards. + * + * @return int + */ + public function getLimitCardReplacement() + { + return $this->limitCardReplacement; + } + + /** + * @param int $limitCardReplacement + * + * @deprecated User should not be able to set values via setters, use + * constructor. + * + */ + public function setLimitCardReplacement($limitCardReplacement) + { + $this->limitCardReplacement = $limitCardReplacement; + } + /** * The maximum amount a user is allowed to spend in a month. * @@ -307,10 +368,18 @@ public function isAllFieldNull() return false; } + if (!is_null($this->limitCardWildcard)) { + return false; + } + if (!is_null($this->limitCardDebitReplacement)) { return false; } + if (!is_null($this->limitCardReplacement)) { + return false; + } + if (!is_null($this->limitAmountMonthly)) { return false; } diff --git a/src/Model/Generated/Endpoint/CustomerStatementExport.php b/src/Model/Generated/Endpoint/CustomerStatementExport.php index ab62a2f5..30c940d8 100644 --- a/src/Model/Generated/Endpoint/CustomerStatementExport.php +++ b/src/Model/Generated/Endpoint/CustomerStatementExport.php @@ -1,4 +1,5 @@ $statementFormat, self::FIELD_DATE_START => $dateStart, self::FIELD_DATE_END => $dateEnd, - self::FIELD_REGIONAL_FORMAT => $regionalFormat, + self::FIELD_REGIONAL_FORMAT => $regionalFormat ], $customHeaders ); @@ -215,7 +216,7 @@ public static function get( [ static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), - $customerStatementExportId, + $customerStatementExportId ] ), [], @@ -275,7 +276,7 @@ public static function delete( [ static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), - $customerStatementExportId, + $customerStatementExportId ] ), $customHeaders diff --git a/src/Model/Generated/Endpoint/CustomerStatementExportContent.php b/src/Model/Generated/Endpoint/CustomerStatementExportContent.php index 6017d41f..14ca57a9 100644 --- a/src/Model/Generated/Endpoint/CustomerStatementExportContent.php +++ b/src/Model/Generated/Endpoint/CustomerStatementExportContent.php @@ -1,4 +1,5 @@ $description, self::FIELD_SECRET => $secret, - self::FIELD_PERMITTED_IPS => $permittedIps, + self::FIELD_PERMITTED_IPS => $permittedIps ], $customHeaders ); diff --git a/src/Model/Generated/Endpoint/DraftPayment.php b/src/Model/Generated/Endpoint/DraftPayment.php index 977f7557..c7665c34 100644 --- a/src/Model/Generated/Endpoint/DraftPayment.php +++ b/src/Model/Generated/Endpoint/DraftPayment.php @@ -1,4 +1,5 @@ $status, self::FIELD_ENTRIES => $entries, self::FIELD_PREVIOUS_UPDATED_TIMESTAMP => $previousUpdatedTimestamp, - self::FIELD_NUMBER_OF_REQUIRED_ACCEPTS => $numberOfRequiredAccepts, + self::FIELD_NUMBER_OF_REQUIRED_ACCEPTS => $numberOfRequiredAccepts ], $customHeaders ); @@ -239,7 +240,7 @@ public static function update( [ self::FIELD_STATUS => $status, self::FIELD_ENTRIES => $entries, - self::FIELD_PREVIOUS_UPDATED_TIMESTAMP => $previousUpdatedTimestamp, + self::FIELD_PREVIOUS_UPDATED_TIMESTAMP => $previousUpdatedTimestamp ], $customHeaders ); diff --git a/src/Model/Generated/Endpoint/DraftShareInviteApiKey.php b/src/Model/Generated/Endpoint/DraftShareInviteApiKey.php index d50e56c2..20c14b1b 100644 --- a/src/Model/Generated/Endpoint/DraftShareInviteApiKey.php +++ b/src/Model/Generated/Endpoint/DraftShareInviteApiKey.php @@ -1,4 +1,5 @@ $status, self::FIELD_SUB_STATUS => $subStatus, - self::FIELD_EXPIRATION => $expiration, + self::FIELD_EXPIRATION => $expiration ], $customHeaders ); @@ -218,7 +219,7 @@ public static function update( [ self::FIELD_STATUS => $status, self::FIELD_SUB_STATUS => $subStatus, - self::FIELD_EXPIRATION => $expiration, + self::FIELD_EXPIRATION => $expiration ], $customHeaders ); diff --git a/src/Model/Generated/Endpoint/DraftShareInviteApiKeyQrCodeContent.php b/src/Model/Generated/Endpoint/DraftShareInviteApiKeyQrCodeContent.php index 18eebd96..3d743b81 100644 --- a/src/Model/Generated/Endpoint/DraftShareInviteApiKeyQrCodeContent.php +++ b/src/Model/Generated/Endpoint/DraftShareInviteApiKeyQrCodeContent.php @@ -1,4 +1,5 @@ $status, self::FIELD_EXPIRATION => $expiration, - self::FIELD_DRAFT_SHARE_SETTINGS => $draftShareSettings, + self::FIELD_DRAFT_SHARE_SETTINGS => $draftShareSettings ], $customHeaders ); @@ -216,7 +217,7 @@ public static function update( [ self::FIELD_STATUS => $status, self::FIELD_EXPIRATION => $expiration, - self::FIELD_DRAFT_SHARE_SETTINGS => $draftShareSettings, + self::FIELD_DRAFT_SHARE_SETTINGS => $draftShareSettings ], $customHeaders ); diff --git a/src/Model/Generated/Endpoint/DraftShareInviteBankQrCodeContent.php b/src/Model/Generated/Endpoint/DraftShareInviteBankQrCodeContent.php index ae94d64c..243bd08f 100644 --- a/src/Model/Generated/Endpoint/DraftShareInviteBankQrCodeContent.php +++ b/src/Model/Generated/Endpoint/DraftShareInviteBankQrCodeContent.php @@ -1,4 +1,5 @@ get( + vsprintf( + self::ENDPOINT_URL_LISTING, + [ + static::determineUserId(), + static::determineMonetaryAccountId($monetaryAccountId), + $eventId, + $statementId + ] + ), + [], + $customHeaders + ); + + return BunqResponseString::castFromBunqResponse( + new BunqResponse($responseRaw->getBodyString(), $responseRaw->getHeaders()) + ); + } + + /** + * @return bool + */ + public function isAllFieldNull() + { + return true; + } +} diff --git a/src/Model/Generated/Endpoint/FeatureAnnouncement.php b/src/Model/Generated/Endpoint/FeatureAnnouncement.php index e7e1cbaf..e74ade54 100644 --- a/src/Model/Generated/Endpoint/FeatureAnnouncement.php +++ b/src/Model/Generated/Endpoint/FeatureAnnouncement.php @@ -1,4 +1,5 @@ $amountRequested, - self::FIELD_ISSUER => $issuer, + self::FIELD_ISSUER => $issuer ], $customHeaders ); @@ -205,7 +206,7 @@ public static function get( [ static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), - $idealMerchantTransactionId, + $idealMerchantTransactionId ] ), [], diff --git a/src/Model/Generated/Endpoint/InstallationServerPublicKey.php b/src/Model/Generated/Endpoint/InstallationServerPublicKey.php index 1321e5e0..21cd8d3d 100644 --- a/src/Model/Generated/Endpoint/InstallationServerPublicKey.php +++ b/src/Model/Generated/Endpoint/InstallationServerPublicKey.php @@ -1,4 +1,5 @@ settlementStatus = $settlementStatus; } + /** + * The maturity date. + * + * @return string + */ + public function getMaturityDate() + { + return $this->maturityDate; + } + + /** + * @param string $maturityDate + * + * @deprecated User should not be able to set values via setters, use + * constructor. + * + */ + public function setMaturityDate($maturityDate) + { + $this->maturityDate = $maturityDate; + } + /** * The city where the message originates from as announced by the terminal. * @@ -1017,6 +1047,10 @@ public function isAllFieldNull() return false; } + if (!is_null($this->maturityDate)) { + return false; + } + if (!is_null($this->city)) { return false; } diff --git a/src/Model/Generated/Endpoint/MonetaryAccount.php b/src/Model/Generated/Endpoint/MonetaryAccount.php index 8b5cbbc4..96c44ea1 100644 --- a/src/Model/Generated/Endpoint/MonetaryAccount.php +++ b/src/Model/Generated/Endpoint/MonetaryAccount.php @@ -1,4 +1,5 @@ $reason, self::FIELD_REASON_DESCRIPTION => $reasonDescription, self::FIELD_NOTIFICATION_FILTERS => $notificationFilters, - self::FIELD_SETTING => $setting, + self::FIELD_SETTING => $setting ], $customHeaders ); @@ -528,7 +529,7 @@ public static function update( self::FIELD_REASON => $reason, self::FIELD_REASON_DESCRIPTION => $reasonDescription, self::FIELD_NOTIFICATION_FILTERS => $notificationFilters, - self::FIELD_SETTING => $setting, + self::FIELD_SETTING => $setting ], $customHeaders ); @@ -768,7 +769,7 @@ public function setOverdraftLimit($overdraftLimit) } /** - * The current balance Amount of the MonetaryAccountBank. + * The current available balance Amount of the MonetaryAccountBank. * * @return Amount */ diff --git a/src/Model/Generated/Endpoint/MonetaryAccountJoint.php b/src/Model/Generated/Endpoint/MonetaryAccountJoint.php index 4dd14fbc..2430785e 100644 --- a/src/Model/Generated/Endpoint/MonetaryAccountJoint.php +++ b/src/Model/Generated/Endpoint/MonetaryAccountJoint.php @@ -1,4 +1,5 @@ $reasonDescription, self::FIELD_ALL_CO_OWNER => $allCoOwner, self::FIELD_NOTIFICATION_FILTERS => $notificationFilters, - self::FIELD_SETTING => $setting, + self::FIELD_SETTING => $setting ], $customHeaders ); @@ -571,7 +572,7 @@ public static function update( self::FIELD_REASON => $reason, self::FIELD_REASON_DESCRIPTION => $reasonDescription, self::FIELD_NOTIFICATION_FILTERS => $notificationFilters, - self::FIELD_SETTING => $setting, + self::FIELD_SETTING => $setting ], $customHeaders ); @@ -809,7 +810,7 @@ public function setOverdraftLimit($overdraftLimit) } /** - * The current balance Amount of the MonetaryAccountJoint. + * The current available balance Amount of the MonetaryAccountJoint. * * @return Amount */ diff --git a/src/Model/Generated/Endpoint/MonetaryAccountLight.php b/src/Model/Generated/Endpoint/MonetaryAccountLight.php index b91cd417..63e26d7c 100644 --- a/src/Model/Generated/Endpoint/MonetaryAccountLight.php +++ b/src/Model/Generated/Endpoint/MonetaryAccountLight.php @@ -1,4 +1,5 @@ balance = $balance; } + /** + * The current real balance Amount of the MonetaryAccountLight. + * + * @return Amount + */ + public function getBalanceReal() + { + return $this->balanceReal; + } + + /** + * @param Amount $balanceReal + * + * @deprecated User should not be able to set values via setters, use + * constructor. + * + */ + public function setBalanceReal($balanceReal) + { + $this->balanceReal = $balanceReal; + } + /** * The Aliases for the MonetaryAccountLight. * @@ -967,6 +997,10 @@ public function isAllFieldNull() return false; } + if (!is_null($this->balanceReal)) { + return false; + } + if (!is_null($this->alias)) { return false; } diff --git a/src/Model/Generated/Endpoint/MonetaryAccountProfile.php b/src/Model/Generated/Endpoint/MonetaryAccountProfile.php index 2919ed4d..44eff265 100644 --- a/src/Model/Generated/Endpoint/MonetaryAccountProfile.php +++ b/src/Model/Generated/Endpoint/MonetaryAccountProfile.php @@ -1,4 +1,5 @@ $allCoOwner, self::FIELD_NOTIFICATION_FILTERS => $notificationFilters, self::FIELD_SETTING => $setting, - self::FIELD_SAVINGS_GOAL => $savingsGoal, + self::FIELD_SAVINGS_GOAL => $savingsGoal ], $customHeaders ); @@ -589,7 +590,7 @@ public static function update( self::FIELD_REASON_DESCRIPTION => $reasonDescription, self::FIELD_NOTIFICATION_FILTERS => $notificationFilters, self::FIELD_SETTING => $setting, - self::FIELD_SAVINGS_GOAL => $savingsGoal, + self::FIELD_SAVINGS_GOAL => $savingsGoal ], $customHeaders ); @@ -833,7 +834,7 @@ public function setOverdraftLimit($overdraftLimit) } /** - * The current balance Amount of the MonetaryAccountSavings. + * The current available balance Amount of the MonetaryAccountSavings. * * @return Amount */ diff --git a/src/Model/Generated/Endpoint/NoteAttachmentBankSwitchServiceNetherlandsIncomingPayment.php b/src/Model/Generated/Endpoint/NoteAttachmentBankSwitchServiceNetherlandsIncomingPayment.php index 11a2bc12..91c91d9c 100644 --- a/src/Model/Generated/Endpoint/NoteAttachmentBankSwitchServiceNetherlandsIncomingPayment.php +++ b/src/Model/Generated/Endpoint/NoteAttachmentBankSwitchServiceNetherlandsIncomingPayment.php @@ -1,4 +1,5 @@ $description, - self::FIELD_ATTACHMENT_ID => $attachmentId, + self::FIELD_ATTACHMENT_ID => $attachmentId ], $customHeaders ); @@ -164,7 +165,7 @@ public static function update( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $switchServicePaymentId, - $noteAttachmentBankSwitchServiceNetherlandsIncomingPaymentId, + $noteAttachmentBankSwitchServiceNetherlandsIncomingPaymentId ] ), [self::FIELD_DESCRIPTION => $description], @@ -197,7 +198,7 @@ public static function delete( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $switchServicePaymentId, - $noteAttachmentBankSwitchServiceNetherlandsIncomingPaymentId, + $noteAttachmentBankSwitchServiceNetherlandsIncomingPaymentId ] ), $customHeaders @@ -235,7 +236,7 @@ public static function listing( [ static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), - $switchServicePaymentId, + $switchServicePaymentId ] ), $params, @@ -270,7 +271,7 @@ public static function get( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $switchServicePaymentId, - $noteAttachmentBankSwitchServiceNetherlandsIncomingPaymentId, + $noteAttachmentBankSwitchServiceNetherlandsIncomingPaymentId ] ), [], diff --git a/src/Model/Generated/Endpoint/NoteAttachmentBunqMeFundraiserResult.php b/src/Model/Generated/Endpoint/NoteAttachmentBunqMeFundraiserResult.php index 60890763..09e01fff 100644 --- a/src/Model/Generated/Endpoint/NoteAttachmentBunqMeFundraiserResult.php +++ b/src/Model/Generated/Endpoint/NoteAttachmentBunqMeFundraiserResult.php @@ -1,4 +1,5 @@ $description, - self::FIELD_ATTACHMENT_ID => $attachmentId, + self::FIELD_ATTACHMENT_ID => $attachmentId ], $customHeaders ); @@ -164,7 +165,7 @@ public static function update( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $bunqmeFundraiserResultId, - $noteAttachmentBunqMeFundraiserResultId, + $noteAttachmentBunqMeFundraiserResultId ] ), [self::FIELD_DESCRIPTION => $description], @@ -197,7 +198,7 @@ public static function delete( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $bunqmeFundraiserResultId, - $noteAttachmentBunqMeFundraiserResultId, + $noteAttachmentBunqMeFundraiserResultId ] ), $customHeaders @@ -234,7 +235,7 @@ public static function listing( [ static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), - $bunqmeFundraiserResultId, + $bunqmeFundraiserResultId ] ), $params, @@ -268,7 +269,7 @@ public static function get( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $bunqmeFundraiserResultId, - $noteAttachmentBunqMeFundraiserResultId, + $noteAttachmentBunqMeFundraiserResultId ] ), [], diff --git a/src/Model/Generated/Endpoint/NoteAttachmentDraftPayment.php b/src/Model/Generated/Endpoint/NoteAttachmentDraftPayment.php index 6b43a851..b6b2e72e 100644 --- a/src/Model/Generated/Endpoint/NoteAttachmentDraftPayment.php +++ b/src/Model/Generated/Endpoint/NoteAttachmentDraftPayment.php @@ -1,4 +1,5 @@ $description, - self::FIELD_ATTACHMENT_ID => $attachmentId, + self::FIELD_ATTACHMENT_ID => $attachmentId ], $customHeaders ); @@ -160,7 +161,7 @@ public static function update( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $draftPaymentId, - $noteAttachmentDraftPaymentId, + $noteAttachmentDraftPaymentId ] ), [self::FIELD_DESCRIPTION => $description], @@ -193,7 +194,7 @@ public static function delete( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $draftPaymentId, - $noteAttachmentDraftPaymentId, + $noteAttachmentDraftPaymentId ] ), $customHeaders @@ -260,7 +261,7 @@ public static function get( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $draftPaymentId, - $noteAttachmentDraftPaymentId, + $noteAttachmentDraftPaymentId ] ), [], diff --git a/src/Model/Generated/Endpoint/NoteAttachmentIdealMerchantTransaction.php b/src/Model/Generated/Endpoint/NoteAttachmentIdealMerchantTransaction.php index e99bf5b9..2e840237 100644 --- a/src/Model/Generated/Endpoint/NoteAttachmentIdealMerchantTransaction.php +++ b/src/Model/Generated/Endpoint/NoteAttachmentIdealMerchantTransaction.php @@ -1,4 +1,5 @@ $description, - self::FIELD_ATTACHMENT_ID => $attachmentId, + self::FIELD_ATTACHMENT_ID => $attachmentId ], $customHeaders ); @@ -164,7 +165,7 @@ public static function update( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $idealMerchantTransactionId, - $noteAttachmentIdealMerchantTransactionId, + $noteAttachmentIdealMerchantTransactionId ] ), [self::FIELD_DESCRIPTION => $description], @@ -197,7 +198,7 @@ public static function delete( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $idealMerchantTransactionId, - $noteAttachmentIdealMerchantTransactionId, + $noteAttachmentIdealMerchantTransactionId ] ), $customHeaders @@ -234,7 +235,7 @@ public static function listing( [ static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), - $idealMerchantTransactionId, + $idealMerchantTransactionId ] ), $params, @@ -268,7 +269,7 @@ public static function get( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $idealMerchantTransactionId, - $noteAttachmentIdealMerchantTransactionId, + $noteAttachmentIdealMerchantTransactionId ] ), [], diff --git a/src/Model/Generated/Endpoint/NoteAttachmentMasterCardAction.php b/src/Model/Generated/Endpoint/NoteAttachmentMasterCardAction.php index 7303a62b..1fca7893 100644 --- a/src/Model/Generated/Endpoint/NoteAttachmentMasterCardAction.php +++ b/src/Model/Generated/Endpoint/NoteAttachmentMasterCardAction.php @@ -1,4 +1,5 @@ $description, - self::FIELD_ATTACHMENT_ID => $attachmentId, + self::FIELD_ATTACHMENT_ID => $attachmentId ], $customHeaders ); @@ -160,7 +161,7 @@ public static function update( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $mastercardActionId, - $noteAttachmentMasterCardActionId, + $noteAttachmentMasterCardActionId ] ), [self::FIELD_DESCRIPTION => $description], @@ -193,7 +194,7 @@ public static function delete( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $mastercardActionId, - $noteAttachmentMasterCardActionId, + $noteAttachmentMasterCardActionId ] ), $customHeaders @@ -260,7 +261,7 @@ public static function get( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $mastercardActionId, - $noteAttachmentMasterCardActionId, + $noteAttachmentMasterCardActionId ] ), [], diff --git a/src/Model/Generated/Endpoint/NoteAttachmentPayment.php b/src/Model/Generated/Endpoint/NoteAttachmentPayment.php index d7d9fd5a..9d0f2dfc 100644 --- a/src/Model/Generated/Endpoint/NoteAttachmentPayment.php +++ b/src/Model/Generated/Endpoint/NoteAttachmentPayment.php @@ -1,4 +1,5 @@ $description, - self::FIELD_ATTACHMENT_ID => $attachmentId, + self::FIELD_ATTACHMENT_ID => $attachmentId ], $customHeaders ); @@ -160,7 +161,7 @@ public static function update( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $paymentId, - $noteAttachmentPaymentId, + $noteAttachmentPaymentId ] ), [self::FIELD_DESCRIPTION => $description], @@ -193,7 +194,7 @@ public static function delete( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $paymentId, - $noteAttachmentPaymentId, + $noteAttachmentPaymentId ] ), $customHeaders @@ -260,7 +261,7 @@ public static function get( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $paymentId, - $noteAttachmentPaymentId, + $noteAttachmentPaymentId ] ), [], diff --git a/src/Model/Generated/Endpoint/NoteAttachmentPaymentBatch.php b/src/Model/Generated/Endpoint/NoteAttachmentPaymentBatch.php index e68b8fb2..cab74929 100644 --- a/src/Model/Generated/Endpoint/NoteAttachmentPaymentBatch.php +++ b/src/Model/Generated/Endpoint/NoteAttachmentPaymentBatch.php @@ -1,4 +1,5 @@ $description, - self::FIELD_ATTACHMENT_ID => $attachmentId, + self::FIELD_ATTACHMENT_ID => $attachmentId ], $customHeaders ); @@ -160,7 +161,7 @@ public static function update( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $paymentBatchId, - $noteAttachmentPaymentBatchId, + $noteAttachmentPaymentBatchId ] ), [self::FIELD_DESCRIPTION => $description], @@ -193,7 +194,7 @@ public static function delete( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $paymentBatchId, - $noteAttachmentPaymentBatchId, + $noteAttachmentPaymentBatchId ] ), $customHeaders @@ -260,7 +261,7 @@ public static function get( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $paymentBatchId, - $noteAttachmentPaymentBatchId, + $noteAttachmentPaymentBatchId ] ), [], diff --git a/src/Model/Generated/Endpoint/NoteAttachmentRequestInquiry.php b/src/Model/Generated/Endpoint/NoteAttachmentRequestInquiry.php index 3d8839e0..15fec512 100644 --- a/src/Model/Generated/Endpoint/NoteAttachmentRequestInquiry.php +++ b/src/Model/Generated/Endpoint/NoteAttachmentRequestInquiry.php @@ -1,4 +1,5 @@ $description, - self::FIELD_ATTACHMENT_ID => $attachmentId, + self::FIELD_ATTACHMENT_ID => $attachmentId ], $customHeaders ); @@ -160,7 +161,7 @@ public static function update( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $requestInquiryId, - $noteAttachmentRequestInquiryId, + $noteAttachmentRequestInquiryId ] ), [self::FIELD_DESCRIPTION => $description], @@ -193,7 +194,7 @@ public static function delete( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $requestInquiryId, - $noteAttachmentRequestInquiryId, + $noteAttachmentRequestInquiryId ] ), $customHeaders @@ -260,7 +261,7 @@ public static function get( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $requestInquiryId, - $noteAttachmentRequestInquiryId, + $noteAttachmentRequestInquiryId ] ), [], diff --git a/src/Model/Generated/Endpoint/NoteAttachmentRequestInquiryBatch.php b/src/Model/Generated/Endpoint/NoteAttachmentRequestInquiryBatch.php index 3679e43f..4ad54db9 100644 --- a/src/Model/Generated/Endpoint/NoteAttachmentRequestInquiryBatch.php +++ b/src/Model/Generated/Endpoint/NoteAttachmentRequestInquiryBatch.php @@ -1,4 +1,5 @@ $description, - self::FIELD_ATTACHMENT_ID => $attachmentId, + self::FIELD_ATTACHMENT_ID => $attachmentId ], $customHeaders ); @@ -164,7 +165,7 @@ public static function update( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $requestInquiryBatchId, - $noteAttachmentRequestInquiryBatchId, + $noteAttachmentRequestInquiryBatchId ] ), [self::FIELD_DESCRIPTION => $description], @@ -197,7 +198,7 @@ public static function delete( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $requestInquiryBatchId, - $noteAttachmentRequestInquiryBatchId, + $noteAttachmentRequestInquiryBatchId ] ), $customHeaders @@ -234,7 +235,7 @@ public static function listing( [ static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), - $requestInquiryBatchId, + $requestInquiryBatchId ] ), $params, @@ -268,7 +269,7 @@ public static function get( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $requestInquiryBatchId, - $noteAttachmentRequestInquiryBatchId, + $noteAttachmentRequestInquiryBatchId ] ), [], diff --git a/src/Model/Generated/Endpoint/NoteAttachmentRequestResponse.php b/src/Model/Generated/Endpoint/NoteAttachmentRequestResponse.php index 6dae3505..af1fb043 100644 --- a/src/Model/Generated/Endpoint/NoteAttachmentRequestResponse.php +++ b/src/Model/Generated/Endpoint/NoteAttachmentRequestResponse.php @@ -1,4 +1,5 @@ $description, - self::FIELD_ATTACHMENT_ID => $attachmentId, + self::FIELD_ATTACHMENT_ID => $attachmentId ], $customHeaders ); @@ -160,7 +161,7 @@ public static function update( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $requestResponseId, - $noteAttachmentRequestResponseId, + $noteAttachmentRequestResponseId ] ), [self::FIELD_DESCRIPTION => $description], @@ -193,7 +194,7 @@ public static function delete( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $requestResponseId, - $noteAttachmentRequestResponseId, + $noteAttachmentRequestResponseId ] ), $customHeaders @@ -260,7 +261,7 @@ public static function get( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $requestResponseId, - $noteAttachmentRequestResponseId, + $noteAttachmentRequestResponseId ] ), [], diff --git a/src/Model/Generated/Endpoint/NoteAttachmentScheduleInstance.php b/src/Model/Generated/Endpoint/NoteAttachmentScheduleInstance.php index a9834efd..a5975fe9 100644 --- a/src/Model/Generated/Endpoint/NoteAttachmentScheduleInstance.php +++ b/src/Model/Generated/Endpoint/NoteAttachmentScheduleInstance.php @@ -1,4 +1,5 @@ $description, - self::FIELD_ATTACHMENT_ID => $attachmentId, + self::FIELD_ATTACHMENT_ID => $attachmentId ], $customHeaders ); @@ -170,7 +171,7 @@ public static function update( static::determineMonetaryAccountId($monetaryAccountId), $scheduleId, $scheduleInstanceId, - $noteAttachmentScheduleInstanceId, + $noteAttachmentScheduleInstanceId ] ), [self::FIELD_DESCRIPTION => $description], @@ -206,7 +207,7 @@ public static function delete( static::determineMonetaryAccountId($monetaryAccountId), $scheduleId, $scheduleInstanceId, - $noteAttachmentScheduleInstanceId, + $noteAttachmentScheduleInstanceId ] ), $customHeaders @@ -246,7 +247,7 @@ public static function listing( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $scheduleId, - $scheduleInstanceId, + $scheduleInstanceId ] ), $params, @@ -283,7 +284,7 @@ public static function get( static::determineMonetaryAccountId($monetaryAccountId), $scheduleId, $scheduleInstanceId, - $noteAttachmentScheduleInstanceId, + $noteAttachmentScheduleInstanceId ] ), [], diff --git a/src/Model/Generated/Endpoint/NoteAttachmentSchedulePayment.php b/src/Model/Generated/Endpoint/NoteAttachmentSchedulePayment.php index 38b79c80..79809f65 100644 --- a/src/Model/Generated/Endpoint/NoteAttachmentSchedulePayment.php +++ b/src/Model/Generated/Endpoint/NoteAttachmentSchedulePayment.php @@ -1,4 +1,5 @@ $description, - self::FIELD_ATTACHMENT_ID => $attachmentId, + self::FIELD_ATTACHMENT_ID => $attachmentId ], $customHeaders ); @@ -160,7 +161,7 @@ public static function update( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $schedulePaymentId, - $noteAttachmentSchedulePaymentId, + $noteAttachmentSchedulePaymentId ] ), [self::FIELD_DESCRIPTION => $description], @@ -193,7 +194,7 @@ public static function delete( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $schedulePaymentId, - $noteAttachmentSchedulePaymentId, + $noteAttachmentSchedulePaymentId ] ), $customHeaders @@ -260,7 +261,7 @@ public static function get( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $schedulePaymentId, - $noteAttachmentSchedulePaymentId, + $noteAttachmentSchedulePaymentId ] ), [], diff --git a/src/Model/Generated/Endpoint/NoteAttachmentSchedulePaymentBatch.php b/src/Model/Generated/Endpoint/NoteAttachmentSchedulePaymentBatch.php index 63de95da..63a0e9b6 100644 --- a/src/Model/Generated/Endpoint/NoteAttachmentSchedulePaymentBatch.php +++ b/src/Model/Generated/Endpoint/NoteAttachmentSchedulePaymentBatch.php @@ -1,4 +1,5 @@ $description, - self::FIELD_ATTACHMENT_ID => $attachmentId, + self::FIELD_ATTACHMENT_ID => $attachmentId ], $customHeaders ); @@ -164,7 +165,7 @@ public static function update( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $schedulePaymentBatchId, - $noteAttachmentSchedulePaymentBatchId, + $noteAttachmentSchedulePaymentBatchId ] ), [self::FIELD_DESCRIPTION => $description], @@ -197,7 +198,7 @@ public static function delete( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $schedulePaymentBatchId, - $noteAttachmentSchedulePaymentBatchId, + $noteAttachmentSchedulePaymentBatchId ] ), $customHeaders @@ -234,7 +235,7 @@ public static function listing( [ static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), - $schedulePaymentBatchId, + $schedulePaymentBatchId ] ), $params, @@ -268,7 +269,7 @@ public static function get( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $schedulePaymentBatchId, - $noteAttachmentSchedulePaymentBatchId, + $noteAttachmentSchedulePaymentBatchId ] ), [], diff --git a/src/Model/Generated/Endpoint/NoteAttachmentSofortMerchantTransaction.php b/src/Model/Generated/Endpoint/NoteAttachmentSofortMerchantTransaction.php index 894d406b..2f791a59 100644 --- a/src/Model/Generated/Endpoint/NoteAttachmentSofortMerchantTransaction.php +++ b/src/Model/Generated/Endpoint/NoteAttachmentSofortMerchantTransaction.php @@ -1,4 +1,5 @@ $description, - self::FIELD_ATTACHMENT_ID => $attachmentId, + self::FIELD_ATTACHMENT_ID => $attachmentId ], $customHeaders ); @@ -164,7 +165,7 @@ public static function update( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $sofortMerchantTransactionId, - $noteAttachmentSofortMerchantTransactionId, + $noteAttachmentSofortMerchantTransactionId ] ), [self::FIELD_DESCRIPTION => $description], @@ -197,7 +198,7 @@ public static function delete( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $sofortMerchantTransactionId, - $noteAttachmentSofortMerchantTransactionId, + $noteAttachmentSofortMerchantTransactionId ] ), $customHeaders @@ -234,7 +235,7 @@ public static function listing( [ static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), - $sofortMerchantTransactionId, + $sofortMerchantTransactionId ] ), $params, @@ -268,7 +269,7 @@ public static function get( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $sofortMerchantTransactionId, - $noteAttachmentSofortMerchantTransactionId, + $noteAttachmentSofortMerchantTransactionId ] ), [], diff --git a/src/Model/Generated/Endpoint/NoteAttachmentWhitelistResult.php b/src/Model/Generated/Endpoint/NoteAttachmentWhitelistResult.php index d3a232c4..5b830ed3 100644 --- a/src/Model/Generated/Endpoint/NoteAttachmentWhitelistResult.php +++ b/src/Model/Generated/Endpoint/NoteAttachmentWhitelistResult.php @@ -1,4 +1,5 @@ $description, - self::FIELD_ATTACHMENT_ID => $attachmentId, + self::FIELD_ATTACHMENT_ID => $attachmentId ], $customHeaders ); @@ -170,7 +171,7 @@ public static function update( static::determineMonetaryAccountId($monetaryAccountId), $whitelistId, $whitelistResultId, - $noteAttachmentWhitelistResultId, + $noteAttachmentWhitelistResultId ] ), [self::FIELD_DESCRIPTION => $description], @@ -206,7 +207,7 @@ public static function delete( static::determineMonetaryAccountId($monetaryAccountId), $whitelistId, $whitelistResultId, - $noteAttachmentWhitelistResultId, + $noteAttachmentWhitelistResultId ] ), $customHeaders @@ -246,7 +247,7 @@ public static function listing( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $whitelistId, - $whitelistResultId, + $whitelistResultId ] ), $params, @@ -283,7 +284,7 @@ public static function get( static::determineMonetaryAccountId($monetaryAccountId), $whitelistId, $whitelistResultId, - $noteAttachmentWhitelistResultId, + $noteAttachmentWhitelistResultId ] ), [], diff --git a/src/Model/Generated/Endpoint/NoteTextBankSwitchServiceNetherlandsIncomingPayment.php b/src/Model/Generated/Endpoint/NoteTextBankSwitchServiceNetherlandsIncomingPayment.php index e42f3a41..a4c04e19 100644 --- a/src/Model/Generated/Endpoint/NoteTextBankSwitchServiceNetherlandsIncomingPayment.php +++ b/src/Model/Generated/Endpoint/NoteTextBankSwitchServiceNetherlandsIncomingPayment.php @@ -1,4 +1,5 @@ $content], @@ -139,7 +140,7 @@ public static function update( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $switchServicePaymentId, - $noteTextBankSwitchServiceNetherlandsIncomingPaymentId, + $noteTextBankSwitchServiceNetherlandsIncomingPaymentId ] ), [self::FIELD_CONTENT => $content], @@ -172,7 +173,7 @@ public static function delete( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $switchServicePaymentId, - $noteTextBankSwitchServiceNetherlandsIncomingPaymentId, + $noteTextBankSwitchServiceNetherlandsIncomingPaymentId ] ), $customHeaders @@ -210,7 +211,7 @@ public static function listing( [ static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), - $switchServicePaymentId, + $switchServicePaymentId ] ), $params, @@ -244,7 +245,7 @@ public static function get( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $switchServicePaymentId, - $noteTextBankSwitchServiceNetherlandsIncomingPaymentId, + $noteTextBankSwitchServiceNetherlandsIncomingPaymentId ] ), [], diff --git a/src/Model/Generated/Endpoint/NoteTextBunqMeFundraiserResult.php b/src/Model/Generated/Endpoint/NoteTextBunqMeFundraiserResult.php index cb31fccc..d99651cb 100644 --- a/src/Model/Generated/Endpoint/NoteTextBunqMeFundraiserResult.php +++ b/src/Model/Generated/Endpoint/NoteTextBunqMeFundraiserResult.php @@ -1,4 +1,5 @@ $content], @@ -139,7 +140,7 @@ public static function update( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $bunqmeFundraiserResultId, - $noteTextBunqMeFundraiserResultId, + $noteTextBunqMeFundraiserResultId ] ), [self::FIELD_CONTENT => $content], @@ -172,7 +173,7 @@ public static function delete( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $bunqmeFundraiserResultId, - $noteTextBunqMeFundraiserResultId, + $noteTextBunqMeFundraiserResultId ] ), $customHeaders @@ -209,7 +210,7 @@ public static function listing( [ static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), - $bunqmeFundraiserResultId, + $bunqmeFundraiserResultId ] ), $params, @@ -243,7 +244,7 @@ public static function get( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $bunqmeFundraiserResultId, - $noteTextBunqMeFundraiserResultId, + $noteTextBunqMeFundraiserResultId ] ), [], diff --git a/src/Model/Generated/Endpoint/NoteTextDraftPayment.php b/src/Model/Generated/Endpoint/NoteTextDraftPayment.php index e39fe801..e5efd8e1 100644 --- a/src/Model/Generated/Endpoint/NoteTextDraftPayment.php +++ b/src/Model/Generated/Endpoint/NoteTextDraftPayment.php @@ -1,4 +1,5 @@ $content], @@ -168,7 +169,7 @@ public static function delete( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $draftPaymentId, - $noteTextDraftPaymentId, + $noteTextDraftPaymentId ] ), $customHeaders @@ -235,7 +236,7 @@ public static function get( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $draftPaymentId, - $noteTextDraftPaymentId, + $noteTextDraftPaymentId ] ), [], diff --git a/src/Model/Generated/Endpoint/NoteTextIdealMerchantTransaction.php b/src/Model/Generated/Endpoint/NoteTextIdealMerchantTransaction.php index 53b8d793..436c827f 100644 --- a/src/Model/Generated/Endpoint/NoteTextIdealMerchantTransaction.php +++ b/src/Model/Generated/Endpoint/NoteTextIdealMerchantTransaction.php @@ -1,4 +1,5 @@ $content], @@ -139,7 +140,7 @@ public static function update( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $idealMerchantTransactionId, - $noteTextIdealMerchantTransactionId, + $noteTextIdealMerchantTransactionId ] ), [self::FIELD_CONTENT => $content], @@ -172,7 +173,7 @@ public static function delete( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $idealMerchantTransactionId, - $noteTextIdealMerchantTransactionId, + $noteTextIdealMerchantTransactionId ] ), $customHeaders @@ -209,7 +210,7 @@ public static function listing( [ static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), - $idealMerchantTransactionId, + $idealMerchantTransactionId ] ), $params, @@ -243,7 +244,7 @@ public static function get( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $idealMerchantTransactionId, - $noteTextIdealMerchantTransactionId, + $noteTextIdealMerchantTransactionId ] ), [], diff --git a/src/Model/Generated/Endpoint/NoteTextMasterCardAction.php b/src/Model/Generated/Endpoint/NoteTextMasterCardAction.php index a452bbbe..35cbbefa 100644 --- a/src/Model/Generated/Endpoint/NoteTextMasterCardAction.php +++ b/src/Model/Generated/Endpoint/NoteTextMasterCardAction.php @@ -1,4 +1,5 @@ $content], @@ -168,7 +169,7 @@ public static function delete( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $mastercardActionId, - $noteTextMasterCardActionId, + $noteTextMasterCardActionId ] ), $customHeaders @@ -235,7 +236,7 @@ public static function get( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $mastercardActionId, - $noteTextMasterCardActionId, + $noteTextMasterCardActionId ] ), [], diff --git a/src/Model/Generated/Endpoint/NoteTextPayment.php b/src/Model/Generated/Endpoint/NoteTextPayment.php index b90da031..589a8a53 100644 --- a/src/Model/Generated/Endpoint/NoteTextPayment.php +++ b/src/Model/Generated/Endpoint/NoteTextPayment.php @@ -1,4 +1,5 @@ $content], @@ -168,7 +169,7 @@ public static function delete( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $paymentId, - $noteTextPaymentId, + $noteTextPaymentId ] ), $customHeaders @@ -235,7 +236,7 @@ public static function get( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $paymentId, - $noteTextPaymentId, + $noteTextPaymentId ] ), [], diff --git a/src/Model/Generated/Endpoint/NoteTextPaymentBatch.php b/src/Model/Generated/Endpoint/NoteTextPaymentBatch.php index b948ea40..e1dcd1e4 100644 --- a/src/Model/Generated/Endpoint/NoteTextPaymentBatch.php +++ b/src/Model/Generated/Endpoint/NoteTextPaymentBatch.php @@ -1,4 +1,5 @@ $content], @@ -168,7 +169,7 @@ public static function delete( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $paymentBatchId, - $noteTextPaymentBatchId, + $noteTextPaymentBatchId ] ), $customHeaders @@ -235,7 +236,7 @@ public static function get( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $paymentBatchId, - $noteTextPaymentBatchId, + $noteTextPaymentBatchId ] ), [], diff --git a/src/Model/Generated/Endpoint/NoteTextRequestInquiry.php b/src/Model/Generated/Endpoint/NoteTextRequestInquiry.php index 46312b7e..5db060d2 100644 --- a/src/Model/Generated/Endpoint/NoteTextRequestInquiry.php +++ b/src/Model/Generated/Endpoint/NoteTextRequestInquiry.php @@ -1,4 +1,5 @@ $content], @@ -168,7 +169,7 @@ public static function delete( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $requestInquiryId, - $noteTextRequestInquiryId, + $noteTextRequestInquiryId ] ), $customHeaders @@ -235,7 +236,7 @@ public static function get( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $requestInquiryId, - $noteTextRequestInquiryId, + $noteTextRequestInquiryId ] ), [], diff --git a/src/Model/Generated/Endpoint/NoteTextRequestInquiryBatch.php b/src/Model/Generated/Endpoint/NoteTextRequestInquiryBatch.php index faa209b9..b4e6f663 100644 --- a/src/Model/Generated/Endpoint/NoteTextRequestInquiryBatch.php +++ b/src/Model/Generated/Endpoint/NoteTextRequestInquiryBatch.php @@ -1,4 +1,5 @@ $content], @@ -139,7 +140,7 @@ public static function update( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $requestInquiryBatchId, - $noteTextRequestInquiryBatchId, + $noteTextRequestInquiryBatchId ] ), [self::FIELD_CONTENT => $content], @@ -172,7 +173,7 @@ public static function delete( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $requestInquiryBatchId, - $noteTextRequestInquiryBatchId, + $noteTextRequestInquiryBatchId ] ), $customHeaders @@ -209,7 +210,7 @@ public static function listing( [ static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), - $requestInquiryBatchId, + $requestInquiryBatchId ] ), $params, @@ -243,7 +244,7 @@ public static function get( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $requestInquiryBatchId, - $noteTextRequestInquiryBatchId, + $noteTextRequestInquiryBatchId ] ), [], diff --git a/src/Model/Generated/Endpoint/NoteTextRequestResponse.php b/src/Model/Generated/Endpoint/NoteTextRequestResponse.php index 051a44d7..6683ee58 100644 --- a/src/Model/Generated/Endpoint/NoteTextRequestResponse.php +++ b/src/Model/Generated/Endpoint/NoteTextRequestResponse.php @@ -1,4 +1,5 @@ $content], @@ -168,7 +169,7 @@ public static function delete( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $requestResponseId, - $noteTextRequestResponseId, + $noteTextRequestResponseId ] ), $customHeaders @@ -235,7 +236,7 @@ public static function get( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $requestResponseId, - $noteTextRequestResponseId, + $noteTextRequestResponseId ] ), [], diff --git a/src/Model/Generated/Endpoint/NoteTextScheduleInstance.php b/src/Model/Generated/Endpoint/NoteTextScheduleInstance.php index b265f765..dea7826c 100644 --- a/src/Model/Generated/Endpoint/NoteTextScheduleInstance.php +++ b/src/Model/Generated/Endpoint/NoteTextScheduleInstance.php @@ -1,4 +1,5 @@ $content], @@ -145,7 +146,7 @@ public static function update( static::determineMonetaryAccountId($monetaryAccountId), $scheduleId, $scheduleInstanceId, - $noteTextScheduleInstanceId, + $noteTextScheduleInstanceId ] ), [self::FIELD_CONTENT => $content], @@ -181,7 +182,7 @@ public static function delete( static::determineMonetaryAccountId($monetaryAccountId), $scheduleId, $scheduleInstanceId, - $noteTextScheduleInstanceId, + $noteTextScheduleInstanceId ] ), $customHeaders @@ -221,7 +222,7 @@ public static function listing( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $scheduleId, - $scheduleInstanceId, + $scheduleInstanceId ] ), $params, @@ -258,7 +259,7 @@ public static function get( static::determineMonetaryAccountId($monetaryAccountId), $scheduleId, $scheduleInstanceId, - $noteTextScheduleInstanceId, + $noteTextScheduleInstanceId ] ), [], diff --git a/src/Model/Generated/Endpoint/NoteTextSchedulePayment.php b/src/Model/Generated/Endpoint/NoteTextSchedulePayment.php index e7b0f5ea..da0a3c17 100644 --- a/src/Model/Generated/Endpoint/NoteTextSchedulePayment.php +++ b/src/Model/Generated/Endpoint/NoteTextSchedulePayment.php @@ -1,4 +1,5 @@ $content], @@ -168,7 +169,7 @@ public static function delete( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $schedulePaymentId, - $noteTextSchedulePaymentId, + $noteTextSchedulePaymentId ] ), $customHeaders @@ -235,7 +236,7 @@ public static function get( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $schedulePaymentId, - $noteTextSchedulePaymentId, + $noteTextSchedulePaymentId ] ), [], diff --git a/src/Model/Generated/Endpoint/NoteTextSchedulePaymentBatch.php b/src/Model/Generated/Endpoint/NoteTextSchedulePaymentBatch.php index a43adf1b..8b2cbb58 100644 --- a/src/Model/Generated/Endpoint/NoteTextSchedulePaymentBatch.php +++ b/src/Model/Generated/Endpoint/NoteTextSchedulePaymentBatch.php @@ -1,4 +1,5 @@ $content], @@ -139,7 +140,7 @@ public static function update( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $schedulePaymentBatchId, - $noteTextSchedulePaymentBatchId, + $noteTextSchedulePaymentBatchId ] ), [self::FIELD_CONTENT => $content], @@ -172,7 +173,7 @@ public static function delete( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $schedulePaymentBatchId, - $noteTextSchedulePaymentBatchId, + $noteTextSchedulePaymentBatchId ] ), $customHeaders @@ -209,7 +210,7 @@ public static function listing( [ static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), - $schedulePaymentBatchId, + $schedulePaymentBatchId ] ), $params, @@ -243,7 +244,7 @@ public static function get( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $schedulePaymentBatchId, - $noteTextSchedulePaymentBatchId, + $noteTextSchedulePaymentBatchId ] ), [], diff --git a/src/Model/Generated/Endpoint/NoteTextSofortMerchantTransaction.php b/src/Model/Generated/Endpoint/NoteTextSofortMerchantTransaction.php index 6c055921..5c5659cc 100644 --- a/src/Model/Generated/Endpoint/NoteTextSofortMerchantTransaction.php +++ b/src/Model/Generated/Endpoint/NoteTextSofortMerchantTransaction.php @@ -1,4 +1,5 @@ $content], @@ -139,7 +140,7 @@ public static function update( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $sofortMerchantTransactionId, - $noteTextSofortMerchantTransactionId, + $noteTextSofortMerchantTransactionId ] ), [self::FIELD_CONTENT => $content], @@ -172,7 +173,7 @@ public static function delete( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $sofortMerchantTransactionId, - $noteTextSofortMerchantTransactionId, + $noteTextSofortMerchantTransactionId ] ), $customHeaders @@ -209,7 +210,7 @@ public static function listing( [ static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), - $sofortMerchantTransactionId, + $sofortMerchantTransactionId ] ), $params, @@ -243,7 +244,7 @@ public static function get( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $sofortMerchantTransactionId, - $noteTextSofortMerchantTransactionId, + $noteTextSofortMerchantTransactionId ] ), [], diff --git a/src/Model/Generated/Endpoint/NoteTextWhitelistResult.php b/src/Model/Generated/Endpoint/NoteTextWhitelistResult.php index bed5471e..2181c827 100644 --- a/src/Model/Generated/Endpoint/NoteTextWhitelistResult.php +++ b/src/Model/Generated/Endpoint/NoteTextWhitelistResult.php @@ -1,4 +1,5 @@ $content], @@ -145,7 +146,7 @@ public static function update( static::determineMonetaryAccountId($monetaryAccountId), $whitelistId, $whitelistResultId, - $noteTextWhitelistResultId, + $noteTextWhitelistResultId ] ), [self::FIELD_CONTENT => $content], @@ -181,7 +182,7 @@ public static function delete( static::determineMonetaryAccountId($monetaryAccountId), $whitelistId, $whitelistResultId, - $noteTextWhitelistResultId, + $noteTextWhitelistResultId ] ), $customHeaders @@ -221,7 +222,7 @@ public static function listing( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $whitelistId, - $whitelistResultId, + $whitelistResultId ] ), $params, @@ -258,7 +259,7 @@ public static function get( static::determineMonetaryAccountId($monetaryAccountId), $whitelistId, $whitelistResultId, - $noteTextWhitelistResultId, + $noteTextWhitelistResultId ] ), [], diff --git a/src/Model/Generated/Endpoint/NotificationFilterPushUser.php b/src/Model/Generated/Endpoint/NotificationFilterPushUser.php index 4d689613..7a5085d4 100644 --- a/src/Model/Generated/Endpoint/NotificationFilterPushUser.php +++ b/src/Model/Generated/Endpoint/NotificationFilterPushUser.php @@ -1,4 +1,5 @@ $description, self::FIELD_ATTACHMENT => $attachment, self::FIELD_MERCHANT_REFERENCE => $merchantReference, - self::FIELD_ALLOW_BUNQTO => $allowBunqto, + self::FIELD_ALLOW_BUNQTO => $allowBunqto ], $customHeaders ); diff --git a/src/Model/Generated/Endpoint/PaymentBatch.php b/src/Model/Generated/Endpoint/PaymentBatch.php index 96cfa138..4997509f 100644 --- a/src/Model/Generated/Endpoint/PaymentBatch.php +++ b/src/Model/Generated/Endpoint/PaymentBatch.php @@ -1,4 +1,5 @@ $clientPaymentServiceProviderCertificate, self::FIELD_CLIENT_PAYMENT_SERVICE_PROVIDER_CERTIFICATE_CHAIN => $clientPaymentServiceProviderCertificateChain, - self::FIELD_CLIENT_PUBLIC_KEY_SIGNATURE => $clientPublicKeySignature, + self::FIELD_CLIENT_PUBLIC_KEY_SIGNATURE => $clientPublicKeySignature ], $customHeaders ); diff --git a/src/Model/Generated/Endpoint/PermittedIp.php b/src/Model/Generated/Endpoint/PermittedIp.php index d7e8f91d..46ea6122 100644 --- a/src/Model/Generated/Endpoint/PermittedIp.php +++ b/src/Model/Generated/Endpoint/PermittedIp.php @@ -1,4 +1,5 @@ $ip, - self::FIELD_STATUS => $status, + self::FIELD_STATUS => $status ], $customHeaders ); diff --git a/src/Model/Generated/Endpoint/RequestInquiry.php b/src/Model/Generated/Endpoint/RequestInquiry.php index 1aebe5ae..70c94c7a 100644 --- a/src/Model/Generated/Endpoint/RequestInquiry.php +++ b/src/Model/Generated/Endpoint/RequestInquiry.php @@ -1,4 +1,5 @@ $allowAmountHigher, self::FIELD_ALLOW_BUNQME => $allowBunqme, self::FIELD_REDIRECT_URL => $redirectUrl, - self::FIELD_EVENT_ID => $eventId, + self::FIELD_EVENT_ID => $eventId ], $customHeaders ); diff --git a/src/Model/Generated/Endpoint/RequestInquiryBatch.php b/src/Model/Generated/Endpoint/RequestInquiryBatch.php index e313f78f..3b8adf2c 100644 --- a/src/Model/Generated/Endpoint/RequestInquiryBatch.php +++ b/src/Model/Generated/Endpoint/RequestInquiryBatch.php @@ -1,4 +1,5 @@ $requestInquiries, self::FIELD_STATUS => $status, self::FIELD_TOTAL_AMOUNT_INQUIRED => $totalAmountInquired, - self::FIELD_EVENT_ID => $eventId, + self::FIELD_EVENT_ID => $eventId ], $customHeaders ); @@ -175,7 +176,7 @@ public static function update( [ static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), - $requestInquiryBatchId, + $requestInquiryBatchId ] ), [self::FIELD_STATUS => $status], @@ -208,7 +209,7 @@ public static function get( [ static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), - $requestInquiryBatchId, + $requestInquiryBatchId ] ), [], diff --git a/src/Model/Generated/Endpoint/RequestResponse.php b/src/Model/Generated/Endpoint/RequestResponse.php index 42cee1df..c15c3706 100644 --- a/src/Model/Generated/Endpoint/RequestResponse.php +++ b/src/Model/Generated/Endpoint/RequestResponse.php @@ -1,4 +1,5 @@ $amountResponded, self::FIELD_STATUS => $status, self::FIELD_ADDRESS_SHIPPING => $addressShipping, - self::FIELD_ADDRESS_BILLING => $addressBilling, + self::FIELD_ADDRESS_BILLING => $addressBilling ], $customHeaders ); diff --git a/src/Model/Generated/Endpoint/Reward.php b/src/Model/Generated/Endpoint/Reward.php index 27ae738e..2dcf92ef 100644 --- a/src/Model/Generated/Endpoint/Reward.php +++ b/src/Model/Generated/Endpoint/Reward.php @@ -1,4 +1,5 @@ $state], diff --git a/src/Model/Generated/Endpoint/SchedulePayment.php b/src/Model/Generated/Endpoint/SchedulePayment.php index e83d3891..b9b9cb61 100644 --- a/src/Model/Generated/Endpoint/SchedulePayment.php +++ b/src/Model/Generated/Endpoint/SchedulePayment.php @@ -1,4 +1,5 @@ $payment, - self::FIELD_SCHEDULE => $schedule, + self::FIELD_SCHEDULE => $schedule ], $customHeaders ); @@ -212,7 +213,7 @@ public static function update( ), [ self::FIELD_PAYMENT => $payment, - self::FIELD_SCHEDULE => $schedule, + self::FIELD_SCHEDULE => $schedule ], $customHeaders ); diff --git a/src/Model/Generated/Endpoint/SchedulePaymentBatch.php b/src/Model/Generated/Endpoint/SchedulePaymentBatch.php index a1269943..1a7c5db4 100644 --- a/src/Model/Generated/Endpoint/SchedulePaymentBatch.php +++ b/src/Model/Generated/Endpoint/SchedulePaymentBatch.php @@ -1,4 +1,5 @@ $payments, - self::FIELD_SCHEDULE => $schedule, + self::FIELD_SCHEDULE => $schedule ], $customHeaders ); @@ -122,12 +123,12 @@ public static function update( [ static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), - $schedulePaymentBatchId, + $schedulePaymentBatchId ] ), [ self::FIELD_PAYMENTS => $payments, - self::FIELD_SCHEDULE => $schedule, + self::FIELD_SCHEDULE => $schedule ], $customHeaders ); @@ -155,7 +156,7 @@ public static function delete( [ static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), - $schedulePaymentBatchId, + $schedulePaymentBatchId ] ), $customHeaders diff --git a/src/Model/Generated/Endpoint/ScheduleUser.php b/src/Model/Generated/Endpoint/ScheduleUser.php index 28b5c284..55d344c2 100644 --- a/src/Model/Generated/Endpoint/ScheduleUser.php +++ b/src/Model/Generated/Endpoint/ScheduleUser.php @@ -1,4 +1,5 @@ $status, self::FIELD_SHARE_TYPE => $shareType, self::FIELD_START_DATE => $startDate, - self::FIELD_END_DATE => $endDate, + self::FIELD_END_DATE => $endDate ], $customHeaders ); @@ -294,7 +295,7 @@ public static function get( [ static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), - $shareInviteBankInquiryId, + $shareInviteBankInquiryId ] ), [], @@ -342,14 +343,14 @@ public static function update( [ static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), - $shareInviteBankInquiryId, + $shareInviteBankInquiryId ] ), [ self::FIELD_SHARE_DETAIL => $shareDetail, self::FIELD_STATUS => $status, self::FIELD_START_DATE => $startDate, - self::FIELD_END_DATE => $endDate, + self::FIELD_END_DATE => $endDate ], $customHeaders ); diff --git a/src/Model/Generated/Endpoint/ShareInviteBankInquiryBatch.php b/src/Model/Generated/Endpoint/ShareInviteBankInquiryBatch.php index 87908c67..797766f7 100644 --- a/src/Model/Generated/Endpoint/ShareInviteBankInquiryBatch.php +++ b/src/Model/Generated/Endpoint/ShareInviteBankInquiryBatch.php @@ -1,4 +1,5 @@ $status, self::FIELD_SHARE_TYPE => $shareType, self::FIELD_START_DATE => $startDate, - self::FIELD_END_DATE => $endDate, + self::FIELD_END_DATE => $endDate ], $customHeaders ); @@ -294,7 +295,7 @@ public static function get( [ static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), - $shareInviteMonetaryAccountInquiryId, + $shareInviteMonetaryAccountInquiryId ] ), [], @@ -342,14 +343,14 @@ public static function update( [ static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), - $shareInviteMonetaryAccountInquiryId, + $shareInviteMonetaryAccountInquiryId ] ), [ self::FIELD_SHARE_DETAIL => $shareDetail, self::FIELD_STATUS => $status, self::FIELD_START_DATE => $startDate, - self::FIELD_END_DATE => $endDate, + self::FIELD_END_DATE => $endDate ], $customHeaders ); diff --git a/src/Model/Generated/Endpoint/ShareInviteMonetaryAccountResponse.php b/src/Model/Generated/Endpoint/ShareInviteMonetaryAccountResponse.php index 89ffd4f7..d44b883d 100644 --- a/src/Model/Generated/Endpoint/ShareInviteMonetaryAccountResponse.php +++ b/src/Model/Generated/Endpoint/ShareInviteMonetaryAccountResponse.php @@ -1,4 +1,5 @@ $status, - self::FIELD_CARD_ID => $cardId, + self::FIELD_CARD_ID => $cardId ], $customHeaders ); diff --git a/src/Model/Generated/Endpoint/SofortMerchantTransaction.php b/src/Model/Generated/Endpoint/SofortMerchantTransaction.php index d8be51be..ce221ff3 100644 --- a/src/Model/Generated/Endpoint/SofortMerchantTransaction.php +++ b/src/Model/Generated/Endpoint/SofortMerchantTransaction.php @@ -1,4 +1,5 @@ $avatarAttachmentUuid, self::FIELD_TAB_ATTACHMENT => $tabAttachment, self::FIELD_QUANTITY => $quantity, - self::FIELD_AMOUNT => $amount, + self::FIELD_AMOUNT => $amount ], $customHeaders ); @@ -273,7 +274,7 @@ public static function update( static::determineMonetaryAccountId($monetaryAccountId), $cashRegisterId, $tabUuid, - $tabItemShopId, + $tabItemShopId ] ), [ @@ -282,7 +283,7 @@ public static function update( self::FIELD_AVATAR_ATTACHMENT_UUID => $avatarAttachmentUuid, self::FIELD_TAB_ATTACHMENT => $tabAttachment, self::FIELD_QUANTITY => $quantity, - self::FIELD_AMOUNT => $amount, + self::FIELD_AMOUNT => $amount ], $customHeaders ); @@ -318,7 +319,7 @@ public static function delete( static::determineMonetaryAccountId($monetaryAccountId), $cashRegisterId, $tabUuid, - $tabItemShopId, + $tabItemShopId ] ), $customHeaders @@ -358,7 +359,7 @@ public static function listing( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $cashRegisterId, - $tabUuid, + $tabUuid ] ), $params, @@ -397,7 +398,7 @@ public static function get( static::determineMonetaryAccountId($monetaryAccountId), $cashRegisterId, $tabUuid, - $tabItemShopId, + $tabItemShopId ] ), [], diff --git a/src/Model/Generated/Endpoint/TabItemShopBatch.php b/src/Model/Generated/Endpoint/TabItemShopBatch.php index f99709cc..300fc7f4 100644 --- a/src/Model/Generated/Endpoint/TabItemShopBatch.php +++ b/src/Model/Generated/Endpoint/TabItemShopBatch.php @@ -1,4 +1,5 @@ $tabItems], diff --git a/src/Model/Generated/Endpoint/TabQrCodeContent.php b/src/Model/Generated/Endpoint/TabQrCodeContent.php index 95e25223..fc792065 100644 --- a/src/Model/Generated/Endpoint/TabQrCodeContent.php +++ b/src/Model/Generated/Endpoint/TabQrCodeContent.php @@ -1,4 +1,5 @@ $redirectUrl, self::FIELD_VISIBILITY => $visibility, self::FIELD_EXPIRATION => $expiration, - self::FIELD_TAB_ATTACHMENT => $tabAttachment, + self::FIELD_TAB_ATTACHMENT => $tabAttachment ], $customHeaders ); @@ -484,7 +485,7 @@ public static function update( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $cashRegisterId, - $tabUsageMultipleUuid, + $tabUsageMultipleUuid ] ), [ @@ -492,7 +493,7 @@ public static function update( self::FIELD_AMOUNT_TOTAL => $amountTotal, self::FIELD_VISIBILITY => $visibility, self::FIELD_EXPIRATION => $expiration, - self::FIELD_TAB_ATTACHMENT => $tabAttachment, + self::FIELD_TAB_ATTACHMENT => $tabAttachment ], $customHeaders ); @@ -525,7 +526,7 @@ public static function delete( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $cashRegisterId, - $tabUsageMultipleUuid, + $tabUsageMultipleUuid ] ), $customHeaders @@ -560,7 +561,7 @@ public static function get( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $cashRegisterId, - $tabUsageMultipleUuid, + $tabUsageMultipleUuid ] ), [], diff --git a/src/Model/Generated/Endpoint/TabUsageSingle.php b/src/Model/Generated/Endpoint/TabUsageSingle.php index d0b48612..c531ce5c 100644 --- a/src/Model/Generated/Endpoint/TabUsageSingle.php +++ b/src/Model/Generated/Endpoint/TabUsageSingle.php @@ -1,4 +1,5 @@ $redirectUrl, self::FIELD_VISIBILITY => $visibility, self::FIELD_EXPIRATION => $expiration, - self::FIELD_TAB_ATTACHMENT => $tabAttachment, + self::FIELD_TAB_ATTACHMENT => $tabAttachment ], $customHeaders ); @@ -514,7 +515,7 @@ public static function update( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $cashRegisterId, - $tabUsageSingleUuid, + $tabUsageSingleUuid ] ), [ @@ -522,7 +523,7 @@ public static function update( self::FIELD_AMOUNT_TOTAL => $amountTotal, self::FIELD_VISIBILITY => $visibility, self::FIELD_EXPIRATION => $expiration, - self::FIELD_TAB_ATTACHMENT => $tabAttachment, + self::FIELD_TAB_ATTACHMENT => $tabAttachment ], $customHeaders ); @@ -555,7 +556,7 @@ public static function delete( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $cashRegisterId, - $tabUsageSingleUuid, + $tabUsageSingleUuid ] ), $customHeaders @@ -590,7 +591,7 @@ public static function get( static::determineUserId(), static::determineMonetaryAccountId($monetaryAccountId), $cashRegisterId, - $tabUsageSingleUuid, + $tabUsageSingleUuid ] ), [], diff --git a/src/Model/Generated/Endpoint/TokenQrRequestIdeal.php b/src/Model/Generated/Endpoint/TokenQrRequestIdeal.php index d1202107..c6ed3c79 100644 --- a/src/Model/Generated/Endpoint/TokenQrRequestIdeal.php +++ b/src/Model/Generated/Endpoint/TokenQrRequestIdeal.php @@ -1,4 +1,5 @@ $subStatus, self::FIELD_SESSION_TIMEOUT => $sessionTimeout, self::FIELD_DAILY_LIMIT_WITHOUT_CONFIRMATION_LOGIN => $dailyLimitWithoutConfirmationLogin, - self::FIELD_NOTIFICATION_FILTERS => $notificationFilters, + self::FIELD_NOTIFICATION_FILTERS => $notificationFilters ], $customHeaders ); diff --git a/src/Model/Generated/Endpoint/UserCompanyName.php b/src/Model/Generated/Endpoint/UserCompanyName.php index 39722e09..36c0f840 100644 --- a/src/Model/Generated/Endpoint/UserCompanyName.php +++ b/src/Model/Generated/Endpoint/UserCompanyName.php @@ -1,4 +1,5 @@ $sessionTimeout, self::FIELD_DAILY_LIMIT_WITHOUT_CONFIRMATION_LOGIN => $dailyLimitWithoutConfirmationLogin, self::FIELD_NOTIFICATION_FILTERS => $notificationFilters, - self::FIELD_DISPLAY_NAME => $displayName, + self::FIELD_DISPLAY_NAME => $displayName ], $customHeaders ); diff --git a/src/Model/Generated/Endpoint/Whitelist.php b/src/Model/Generated/Endpoint/Whitelist.php index 33dc1fe0..58b25bcf 100644 --- a/src/Model/Generated/Endpoint/Whitelist.php +++ b/src/Model/Generated/Endpoint/Whitelist.php @@ -1,4 +1,5 @@ $monetaryAccountPayingId, self::FIELD_REQUEST_ID => $requestId, - self::FIELD_MAXIMUM_AMOUNT_PER_MONTH => $maximumAmountPerMonth, + self::FIELD_MAXIMUM_AMOUNT_PER_MONTH => $maximumAmountPerMonth ], $customHeaders ); @@ -232,7 +233,7 @@ public static function update( ), [ self::FIELD_MONETARY_ACCOUNT_PAYING_ID => $monetaryAccountPayingId, - self::FIELD_MAXIMUM_AMOUNT_PER_MONTH => $maximumAmountPerMonth, + self::FIELD_MAXIMUM_AMOUNT_PER_MONTH => $maximumAmountPerMonth ], $customHeaders ); diff --git a/src/Model/Generated/Object/Address.php b/src/Model/Generated/Object/Address.php index 481893d5..0d968d95 100644 --- a/src/Model/Generated/Object/Address.php +++ b/src/Model/Generated/Object/Address.php @@ -1,4 +1,5 @@ colorFieldForRequest = $color; + $this->iconFieldForRequest = $icon; $this->defaultAvatarStatusFieldForRequest = $defaultAvatarStatus; $this->restrictionChatFieldForRequest = $restrictionChat; } @@ -93,6 +111,28 @@ public function setColor($color) $this->color = $color; } + /** + * The icon chosen for the MonetaryAccount. + * + * @return string + */ + public function getIcon() + { + return $this->icon; + } + + /** + * @param string $icon + * + * @deprecated User should not be able to set values via setters, use + * constructor. + * + */ + public function setIcon($icon) + { + $this->icon = $icon; + } + /** * The status of the avatar. Can be either AVATAR_DEFAULT, AVATAR_CUSTOM or * AVATAR_UNDETERMINED. @@ -148,6 +188,10 @@ public function isAllFieldNull() return false; } + if (!is_null($this->icon)) { + return false; + } + if (!is_null($this->defaultAvatarStatus)) { return false; } diff --git a/src/Model/Generated/Object/NotificationAnchorObject.php b/src/Model/Generated/Object/NotificationAnchorObject.php index a874cd04..eb2d8255 100644 --- a/src/Model/Generated/Object/NotificationAnchorObject.php +++ b/src/Model/Generated/Object/NotificationAnchorObject.php @@ -1,4 +1,5 @@ url; - } - - /** - * @param string $url - * - * @deprecated User should not be able to set values via setters, use - * constructor. - * + * @var string */ - public function setUrl($url) - { - $this->url = $url; - } + protected $url; /** * The id of the callback URL. @@ -124,15 +103,33 @@ public function setUpdated($updated) $this->updated = $updated; } + /** + * The Callback URL. + * + * @return string + */ + public function getUrl() + { + return $this->url; + } + + /** + * @param string $url + * + * @deprecated User should not be able to set values via setters, use + * constructor. + * + */ + public function setUrl($url) + { + $this->url = $url; + } + /** * @return bool */ public function isAllFieldNull() { - if (!is_null($this->url)) { - return false; - } - if (!is_null($this->id)) { return false; } @@ -145,6 +142,10 @@ public function isAllFieldNull() return false; } + if (!is_null($this->url)) { + return false; + } + return true; } } diff --git a/src/Model/Generated/Object/PermittedDevice.php b/src/Model/Generated/Object/PermittedDevice.php index 05bc804e..0cdf4a5f 100644 --- a/src/Model/Generated/Object/PermittedDevice.php +++ b/src/Model/Generated/Object/PermittedDevice.php @@ -1,4 +1,5 @@