diff --git a/CHANGELOG.md b/CHANGELOG.md
index f105e47a..34df015f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+### v3.13.0 от 05.02.2026
+* Валидация `payment_order.recipient.bank.name` и `payment_order.payment_period.year`
+* Выплаты самозанятым теперь `deprecated`
+* Информация про чеки самозанятых в платежах и возвратах удалена - больше не поддерживаем сервисы для самозанятых
+* Добавлена возможность выставления счета по смс и email
+* Добавлена поддержка работы со списками выплат
+* Обновлен Copyright
+
### v3.12.0 от 17.12.2025
* Добавлен необязательный параметр `metadata` в запрос `RefundRequest` и объект `Refund`
* Добавлена поддержка ставки НДС 22% — она вступает в силу 1 января 2026 года и заменяет основную ставку в 20%.
diff --git a/LICENSE.md b/LICENSE.md
index 8d404627..5399683c 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -1,7 +1,7 @@
The MIT License
-Copyright (c) 2025 "YooMoney", NBСO LLC
+Copyright (c) 2026 "YooMoney", NBСO LLC
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/composer.json b/composer.json
index ff92a55d..6d59a029 100644
--- a/composer.json
+++ b/composer.json
@@ -13,9 +13,9 @@
],
"dist": {
"type": "zip",
- "url": "https://git.yoomoney.ru/rest/api/latest/projects/SDK/repos/yookassa-sdk-php/archive?at=refs%2Ftags%2F3.12.0&format=zip"
+ "url": "https://git.yoomoney.ru/rest/api/latest/projects/SDK/repos/yookassa-sdk-php/archive?at=refs%2Ftags%2F3.13.0&format=zip"
},
- "version": "3.12.0",
+ "version": "3.13.0",
"require": {
"php": ">=8.0",
"ext-curl": "*",
diff --git a/docs/classes/YooKassa-Client-ApiClientInterface.md b/docs/classes/YooKassa-Client-ApiClientInterface.md
index a316ba72..c6b83a5b 100644
--- a/docs/classes/YooKassa-Client-ApiClientInterface.md
+++ b/docs/classes/YooKassa-Client-ApiClientInterface.md
@@ -223,10 +223,10 @@ public setAdvancedCurlOptions() : void
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Client-BaseClient.md b/docs/classes/YooKassa-Client-BaseClient.md
index c22d81c4..51eb746b 100644
--- a/docs/classes/YooKassa-Client-BaseClient.md
+++ b/docs/classes/YooKassa-Client-BaseClient.md
@@ -742,10 +742,10 @@ protected handleError(\YooKassa\Common\ResponseObject $response) : void
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Client-CurlClient.md b/docs/classes/YooKassa-Client-CurlClient.md
index d2f25ad1..0e43b345 100644
--- a/docs/classes/YooKassa-Client-CurlClient.md
+++ b/docs/classes/YooKassa-Client-CurlClient.md
@@ -510,10 +510,10 @@ public setTimeout(int $timeout) : void
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Client-UserAgent.md b/docs/classes/YooKassa-Client-UserAgent.md
index b7adf658..809cd2c0 100644
--- a/docs/classes/YooKassa-Client-UserAgent.md
+++ b/docs/classes/YooKassa-Client-UserAgent.md
@@ -325,10 +325,10 @@ public setModule(string $name, string $version) : void
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Client.md b/docs/classes/YooKassa-Client.md
index 62d322dd..0bd0992b 100644
--- a/docs/classes/YooKassa-Client.md
+++ b/docs/classes/YooKassa-Client.md
@@ -85,6 +85,7 @@ $client->setAuthToken('token_XXXXXXX');
| public | [getPaymentMethodInfo()](../classes/YooKassa-Client.md#method_getPaymentMethodInfo) | | Получить информацию о способе оплаты |
| public | [getPayments()](../classes/YooKassa-Client.md#method_getPayments) | | Получить список платежей магазина. |
| public | [getPayoutInfo()](../classes/YooKassa-Client.md#method_getPayoutInfo) | | Получить информацию о выплате. |
+| public | [getPayouts()](../classes/YooKassa-Client.md#method_getPayouts) | | Получить список выплат магазина. |
| public | [getPersonalDataInfo()](../classes/YooKassa-Client.md#method_getPersonalDataInfo) | | Получить информацию о персональных данных. |
| public | [getReceiptInfo()](../classes/YooKassa-Client.md#method_getReceiptInfo) | | Получить информацию о чеке. |
| public | [getReceipts()](../classes/YooKassa-Client.md#method_getReceipts) | | Получить список чеков магазина. |
@@ -300,7 +301,7 @@ DEFAULT_ATTEMPTS_COUNT = 3
Текущая версия библиотеки.
```php
-SDK_VERSION = '3.12.0'
+SDK_VERSION = '3.13.0'
```
@@ -1888,6 +1889,81 @@ try {
```
+
+#### public getPayouts() : ?\YooKassa\Request\Payouts\PayoutsResponse
+
+```php
+public getPayouts(array|\YooKassa\Request\Payouts\PayoutsRequestInterface|null $filter = null) : ?\YooKassa\Request\Payouts\PayoutsResponse
+```
+
+**Summary**
+
+Получить список выплат магазина.
+
+**Description**
+
+Запрос позволяет получить список выплат, отфильтрованный по заданным критериям.
+В ответ на запрос вернется список выплат с учетом переданных параметров. В списке будет информация о платежах,
+созданных за последние 3 года. Список будет отсортирован по времени создания выплат в порядке убывания.
+Если результатов больше, чем задано в `limit`, список будет выводиться фрагментами. В этом случае в ответе
+на запрос вернется фрагмент списка и параметр `next_cursor` с указателем на следующий фрагмент.
+
+**Details:**
+* Inherited From: [\YooKassa\Client](../classes/YooKassa-Client.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| array OR \YooKassa\Request\Payouts\PayoutsRequestInterface OR null | filter | Параметры фильтрации |
+
+##### Throws:
+| Type | Description |
+| ---- | ----------- |
+| \YooKassa\Common\Exceptions\ApiException | Неожиданный код ошибки |
+| \YooKassa\Common\Exceptions\BadApiRequestException | Неправильный запрос. Чаще всего этот статус выдается из-за нарушения правил взаимодействия с API |
+| \YooKassa\Common\Exceptions\ForbiddenException | Секретный ключ или OAuth-токен верный, но не хватает прав для совершения операции |
+| \YooKassa\Common\Exceptions\InternalServerError | Технические неполадки на стороне ЮKassa. Результат обработки запроса неизвестен. Повторите запрос позднее с тем же ключом идемпотентности |
+| \YooKassa\Common\Exceptions\NotFoundException | Ресурс не найден |
+| \YooKassa\Common\Exceptions\ResponseProcessingException | Запрос был принят на обработку, но она не завершена |
+| \YooKassa\Common\Exceptions\TooManyRequestsException | Превышен лимит запросов в единицу времени. Попробуйте снизить интенсивность запросов |
+| \YooKassa\Common\Exceptions\UnauthorizedException | Неверное имя пользователя или пароль или невалидный OAuth-токен при аутентификации |
+| \YooKassa\Common\Exceptions\ExtensionNotFoundException | Требуемое PHP расширение не установлено |
+| \Exception | |
+
+**Returns:** ?\YooKassa\Request\Payouts\PayoutsResponse -
+##### Examples:
+Получить список выплат магазина с фильтрацией:
+
+```php
+$cursor = null;
+$params = [
+ 'limit' => 30,
+ 'status' => \YooKassa\Model\Payout\PayoutStatus::CANCELED,
+ 'payout_destination_type' => \YooKassa\Model\Payout\PayoutDestinationType::BANK_CARD,
+ 'created_at_gte' => '2024-01-01T00:00:00.000Z',
+ 'created_at_lt' => '2026-01-30T23:59:59.999Z',
+];
+
+try {
+ do {
+ $params['cursor'] = $cursor;
+ $payouts = $client->getPayouts($params);
+ foreach ($payouts->getItems() as $payout) {
+ echo $payout->getCreatedAt()->format('Y-m-d H:i:s') . ' - ' .
+ $payout->getStatus() . ' - ' .
+ $payout->getId() . ' - ' .
+ $payout->getPayoutDestination()?->getType() . "\n";
+ }
+ } while ($cursor = $payouts->getNextCursor());
+} catch (\Exception $e) {
+ $response = $e;
+}
+
+var_dump($response);
+
+```
+
+
#### public getPersonalDataInfo() : null|\YooKassa\Model\PersonalData\PersonalDataInterface
@@ -2871,10 +2947,10 @@ protected handleError(\YooKassa\Common\ResponseObject $response) : void
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-AbstractEnum.md b/docs/classes/YooKassa-Common-AbstractEnum.md
index 83b6e6ec..258b4a13 100644
--- a/docs/classes/YooKassa-Common-AbstractEnum.md
+++ b/docs/classes/YooKassa-Common-AbstractEnum.md
@@ -127,10 +127,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-AbstractObject.md b/docs/classes/YooKassa-Common-AbstractObject.md
index ea02062e..110e4bc0 100644
--- a/docs/classes/YooKassa-Common-AbstractObject.md
+++ b/docs/classes/YooKassa-Common-AbstractObject.md
@@ -375,10 +375,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-AbstractRequest.md b/docs/classes/YooKassa-Common-AbstractRequest.md
index 7df5522a..aa4c0429 100644
--- a/docs/classes/YooKassa-Common-AbstractRequest.md
+++ b/docs/classes/YooKassa-Common-AbstractRequest.md
@@ -452,10 +452,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-AbstractRequestBuilder.md b/docs/classes/YooKassa-Common-AbstractRequestBuilder.md
index 6a24d097..f988ff03 100644
--- a/docs/classes/YooKassa-Common-AbstractRequestBuilder.md
+++ b/docs/classes/YooKassa-Common-AbstractRequestBuilder.md
@@ -160,10 +160,10 @@ Abstract protected initCurrentObject() : \YooKassa\Common\AbstractRequestInterfa
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-AbstractRequestInterface.md b/docs/classes/YooKassa-Common-AbstractRequestInterface.md
index 05acdbb7..f71d0779 100644
--- a/docs/classes/YooKassa-Common-AbstractRequestInterface.md
+++ b/docs/classes/YooKassa-Common-AbstractRequestInterface.md
@@ -99,10 +99,10 @@ public getLastValidationError() : string|null
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-Errors-AbstractError.md b/docs/classes/YooKassa-Common-Errors-AbstractError.md
index bdc706d3..5b626d29 100644
--- a/docs/classes/YooKassa-Common-Errors-AbstractError.md
+++ b/docs/classes/YooKassa-Common-Errors-AbstractError.md
@@ -718,10 +718,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-Errors-ErrorBadRequest.md b/docs/classes/YooKassa-Common-Errors-ErrorBadRequest.md
index 466140cd..81aa19ac 100644
--- a/docs/classes/YooKassa-Common-Errors-ErrorBadRequest.md
+++ b/docs/classes/YooKassa-Common-Errors-ErrorBadRequest.md
@@ -723,10 +723,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-Errors-ErrorCode.md b/docs/classes/YooKassa-Common-Errors-ErrorCode.md
index 5da86768..cd369c02 100644
--- a/docs/classes/YooKassa-Common-Errors-ErrorCode.md
+++ b/docs/classes/YooKassa-Common-Errors-ErrorCode.md
@@ -244,10 +244,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-Errors-ErrorCommon.md b/docs/classes/YooKassa-Common-Errors-ErrorCommon.md
index f895abf8..4ea4194e 100644
--- a/docs/classes/YooKassa-Common-Errors-ErrorCommon.md
+++ b/docs/classes/YooKassa-Common-Errors-ErrorCommon.md
@@ -722,10 +722,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-Errors-ErrorFactory.md b/docs/classes/YooKassa-Common-Errors-ErrorFactory.md
index a0cbbb30..4152dbaa 100644
--- a/docs/classes/YooKassa-Common-Errors-ErrorFactory.md
+++ b/docs/classes/YooKassa-Common-Errors-ErrorFactory.md
@@ -98,10 +98,10 @@ public factoryFromArray(array $data, null|string $code = null) : \YooKassa\Commo
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-Errors-ErrorForbidden.md b/docs/classes/YooKassa-Common-Errors-ErrorForbidden.md
index 97e929ca..206226ed 100644
--- a/docs/classes/YooKassa-Common-Errors-ErrorForbidden.md
+++ b/docs/classes/YooKassa-Common-Errors-ErrorForbidden.md
@@ -722,10 +722,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-Errors-ErrorGone.md b/docs/classes/YooKassa-Common-Errors-ErrorGone.md
index 9995f3d0..2f2a8475 100644
--- a/docs/classes/YooKassa-Common-Errors-ErrorGone.md
+++ b/docs/classes/YooKassa-Common-Errors-ErrorGone.md
@@ -722,10 +722,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-Errors-ErrorInternalServerError.md b/docs/classes/YooKassa-Common-Errors-ErrorInternalServerError.md
index 6b090ccc..b7d46cee 100644
--- a/docs/classes/YooKassa-Common-Errors-ErrorInternalServerError.md
+++ b/docs/classes/YooKassa-Common-Errors-ErrorInternalServerError.md
@@ -722,10 +722,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-Errors-ErrorInvalidCredentials.md b/docs/classes/YooKassa-Common-Errors-ErrorInvalidCredentials.md
index 8bfef264..bf390c24 100644
--- a/docs/classes/YooKassa-Common-Errors-ErrorInvalidCredentials.md
+++ b/docs/classes/YooKassa-Common-Errors-ErrorInvalidCredentials.md
@@ -722,10 +722,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-Errors-ErrorNotFound.md b/docs/classes/YooKassa-Common-Errors-ErrorNotFound.md
index 88b16d0e..aa0968ed 100644
--- a/docs/classes/YooKassa-Common-Errors-ErrorNotFound.md
+++ b/docs/classes/YooKassa-Common-Errors-ErrorNotFound.md
@@ -722,10 +722,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-Errors-ErrorTooManyRequests.md b/docs/classes/YooKassa-Common-Errors-ErrorTooManyRequests.md
index eba0a7ee..5682e26b 100644
--- a/docs/classes/YooKassa-Common-Errors-ErrorTooManyRequests.md
+++ b/docs/classes/YooKassa-Common-Errors-ErrorTooManyRequests.md
@@ -722,10 +722,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-Errors-ErrorUnknown.md b/docs/classes/YooKassa-Common-Errors-ErrorUnknown.md
index 1f46cc2a..d541b2c4 100644
--- a/docs/classes/YooKassa-Common-Errors-ErrorUnknown.md
+++ b/docs/classes/YooKassa-Common-Errors-ErrorUnknown.md
@@ -722,10 +722,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-Exceptions-ApiConnectionException.md b/docs/classes/YooKassa-Common-Exceptions-ApiConnectionException.md
index 15eebeae..56963627 100644
--- a/docs/classes/YooKassa-Common-Exceptions-ApiConnectionException.md
+++ b/docs/classes/YooKassa-Common-Exceptions-ApiConnectionException.md
@@ -280,10 +280,10 @@ protected parseErrorBody(array $errorData) : void
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-Exceptions-ApiException.md b/docs/classes/YooKassa-Common-Exceptions-ApiException.md
index cb0ac245..7d068b4d 100644
--- a/docs/classes/YooKassa-Common-Exceptions-ApiException.md
+++ b/docs/classes/YooKassa-Common-Exceptions-ApiException.md
@@ -274,10 +274,10 @@ protected parseErrorBody(array $errorData) : void
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-Exceptions-AuthorizeException.md b/docs/classes/YooKassa-Common-Exceptions-AuthorizeException.md
index 3a3c6ecb..0bd95b85 100644
--- a/docs/classes/YooKassa-Common-Exceptions-AuthorizeException.md
+++ b/docs/classes/YooKassa-Common-Exceptions-AuthorizeException.md
@@ -280,10 +280,10 @@ protected parseErrorBody(array $errorData) : void
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-Exceptions-BadApiRequestException.md b/docs/classes/YooKassa-Common-Exceptions-BadApiRequestException.md
index 3a2a68fe..796fd4d5 100644
--- a/docs/classes/YooKassa-Common-Exceptions-BadApiRequestException.md
+++ b/docs/classes/YooKassa-Common-Exceptions-BadApiRequestException.md
@@ -290,10 +290,10 @@ protected parseErrorBody(array $errorData) : void
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-Exceptions-EmptyPropertyValueException.md b/docs/classes/YooKassa-Common-Exceptions-EmptyPropertyValueException.md
index 4ba51a17..ee41ea96 100644
--- a/docs/classes/YooKassa-Common-Exceptions-EmptyPropertyValueException.md
+++ b/docs/classes/YooKassa-Common-Exceptions-EmptyPropertyValueException.md
@@ -75,10 +75,10 @@ public getProperty() : string
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-Exceptions-ExtensionNotFoundException.md b/docs/classes/YooKassa-Common-Exceptions-ExtensionNotFoundException.md
index 1caebc8b..064297e9 100644
--- a/docs/classes/YooKassa-Common-Exceptions-ExtensionNotFoundException.md
+++ b/docs/classes/YooKassa-Common-Exceptions-ExtensionNotFoundException.md
@@ -63,10 +63,10 @@ Constructor.
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-Exceptions-ForbiddenException.md b/docs/classes/YooKassa-Common-Exceptions-ForbiddenException.md
index cd745533..1d7fb72b 100644
--- a/docs/classes/YooKassa-Common-Exceptions-ForbiddenException.md
+++ b/docs/classes/YooKassa-Common-Exceptions-ForbiddenException.md
@@ -290,10 +290,10 @@ protected parseErrorBody(array $errorData) : void
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-Exceptions-GoneException.md b/docs/classes/YooKassa-Common-Exceptions-GoneException.md
index f740521e..2da46b27 100644
--- a/docs/classes/YooKassa-Common-Exceptions-GoneException.md
+++ b/docs/classes/YooKassa-Common-Exceptions-GoneException.md
@@ -290,10 +290,10 @@ protected parseErrorBody(array $errorData) : void
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-Exceptions-InternalServerError.md b/docs/classes/YooKassa-Common-Exceptions-InternalServerError.md
index 99f13ff8..328da620 100644
--- a/docs/classes/YooKassa-Common-Exceptions-InternalServerError.md
+++ b/docs/classes/YooKassa-Common-Exceptions-InternalServerError.md
@@ -293,10 +293,10 @@ protected parseErrorBody(array $errorData) : void
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-Exceptions-InvalidPropertyException.md b/docs/classes/YooKassa-Common-Exceptions-InvalidPropertyException.md
index 97b53587..81940cfd 100644
--- a/docs/classes/YooKassa-Common-Exceptions-InvalidPropertyException.md
+++ b/docs/classes/YooKassa-Common-Exceptions-InvalidPropertyException.md
@@ -74,10 +74,10 @@ public getProperty() : string
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-Exceptions-InvalidPropertyValueException.md b/docs/classes/YooKassa-Common-Exceptions-InvalidPropertyValueException.md
index f3c1a945..09895ade 100644
--- a/docs/classes/YooKassa-Common-Exceptions-InvalidPropertyValueException.md
+++ b/docs/classes/YooKassa-Common-Exceptions-InvalidPropertyValueException.md
@@ -90,10 +90,10 @@ public getValue() : mixed
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-Exceptions-InvalidPropertyValueTypeException.md b/docs/classes/YooKassa-Common-Exceptions-InvalidPropertyValueTypeException.md
index e451e2c3..2e19716d 100644
--- a/docs/classes/YooKassa-Common-Exceptions-InvalidPropertyValueTypeException.md
+++ b/docs/classes/YooKassa-Common-Exceptions-InvalidPropertyValueTypeException.md
@@ -90,10 +90,10 @@ public getType() : string
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-Exceptions-InvalidRequestException.md b/docs/classes/YooKassa-Common-Exceptions-InvalidRequestException.md
index 3daa4bbe..15c93da3 100644
--- a/docs/classes/YooKassa-Common-Exceptions-InvalidRequestException.md
+++ b/docs/classes/YooKassa-Common-Exceptions-InvalidRequestException.md
@@ -74,10 +74,10 @@ public getRequestObject() : ?\YooKassa\Common\AbstractRequestInterface
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-Exceptions-JsonException.md b/docs/classes/YooKassa-Common-Exceptions-JsonException.md
index 9f417504..60fa4dae 100644
--- a/docs/classes/YooKassa-Common-Exceptions-JsonException.md
+++ b/docs/classes/YooKassa-Common-Exceptions-JsonException.md
@@ -73,10 +73,10 @@ public __construct(mixed $message = '', mixed $code, mixed $previous =
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-Exceptions-NotFoundException.md b/docs/classes/YooKassa-Common-Exceptions-NotFoundException.md
index 264059f1..44f0baf6 100644
--- a/docs/classes/YooKassa-Common-Exceptions-NotFoundException.md
+++ b/docs/classes/YooKassa-Common-Exceptions-NotFoundException.md
@@ -290,10 +290,10 @@ protected parseErrorBody(array $errorData) : void
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-Exceptions-ResponseProcessingException.md b/docs/classes/YooKassa-Common-Exceptions-ResponseProcessingException.md
index fdff564b..f006c3ab 100644
--- a/docs/classes/YooKassa-Common-Exceptions-ResponseProcessingException.md
+++ b/docs/classes/YooKassa-Common-Exceptions-ResponseProcessingException.md
@@ -290,10 +290,10 @@ protected parseErrorBody(array $errorData) : void
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-Exceptions-TooManyRequestsException.md b/docs/classes/YooKassa-Common-Exceptions-TooManyRequestsException.md
index 9adfbb8a..459d4e21 100644
--- a/docs/classes/YooKassa-Common-Exceptions-TooManyRequestsException.md
+++ b/docs/classes/YooKassa-Common-Exceptions-TooManyRequestsException.md
@@ -290,10 +290,10 @@ protected parseErrorBody(array $errorData) : void
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-Exceptions-UnauthorizedException.md b/docs/classes/YooKassa-Common-Exceptions-UnauthorizedException.md
index 4afa5b89..13cb9518 100644
--- a/docs/classes/YooKassa-Common-Exceptions-UnauthorizedException.md
+++ b/docs/classes/YooKassa-Common-Exceptions-UnauthorizedException.md
@@ -293,10 +293,10 @@ protected parseErrorBody(array $errorData) : void
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-HttpVerb.md b/docs/classes/YooKassa-Common-HttpVerb.md
index 6af5b8d3..f4cdaa4a 100644
--- a/docs/classes/YooKassa-Common-HttpVerb.md
+++ b/docs/classes/YooKassa-Common-HttpVerb.md
@@ -202,10 +202,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-ListObject.md b/docs/classes/YooKassa-Common-ListObject.md
index c0de4c5e..cc6c741a 100644
--- a/docs/classes/YooKassa-Common-ListObject.md
+++ b/docs/classes/YooKassa-Common-ListObject.md
@@ -473,10 +473,10 @@ public toArray() : array
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-ListObjectInterface.md b/docs/classes/YooKassa-Common-ListObjectInterface.md
index 4e6c7675..4a5455e5 100644
--- a/docs/classes/YooKassa-Common-ListObjectInterface.md
+++ b/docs/classes/YooKassa-Common-ListObjectInterface.md
@@ -215,10 +215,10 @@ public toArray() : array
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-LoggerWrapper.md b/docs/classes/YooKassa-Common-LoggerWrapper.md
index 864a6a3e..0e32828e 100644
--- a/docs/classes/YooKassa-Common-LoggerWrapper.md
+++ b/docs/classes/YooKassa-Common-LoggerWrapper.md
@@ -312,10 +312,10 @@ that are not necessarily wrong.
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-ResponseObject.md b/docs/classes/YooKassa-Common-ResponseObject.md
index 89b7c503..1d524b65 100644
--- a/docs/classes/YooKassa-Common-ResponseObject.md
+++ b/docs/classes/YooKassa-Common-ResponseObject.md
@@ -171,10 +171,10 @@ public getHeaders() : array
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Helpers-Config-ConfigurationLoader.md b/docs/classes/YooKassa-Helpers-Config-ConfigurationLoader.md
index d3e91043..313520ef 100644
--- a/docs/classes/YooKassa-Helpers-Config-ConfigurationLoader.md
+++ b/docs/classes/YooKassa-Helpers-Config-ConfigurationLoader.md
@@ -91,10 +91,10 @@ public load(mixed $filePath = null) : self
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Helpers-Config-ConfigurationLoaderInterface.md b/docs/classes/YooKassa-Helpers-Config-ConfigurationLoaderInterface.md
index 1c103fd7..1f6c96b4 100644
--- a/docs/classes/YooKassa-Helpers-Config-ConfigurationLoaderInterface.md
+++ b/docs/classes/YooKassa-Helpers-Config-ConfigurationLoaderInterface.md
@@ -73,10 +73,10 @@ public load() : \YooKassa\Helpers\Config\ConfigurationLoaderInterface
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Helpers-ProductCode.md b/docs/classes/YooKassa-Helpers-ProductCode.md
index c2c55766..9baffdd4 100644
--- a/docs/classes/YooKassa-Helpers-ProductCode.md
+++ b/docs/classes/YooKassa-Helpers-ProductCode.md
@@ -642,10 +642,10 @@ public validate() : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Helpers-Random.md b/docs/classes/YooKassa-Helpers-Random.md
index 5ecd946a..170ece71 100644
--- a/docs/classes/YooKassa-Helpers-Random.md
+++ b/docs/classes/YooKassa-Helpers-Random.md
@@ -212,10 +212,10 @@ Static public value(array $values) : mixed
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Helpers-RawHeadersParser.md b/docs/classes/YooKassa-Helpers-RawHeadersParser.md
index c5e54cff..0e58ab8c 100644
--- a/docs/classes/YooKassa-Helpers-RawHeadersParser.md
+++ b/docs/classes/YooKassa-Helpers-RawHeadersParser.md
@@ -70,10 +70,10 @@ Static public parse(mixed $rawHeaders) : mixed
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Helpers-SecurityHelper.md b/docs/classes/YooKassa-Helpers-SecurityHelper.md
index 952044d5..6d9b1f2d 100644
--- a/docs/classes/YooKassa-Helpers-SecurityHelper.md
+++ b/docs/classes/YooKassa-Helpers-SecurityHelper.md
@@ -79,10 +79,10 @@ public isIPTrusted(mixed $ip) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Helpers-StringObject.md b/docs/classes/YooKassa-Helpers-StringObject.md
index 812ab3a1..3e5b047c 100644
--- a/docs/classes/YooKassa-Helpers-StringObject.md
+++ b/docs/classes/YooKassa-Helpers-StringObject.md
@@ -92,10 +92,10 @@ public __toString() : string
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Helpers-TypeCast.md b/docs/classes/YooKassa-Helpers-TypeCast.md
index c47510b9..022566e1 100644
--- a/docs/classes/YooKassa-Helpers-TypeCast.md
+++ b/docs/classes/YooKassa-Helpers-TypeCast.md
@@ -166,10 +166,10 @@ Static public castToDateTime(\DateTime|int|string $value) : null|\DateTime
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Helpers-UUID.md b/docs/classes/YooKassa-Helpers-UUID.md
index afc0f0d2..510173fd 100644
--- a/docs/classes/YooKassa-Helpers-UUID.md
+++ b/docs/classes/YooKassa-Helpers-UUID.md
@@ -65,10 +65,10 @@ Static public v4() : string
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-AmountInterface.md b/docs/classes/YooKassa-Model-AmountInterface.md
index 37a150ae..d34857ec 100644
--- a/docs/classes/YooKassa-Model-AmountInterface.md
+++ b/docs/classes/YooKassa-Model-AmountInterface.md
@@ -161,10 +161,10 @@ public toArray() : array
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-CancellationDetailsInterface.md b/docs/classes/YooKassa-Model-CancellationDetailsInterface.md
index 901d99ea..41a38428 100644
--- a/docs/classes/YooKassa-Model-CancellationDetailsInterface.md
+++ b/docs/classes/YooKassa-Model-CancellationDetailsInterface.md
@@ -79,10 +79,10 @@ public getReason() : string
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-CurrencyCode.md b/docs/classes/YooKassa-Model-CurrencyCode.md
index 53535ce2..b93525cd 100644
--- a/docs/classes/YooKassa-Model-CurrencyCode.md
+++ b/docs/classes/YooKassa-Model-CurrencyCode.md
@@ -261,10 +261,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Deal-AbstractBaseDeal.md b/docs/classes/YooKassa-Model-Deal-AbstractBaseDeal.md
index 31efbf91..f264b1d5 100644
--- a/docs/classes/YooKassa-Model-Deal-AbstractBaseDeal.md
+++ b/docs/classes/YooKassa-Model-Deal-AbstractBaseDeal.md
@@ -448,10 +448,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Deal-CaptureDealData.md b/docs/classes/YooKassa-Model-Deal-CaptureDealData.md
index 24c83ab6..097c4b97 100644
--- a/docs/classes/YooKassa-Model-Deal-CaptureDealData.md
+++ b/docs/classes/YooKassa-Model-Deal-CaptureDealData.md
@@ -432,10 +432,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Deal-DealBalanceAmount.md b/docs/classes/YooKassa-Model-Deal-DealBalanceAmount.md
index f799b59d..30d822ec 100644
--- a/docs/classes/YooKassa-Model-Deal-DealBalanceAmount.md
+++ b/docs/classes/YooKassa-Model-Deal-DealBalanceAmount.md
@@ -510,10 +510,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Deal-DealInterface.md b/docs/classes/YooKassa-Model-Deal-DealInterface.md
index 8f1b41d0..da844017 100644
--- a/docs/classes/YooKassa-Model-Deal-DealInterface.md
+++ b/docs/classes/YooKassa-Model-Deal-DealInterface.md
@@ -258,10 +258,10 @@ public getTest() : bool|null
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Deal-DealStatus.md b/docs/classes/YooKassa-Model-Deal-DealStatus.md
index a5cbcdc9..07618f2c 100644
--- a/docs/classes/YooKassa-Model-Deal-DealStatus.md
+++ b/docs/classes/YooKassa-Model-Deal-DealStatus.md
@@ -164,10 +164,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Deal-DealType.md b/docs/classes/YooKassa-Model-Deal-DealType.md
index 88c4931f..49e73464 100644
--- a/docs/classes/YooKassa-Model-Deal-DealType.md
+++ b/docs/classes/YooKassa-Model-Deal-DealType.md
@@ -152,10 +152,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Deal-FeeMoment.md b/docs/classes/YooKassa-Model-Deal-FeeMoment.md
index 077f175b..4c229998 100644
--- a/docs/classes/YooKassa-Model-Deal-FeeMoment.md
+++ b/docs/classes/YooKassa-Model-Deal-FeeMoment.md
@@ -159,10 +159,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Deal-PaymentDealInfo.md b/docs/classes/YooKassa-Model-Deal-PaymentDealInfo.md
index 5f46b0c0..d00157cc 100644
--- a/docs/classes/YooKassa-Model-Deal-PaymentDealInfo.md
+++ b/docs/classes/YooKassa-Model-Deal-PaymentDealInfo.md
@@ -506,10 +506,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Deal-PayoutDealInfo.md b/docs/classes/YooKassa-Model-Deal-PayoutDealInfo.md
index 2e1fb7b5..9601d622 100644
--- a/docs/classes/YooKassa-Model-Deal-PayoutDealInfo.md
+++ b/docs/classes/YooKassa-Model-Deal-PayoutDealInfo.md
@@ -455,10 +455,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Deal-RefundDealData.md b/docs/classes/YooKassa-Model-Deal-RefundDealData.md
index b7141f6a..caea79a9 100644
--- a/docs/classes/YooKassa-Model-Deal-RefundDealData.md
+++ b/docs/classes/YooKassa-Model-Deal-RefundDealData.md
@@ -448,10 +448,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Deal-RefundDealInfo.md b/docs/classes/YooKassa-Model-Deal-RefundDealInfo.md
index 8c712e5b..99980bb6 100644
--- a/docs/classes/YooKassa-Model-Deal-RefundDealInfo.md
+++ b/docs/classes/YooKassa-Model-Deal-RefundDealInfo.md
@@ -502,10 +502,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Deal-SafeDeal.md b/docs/classes/YooKassa-Model-Deal-SafeDeal.md
index 188a2cd0..0cf9f98a 100644
--- a/docs/classes/YooKassa-Model-Deal-SafeDeal.md
+++ b/docs/classes/YooKassa-Model-Deal-SafeDeal.md
@@ -1200,10 +1200,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Deal-SettlementPayoutPayment.md b/docs/classes/YooKassa-Model-Deal-SettlementPayoutPayment.md
index 04605f25..92bf46da 100644
--- a/docs/classes/YooKassa-Model-Deal-SettlementPayoutPayment.md
+++ b/docs/classes/YooKassa-Model-Deal-SettlementPayoutPayment.md
@@ -491,10 +491,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Deal-SettlementPayoutPaymentType.md b/docs/classes/YooKassa-Model-Deal-SettlementPayoutPaymentType.md
index f809cf70..b95e565d 100644
--- a/docs/classes/YooKassa-Model-Deal-SettlementPayoutPaymentType.md
+++ b/docs/classes/YooKassa-Model-Deal-SettlementPayoutPaymentType.md
@@ -152,10 +152,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Deal-SettlementPayoutRefund.md b/docs/classes/YooKassa-Model-Deal-SettlementPayoutRefund.md
index 21c56bf7..65b7f8c1 100644
--- a/docs/classes/YooKassa-Model-Deal-SettlementPayoutRefund.md
+++ b/docs/classes/YooKassa-Model-Deal-SettlementPayoutRefund.md
@@ -495,10 +495,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-AbstractDeliveryMethod.md b/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-AbstractDeliveryMethod.md
index c1ed4e28..4a811c02 100644
--- a/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-AbstractDeliveryMethod.md
+++ b/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-AbstractDeliveryMethod.md
@@ -445,10 +445,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payouts-PayoutSelfEmployedInfo.md b/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodEmail.md
similarity index 77%
rename from docs/classes/YooKassa-Request-Payouts-PayoutSelfEmployedInfo.md
rename to docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodEmail.md
index 4b6bc590..1dfd041f 100644
--- a/docs/classes/YooKassa-Request-Payouts-PayoutSelfEmployedInfo.md
+++ b/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodEmail.md
@@ -1,59 +1,57 @@
# [YooKassa API SDK](../home.md)
-# Class: \YooKassa\Request\Payouts\PayoutSelfEmployedInfo
-### Namespace: [\YooKassa\Request\Payouts](../namespaces/yookassa-request-payouts.md)
+# Class: \YooKassa\Model\Invoice\DeliveryMethod\DeliveryMethodEmail
+### Namespace: [\YooKassa\Model\Invoice\DeliveryMethod](../namespaces/yookassa-model-invoice-deliverymethod.md)
---
**Summary:**
-Класс, представляющий модель PayoutSelfEmployedInfo.
+Класс, представляющий модель DeliveryMethodEmail.
**Description:**
-Данные самозанятого, который получит выплату. Необходимо передавать,
-если вы делаете выплату %[самозанятому](/developers/payouts/scenario-extensions/self-employed). Только для обычных выплат.
+Данные способа отправки счета по электронной почте.
---
### Constants
-| Visibility | Name | Flag | Summary |
-| ----------:| ---- | ---- | ------- |
-| public | [MAX_LENGTH_ID](../classes/YooKassa-Request-Payouts-PayoutSelfEmployedInfo.md#constant_MAX_LENGTH_ID) | | |
-| public | [MIN_LENGTH_ID](../classes/YooKassa-Request-Payouts-PayoutSelfEmployedInfo.md#constant_MIN_LENGTH_ID) | | |
+* No constants found
---
### Properties
| Visibility | Name | Flag | Summary |
| ----------:| ---- | ---- | ------- |
-| public | [$id](../classes/YooKassa-Request-Payouts-PayoutSelfEmployedInfo.md#property_id) | | Идентификатор самозанятого в ЮKassa |
+| public | [$type](../classes/YooKassa-Model-Invoice-DeliveryMethod-AbstractDeliveryMethod.md#property_type) | | |
+| protected | [$_type](../classes/YooKassa-Model-Invoice-DeliveryMethod-AbstractDeliveryMethod.md#property__type) | | Код способа доставки счета пользователю |
---
### Methods
| Visibility | Name | Flag | Summary |
| ----------:| ---- | ---- | ------- |
-| public | [__construct()](../classes/YooKassa-Common-AbstractObject.md#method___construct) | | AbstractObject constructor. |
+| public | [__construct()](../classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodEmail.md#method___construct) | | |
| public | [__get()](../classes/YooKassa-Common-AbstractObject.md#method___get) | | Возвращает значение свойства. |
| public | [__isset()](../classes/YooKassa-Common-AbstractObject.md#method___isset) | | Проверяет наличие свойства. |
| public | [__set()](../classes/YooKassa-Common-AbstractObject.md#method___set) | | Устанавливает значение свойства. |
| public | [__unset()](../classes/YooKassa-Common-AbstractObject.md#method___unset) | | Удаляет свойство. |
| public | [fromArray()](../classes/YooKassa-Common-AbstractObject.md#method_fromArray) | | Устанавливает значения свойств текущего объекта из массива. |
-| public | [getId()](../classes/YooKassa-Request-Payouts-PayoutSelfEmployedInfo.md#method_getId) | | Возвращает идентификатор самозанятого. |
+| public | [getType()](../classes/YooKassa-Model-Invoice-DeliveryMethod-AbstractDeliveryMethod.md#method_getType) | | Возвращает type. |
| public | [getValidator()](../classes/YooKassa-Common-AbstractObject.md#method_getValidator) | | |
| public | [jsonSerialize()](../classes/YooKassa-Common-AbstractObject.md#method_jsonSerialize) | | Возвращает ассоциативный массив со свойствами текущего объекта для его дальнейшей JSON сериализации. |
| public | [offsetExists()](../classes/YooKassa-Common-AbstractObject.md#method_offsetExists) | | Проверяет наличие свойства. |
| public | [offsetGet()](../classes/YooKassa-Common-AbstractObject.md#method_offsetGet) | | Возвращает значение свойства. |
| public | [offsetSet()](../classes/YooKassa-Common-AbstractObject.md#method_offsetSet) | | Устанавливает значение свойства. |
| public | [offsetUnset()](../classes/YooKassa-Common-AbstractObject.md#method_offsetUnset) | | Удаляет свойство. |
-| public | [setId()](../classes/YooKassa-Request-Payouts-PayoutSelfEmployedInfo.md#method_setId) | | Устанавливает идентификатор самозанятого. |
+| public | [setType()](../classes/YooKassa-Model-Invoice-DeliveryMethod-AbstractDeliveryMethod.md#method_setType) | | Устанавливает type. |
| public | [toArray()](../classes/YooKassa-Common-AbstractObject.md#method_toArray) | | Возвращает ассоциативный массив со свойствами текущего объекта для его дальнейшей JSON сериализации Является алиасом метода AbstractObject::jsonSerialize(). |
| protected | [getUnknownProperties()](../classes/YooKassa-Common-AbstractObject.md#method_getUnknownProperties) | | Возвращает массив свойств которые не существуют, но были заданы у объекта. |
| protected | [validatePropertyValue()](../classes/YooKassa-Common-AbstractObject.md#method_validatePropertyValue) | | |
---
### Details
-* File: [lib/Request/Payouts/PayoutSelfEmployedInfo.php](../../lib/Request/Payouts/PayoutSelfEmployedInfo.php)
-* Package: YooKassa\Request
-* Class Hierarchy:
+* File: [lib/Model/Invoice/DeliveryMethod/DeliveryMethodEmail.php](../../lib/Model/Invoice/DeliveryMethod/DeliveryMethodEmail.php)
+* Package: YooKassa\Model
+* Class Hierarchy:
* [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
- * \YooKassa\Request\Payouts\PayoutSelfEmployedInfo
+ * [\YooKassa\Model\Invoice\DeliveryMethod\AbstractDeliveryMethod](../classes/YooKassa-Model-Invoice-DeliveryMethod-AbstractDeliveryMethod.md)
+ * \YooKassa\Model\Invoice\DeliveryMethod\DeliveryMethodEmail
* See Also:
* [](https://yookassa.ru/developers/api)
@@ -65,35 +63,28 @@
| category | | Class |
| author | | cms@yoomoney.ru |
----
-## Constants
-
-###### MAX_LENGTH_ID
-```php
-MAX_LENGTH_ID = 50 : int
-```
-
-
-
-###### MIN_LENGTH_ID
-```php
-MIN_LENGTH_ID = 36 : int
-```
-
-
-
---
## Properties
-
-#### public $id : string
+
+#### public $type : string
---
-***Description***
-
-Идентификатор самозанятого в ЮKassa
-
**Type:** string
**Details:**
+* Inherited From: [\YooKassa\Model\Invoice\DeliveryMethod\AbstractDeliveryMethod](../classes/YooKassa-Model-Invoice-DeliveryMethod-AbstractDeliveryMethod.md)
+
+
+
+#### protected $_type : ?string
+---
+**Summary**
+
+Код способа доставки счета пользователю
+
+**Type:** ?string
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Invoice\DeliveryMethod\AbstractDeliveryMethod](../classes/YooKassa-Model-Invoice-DeliveryMethod-AbstractDeliveryMethod.md)
@@ -103,20 +94,16 @@ MIN_LENGTH_ID = 36 : int
#### public __construct() : mixed
```php
-public __construct(array|null $data = []) : mixed
+public __construct(?array $data = []) : mixed
```
-**Summary**
-
-AbstractObject constructor.
-
**Details:**
-* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+* Inherited From: [\YooKassa\Model\Invoice\DeliveryMethod\DeliveryMethodEmail](../classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodEmail.md)
##### Parameters:
| Type | Name | Description |
| ---- | ---- | ----------- |
-| array OR null | data | |
+| ?array | data | |
**Returns:** mixed -
@@ -232,21 +219,21 @@ public fromArray(array|\Traversable $sourceArray) : void
**Returns:** void -
-
-#### public getId() : string|null
+
+#### public getType() : string|null
```php
-public getId() : string|null
+public getType() : string|null
```
**Summary**
-Возвращает идентификатор самозанятого.
+Возвращает type.
**Details:**
-* Inherited From: [\YooKassa\Request\Payouts\PayoutSelfEmployedInfo](../classes/YooKassa-Request-Payouts-PayoutSelfEmployedInfo.md)
+* Inherited From: [\YooKassa\Model\Invoice\DeliveryMethod\AbstractDeliveryMethod](../classes/YooKassa-Model-Invoice-DeliveryMethod-AbstractDeliveryMethod.md)
-**Returns:** string|null - Идентификатор самозанятого
+**Returns:** string|null -
@@ -368,24 +355,24 @@ public offsetUnset(string $offset) : void
**Returns:** void -
-
-#### public setId() : self
+
+#### public setType() : self
```php
-public setId(string|null $id = null) : self
+public setType(string|null $type = null) : self
```
**Summary**
-Устанавливает идентификатор самозанятого.
+Устанавливает type.
**Details:**
-* Inherited From: [\YooKassa\Request\Payouts\PayoutSelfEmployedInfo](../classes/YooKassa-Request-Payouts-PayoutSelfEmployedInfo.md)
+* Inherited From: [\YooKassa\Model\Invoice\DeliveryMethod\AbstractDeliveryMethod](../classes/YooKassa-Model-Invoice-DeliveryMethod-AbstractDeliveryMethod.md)
##### Parameters:
| Type | Name | Description |
| ---- | ---- | ----------- |
-| string OR null | id | Идентификатор самозанятого в ЮKassa. |
+| string OR null | type | |
**Returns:** self -
@@ -456,10 +443,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodFactory.md b/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodFactory.md
index a01c1ac6..e5d863c0 100644
--- a/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodFactory.md
+++ b/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodFactory.md
@@ -98,10 +98,10 @@ public factoryFromArray(array $data, null|string $type = null) : \YooKassa\Model
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodSelf.md b/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodSelf.md
index 37351913..a2ce9e30 100644
--- a/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodSelf.md
+++ b/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodSelf.md
@@ -522,10 +522,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodSms.md b/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodSms.md
new file mode 100644
index 00000000..abb90a2f
--- /dev/null
+++ b/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodSms.md
@@ -0,0 +1,452 @@
+# [YooKassa API SDK](../home.md)
+
+# Class: \YooKassa\Model\Invoice\DeliveryMethod\DeliveryMethodSms
+### Namespace: [\YooKassa\Model\Invoice\DeliveryMethod](../namespaces/yookassa-model-invoice-deliverymethod.md)
+---
+**Summary:**
+
+Класс, представляющий модель DeliveryMethodSms.
+
+**Description:**
+
+Данные способа отправки счета по смс.
+
+---
+### Constants
+* No constants found
+
+---
+### Properties
+| Visibility | Name | Flag | Summary |
+| ----------:| ---- | ---- | ------- |
+| public | [$type](../classes/YooKassa-Model-Invoice-DeliveryMethod-AbstractDeliveryMethod.md#property_type) | | |
+| protected | [$_type](../classes/YooKassa-Model-Invoice-DeliveryMethod-AbstractDeliveryMethod.md#property__type) | | Код способа доставки счета пользователю |
+
+---
+### Methods
+| Visibility | Name | Flag | Summary |
+| ----------:| ---- | ---- | ------- |
+| public | [__construct()](../classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodSms.md#method___construct) | | |
+| public | [__get()](../classes/YooKassa-Common-AbstractObject.md#method___get) | | Возвращает значение свойства. |
+| public | [__isset()](../classes/YooKassa-Common-AbstractObject.md#method___isset) | | Проверяет наличие свойства. |
+| public | [__set()](../classes/YooKassa-Common-AbstractObject.md#method___set) | | Устанавливает значение свойства. |
+| public | [__unset()](../classes/YooKassa-Common-AbstractObject.md#method___unset) | | Удаляет свойство. |
+| public | [fromArray()](../classes/YooKassa-Common-AbstractObject.md#method_fromArray) | | Устанавливает значения свойств текущего объекта из массива. |
+| public | [getType()](../classes/YooKassa-Model-Invoice-DeliveryMethod-AbstractDeliveryMethod.md#method_getType) | | Возвращает type. |
+| public | [getValidator()](../classes/YooKassa-Common-AbstractObject.md#method_getValidator) | | |
+| public | [jsonSerialize()](../classes/YooKassa-Common-AbstractObject.md#method_jsonSerialize) | | Возвращает ассоциативный массив со свойствами текущего объекта для его дальнейшей JSON сериализации. |
+| public | [offsetExists()](../classes/YooKassa-Common-AbstractObject.md#method_offsetExists) | | Проверяет наличие свойства. |
+| public | [offsetGet()](../classes/YooKassa-Common-AbstractObject.md#method_offsetGet) | | Возвращает значение свойства. |
+| public | [offsetSet()](../classes/YooKassa-Common-AbstractObject.md#method_offsetSet) | | Устанавливает значение свойства. |
+| public | [offsetUnset()](../classes/YooKassa-Common-AbstractObject.md#method_offsetUnset) | | Удаляет свойство. |
+| public | [setType()](../classes/YooKassa-Model-Invoice-DeliveryMethod-AbstractDeliveryMethod.md#method_setType) | | Устанавливает type. |
+| public | [toArray()](../classes/YooKassa-Common-AbstractObject.md#method_toArray) | | Возвращает ассоциативный массив со свойствами текущего объекта для его дальнейшей JSON сериализации Является алиасом метода AbstractObject::jsonSerialize(). |
+| protected | [getUnknownProperties()](../classes/YooKassa-Common-AbstractObject.md#method_getUnknownProperties) | | Возвращает массив свойств которые не существуют, но были заданы у объекта. |
+| protected | [validatePropertyValue()](../classes/YooKassa-Common-AbstractObject.md#method_validatePropertyValue) | | |
+
+---
+### Details
+* File: [lib/Model/Invoice/DeliveryMethod/DeliveryMethodSms.php](../../lib/Model/Invoice/DeliveryMethod/DeliveryMethodSms.php)
+* Package: YooKassa\Model
+* Class Hierarchy:
+ * [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+ * [\YooKassa\Model\Invoice\DeliveryMethod\AbstractDeliveryMethod](../classes/YooKassa-Model-Invoice-DeliveryMethod-AbstractDeliveryMethod.md)
+ * \YooKassa\Model\Invoice\DeliveryMethod\DeliveryMethodSms
+
+* See Also:
+ * [](https://yookassa.ru/developers/api)
+
+---
+### Tags
+| Tag | Version | Description |
+| --- | ------- | ----------- |
+| category | | Class |
+| author | | cms@yoomoney.ru |
+
+---
+## Properties
+
+#### public $type : string
+---
+**Type:** string
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Invoice\DeliveryMethod\AbstractDeliveryMethod](../classes/YooKassa-Model-Invoice-DeliveryMethod-AbstractDeliveryMethod.md)
+
+
+
+#### protected $_type : ?string
+---
+**Summary**
+
+Код способа доставки счета пользователю
+
+**Type:** ?string
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Invoice\DeliveryMethod\AbstractDeliveryMethod](../classes/YooKassa-Model-Invoice-DeliveryMethod-AbstractDeliveryMethod.md)
+
+
+
+---
+## Methods
+
+#### public __construct() : mixed
+
+```php
+public __construct(?array $data = []) : mixed
+```
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Invoice\DeliveryMethod\DeliveryMethodSms](../classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodSms.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| ?array | data | |
+
+**Returns:** mixed -
+
+
+
+#### public __get() : mixed
+
+```php
+public __get(string $propertyName) : mixed
+```
+
+**Summary**
+
+Возвращает значение свойства.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | propertyName | Имя свойства |
+
+**Returns:** mixed - Значение свойства
+
+
+
+#### public __isset() : bool
+
+```php
+public __isset(string $propertyName) : bool
+```
+
+**Summary**
+
+Проверяет наличие свойства.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | propertyName | Имя проверяемого свойства |
+
+**Returns:** bool - True если свойство имеется, false если нет
+
+
+
+#### public __set() : void
+
+```php
+public __set(string $propertyName, mixed $value) : void
+```
+
+**Summary**
+
+Устанавливает значение свойства.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | propertyName | Имя свойства |
+| mixed | value | Значение свойства |
+
+**Returns:** void -
+
+
+
+#### public __unset() : void
+
+```php
+public __unset(string $propertyName) : void
+```
+
+**Summary**
+
+Удаляет свойство.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | propertyName | Имя удаляемого свойства |
+
+**Returns:** void -
+
+
+
+#### public fromArray() : void
+
+```php
+public fromArray(array|\Traversable $sourceArray) : void
+```
+
+**Summary**
+
+Устанавливает значения свойств текущего объекта из массива.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| array OR \Traversable | sourceArray | Ассоциативный массив с настройками |
+
+**Returns:** void -
+
+
+
+#### public getType() : string|null
+
+```php
+public getType() : string|null
+```
+
+**Summary**
+
+Возвращает type.
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Invoice\DeliveryMethod\AbstractDeliveryMethod](../classes/YooKassa-Model-Invoice-DeliveryMethod-AbstractDeliveryMethod.md)
+
+**Returns:** string|null -
+
+
+
+#### public getValidator() : \YooKassa\Validator\Validator
+
+```php
+public getValidator() : \YooKassa\Validator\Validator
+```
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+**Returns:** \YooKassa\Validator\Validator -
+
+
+
+#### public jsonSerialize() : array
+
+```php
+public jsonSerialize() : array
+```
+
+**Summary**
+
+Возвращает ассоциативный массив со свойствами текущего объекта для его дальнейшей JSON сериализации.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+**Returns:** array - Ассоциативный массив со свойствами текущего объекта
+
+
+
+#### public offsetExists() : bool
+
+```php
+public offsetExists(string $offset) : bool
+```
+
+**Summary**
+
+Проверяет наличие свойства.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | offset | Имя проверяемого свойства |
+
+**Returns:** bool - True если свойство имеется, false если нет
+
+
+
+#### public offsetGet() : mixed
+
+```php
+public offsetGet(string $offset) : mixed
+```
+
+**Summary**
+
+Возвращает значение свойства.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | offset | Имя свойства |
+
+**Returns:** mixed - Значение свойства
+
+
+
+#### public offsetSet() : void
+
+```php
+public offsetSet(string $offset, mixed $value) : void
+```
+
+**Summary**
+
+Устанавливает значение свойства.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | offset | Имя свойства |
+| mixed | value | Значение свойства |
+
+**Returns:** void -
+
+
+
+#### public offsetUnset() : void
+
+```php
+public offsetUnset(string $offset) : void
+```
+
+**Summary**
+
+Удаляет свойство.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | offset | Имя удаляемого свойства |
+
+**Returns:** void -
+
+
+
+#### public setType() : self
+
+```php
+public setType(string|null $type = null) : self
+```
+
+**Summary**
+
+Устанавливает type.
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Invoice\DeliveryMethod\AbstractDeliveryMethod](../classes/YooKassa-Model-Invoice-DeliveryMethod-AbstractDeliveryMethod.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string OR null | type | |
+
+**Returns:** self -
+
+
+
+#### public toArray() : array
+
+```php
+public toArray() : array
+```
+
+**Summary**
+
+Возвращает ассоциативный массив со свойствами текущего объекта для его дальнейшей JSON сериализации
+Является алиасом метода AbstractObject::jsonSerialize().
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+**Returns:** array - Ассоциативный массив со свойствами текущего объекта
+
+
+
+#### protected getUnknownProperties() : array
+
+```php
+protected getUnknownProperties() : array
+```
+
+**Summary**
+
+Возвращает массив свойств которые не существуют, но были заданы у объекта.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+**Returns:** array - Ассоциативный массив с не существующими у текущего объекта свойствами
+
+
+
+#### protected validatePropertyValue() : mixed
+
+```php
+protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mixed
+```
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | propertyName | |
+| mixed | propertyValue | |
+
+**Returns:** mixed -
+
+
+
+---
+
+### Top Namespaces
+
+* [\YooKassa](../namespaces/yookassa.md)
+
+---
+
+### Reports
+* [Errors - 0](../reports/errors.md)
+* [Markers - 0](../reports/markers.md)
+* [Deprecated - 43](../reports/deprecated.md)
+
+---
+
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
+
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodType.md b/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodType.md
index 3a264da1..65f1dc98 100644
--- a/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodType.md
+++ b/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodType.md
@@ -12,7 +12,9 @@
Код способа доставки счета пользователю.
Возможные значения:
-- `self` — Самостоятельно.
+- `self` — Самостоятельно
+- `email` — По электронной почте
+- `sms` — В смс
Подробнее про [жизненный цикл счета](https://yookassa.ru/developers/payment-acceptance/scenario-extensions/invoices/basics)
@@ -21,6 +23,8 @@
| Visibility | Name | Flag | Summary |
| ----------:| ---- | ---- | ------- |
| public | [SELF](../classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodType.md#constant_SELF) | | Самостоятельно |
+| public | [EMAIL](../classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodType.md#constant_EMAIL) | | По электронной почте |
+| public | [SMS](../classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodType.md#constant_SMS) | | В смс |
| public | [UNKNOWN](../classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodType.md#constant_UNKNOWN) | *deprecated* | Для неизвестных методов доставки счета пользователю |
---
@@ -66,6 +70,24 @@ SELF = 'self'
```
+
+###### EMAIL
+По электронной почте
+
+```php
+EMAIL = 'email'
+```
+
+
+
+###### SMS
+В смс
+
+```php
+SMS = 'sms'
+```
+
+
###### ~~UNKNOWN~~
Для неизвестных методов доставки счета пользователю
@@ -168,10 +190,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodUnknown.md b/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodUnknown.md
index cb2329fe..54e5b2cb 100644
--- a/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodUnknown.md
+++ b/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodUnknown.md
@@ -444,10 +444,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Invoice-Invoice.md b/docs/classes/YooKassa-Model-Invoice-Invoice.md
index 6053419e..aa4fd86d 100644
--- a/docs/classes/YooKassa-Model-Invoice-Invoice.md
+++ b/docs/classes/YooKassa-Model-Invoice-Invoice.md
@@ -1137,10 +1137,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Invoice-InvoiceCancellationDetails.md b/docs/classes/YooKassa-Model-Invoice-InvoiceCancellationDetails.md
index 47b88164..cad437a1 100644
--- a/docs/classes/YooKassa-Model-Invoice-InvoiceCancellationDetails.md
+++ b/docs/classes/YooKassa-Model-Invoice-InvoiceCancellationDetails.md
@@ -489,10 +489,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Invoice-InvoiceCancellationDetailsPartyCode.md b/docs/classes/YooKassa-Model-Invoice-InvoiceCancellationDetailsPartyCode.md
index 4cef8823..4fa516c9 100644
--- a/docs/classes/YooKassa-Model-Invoice-InvoiceCancellationDetailsPartyCode.md
+++ b/docs/classes/YooKassa-Model-Invoice-InvoiceCancellationDetailsPartyCode.md
@@ -152,10 +152,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Invoice-InvoiceCancellationDetailsReasonCode.md b/docs/classes/YooKassa-Model-Invoice-InvoiceCancellationDetailsReasonCode.md
index 024a017a..59412e64 100644
--- a/docs/classes/YooKassa-Model-Invoice-InvoiceCancellationDetailsReasonCode.md
+++ b/docs/classes/YooKassa-Model-Invoice-InvoiceCancellationDetailsReasonCode.md
@@ -182,10 +182,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Invoice-InvoiceInterface.md b/docs/classes/YooKassa-Model-Invoice-InvoiceInterface.md
index b3199ad9..56faae0b 100644
--- a/docs/classes/YooKassa-Model-Invoice-InvoiceInterface.md
+++ b/docs/classes/YooKassa-Model-Invoice-InvoiceInterface.md
@@ -502,10 +502,10 @@ public setMetadata(string|array|null $metadata = null) : self
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Invoice-InvoiceStatus.md b/docs/classes/YooKassa-Model-Invoice-InvoiceStatus.md
index 0e60cecb..99cf27b9 100644
--- a/docs/classes/YooKassa-Model-Invoice-InvoiceStatus.md
+++ b/docs/classes/YooKassa-Model-Invoice-InvoiceStatus.md
@@ -178,10 +178,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Invoice-LineItem.md b/docs/classes/YooKassa-Model-Invoice-LineItem.md
index 48209c37..61a2436b 100644
--- a/docs/classes/YooKassa-Model-Invoice-LineItem.md
+++ b/docs/classes/YooKassa-Model-Invoice-LineItem.md
@@ -630,10 +630,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Invoice-PaymentDetails.md b/docs/classes/YooKassa-Model-Invoice-PaymentDetails.md
index 8fffbb3a..b036aa38 100644
--- a/docs/classes/YooKassa-Model-Invoice-PaymentDetails.md
+++ b/docs/classes/YooKassa-Model-Invoice-PaymentDetails.md
@@ -490,10 +490,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Metadata.md b/docs/classes/YooKassa-Model-Metadata.md
index 350f3714..cc499f04 100644
--- a/docs/classes/YooKassa-Model-Metadata.md
+++ b/docs/classes/YooKassa-Model-Metadata.md
@@ -403,10 +403,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-MonetaryAmount.md b/docs/classes/YooKassa-Model-MonetaryAmount.md
index ff180dbd..38a39594 100644
--- a/docs/classes/YooKassa-Model-MonetaryAmount.md
+++ b/docs/classes/YooKassa-Model-MonetaryAmount.md
@@ -571,10 +571,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Notification-AbstractNotification.md b/docs/classes/YooKassa-Model-Notification-AbstractNotification.md
index 558dcd04..cc24b89c 100644
--- a/docs/classes/YooKassa-Model-Notification-AbstractNotification.md
+++ b/docs/classes/YooKassa-Model-Notification-AbstractNotification.md
@@ -619,10 +619,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Notification-NotificationCanceled.md b/docs/classes/YooKassa-Model-Notification-NotificationCanceled.md
index 76894162..39f8bcee 100644
--- a/docs/classes/YooKassa-Model-Notification-NotificationCanceled.md
+++ b/docs/classes/YooKassa-Model-Notification-NotificationCanceled.md
@@ -669,10 +669,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Notification-NotificationDealClosed.md b/docs/classes/YooKassa-Model-Notification-NotificationDealClosed.md
index b8cd7ead..60c4f34b 100644
--- a/docs/classes/YooKassa-Model-Notification-NotificationDealClosed.md
+++ b/docs/classes/YooKassa-Model-Notification-NotificationDealClosed.md
@@ -669,10 +669,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Notification-NotificationEventType.md b/docs/classes/YooKassa-Model-Notification-NotificationEventType.md
index c3f69520..afbafc6d 100644
--- a/docs/classes/YooKassa-Model-Notification-NotificationEventType.md
+++ b/docs/classes/YooKassa-Model-Notification-NotificationEventType.md
@@ -199,10 +199,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Notification-NotificationFactory.md b/docs/classes/YooKassa-Model-Notification-NotificationFactory.md
index 9bab1df1..72b818f7 100644
--- a/docs/classes/YooKassa-Model-Notification-NotificationFactory.md
+++ b/docs/classes/YooKassa-Model-Notification-NotificationFactory.md
@@ -138,10 +138,10 @@ public factory(array $data) : \YooKassa\Model\Notification\AbstractNotification
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Notification-NotificationInterface.md b/docs/classes/YooKassa-Model-Notification-NotificationInterface.md
index 2d4840bb..89e4b1f1 100644
--- a/docs/classes/YooKassa-Model-Notification-NotificationInterface.md
+++ b/docs/classes/YooKassa-Model-Notification-NotificationInterface.md
@@ -100,10 +100,10 @@ public getObject() : \YooKassa\Model\Payment\PaymentInterface|\YooKassa\Model\Re
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Notification-NotificationPayoutCanceled.md b/docs/classes/YooKassa-Model-Notification-NotificationPayoutCanceled.md
index a5e309d0..1f4eaedc 100644
--- a/docs/classes/YooKassa-Model-Notification-NotificationPayoutCanceled.md
+++ b/docs/classes/YooKassa-Model-Notification-NotificationPayoutCanceled.md
@@ -669,10 +669,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Notification-NotificationPayoutSucceeded.md b/docs/classes/YooKassa-Model-Notification-NotificationPayoutSucceeded.md
index e5d88021..145c9540 100644
--- a/docs/classes/YooKassa-Model-Notification-NotificationPayoutSucceeded.md
+++ b/docs/classes/YooKassa-Model-Notification-NotificationPayoutSucceeded.md
@@ -669,10 +669,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Notification-NotificationRefundSucceeded.md b/docs/classes/YooKassa-Model-Notification-NotificationRefundSucceeded.md
index 2462b2e7..aa697de3 100644
--- a/docs/classes/YooKassa-Model-Notification-NotificationRefundSucceeded.md
+++ b/docs/classes/YooKassa-Model-Notification-NotificationRefundSucceeded.md
@@ -669,10 +669,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Notification-NotificationSucceeded.md b/docs/classes/YooKassa-Model-Notification-NotificationSucceeded.md
index e9153d20..0508613e 100644
--- a/docs/classes/YooKassa-Model-Notification-NotificationSucceeded.md
+++ b/docs/classes/YooKassa-Model-Notification-NotificationSucceeded.md
@@ -669,10 +669,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Notification-NotificationType.md b/docs/classes/YooKassa-Model-Notification-NotificationType.md
index c48843a9..41f7c769 100644
--- a/docs/classes/YooKassa-Model-Notification-NotificationType.md
+++ b/docs/classes/YooKassa-Model-Notification-NotificationType.md
@@ -130,10 +130,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Notification-NotificationWaitingForCapture.md b/docs/classes/YooKassa-Model-Notification-NotificationWaitingForCapture.md
index c035cfdd..1925e960 100644
--- a/docs/classes/YooKassa-Model-Notification-NotificationWaitingForCapture.md
+++ b/docs/classes/YooKassa-Model-Notification-NotificationWaitingForCapture.md
@@ -671,10 +671,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-AuthorizationDetails.md b/docs/classes/YooKassa-Model-Payment-AuthorizationDetails.md
index 229e818a..0eb86fdc 100644
--- a/docs/classes/YooKassa-Model-Payment-AuthorizationDetails.md
+++ b/docs/classes/YooKassa-Model-Payment-AuthorizationDetails.md
@@ -573,10 +573,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-AuthorizationDetailsInterface.md b/docs/classes/YooKassa-Model-Payment-AuthorizationDetailsInterface.md
index ac15d7fe..2738fa74 100644
--- a/docs/classes/YooKassa-Model-Payment-AuthorizationDetailsInterface.md
+++ b/docs/classes/YooKassa-Model-Payment-AuthorizationDetailsInterface.md
@@ -100,10 +100,10 @@ public getThreeDSecure() : null|\YooKassa\Model\Payment\ThreeDSecure
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-CancellationDetails.md b/docs/classes/YooKassa-Model-Payment-CancellationDetails.md
index ebfd6b66..0d9dbc57 100644
--- a/docs/classes/YooKassa-Model-Payment-CancellationDetails.md
+++ b/docs/classes/YooKassa-Model-Payment-CancellationDetails.md
@@ -491,10 +491,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-CancellationDetailsPartyCode.md b/docs/classes/YooKassa-Model-Payment-CancellationDetailsPartyCode.md
index 5016ddfc..3c94ca7c 100644
--- a/docs/classes/YooKassa-Model-Payment-CancellationDetailsPartyCode.md
+++ b/docs/classes/YooKassa-Model-Payment-CancellationDetailsPartyCode.md
@@ -172,10 +172,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-CancellationDetailsReasonCode.md b/docs/classes/YooKassa-Model-Payment-CancellationDetailsReasonCode.md
index db8f7bc5..a3961a18 100644
--- a/docs/classes/YooKassa-Model-Payment-CancellationDetailsReasonCode.md
+++ b/docs/classes/YooKassa-Model-Payment-CancellationDetailsReasonCode.md
@@ -349,10 +349,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-Confirmation-AbstractConfirmation.md b/docs/classes/YooKassa-Model-Payment-Confirmation-AbstractConfirmation.md
index 2c5a76d4..0b869a84 100644
--- a/docs/classes/YooKassa-Model-Payment-Confirmation-AbstractConfirmation.md
+++ b/docs/classes/YooKassa-Model-Payment-Confirmation-AbstractConfirmation.md
@@ -503,10 +503,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationCodeVerification.md b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationCodeVerification.md
index 6c4e2b7d..20233e68 100644
--- a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationCodeVerification.md
+++ b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationCodeVerification.md
@@ -498,10 +498,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationEmbedded.md b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationEmbedded.md
index fd2cdb45..b82c6931 100644
--- a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationEmbedded.md
+++ b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationEmbedded.md
@@ -570,10 +570,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationExternal.md b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationExternal.md
index fb08996f..d6699a26 100644
--- a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationExternal.md
+++ b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationExternal.md
@@ -515,10 +515,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationFactory.md b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationFactory.md
index b94b2e85..5b245a67 100644
--- a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationFactory.md
+++ b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationFactory.md
@@ -95,10 +95,10 @@ public factoryFromArray(array $data, null|string $type = null) : \YooKassa\Model
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationMobileApplication.md b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationMobileApplication.md
index 39780e40..ab7eb97c 100644
--- a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationMobileApplication.md
+++ b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationMobileApplication.md
@@ -569,10 +569,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationQr.md b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationQr.md
index 91690264..a4c8b8a3 100644
--- a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationQr.md
+++ b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationQr.md
@@ -569,10 +569,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationRedirect.md b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationRedirect.md
index 8a662106..73cff347 100644
--- a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationRedirect.md
+++ b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationRedirect.md
@@ -692,10 +692,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-ConfirmationType.md b/docs/classes/YooKassa-Model-Payment-ConfirmationType.md
index 5c8daf34..dc15cd4d 100644
--- a/docs/classes/YooKassa-Model-Payment-ConfirmationType.md
+++ b/docs/classes/YooKassa-Model-Payment-ConfirmationType.md
@@ -202,10 +202,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-Payment.md b/docs/classes/YooKassa-Model-Payment-Payment.md
index 495e6c69..5bbc4a8f 100644
--- a/docs/classes/YooKassa-Model-Payment-Payment.md
+++ b/docs/classes/YooKassa-Model-Payment-Payment.md
@@ -1993,10 +1993,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentInterface.md b/docs/classes/YooKassa-Model-Payment-PaymentInterface.md
index 34236a35..59f95c1c 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentInterface.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentInterface.md
@@ -479,10 +479,10 @@ public getInvoiceDetails() : \YooKassa\Model\Payment\PaymentInvoiceDetails|null
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentInvoiceDetails.md b/docs/classes/YooKassa-Model-Payment-PaymentInvoiceDetails.md
index 10697a6d..9eea8b6b 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentInvoiceDetails.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentInvoiceDetails.md
@@ -435,10 +435,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md
index a49b54da..dd9bbda6 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md
@@ -735,10 +735,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-AbstractVatData.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-AbstractVatData.md
index a29b12f0..47c9480f 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-AbstractVatData.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-AbstractVatData.md
@@ -445,10 +445,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-CalculatedVatData.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-CalculatedVatData.md
index 931434dc..eaba7251 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-CalculatedVatData.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-CalculatedVatData.md
@@ -20,7 +20,7 @@
| Visibility | Name | Flag | Summary |
| ----------:| ---- | ---- | ------- |
| public | [$amount](../classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-CalculatedVatData.md#property_amount) | | Сумма НДС |
-| public | [$rate](../classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-CalculatedVatData.md#property_rate) | | Налоговая ставка (в процентах). Возможные значения: ~`5`, ~`7`, ~`10` и ~`20`. |
+| public | [$rate](../classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-CalculatedVatData.md#property_rate) | | Налоговая ставка (в процентах). Возможные значения: ~`5`, ~`7`, ~`10`, ~`20` и ~`22`. С 1 января 2026 года ставка НДС 22% применяется вместо ставки 20%. |
| public | [$type](../classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-AbstractVatData.md#property_type) | | Код способа расчета НДС |
| protected | [$_type](../classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-AbstractVatData.md#property__type) | | |
@@ -88,7 +88,7 @@
---
***Description***
-Налоговая ставка (в процентах). Возможные значения: ~`5`, ~`7`, ~`10` и ~`20`.
+Налоговая ставка (в процентах). Возможные значения: ~`5`, ~`7`, ~`10`, ~`20` и ~`22`. С 1 января 2026 года ставка НДС 22% применяется вместо ставки 20%.
**Type:** string
@@ -551,10 +551,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-MixedVatData.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-MixedVatData.md
index c7d04846..7883a2cb 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-MixedVatData.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-MixedVatData.md
@@ -497,10 +497,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-PayerBankDetails.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-PayerBankDetails.md
index 252f715c..2a5dcebc 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-PayerBankDetails.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-PayerBankDetails.md
@@ -934,10 +934,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-PayerBankDetailsInterface.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-PayerBankDetailsInterface.md
index 2b7d2fd9..999d7305 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-PayerBankDetailsInterface.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-PayerBankDetailsInterface.md
@@ -216,10 +216,10 @@ public getAccount() : string|null
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-UntaxedVatData.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-UntaxedVatData.md
index 35ebd349..5f33fdff 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-UntaxedVatData.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-UntaxedVatData.md
@@ -443,10 +443,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataFactory.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataFactory.md
index 67878832..47946993 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataFactory.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataFactory.md
@@ -99,10 +99,10 @@ public factoryFromArray(array|null $data = [], string|null $type = null) : \YooK
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataInterface.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataInterface.md
index b5be0cd9..23803bd0 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataInterface.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataInterface.md
@@ -102,10 +102,10 @@ public getAmount() : \YooKassa\Model\AmountInterface|null
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataRate.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataRate.md
index f2103c2a..509b0141 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataRate.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataRate.md
@@ -26,7 +26,7 @@
| public | [RATE_7](../classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataRate.md#constant_RATE_7) | | 7% |
| public | [RATE_10](../classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataRate.md#constant_RATE_10) | | 10% |
| public | [RATE_18](../classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataRate.md#constant_RATE_18) | *deprecated* | 18% |
-| public | [RATE_20](../classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataRate.md#constant_RATE_20) | | 20% |
+| public | [RATE_20](../classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataRate.md#constant_RATE_20) | *deprecated* | 20% |
| public | [RATE_22](../classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataRate.md#constant_RATE_22) | | 22% - С 1 января 2026 года ставка НДС 22% применяется вместо ставки 20%. |
---
@@ -102,13 +102,15 @@ RATE_18 = '18'
Больше не применяется
-###### RATE_20
+###### ~~RATE_20~~
20%
```php
RATE_20 = '20'
```
+**deprecated**
+Больше не применяется
###### RATE_22
@@ -201,10 +203,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataType.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataType.md
index 19e9efa8..876dcd59 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataType.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataType.md
@@ -167,10 +167,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCard.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCard.md
index 00f5ccdd..9ac8c49e 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCard.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCard.md
@@ -957,10 +957,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCardProduct.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCardProduct.md
index e2c25c51..f8f8add8 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCardProduct.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCardProduct.md
@@ -490,10 +490,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCardSource.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCardSource.md
index 0d0aaff1..f65eb487 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCardSource.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCardSource.md
@@ -167,10 +167,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCardType.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCardType.md
index b723ccb3..a7a94d07 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCardType.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCardType.md
@@ -269,10 +269,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-ElectronicCertificate-ElectronicCertificate.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-ElectronicCertificate-ElectronicCertificate.md
index 0f0f2571..f2e1a602 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-ElectronicCertificate-ElectronicCertificate.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-ElectronicCertificate-ElectronicCertificate.md
@@ -649,10 +649,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-ElectronicCertificate-ElectronicCertificateApprovedPaymentArticle.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-ElectronicCertificate-ElectronicCertificateApprovedPaymentArticle.md
index 48c1dfaf..fbe62ee7 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-ElectronicCertificate-ElectronicCertificateApprovedPaymentArticle.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-ElectronicCertificate-ElectronicCertificateApprovedPaymentArticle.md
@@ -636,10 +636,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-ElectronicCertificate-ElectronicCertificatePaymentData.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-ElectronicCertificate-ElectronicCertificatePaymentData.md
index 02f4b4d8..a563d783 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-ElectronicCertificate-ElectronicCertificatePaymentData.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-ElectronicCertificate-ElectronicCertificatePaymentData.md
@@ -503,10 +503,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodAlfaBank.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodAlfaBank.md
index d00a30ce..a767f92d 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodAlfaBank.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodAlfaBank.md
@@ -797,10 +797,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodApplePay.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodApplePay.md
index 02e0fb03..ca8d1fe0 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodApplePay.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodApplePay.md
@@ -742,10 +742,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodB2bSberbank.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodB2bSberbank.md
index 71fdd2ea..05aa2a8e 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodB2bSberbank.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodB2bSberbank.md
@@ -943,10 +943,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodBankCard.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodBankCard.md
index 421f0ce0..00cff8ee 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodBankCard.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodBankCard.md
@@ -805,10 +805,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodCash.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodCash.md
index ca257ae2..d6ea8d7f 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodCash.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodCash.md
@@ -742,10 +742,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodElectronicCertificate.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodElectronicCertificate.md
index 91b0e011..01caed66 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodElectronicCertificate.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodElectronicCertificate.md
@@ -930,10 +930,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodFactory.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodFactory.md
index ee45b6cb..ff0427dc 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodFactory.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodFactory.md
@@ -112,10 +112,10 @@ public factoryFromArray(array $data, null|string $type = null) : \YooKassa\Model
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodGooglePay.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodGooglePay.md
index 27543843..444760ee 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodGooglePay.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodGooglePay.md
@@ -742,10 +742,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodInstallments.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodInstallments.md
index 82c2971b..e1fdd3b5 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodInstallments.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodInstallments.md
@@ -743,10 +743,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodMobileBalance.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodMobileBalance.md
index 7b774699..7f5480a5 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodMobileBalance.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodMobileBalance.md
@@ -796,10 +796,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodPsb.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodPsb.md
index 3cbd48e2..d211c160 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodPsb.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodPsb.md
@@ -743,10 +743,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodQiwi.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodQiwi.md
index ffd51f6b..8e0e17a7 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodQiwi.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodQiwi.md
@@ -743,10 +743,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberBnpl.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberBnpl.md
index 9348112b..ee19549a 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberBnpl.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberBnpl.md
@@ -742,10 +742,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberLoan.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberLoan.md
index 0e92a9d3..60a54a9f 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberLoan.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberLoan.md
@@ -943,10 +943,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberbank.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberbank.md
index ef2f3cd2..dd929c03 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberbank.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberbank.md
@@ -862,10 +862,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSbp.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSbp.md
index c0099902..85de97eb 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSbp.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSbp.md
@@ -1010,10 +1010,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodTinkoffBank.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodTinkoffBank.md
index c1cb7533..5889a9e4 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodTinkoffBank.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodTinkoffBank.md
@@ -808,10 +808,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodUnknown.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodUnknown.md
index f004e82b..38176afa 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodUnknown.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodUnknown.md
@@ -743,10 +743,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodWebmoney.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodWebmoney.md
index d20ff24b..021d0cbb 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodWebmoney.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodWebmoney.md
@@ -743,10 +743,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodWechat.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodWechat.md
index 5a6c6636..3c176c7a 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodWechat.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodWechat.md
@@ -743,10 +743,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodYooMoney.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodYooMoney.md
index f18458a2..132f16ac 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodYooMoney.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodYooMoney.md
@@ -809,10 +809,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-SbpPayerBankDetails.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-SbpPayerBankDetails.md
index 2af6937e..7695607f 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-SbpPayerBankDetails.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-SbpPayerBankDetails.md
@@ -490,10 +490,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethodStatus.md b/docs/classes/YooKassa-Model-Payment-PaymentMethodStatus.md
index 7c117bf8..32987944 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethodStatus.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethodStatus.md
@@ -168,10 +168,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethodType.md b/docs/classes/YooKassa-Model-Payment-PaymentMethodType.md
index 4e666cdd..af75461e 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethodType.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethodType.md
@@ -364,10 +364,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentStatus.md b/docs/classes/YooKassa-Model-Payment-PaymentStatus.md
index 3cba7d36..2ce74bed 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentStatus.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentStatus.md
@@ -178,10 +178,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-ReceiptRegistrationStatus.md b/docs/classes/YooKassa-Model-Payment-ReceiptRegistrationStatus.md
index 18e42e3b..339fa1fe 100644
--- a/docs/classes/YooKassa-Model-Payment-ReceiptRegistrationStatus.md
+++ b/docs/classes/YooKassa-Model-Payment-ReceiptRegistrationStatus.md
@@ -167,10 +167,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-Recipient.md b/docs/classes/YooKassa-Model-Payment-Recipient.md
index 80b2c0d1..0834aa49 100644
--- a/docs/classes/YooKassa-Model-Payment-Recipient.md
+++ b/docs/classes/YooKassa-Model-Payment-Recipient.md
@@ -527,10 +527,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-RecipientInterface.md b/docs/classes/YooKassa-Model-Payment-RecipientInterface.md
index c7d0b7c3..a0379a4d 100644
--- a/docs/classes/YooKassa-Model-Payment-RecipientInterface.md
+++ b/docs/classes/YooKassa-Model-Payment-RecipientInterface.md
@@ -94,10 +94,10 @@ public getGatewayId() : string|null
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-ThreeDSecure.md b/docs/classes/YooKassa-Model-Payment-ThreeDSecure.md
index 957d8a6b..de0a4216 100644
--- a/docs/classes/YooKassa-Model-Payment-ThreeDSecure.md
+++ b/docs/classes/YooKassa-Model-Payment-ThreeDSecure.md
@@ -435,10 +435,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-Transfer.md b/docs/classes/YooKassa-Model-Payment-Transfer.md
index c2b1e3f5..34751663 100644
--- a/docs/classes/YooKassa-Model-Payment-Transfer.md
+++ b/docs/classes/YooKassa-Model-Payment-Transfer.md
@@ -882,10 +882,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-TransferInterface.md b/docs/classes/YooKassa-Model-Payment-TransferInterface.md
index 243855f9..1d2f0c9c 100644
--- a/docs/classes/YooKassa-Model-Payment-TransferInterface.md
+++ b/docs/classes/YooKassa-Model-Payment-TransferInterface.md
@@ -308,10 +308,10 @@ public getMetadata() : null|\YooKassa\Model\Metadata
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-TransferStatus.md b/docs/classes/YooKassa-Model-Payment-TransferStatus.md
index d5a3bfe8..62cf415d 100644
--- a/docs/classes/YooKassa-Model-Payment-TransferStatus.md
+++ b/docs/classes/YooKassa-Model-Payment-TransferStatus.md
@@ -177,10 +177,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payout-AbstractPayoutDestination.md b/docs/classes/YooKassa-Model-Payout-AbstractPayoutDestination.md
index ae1f5052..f0d7e5c0 100644
--- a/docs/classes/YooKassa-Model-Payout-AbstractPayoutDestination.md
+++ b/docs/classes/YooKassa-Model-Payout-AbstractPayoutDestination.md
@@ -448,10 +448,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payout-IncomeReceipt.md b/docs/classes/YooKassa-Model-Payout-IncomeReceipt.md
index d55c0bd5..d6392a58 100644
--- a/docs/classes/YooKassa-Model-Payout-IncomeReceipt.md
+++ b/docs/classes/YooKassa-Model-Payout-IncomeReceipt.md
@@ -10,7 +10,7 @@
**Description:**
Данные чека, зарегистрированного в ФНС.
-Присутствует, если вы делаете выплату [самозанятому](/developers/payouts/scenario-extensions/self-employed).
+Устаревший параметр. Раньше возвращался при проведении выплат самозанятым. Сейчас функциональность недоступна. Параметр сохранен для поддержки обратной совместимости, в новых версиях API может быть удален.
---
### Constants
@@ -644,10 +644,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payout-Payout.md b/docs/classes/YooKassa-Model-Payout-Payout.md
index 32a35ac6..0bd68439 100644
--- a/docs/classes/YooKassa-Model-Payout-Payout.md
+++ b/docs/classes/YooKassa-Model-Payout-Payout.md
@@ -256,25 +256,25 @@ MIN_LENGTH_ID = 36 : int
-#### public $payout_destination : \YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod
+#### public $payout_destination : \YooKassa\Model\Payout\AbstractPayoutDestination
---
***Description***
Способ проведения выплаты
-**Type:** AbstractPaymentMethod
+**Type:** AbstractPayoutDestination
**Details:**
-#### public $payoutDestination : \YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod
+#### public $payoutDestination : \YooKassa\Model\Payout\AbstractPayoutDestination
---
***Description***
Способ проведения выплаты
-**Type:** AbstractPaymentMethod
+**Type:** AbstractPayoutDestination
**Details:**
@@ -1348,10 +1348,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetails.md b/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetails.md
index 67dc373c..6d311e7c 100644
--- a/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetails.md
+++ b/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetails.md
@@ -491,10 +491,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetailsPartyCode.md b/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetailsPartyCode.md
index f412bde5..f5dd5ac0 100644
--- a/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetailsPartyCode.md
+++ b/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetailsPartyCode.md
@@ -163,10 +163,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetailsReasonCode.md b/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetailsReasonCode.md
index 44aa2368..57edb1f6 100644
--- a/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetailsReasonCode.md
+++ b/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetailsReasonCode.md
@@ -262,10 +262,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payout-PayoutDestinationBankCard.md b/docs/classes/YooKassa-Model-Payout-PayoutDestinationBankCard.md
index 3404e4f1..6ef70e4e 100644
--- a/docs/classes/YooKassa-Model-Payout-PayoutDestinationBankCard.md
+++ b/docs/classes/YooKassa-Model-Payout-PayoutDestinationBankCard.md
@@ -505,10 +505,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payout-PayoutDestinationBankCardCard.md b/docs/classes/YooKassa-Model-Payout-PayoutDestinationBankCardCard.md
index 7d2679b1..f23e6c96 100644
--- a/docs/classes/YooKassa-Model-Payout-PayoutDestinationBankCardCard.md
+++ b/docs/classes/YooKassa-Model-Payout-PayoutDestinationBankCardCard.md
@@ -703,10 +703,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payout-PayoutDestinationFactory.md b/docs/classes/YooKassa-Model-Payout-PayoutDestinationFactory.md
index bbe811c5..946f1d2d 100644
--- a/docs/classes/YooKassa-Model-Payout-PayoutDestinationFactory.md
+++ b/docs/classes/YooKassa-Model-Payout-PayoutDestinationFactory.md
@@ -98,10 +98,10 @@ public factoryFromArray(array $data, null|string $type = null) : \YooKassa\Model
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payout-PayoutDestinationSbp.md b/docs/classes/YooKassa-Model-Payout-PayoutDestinationSbp.md
index b28baeb1..201c2509 100644
--- a/docs/classes/YooKassa-Model-Payout-PayoutDestinationSbp.md
+++ b/docs/classes/YooKassa-Model-Payout-PayoutDestinationSbp.md
@@ -651,10 +651,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payout-PayoutDestinationType.md b/docs/classes/YooKassa-Model-Payout-PayoutDestinationType.md
index c9920e29..e9a38282 100644
--- a/docs/classes/YooKassa-Model-Payout-PayoutDestinationType.md
+++ b/docs/classes/YooKassa-Model-Payout-PayoutDestinationType.md
@@ -174,10 +174,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payout-PayoutDestinationYooMoney.md b/docs/classes/YooKassa-Model-Payout-PayoutDestinationYooMoney.md
index df1fa847..31f51d0d 100644
--- a/docs/classes/YooKassa-Model-Payout-PayoutDestinationYooMoney.md
+++ b/docs/classes/YooKassa-Model-Payout-PayoutDestinationYooMoney.md
@@ -538,10 +538,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payout-PayoutInterface.md b/docs/classes/YooKassa-Model-Payout-PayoutInterface.md
index 477d5cd7..36c9eb06 100644
--- a/docs/classes/YooKassa-Model-Payout-PayoutInterface.md
+++ b/docs/classes/YooKassa-Model-Payout-PayoutInterface.md
@@ -258,10 +258,10 @@ public getTest() : bool|null
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payout-PayoutSelfEmployed.md b/docs/classes/YooKassa-Model-Payout-PayoutSelfEmployed.md
index 55dc6f7a..61cae273 100644
--- a/docs/classes/YooKassa-Model-Payout-PayoutSelfEmployed.md
+++ b/docs/classes/YooKassa-Model-Payout-PayoutSelfEmployed.md
@@ -7,6 +7,10 @@
Класс, представляющий модель PayoutSelfEmployed.
+**Description:**
+
+Данные самозанятого, который получит выплату. Только для обычных выплат.
+Устаревший параметр. Раньше использовался для выплат самозанятым. Сейчас функциональность недоступна. Параметр сохранен для поддержки обратной совместимости, в новых версиях API может быть удален.
---
### Constants
@@ -452,10 +456,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payout-PayoutStatus.md b/docs/classes/YooKassa-Model-Payout-PayoutStatus.md
index 2c1c22eb..c43e9b2f 100644
--- a/docs/classes/YooKassa-Model-Payout-PayoutStatus.md
+++ b/docs/classes/YooKassa-Model-Payout-PayoutStatus.md
@@ -174,10 +174,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payout-SbpParticipantBank.md b/docs/classes/YooKassa-Model-Payout-SbpParticipantBank.md
index 7ddadaa0..60ab94cc 100644
--- a/docs/classes/YooKassa-Model-Payout-SbpParticipantBank.md
+++ b/docs/classes/YooKassa-Model-Payout-SbpParticipantBank.md
@@ -576,10 +576,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-PersonalData-PersonalData.md b/docs/classes/YooKassa-Model-PersonalData-PersonalData.md
index dd308b27..3406aa8d 100644
--- a/docs/classes/YooKassa-Model-PersonalData-PersonalData.md
+++ b/docs/classes/YooKassa-Model-PersonalData-PersonalData.md
@@ -923,10 +923,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetails.md b/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetails.md
index a987a045..ec549732 100644
--- a/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetails.md
+++ b/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetails.md
@@ -489,10 +489,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetailsPartyCode.md b/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetailsPartyCode.md
index 37cbb1f7..8d680f3d 100644
--- a/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetailsPartyCode.md
+++ b/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetailsPartyCode.md
@@ -142,10 +142,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetailsReasonCode.md b/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetailsReasonCode.md
index 306fd925..aa590c0f 100644
--- a/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetailsReasonCode.md
+++ b/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetailsReasonCode.md
@@ -142,10 +142,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-PersonalData-PersonalDataInterface.md b/docs/classes/YooKassa-Model-PersonalData-PersonalDataInterface.md
index 91c9027b..57505dac 100644
--- a/docs/classes/YooKassa-Model-PersonalData-PersonalDataInterface.md
+++ b/docs/classes/YooKassa-Model-PersonalData-PersonalDataInterface.md
@@ -362,10 +362,10 @@ public setMetadata(null|array|\YooKassa\Model\Metadata $metadata = null) : self
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-PersonalData-PersonalDataStatus.md b/docs/classes/YooKassa-Model-PersonalData-PersonalDataStatus.md
index d7c6403b..bf331887 100644
--- a/docs/classes/YooKassa-Model-PersonalData-PersonalDataStatus.md
+++ b/docs/classes/YooKassa-Model-PersonalData-PersonalDataStatus.md
@@ -166,10 +166,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-PersonalData-PersonalDataType.md b/docs/classes/YooKassa-Model-PersonalData-PersonalDataType.md
index 14ff5b23..25366362 100644
--- a/docs/classes/YooKassa-Model-PersonalData-PersonalDataType.md
+++ b/docs/classes/YooKassa-Model-PersonalData-PersonalDataType.md
@@ -155,10 +155,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Receipt-AdditionalUserProps.md b/docs/classes/YooKassa-Model-Receipt-AdditionalUserProps.md
index e9179ea3..4b79967c 100644
--- a/docs/classes/YooKassa-Model-Receipt-AdditionalUserProps.md
+++ b/docs/classes/YooKassa-Model-Receipt-AdditionalUserProps.md
@@ -509,10 +509,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Receipt-AgentType.md b/docs/classes/YooKassa-Model-Receipt-AgentType.md
index a0fe1f05..d3bdfe4c 100644
--- a/docs/classes/YooKassa-Model-Receipt-AgentType.md
+++ b/docs/classes/YooKassa-Model-Receipt-AgentType.md
@@ -203,10 +203,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Receipt-IndustryDetails.md b/docs/classes/YooKassa-Model-Receipt-IndustryDetails.md
index d9339c64..8df94510 100644
--- a/docs/classes/YooKassa-Model-Receipt-IndustryDetails.md
+++ b/docs/classes/YooKassa-Model-Receipt-IndustryDetails.md
@@ -669,10 +669,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Receipt-MarkCodeInfo.md b/docs/classes/YooKassa-Model-Receipt-MarkCodeInfo.md
index 2cdf6f56..b250000f 100644
--- a/docs/classes/YooKassa-Model-Receipt-MarkCodeInfo.md
+++ b/docs/classes/YooKassa-Model-Receipt-MarkCodeInfo.md
@@ -1085,10 +1085,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Receipt-MarkQuantity.md b/docs/classes/YooKassa-Model-Receipt-MarkQuantity.md
index 9c025b3f..e83754a6 100644
--- a/docs/classes/YooKassa-Model-Receipt-MarkQuantity.md
+++ b/docs/classes/YooKassa-Model-Receipt-MarkQuantity.md
@@ -509,10 +509,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Receipt-OperationalDetails.md b/docs/classes/YooKassa-Model-Receipt-OperationalDetails.md
index 0529eb54..d2585b7a 100644
--- a/docs/classes/YooKassa-Model-Receipt-OperationalDetails.md
+++ b/docs/classes/YooKassa-Model-Receipt-OperationalDetails.md
@@ -602,10 +602,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Receipt-PaymentMode.md b/docs/classes/YooKassa-Model-Receipt-PaymentMode.md
index 0bfb66ec..bbfc7f6b 100644
--- a/docs/classes/YooKassa-Model-Receipt-PaymentMode.md
+++ b/docs/classes/YooKassa-Model-Receipt-PaymentMode.md
@@ -202,10 +202,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Receipt-PaymentSubject.md b/docs/classes/YooKassa-Model-Receipt-PaymentSubject.md
index a3ce907e..1e349cfb 100644
--- a/docs/classes/YooKassa-Model-Receipt-PaymentSubject.md
+++ b/docs/classes/YooKassa-Model-Receipt-PaymentSubject.md
@@ -462,10 +462,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Receipt-Receipt.md b/docs/classes/YooKassa-Model-Receipt-Receipt.md
index 17f6b95b..1949427c 100644
--- a/docs/classes/YooKassa-Model-Receipt-Receipt.md
+++ b/docs/classes/YooKassa-Model-Receipt-Receipt.md
@@ -20,7 +20,7 @@
| public | [$additionalUserProps](../classes/YooKassa-Model-Receipt-Receipt.md#property_additionalUserProps) | | Дополнительный реквизит пользователя (тег в 54 ФЗ — 1084) |
| public | [$customer](../classes/YooKassa-Model-Receipt-Receipt.md#property_customer) | | Информация о плательщике |
| public | [$internet](../classes/YooKassa-Model-Receipt-Receipt.md#property_internet) | | Признак проведения платежа в интернете (тег в 54 ФЗ — 1125) — указывает на оплату через интернет. |
-| public | [$items](../classes/YooKassa-Model-Receipt-Receipt.md#property_items) | | Список товаров в заказе. Для чеков по 54-ФЗ: если используете Чеки от ЮKassa, можно передать максимум 80 товаров, если используете стороннюю онлайн-кассу, максимум 100 товаров. Для чеков самозанятых — максимум 6 товаров. |
+| public | [$items](../classes/YooKassa-Model-Receipt-Receipt.md#property_items) | | Список товаров в заказе. Для чеков по 54-ФЗ: если используете Чеки от ЮKassa, можно передать максимум 80 товаров, если используете стороннюю онлайн-кассу, максимум 100 товаров. |
| public | [$receipt_industry_details](../classes/YooKassa-Model-Receipt-Receipt.md#property_receipt_industry_details) | | Отраслевой реквизит чека (тег в 54 ФЗ — 1261) |
| public | [$receipt_operational_details](../classes/YooKassa-Model-Receipt-Receipt.md#property_receipt_operational_details) | | Операционный реквизит чека (тег в 54 ФЗ — 1270) |
| public | [$receiptIndustryDetails](../classes/YooKassa-Model-Receipt-Receipt.md#property_receiptIndustryDetails) | | Отраслевой реквизит чека (тег в 54 ФЗ — 1261) |
@@ -157,7 +157,7 @@
---
***Description***
-Список товаров в заказе. Для чеков по 54-ФЗ: если используете Чеки от ЮKassa, можно передать максимум 80 товаров, если используете стороннюю онлайн-кассу, максимум 100 товаров. Для чеков самозанятых — максимум 6 товаров.
+Список товаров в заказе. Для чеков по 54-ФЗ: если используете Чеки от ЮKassa, можно передать максимум 80 товаров, если используете стороннюю онлайн-кассу, максимум 100 товаров.
**Type:** ReceiptItemInterface[]
@@ -1217,10 +1217,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Receipt-ReceiptCustomer.md b/docs/classes/YooKassa-Model-Receipt-ReceiptCustomer.md
index 66cacb8a..0b95151f 100644
--- a/docs/classes/YooKassa-Model-Receipt-ReceiptCustomer.md
+++ b/docs/classes/YooKassa-Model-Receipt-ReceiptCustomer.md
@@ -644,10 +644,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Receipt-ReceiptCustomerInterface.md b/docs/classes/YooKassa-Model-Receipt-ReceiptCustomerInterface.md
index 8f9b37f8..ac279c46 100644
--- a/docs/classes/YooKassa-Model-Receipt-ReceiptCustomerInterface.md
+++ b/docs/classes/YooKassa-Model-Receipt-ReceiptCustomerInterface.md
@@ -140,10 +140,10 @@ public jsonSerialize() : array
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Receipt-ReceiptInterface.md b/docs/classes/YooKassa-Model-Receipt-ReceiptInterface.md
index 73f3331b..49b0273d 100644
--- a/docs/classes/YooKassa-Model-Receipt-ReceiptInterface.md
+++ b/docs/classes/YooKassa-Model-Receipt-ReceiptInterface.md
@@ -181,10 +181,10 @@ public normalize(\YooKassa\Model\AmountInterface $orderAmount, bool $withShippin
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Receipt-ReceiptItem.md b/docs/classes/YooKassa-Model-Receipt-ReceiptItem.md
index a8dc1e2a..9943879e 100644
--- a/docs/classes/YooKassa-Model-Receipt-ReceiptItem.md
+++ b/docs/classes/YooKassa-Model-Receipt-ReceiptItem.md
@@ -1769,10 +1769,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Receipt-ReceiptItemAmount.md b/docs/classes/YooKassa-Model-Receipt-ReceiptItemAmount.md
index bec7efe7..e6a1c9f8 100644
--- a/docs/classes/YooKassa-Model-Receipt-ReceiptItemAmount.md
+++ b/docs/classes/YooKassa-Model-Receipt-ReceiptItemAmount.md
@@ -567,10 +567,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Receipt-ReceiptItemInterface.md b/docs/classes/YooKassa-Model-Receipt-ReceiptItemInterface.md
index 6f8d5f9c..a523f99e 100644
--- a/docs/classes/YooKassa-Model-Receipt-ReceiptItemInterface.md
+++ b/docs/classes/YooKassa-Model-Receipt-ReceiptItemInterface.md
@@ -456,10 +456,10 @@ public isShipping() : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Receipt-ReceiptItemMeasure.md b/docs/classes/YooKassa-Model-Receipt-ReceiptItemMeasure.md
index 70da2fc0..6a07ae48 100644
--- a/docs/classes/YooKassa-Model-Receipt-ReceiptItemMeasure.md
+++ b/docs/classes/YooKassa-Model-Receipt-ReceiptItemMeasure.md
@@ -374,10 +374,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Receipt-ReceiptType.md b/docs/classes/YooKassa-Model-Receipt-ReceiptType.md
index 69bef4df..48b0abbf 100644
--- a/docs/classes/YooKassa-Model-Receipt-ReceiptType.md
+++ b/docs/classes/YooKassa-Model-Receipt-ReceiptType.md
@@ -155,10 +155,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Receipt-Settlement.md b/docs/classes/YooKassa-Model-Receipt-Settlement.md
index e4df43eb..c5194ae9 100644
--- a/docs/classes/YooKassa-Model-Receipt-Settlement.md
+++ b/docs/classes/YooKassa-Model-Receipt-Settlement.md
@@ -488,10 +488,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Receipt-SettlementInterface.md b/docs/classes/YooKassa-Model-Receipt-SettlementInterface.md
index bc860e90..36a10592 100644
--- a/docs/classes/YooKassa-Model-Receipt-SettlementInterface.md
+++ b/docs/classes/YooKassa-Model-Receipt-SettlementInterface.md
@@ -83,10 +83,10 @@ public getAmount() : \YooKassa\Model\AmountInterface|null
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Receipt-SettlementType.md b/docs/classes/YooKassa-Model-Receipt-SettlementType.md
index 179ff3a8..6038d313 100644
--- a/docs/classes/YooKassa-Model-Receipt-SettlementType.md
+++ b/docs/classes/YooKassa-Model-Receipt-SettlementType.md
@@ -168,10 +168,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Receipt-Supplier.md b/docs/classes/YooKassa-Model-Receipt-Supplier.md
index 54c1e328..5a874150 100644
--- a/docs/classes/YooKassa-Model-Receipt-Supplier.md
+++ b/docs/classes/YooKassa-Model-Receipt-Supplier.md
@@ -547,10 +547,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Receipt-SupplierInterface.md b/docs/classes/YooKassa-Model-Receipt-SupplierInterface.md
index 27d75642..6968f577 100644
--- a/docs/classes/YooKassa-Model-Receipt-SupplierInterface.md
+++ b/docs/classes/YooKassa-Model-Receipt-SupplierInterface.md
@@ -177,10 +177,10 @@ public setInn(null|string $inn) : mixed
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Refund-Refund.md b/docs/classes/YooKassa-Model-Refund-Refund.md
index 987be807..5adf2afe 100644
--- a/docs/classes/YooKassa-Model-Refund-Refund.md
+++ b/docs/classes/YooKassa-Model-Refund-Refund.md
@@ -1294,10 +1294,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Refund-RefundAuthorizationDetails.md b/docs/classes/YooKassa-Model-Refund-RefundAuthorizationDetails.md
index afe59dfe..31090b87 100644
--- a/docs/classes/YooKassa-Model-Refund-RefundAuthorizationDetails.md
+++ b/docs/classes/YooKassa-Model-Refund-RefundAuthorizationDetails.md
@@ -436,10 +436,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Refund-RefundCancellationDetails.md b/docs/classes/YooKassa-Model-Refund-RefundCancellationDetails.md
index ccadbe2d..5605ca2f 100644
--- a/docs/classes/YooKassa-Model-Refund-RefundCancellationDetails.md
+++ b/docs/classes/YooKassa-Model-Refund-RefundCancellationDetails.md
@@ -491,10 +491,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Refund-RefundCancellationDetailsPartyCode.md b/docs/classes/YooKassa-Model-Refund-RefundCancellationDetailsPartyCode.md
index b6204f13..8d6ab0c8 100644
--- a/docs/classes/YooKassa-Model-Refund-RefundCancellationDetailsPartyCode.md
+++ b/docs/classes/YooKassa-Model-Refund-RefundCancellationDetailsPartyCode.md
@@ -164,10 +164,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Refund-RefundCancellationDetailsReasonCode.md b/docs/classes/YooKassa-Model-Refund-RefundCancellationDetailsReasonCode.md
index 7f5dbbe0..f0f44ffa 100644
--- a/docs/classes/YooKassa-Model-Refund-RefundCancellationDetailsReasonCode.md
+++ b/docs/classes/YooKassa-Model-Refund-RefundCancellationDetailsReasonCode.md
@@ -232,10 +232,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Refund-RefundInterface.md b/docs/classes/YooKassa-Model-Refund-RefundInterface.md
index 401d5efa..f43c5c7b 100644
--- a/docs/classes/YooKassa-Model-Refund-RefundInterface.md
+++ b/docs/classes/YooKassa-Model-Refund-RefundInterface.md
@@ -221,10 +221,10 @@ public getDeal() : null|\YooKassa\Model\Deal\RefundDealInfo
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Refund-RefundMethod-AbstractRefundMethod.md b/docs/classes/YooKassa-Model-Refund-RefundMethod-AbstractRefundMethod.md
index 37fdd03c..231d6d78 100644
--- a/docs/classes/YooKassa-Model-Refund-RefundMethod-AbstractRefundMethod.md
+++ b/docs/classes/YooKassa-Model-Refund-RefundMethod-AbstractRefundMethod.md
@@ -448,10 +448,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Refund-RefundMethod-ElectronicCertificate-ElectronicCertificateRefundArticle.md b/docs/classes/YooKassa-Model-Refund-RefundMethod-ElectronicCertificate-ElectronicCertificateRefundArticle.md
index 588becb8..585588cf 100644
--- a/docs/classes/YooKassa-Model-Refund-RefundMethod-ElectronicCertificate-ElectronicCertificateRefundArticle.md
+++ b/docs/classes/YooKassa-Model-Refund-RefundMethod-ElectronicCertificate-ElectronicCertificateRefundArticle.md
@@ -636,10 +636,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Refund-RefundMethod-ElectronicCertificate-ElectronicCertificateRefundData.md b/docs/classes/YooKassa-Model-Refund-RefundMethod-ElectronicCertificate-ElectronicCertificateRefundData.md
index c17df54a..2f00fb8c 100644
--- a/docs/classes/YooKassa-Model-Refund-RefundMethod-ElectronicCertificate-ElectronicCertificateRefundData.md
+++ b/docs/classes/YooKassa-Model-Refund-RefundMethod-ElectronicCertificate-ElectronicCertificateRefundData.md
@@ -504,10 +504,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodElectronicCertificate.md b/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodElectronicCertificate.md
index 6672e205..fc9fb6ca 100644
--- a/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodElectronicCertificate.md
+++ b/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodElectronicCertificate.md
@@ -581,10 +581,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodFactory.md b/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodFactory.md
index ded9ed66..41d9453a 100644
--- a/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodFactory.md
+++ b/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodFactory.md
@@ -98,10 +98,10 @@ public factoryFromArray(array $data, null|string $type = null) : \YooKassa\Model
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodSbp.md b/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodSbp.md
index e1df3989..4525ea7d 100644
--- a/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodSbp.md
+++ b/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodSbp.md
@@ -514,10 +514,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodUnknown.md b/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodUnknown.md
index b6f550c8..5de0a8ef 100644
--- a/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodUnknown.md
+++ b/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodUnknown.md
@@ -448,10 +448,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Refund-RefundMethodType.md b/docs/classes/YooKassa-Model-Refund-RefundMethodType.md
index cbbe8720..5891faf5 100644
--- a/docs/classes/YooKassa-Model-Refund-RefundMethodType.md
+++ b/docs/classes/YooKassa-Model-Refund-RefundMethodType.md
@@ -168,10 +168,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Refund-RefundStatus.md b/docs/classes/YooKassa-Model-Refund-RefundStatus.md
index ebd7581c..0db43e13 100644
--- a/docs/classes/YooKassa-Model-Refund-RefundStatus.md
+++ b/docs/classes/YooKassa-Model-Refund-RefundStatus.md
@@ -161,10 +161,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Refund-Source.md b/docs/classes/YooKassa-Model-Refund-Source.md
index 2908ec7c..2e3f81bc 100644
--- a/docs/classes/YooKassa-Model-Refund-Source.md
+++ b/docs/classes/YooKassa-Model-Refund-Source.md
@@ -608,10 +608,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Refund-SourceInterface.md b/docs/classes/YooKassa-Model-Refund-SourceInterface.md
index c7078e8d..5056eee9 100644
--- a/docs/classes/YooKassa-Model-Refund-SourceInterface.md
+++ b/docs/classes/YooKassa-Model-Refund-SourceInterface.md
@@ -209,10 +209,10 @@ public setPlatformFeeAmount(\YooKassa\Model\AmountInterface|array|null $platform
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-SavePaymentMethod-Confirmation-AbstractConfirmation.md b/docs/classes/YooKassa-Model-SavePaymentMethod-Confirmation-AbstractConfirmation.md
index f022af6f..8f1e8b8d 100644
--- a/docs/classes/YooKassa-Model-SavePaymentMethod-Confirmation-AbstractConfirmation.md
+++ b/docs/classes/YooKassa-Model-SavePaymentMethod-Confirmation-AbstractConfirmation.md
@@ -445,10 +445,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-SavePaymentMethod-Confirmation-ConfirmationFactory.md b/docs/classes/YooKassa-Model-SavePaymentMethod-Confirmation-ConfirmationFactory.md
index 9a07468a..2f9d6ba2 100644
--- a/docs/classes/YooKassa-Model-SavePaymentMethod-Confirmation-ConfirmationFactory.md
+++ b/docs/classes/YooKassa-Model-SavePaymentMethod-Confirmation-ConfirmationFactory.md
@@ -98,10 +98,10 @@ public factoryFromArray(array $data, null|string $type = null) : \YooKassa\Model
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-SavePaymentMethod-Confirmation-ConfirmationRedirect.md b/docs/classes/YooKassa-Model-SavePaymentMethod-Confirmation-ConfirmationRedirect.md
index 71500d2c..91a9b3f5 100644
--- a/docs/classes/YooKassa-Model-SavePaymentMethod-Confirmation-ConfirmationRedirect.md
+++ b/docs/classes/YooKassa-Model-SavePaymentMethod-Confirmation-ConfirmationRedirect.md
@@ -631,10 +631,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-SavePaymentMethod-Confirmation-ConfirmationType.md b/docs/classes/YooKassa-Model-SavePaymentMethod-Confirmation-ConfirmationType.md
index 3552ba96..c8400f19 100644
--- a/docs/classes/YooKassa-Model-SavePaymentMethod-Confirmation-ConfirmationType.md
+++ b/docs/classes/YooKassa-Model-SavePaymentMethod-Confirmation-ConfirmationType.md
@@ -152,10 +152,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-SavePaymentMethod-SavePaymentMethod.md b/docs/classes/YooKassa-Model-SavePaymentMethod-SavePaymentMethod.md
index 4a977e60..b6e148af 100644
--- a/docs/classes/YooKassa-Model-SavePaymentMethod-SavePaymentMethod.md
+++ b/docs/classes/YooKassa-Model-SavePaymentMethod-SavePaymentMethod.md
@@ -920,10 +920,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-SavePaymentMethod-SavePaymentMethodHolder.md b/docs/classes/YooKassa-Model-SavePaymentMethod-SavePaymentMethodHolder.md
index c75f6542..8f2d398e 100644
--- a/docs/classes/YooKassa-Model-SavePaymentMethod-SavePaymentMethodHolder.md
+++ b/docs/classes/YooKassa-Model-SavePaymentMethod-SavePaymentMethodHolder.md
@@ -515,10 +515,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-SavePaymentMethod-SavePaymentMethodInterface.md b/docs/classes/YooKassa-Model-SavePaymentMethod-SavePaymentMethodInterface.md
index 6b652aba..f0bea94d 100644
--- a/docs/classes/YooKassa-Model-SavePaymentMethod-SavePaymentMethodInterface.md
+++ b/docs/classes/YooKassa-Model-SavePaymentMethod-SavePaymentMethodInterface.md
@@ -200,10 +200,10 @@ public getConfirmation() : \YooKassa\Model\SavePaymentMethod\Confirmation\Abstra
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-SavePaymentMethod-SavePaymentMethodStatus.md b/docs/classes/YooKassa-Model-SavePaymentMethod-SavePaymentMethodStatus.md
index c7df4cd1..e9eeb95c 100644
--- a/docs/classes/YooKassa-Model-SavePaymentMethod-SavePaymentMethodStatus.md
+++ b/docs/classes/YooKassa-Model-SavePaymentMethod-SavePaymentMethodStatus.md
@@ -172,10 +172,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-SavePaymentMethod-SavePaymentMethodType.md b/docs/classes/YooKassa-Model-SavePaymentMethod-SavePaymentMethodType.md
index 0142d9ad..beed859e 100644
--- a/docs/classes/YooKassa-Model-SavePaymentMethod-SavePaymentMethodType.md
+++ b/docs/classes/YooKassa-Model-SavePaymentMethod-SavePaymentMethodType.md
@@ -152,10 +152,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployed.md b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployed.md
index 56ef6ca3..6ffcaa02 100644
--- a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployed.md
+++ b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployed.md
@@ -870,10 +870,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmation.md b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmation.md
index 2bbaea46..4fef8856 100644
--- a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmation.md
+++ b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmation.md
@@ -445,10 +445,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationFactory.md b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationFactory.md
index e67d85b3..86c68ce8 100644
--- a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationFactory.md
+++ b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationFactory.md
@@ -96,10 +96,10 @@ public factoryFromArray(array $data, null|string $type = null) : \YooKassa\Model
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationRedirect.md b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationRedirect.md
index 941c5092..63ef3dd5 100644
--- a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationRedirect.md
+++ b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationRedirect.md
@@ -518,10 +518,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationType.md b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationType.md
index c6f553d0..a9914e99 100644
--- a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationType.md
+++ b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationType.md
@@ -151,10 +151,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedInterface.md b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedInterface.md
index 08752856..8baeb592 100644
--- a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedInterface.md
+++ b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedInterface.md
@@ -360,10 +360,10 @@ public setTest(bool $test) : self
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedStatus.md b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedStatus.md
index 6e410581..8105266d 100644
--- a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedStatus.md
+++ b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedStatus.md
@@ -187,10 +187,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Settings-FiscalizationData.md b/docs/classes/YooKassa-Model-Settings-FiscalizationData.md
index ff326024..8db44657 100644
--- a/docs/classes/YooKassa-Model-Settings-FiscalizationData.md
+++ b/docs/classes/YooKassa-Model-Settings-FiscalizationData.md
@@ -488,10 +488,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Settings-FiscalizationProvider.md b/docs/classes/YooKassa-Model-Settings-FiscalizationProvider.md
index 26ac8cc6..84d09dcc 100644
--- a/docs/classes/YooKassa-Model-Settings-FiscalizationProvider.md
+++ b/docs/classes/YooKassa-Model-Settings-FiscalizationProvider.md
@@ -11,7 +11,6 @@
Решение ЮKassa, которое магазин использует для отправки чеков.
Возможные значения:
-- [Чеки для самозанятых](https://yookassa.ru/developers/payment-acceptance/receipts/self-employed/basics) — `fns`
- [54-ФЗ: Чеки от ЮKassa](https://yookassa.ru/developers/payment-acceptance/receipts/54fz/yoomoney/basics) — `avanpost`
- [54-ФЗ: сторонняя онлайн-касса](https://yookassa.ru/developers/payment-acceptance/receipts/54fz/other-services/basics) (наименование онлайн-кассы) — ~`a_qsi` (aQsi online), ~`atol` (АТОЛ Онлайн), ~`business_ru` (Бизнес.ру), ~`digital_kassa` (digitalkassa), ~`evotor` (Эвотор), ~`first_ofd` (Первый ОФД), ~`kit_invest` (Кит Инвест), ~`komtet` (КОМТЕТ Касса), ~`life_pay` (LIFE PAY), ~`mertrade` (Mertrade), ~`modul_kassa` (МодульКасса), ~`rocket` (RocketR), ~`shtrih_m` (Orange Data).
@@ -26,7 +25,6 @@
| public | [EVOTOR](../classes/YooKassa-Model-Settings-FiscalizationProvider.md#constant_EVOTOR) | | Эвотор |
| public | [KIT_INVEST](../classes/YooKassa-Model-Settings-FiscalizationProvider.md#constant_KIT_INVEST) | | Кит Инвест |
| public | [A_QSI](../classes/YooKassa-Model-Settings-FiscalizationProvider.md#constant_A_QSI) | | aQsi online |
-| public | [FNS](../classes/YooKassa-Model-Settings-FiscalizationProvider.md#constant_FNS) | | Чеки для самозанятых |
| public | [AVANPOST](../classes/YooKassa-Model-Settings-FiscalizationProvider.md#constant_AVANPOST) | | 54-ФЗ: Чеки от ЮKassa |
| public | [MERTRADE](../classes/YooKassa-Model-Settings-FiscalizationProvider.md#constant_MERTRADE) | | Mertrade |
| public | [FIRST_OFD](../classes/YooKassa-Model-Settings-FiscalizationProvider.md#constant_FIRST_OFD) | | Первый ОФД |
@@ -132,15 +130,6 @@ A_QSI = 'a_qsi'
```
-
-###### FNS
-Чеки для самозанятых
-
-```php
-FNS = 'fns'
-```
-
-
###### AVANPOST
54-ФЗ: Чеки от ЮKassa
@@ -295,10 +284,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Settings-Me.md b/docs/classes/YooKassa-Model-Settings-Me.md
index e9f5b38d..2e37b556 100644
--- a/docs/classes/YooKassa-Model-Settings-Me.md
+++ b/docs/classes/YooKassa-Model-Settings-Me.md
@@ -1014,10 +1014,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Webhook-Webhook.md b/docs/classes/YooKassa-Model-Webhook-Webhook.md
index 57bff6ac..22333628 100644
--- a/docs/classes/YooKassa-Model-Webhook-Webhook.md
+++ b/docs/classes/YooKassa-Model-Webhook-Webhook.md
@@ -542,10 +542,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Webhook-WebhookInterface.md b/docs/classes/YooKassa-Model-Webhook-WebhookInterface.md
index 026cf19f..182f192b 100644
--- a/docs/classes/YooKassa-Model-Webhook-WebhookInterface.md
+++ b/docs/classes/YooKassa-Model-Webhook-WebhookInterface.md
@@ -171,10 +171,10 @@ public setUrl(string|null $url = null) : self
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-AbstractListResponse.md b/docs/classes/YooKassa-Request-AbstractListResponse.md
index adcf64ad..001bfa9d 100644
--- a/docs/classes/YooKassa-Request-AbstractListResponse.md
+++ b/docs/classes/YooKassa-Request-AbstractListResponse.md
@@ -18,6 +18,7 @@
| ----------:| ---- | ---- | ------- |
| public | [$nextCursor](../classes/YooKassa-Request-AbstractListResponse.md#property_nextCursor) | | Указатель на следующий фрагмент списка. Обязательный параметр, если размер списка больше размера выдачи (`limit`) и конец выдачи не достигнут. |
| public | [$type](../classes/YooKassa-Request-AbstractListResponse.md#property_type) | | Формат выдачи результатов запроса. Возможное значение: `list` (список). |
+| protected | [$_items](../classes/YooKassa-Request-AbstractListResponse.md#property__items) | | Список объектов определенного типа |
| protected | [$_next_cursor](../classes/YooKassa-Request-AbstractListResponse.md#property__next_cursor) | | Указатель на следующий фрагмент списка. Обязательный параметр, если размер списка больше размера выдачи (`limit`) и конец выдачи не достигнут. |
| protected | [$_type](../classes/YooKassa-Request-AbstractListResponse.md#property__type) | | Формат выдачи результатов запроса. Возможное значение: `list` (список). |
@@ -89,6 +90,18 @@
**Details:**
+
+#### protected $_items : ?\YooKassa\Common\ListObject
+---
+**Summary**
+
+Список объектов определенного типа
+
+**Type:** ListObject
+
+**Details:**
+
+
#### protected $_next_cursor : ?string
---
@@ -502,10 +515,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Deals-AbstractDealResponse.md b/docs/classes/YooKassa-Request-Deals-AbstractDealResponse.md
index 49b239f7..4058186e 100644
--- a/docs/classes/YooKassa-Request-Deals-AbstractDealResponse.md
+++ b/docs/classes/YooKassa-Request-Deals-AbstractDealResponse.md
@@ -1232,10 +1232,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Deals-CreateDealRequest.md b/docs/classes/YooKassa-Request-Deals-CreateDealRequest.md
index 01eaee14..2a60b0cd 100644
--- a/docs/classes/YooKassa-Request-Deals-CreateDealRequest.md
+++ b/docs/classes/YooKassa-Request-Deals-CreateDealRequest.md
@@ -807,10 +807,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Deals-CreateDealRequestBuilder.md b/docs/classes/YooKassa-Request-Deals-CreateDealRequestBuilder.md
index b8aee0f5..578d4024 100644
--- a/docs/classes/YooKassa-Request-Deals-CreateDealRequestBuilder.md
+++ b/docs/classes/YooKassa-Request-Deals-CreateDealRequestBuilder.md
@@ -280,10 +280,10 @@ protected initCurrentObject() : \YooKassa\Request\Deals\CreateDealRequest
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Deals-CreateDealRequestInterface.md b/docs/classes/YooKassa-Request-Deals-CreateDealRequestInterface.md
index 6969580e..6cfb81d8 100644
--- a/docs/classes/YooKassa-Request-Deals-CreateDealRequestInterface.md
+++ b/docs/classes/YooKassa-Request-Deals-CreateDealRequestInterface.md
@@ -286,10 +286,10 @@ public setMetadata(null|array|\YooKassa\Model\Metadata $metadata) : self
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Deals-CreateDealRequestSerializer.md b/docs/classes/YooKassa-Request-Deals-CreateDealRequestSerializer.md
index ab1f034f..8f506428 100644
--- a/docs/classes/YooKassa-Request-Deals-CreateDealRequestSerializer.md
+++ b/docs/classes/YooKassa-Request-Deals-CreateDealRequestSerializer.md
@@ -74,10 +74,10 @@ public serialize(\YooKassa\Request\Deals\CreateDealRequestInterface $request) :
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Deals-CreateDealResponse.md b/docs/classes/YooKassa-Request-Deals-CreateDealResponse.md
index bd5d0733..86bd5401 100644
--- a/docs/classes/YooKassa-Request-Deals-CreateDealResponse.md
+++ b/docs/classes/YooKassa-Request-Deals-CreateDealResponse.md
@@ -1233,10 +1233,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Deals-DealResponse.md b/docs/classes/YooKassa-Request-Deals-DealResponse.md
index 9adc166d..a02a5c12 100644
--- a/docs/classes/YooKassa-Request-Deals-DealResponse.md
+++ b/docs/classes/YooKassa-Request-Deals-DealResponse.md
@@ -1233,10 +1233,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Deals-DealsRequest.md b/docs/classes/YooKassa-Request-Deals-DealsRequest.md
index e6a95d8b..93ff002d 100644
--- a/docs/classes/YooKassa-Request-Deals-DealsRequest.md
+++ b/docs/classes/YooKassa-Request-Deals-DealsRequest.md
@@ -1488,10 +1488,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Deals-DealsRequestBuilder.md b/docs/classes/YooKassa-Request-Deals-DealsRequestBuilder.md
index 08165d32..f5138426 100644
--- a/docs/classes/YooKassa-Request-Deals-DealsRequestBuilder.md
+++ b/docs/classes/YooKassa-Request-Deals-DealsRequestBuilder.md
@@ -437,10 +437,10 @@ protected initCurrentObject() : \YooKassa\Request\Deals\DealsRequest
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Deals-DealsRequestInterface.md b/docs/classes/YooKassa-Request-Deals-DealsRequestInterface.md
index 0b3695d6..ce7ef87d 100644
--- a/docs/classes/YooKassa-Request-Deals-DealsRequestInterface.md
+++ b/docs/classes/YooKassa-Request-Deals-DealsRequestInterface.md
@@ -765,10 +765,10 @@ public setFullTextSearch(string|null $full_text_search) : self
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Deals-DealsRequestSerializer.md b/docs/classes/YooKassa-Request-Deals-DealsRequestSerializer.md
index d8dc68e0..2e8d1ded 100644
--- a/docs/classes/YooKassa-Request-Deals-DealsRequestSerializer.md
+++ b/docs/classes/YooKassa-Request-Deals-DealsRequestSerializer.md
@@ -74,10 +74,10 @@ public serialize(\YooKassa\Common\AbstractRequest|\YooKassa\Request\Deals\DealsR
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Deals-DealsResponse.md b/docs/classes/YooKassa-Request-Deals-DealsResponse.md
index a566deb9..a6cae965 100644
--- a/docs/classes/YooKassa-Request-Deals-DealsResponse.md
+++ b/docs/classes/YooKassa-Request-Deals-DealsResponse.md
@@ -542,10 +542,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequest.md b/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequest.md
index ca35affd..aa687fc7 100644
--- a/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequest.md
+++ b/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequest.md
@@ -980,10 +980,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequestBuilder.md b/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequestBuilder.md
index d4835e71..0562a7c9 100644
--- a/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequestBuilder.md
+++ b/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequestBuilder.md
@@ -439,10 +439,10 @@ protected initCurrentObject() : \YooKassa\Request\Invoices\CreateInvoiceRequest
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequestInterface.md b/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequestInterface.md
index d4aebed9..148b2b99 100644
--- a/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequestInterface.md
+++ b/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequestInterface.md
@@ -395,10 +395,10 @@ public setMetadata(\YooKassa\Model\Metadata|array|null $metadata = null) : \YooK
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequestSerializer.md b/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequestSerializer.md
index 20f68164..46fdb124 100644
--- a/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequestSerializer.md
+++ b/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequestSerializer.md
@@ -74,10 +74,10 @@ public serialize(\YooKassa\Request\Invoices\CreateInvoiceRequestInterface $reque
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-AbstractDeliveryMethodData.md b/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-AbstractDeliveryMethodData.md
index 0197564f..a7d88a7f 100644
--- a/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-AbstractDeliveryMethodData.md
+++ b/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-AbstractDeliveryMethodData.md
@@ -445,10 +445,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataEmail.md b/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataEmail.md
new file mode 100644
index 00000000..5b4de5cd
--- /dev/null
+++ b/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataEmail.md
@@ -0,0 +1,506 @@
+# [YooKassa API SDK](../home.md)
+
+# Class: \YooKassa\Request\Invoices\DeliveryMethodData\DeliveryMethodDataEmail
+### Namespace: [\YooKassa\Request\Invoices\DeliveryMethodData](../namespaces/yookassa-request-invoices-deliverymethoddata.md)
+---
+**Summary:**
+
+Класс, представляющий модель DeliveryMethodDataEmail.
+
+**Description:**
+
+Данные для выставления счета с отправкой по электронной почте.
+
+---
+### Constants
+* No constants found
+
+---
+### Properties
+| Visibility | Name | Flag | Summary |
+| ----------:| ---- | ---- | ------- |
+| public | [$email](../classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataEmail.md#property_email) | | |
+| public | [$type](../classes/YooKassa-Request-Invoices-DeliveryMethodData-AbstractDeliveryMethodData.md#property_type) | | Код способа доставки счета пользователю. |
+| protected | [$_type](../classes/YooKassa-Request-Invoices-DeliveryMethodData-AbstractDeliveryMethodData.md#property__type) | | Код способа доставки счета пользователю |
+
+---
+### Methods
+| Visibility | Name | Flag | Summary |
+| ----------:| ---- | ---- | ------- |
+| public | [__construct()](../classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataEmail.md#method___construct) | | |
+| public | [__get()](../classes/YooKassa-Common-AbstractObject.md#method___get) | | Возвращает значение свойства. |
+| public | [__isset()](../classes/YooKassa-Common-AbstractObject.md#method___isset) | | Проверяет наличие свойства. |
+| public | [__set()](../classes/YooKassa-Common-AbstractObject.md#method___set) | | Устанавливает значение свойства. |
+| public | [__unset()](../classes/YooKassa-Common-AbstractObject.md#method___unset) | | Удаляет свойство. |
+| public | [fromArray()](../classes/YooKassa-Common-AbstractObject.md#method_fromArray) | | Устанавливает значения свойств текущего объекта из массива. |
+| public | [getEmail()](../classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataEmail.md#method_getEmail) | | Возвращает email. |
+| public | [getType()](../classes/YooKassa-Request-Invoices-DeliveryMethodData-AbstractDeliveryMethodData.md#method_getType) | | Возвращает type. |
+| public | [getValidator()](../classes/YooKassa-Common-AbstractObject.md#method_getValidator) | | |
+| public | [jsonSerialize()](../classes/YooKassa-Common-AbstractObject.md#method_jsonSerialize) | | Возвращает ассоциативный массив со свойствами текущего объекта для его дальнейшей JSON сериализации. |
+| public | [offsetExists()](../classes/YooKassa-Common-AbstractObject.md#method_offsetExists) | | Проверяет наличие свойства. |
+| public | [offsetGet()](../classes/YooKassa-Common-AbstractObject.md#method_offsetGet) | | Возвращает значение свойства. |
+| public | [offsetSet()](../classes/YooKassa-Common-AbstractObject.md#method_offsetSet) | | Устанавливает значение свойства. |
+| public | [offsetUnset()](../classes/YooKassa-Common-AbstractObject.md#method_offsetUnset) | | Удаляет свойство. |
+| public | [setEmail()](../classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataEmail.md#method_setEmail) | | Устанавливает email. |
+| public | [setType()](../classes/YooKassa-Request-Invoices-DeliveryMethodData-AbstractDeliveryMethodData.md#method_setType) | | Устанавливает type. |
+| public | [toArray()](../classes/YooKassa-Common-AbstractObject.md#method_toArray) | | Возвращает ассоциативный массив со свойствами текущего объекта для его дальнейшей JSON сериализации Является алиасом метода AbstractObject::jsonSerialize(). |
+| protected | [getUnknownProperties()](../classes/YooKassa-Common-AbstractObject.md#method_getUnknownProperties) | | Возвращает массив свойств которые не существуют, но были заданы у объекта. |
+| protected | [validatePropertyValue()](../classes/YooKassa-Common-AbstractObject.md#method_validatePropertyValue) | | |
+
+---
+### Details
+* File: [lib/Request/Invoices/DeliveryMethodData/DeliveryMethodDataEmail.php](../../lib/Request/Invoices/DeliveryMethodData/DeliveryMethodDataEmail.php)
+* Package: YooKassa\Model
+* Class Hierarchy:
+ * [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+ * [\YooKassa\Request\Invoices\DeliveryMethodData\AbstractDeliveryMethodData](../classes/YooKassa-Request-Invoices-DeliveryMethodData-AbstractDeliveryMethodData.md)
+ * \YooKassa\Request\Invoices\DeliveryMethodData\DeliveryMethodDataEmail
+
+* See Also:
+ * [](https://yookassa.ru/developers/api)
+
+---
+### Tags
+| Tag | Version | Description |
+| --- | ------- | ----------- |
+| category | | Class |
+| author | | cms@yoomoney.ru |
+
+---
+## Properties
+
+#### public $email : string
+---
+**Type:** string
+
+**Details:**
+
+
+
+#### public $type : string
+---
+***Description***
+
+Код способа доставки счета пользователю.
+
+**Type:** string
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Invoices\DeliveryMethodData\AbstractDeliveryMethodData](../classes/YooKassa-Request-Invoices-DeliveryMethodData-AbstractDeliveryMethodData.md)
+
+
+
+#### protected $_type : ?string
+---
+**Summary**
+
+Код способа доставки счета пользователю
+
+**Type:** ?string
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Invoices\DeliveryMethodData\AbstractDeliveryMethodData](../classes/YooKassa-Request-Invoices-DeliveryMethodData-AbstractDeliveryMethodData.md)
+
+
+
+---
+## Methods
+
+#### public __construct() : mixed
+
+```php
+public __construct(?array $data = []) : mixed
+```
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Invoices\DeliveryMethodData\DeliveryMethodDataEmail](../classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataEmail.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| ?array | data | |
+
+**Returns:** mixed -
+
+
+
+#### public __get() : mixed
+
+```php
+public __get(string $propertyName) : mixed
+```
+
+**Summary**
+
+Возвращает значение свойства.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | propertyName | Имя свойства |
+
+**Returns:** mixed - Значение свойства
+
+
+
+#### public __isset() : bool
+
+```php
+public __isset(string $propertyName) : bool
+```
+
+**Summary**
+
+Проверяет наличие свойства.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | propertyName | Имя проверяемого свойства |
+
+**Returns:** bool - True если свойство имеется, false если нет
+
+
+
+#### public __set() : void
+
+```php
+public __set(string $propertyName, mixed $value) : void
+```
+
+**Summary**
+
+Устанавливает значение свойства.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | propertyName | Имя свойства |
+| mixed | value | Значение свойства |
+
+**Returns:** void -
+
+
+
+#### public __unset() : void
+
+```php
+public __unset(string $propertyName) : void
+```
+
+**Summary**
+
+Удаляет свойство.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | propertyName | Имя удаляемого свойства |
+
+**Returns:** void -
+
+
+
+#### public fromArray() : void
+
+```php
+public fromArray(array|\Traversable $sourceArray) : void
+```
+
+**Summary**
+
+Устанавливает значения свойств текущего объекта из массива.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| array OR \Traversable | sourceArray | Ассоциативный массив с настройками |
+
+**Returns:** void -
+
+
+
+#### public getEmail() : string|null
+
+```php
+public getEmail() : string|null
+```
+
+**Summary**
+
+Возвращает email.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Invoices\DeliveryMethodData\DeliveryMethodDataEmail](../classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataEmail.md)
+
+**Returns:** string|null -
+
+
+
+#### public getType() : string|null
+
+```php
+public getType() : string|null
+```
+
+**Summary**
+
+Возвращает type.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Invoices\DeliveryMethodData\AbstractDeliveryMethodData](../classes/YooKassa-Request-Invoices-DeliveryMethodData-AbstractDeliveryMethodData.md)
+
+**Returns:** string|null -
+
+
+
+#### public getValidator() : \YooKassa\Validator\Validator
+
+```php
+public getValidator() : \YooKassa\Validator\Validator
+```
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+**Returns:** \YooKassa\Validator\Validator -
+
+
+
+#### public jsonSerialize() : array
+
+```php
+public jsonSerialize() : array
+```
+
+**Summary**
+
+Возвращает ассоциативный массив со свойствами текущего объекта для его дальнейшей JSON сериализации.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+**Returns:** array - Ассоциативный массив со свойствами текущего объекта
+
+
+
+#### public offsetExists() : bool
+
+```php
+public offsetExists(string $offset) : bool
+```
+
+**Summary**
+
+Проверяет наличие свойства.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | offset | Имя проверяемого свойства |
+
+**Returns:** bool - True если свойство имеется, false если нет
+
+
+
+#### public offsetGet() : mixed
+
+```php
+public offsetGet(string $offset) : mixed
+```
+
+**Summary**
+
+Возвращает значение свойства.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | offset | Имя свойства |
+
+**Returns:** mixed - Значение свойства
+
+
+
+#### public offsetSet() : void
+
+```php
+public offsetSet(string $offset, mixed $value) : void
+```
+
+**Summary**
+
+Устанавливает значение свойства.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | offset | Имя свойства |
+| mixed | value | Значение свойства |
+
+**Returns:** void -
+
+
+
+#### public offsetUnset() : void
+
+```php
+public offsetUnset(string $offset) : void
+```
+
+**Summary**
+
+Удаляет свойство.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | offset | Имя удаляемого свойства |
+
+**Returns:** void -
+
+
+
+#### public setEmail() : self
+
+```php
+public setEmail(string|array|null $email = null) : self
+```
+
+**Summary**
+
+Устанавливает email.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Invoices\DeliveryMethodData\DeliveryMethodDataEmail](../classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataEmail.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string OR array OR null | email | |
+
+**Returns:** self -
+
+
+
+#### public setType() : self
+
+```php
+public setType(string|null $type = null) : self
+```
+
+**Summary**
+
+Устанавливает type.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Invoices\DeliveryMethodData\AbstractDeliveryMethodData](../classes/YooKassa-Request-Invoices-DeliveryMethodData-AbstractDeliveryMethodData.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string OR null | type | |
+
+**Returns:** self -
+
+
+
+#### public toArray() : array
+
+```php
+public toArray() : array
+```
+
+**Summary**
+
+Возвращает ассоциативный массив со свойствами текущего объекта для его дальнейшей JSON сериализации
+Является алиасом метода AbstractObject::jsonSerialize().
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+**Returns:** array - Ассоциативный массив со свойствами текущего объекта
+
+
+
+#### protected getUnknownProperties() : array
+
+```php
+protected getUnknownProperties() : array
+```
+
+**Summary**
+
+Возвращает массив свойств которые не существуют, но были заданы у объекта.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+**Returns:** array - Ассоциативный массив с не существующими у текущего объекта свойствами
+
+
+
+#### protected validatePropertyValue() : mixed
+
+```php
+protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mixed
+```
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | propertyName | |
+| mixed | propertyValue | |
+
+**Returns:** mixed -
+
+
+
+---
+
+### Top Namespaces
+
+* [\YooKassa](../namespaces/yookassa.md)
+
+---
+
+### Reports
+* [Errors - 0](../reports/errors.md)
+* [Markers - 0](../reports/markers.md)
+* [Deprecated - 43](../reports/deprecated.md)
+
+---
+
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
+
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataFactory.md b/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataFactory.md
index d6e319a0..40e3b6b2 100644
--- a/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataFactory.md
+++ b/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataFactory.md
@@ -98,10 +98,10 @@ public factoryFromArray(array $data, null|string $type = null) : \YooKassa\Reque
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataSelf.md b/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataSelf.md
index 0cceb028..2009d5ad 100644
--- a/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataSelf.md
+++ b/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataSelf.md
@@ -460,10 +460,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payouts-IncomeReceiptData.md b/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataSms.md
similarity index 66%
rename from docs/classes/YooKassa-Request-Payouts-IncomeReceiptData.md
rename to docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataSms.md
index c4e380d0..61e7ae7f 100644
--- a/docs/classes/YooKassa-Request-Payouts-IncomeReceiptData.md
+++ b/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataSms.md
@@ -1,63 +1,60 @@
# [YooKassa API SDK](../home.md)
-# Class: \YooKassa\Request\Payouts\IncomeReceiptData
-### Namespace: [\YooKassa\Request\Payouts](../namespaces/yookassa-request-payouts.md)
+# Class: \YooKassa\Request\Invoices\DeliveryMethodData\DeliveryMethodDataSms
+### Namespace: [\YooKassa\Request\Invoices\DeliveryMethodData](../namespaces/yookassa-request-invoices-deliverymethoddata.md)
---
**Summary:**
-Класс, представляющий модель IncomeReceiptData.
+Класс, представляющий модель DeliveryMethodDataSms.
**Description:**
-Данные для формирования чека в сервисе Мой налог. Необходимо передавать,
-если вы делаете выплату [самозанятому](/developers/payouts/scenario-extensions/self-employed). Только для обычных выплат.
+Данные для выставления счета с доставкой ссылки на счет в смс.
---
### Constants
-| Visibility | Name | Flag | Summary |
-| ----------:| ---- | ---- | ------- |
-| public | [MAX_LENGTH_SERVICE_NAME](../classes/YooKassa-Request-Payouts-IncomeReceiptData.md#constant_MAX_LENGTH_SERVICE_NAME) | | |
-| public | [MIN_LENGTH_SERVICE_NAME](../classes/YooKassa-Request-Payouts-IncomeReceiptData.md#constant_MIN_LENGTH_SERVICE_NAME) | | |
+* No constants found
---
### Properties
| Visibility | Name | Flag | Summary |
| ----------:| ---- | ---- | ------- |
-| public | [$amount](../classes/YooKassa-Request-Payouts-IncomeReceiptData.md#property_amount) | | Сумма для печати в чеке |
-| public | [$service_name](../classes/YooKassa-Request-Payouts-IncomeReceiptData.md#property_service_name) | | Описание услуги, оказанной получателем выплаты. Не более 50 символов |
-| public | [$serviceName](../classes/YooKassa-Request-Payouts-IncomeReceiptData.md#property_serviceName) | | Описание услуги, оказанной получателем выплаты. Не более 50 символов |
+| public | [$phone](../classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataSms.md#property_phone) | | |
+| public | [$type](../classes/YooKassa-Request-Invoices-DeliveryMethodData-AbstractDeliveryMethodData.md#property_type) | | Код способа доставки счета пользователю. |
+| protected | [$_type](../classes/YooKassa-Request-Invoices-DeliveryMethodData-AbstractDeliveryMethodData.md#property__type) | | Код способа доставки счета пользователю |
---
### Methods
| Visibility | Name | Flag | Summary |
| ----------:| ---- | ---- | ------- |
-| public | [__construct()](../classes/YooKassa-Common-AbstractObject.md#method___construct) | | AbstractObject constructor. |
+| public | [__construct()](../classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataSms.md#method___construct) | | |
| public | [__get()](../classes/YooKassa-Common-AbstractObject.md#method___get) | | Возвращает значение свойства. |
| public | [__isset()](../classes/YooKassa-Common-AbstractObject.md#method___isset) | | Проверяет наличие свойства. |
| public | [__set()](../classes/YooKassa-Common-AbstractObject.md#method___set) | | Устанавливает значение свойства. |
| public | [__unset()](../classes/YooKassa-Common-AbstractObject.md#method___unset) | | Удаляет свойство. |
| public | [fromArray()](../classes/YooKassa-Common-AbstractObject.md#method_fromArray) | | Устанавливает значения свойств текущего объекта из массива. |
-| public | [getAmount()](../classes/YooKassa-Request-Payouts-IncomeReceiptData.md#method_getAmount) | | Возвращает сумму для печати в чеке. |
-| public | [getServiceName()](../classes/YooKassa-Request-Payouts-IncomeReceiptData.md#method_getServiceName) | | Возвращает описание услуги, оказанной получателем выплаты. |
+| public | [getPhone()](../classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataSms.md#method_getPhone) | | Возвращает phone. |
+| public | [getType()](../classes/YooKassa-Request-Invoices-DeliveryMethodData-AbstractDeliveryMethodData.md#method_getType) | | Возвращает type. |
| public | [getValidator()](../classes/YooKassa-Common-AbstractObject.md#method_getValidator) | | |
| public | [jsonSerialize()](../classes/YooKassa-Common-AbstractObject.md#method_jsonSerialize) | | Возвращает ассоциативный массив со свойствами текущего объекта для его дальнейшей JSON сериализации. |
| public | [offsetExists()](../classes/YooKassa-Common-AbstractObject.md#method_offsetExists) | | Проверяет наличие свойства. |
| public | [offsetGet()](../classes/YooKassa-Common-AbstractObject.md#method_offsetGet) | | Возвращает значение свойства. |
| public | [offsetSet()](../classes/YooKassa-Common-AbstractObject.md#method_offsetSet) | | Устанавливает значение свойства. |
| public | [offsetUnset()](../classes/YooKassa-Common-AbstractObject.md#method_offsetUnset) | | Удаляет свойство. |
-| public | [setAmount()](../classes/YooKassa-Request-Payouts-IncomeReceiptData.md#method_setAmount) | | Устанавливает сумму для печати в чеке. |
-| public | [setServiceName()](../classes/YooKassa-Request-Payouts-IncomeReceiptData.md#method_setServiceName) | | Устанавливает описание услуги, оказанной получателем выплаты. |
+| public | [setPhone()](../classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataSms.md#method_setPhone) | | Устанавливает phone. |
+| public | [setType()](../classes/YooKassa-Request-Invoices-DeliveryMethodData-AbstractDeliveryMethodData.md#method_setType) | | Устанавливает type. |
| public | [toArray()](../classes/YooKassa-Common-AbstractObject.md#method_toArray) | | Возвращает ассоциативный массив со свойствами текущего объекта для его дальнейшей JSON сериализации Является алиасом метода AbstractObject::jsonSerialize(). |
| protected | [getUnknownProperties()](../classes/YooKassa-Common-AbstractObject.md#method_getUnknownProperties) | | Возвращает массив свойств которые не существуют, но были заданы у объекта. |
| protected | [validatePropertyValue()](../classes/YooKassa-Common-AbstractObject.md#method_validatePropertyValue) | | |
---
### Details
-* File: [lib/Request/Payouts/IncomeReceiptData.php](../../lib/Request/Payouts/IncomeReceiptData.php)
-* Package: YooKassa\Request
-* Class Hierarchy:
+* File: [lib/Request/Invoices/DeliveryMethodData/DeliveryMethodDataSms.php](../../lib/Request/Invoices/DeliveryMethodData/DeliveryMethodDataSms.php)
+* Package: YooKassa\Model
+* Class Hierarchy:
* [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
- * \YooKassa\Request\Payouts\IncomeReceiptData
+ * [\YooKassa\Request\Invoices\DeliveryMethodData\AbstractDeliveryMethodData](../classes/YooKassa-Request-Invoices-DeliveryMethodData-AbstractDeliveryMethodData.md)
+ * \YooKassa\Request\Invoices\DeliveryMethodData\DeliveryMethodDataSms
* See Also:
* [](https://yookassa.ru/developers/api)
@@ -69,59 +66,40 @@
| category | | Class |
| author | | cms@yoomoney.ru |
----
-## Constants
-
-###### MAX_LENGTH_SERVICE_NAME
-```php
-MAX_LENGTH_SERVICE_NAME = 50 : int
-```
-
-
-
-###### MIN_LENGTH_SERVICE_NAME
-```php
-MIN_LENGTH_SERVICE_NAME = 1 : int
-```
-
-
-
---
## Properties
-
-#### public $amount : \YooKassa\Model\AmountInterface
+
+#### public $phone : string
---
-***Description***
-
-Сумма для печати в чеке
-
-**Type:** AmountInterface
-
-**Details:**
-
-
-
-#### public $service_name : string
----
-***Description***
-
-Описание услуги, оказанной получателем выплаты. Не более 50 символов
-
**Type:** string
**Details:**
-
-#### public $serviceName : string
+
+#### public $type : string
---
***Description***
-Описание услуги, оказанной получателем выплаты. Не более 50 символов
+Код способа доставки счета пользователю.
**Type:** string
**Details:**
+* Inherited From: [\YooKassa\Request\Invoices\DeliveryMethodData\AbstractDeliveryMethodData](../classes/YooKassa-Request-Invoices-DeliveryMethodData-AbstractDeliveryMethodData.md)
+
+
+
+#### protected $_type : ?string
+---
+**Summary**
+
+Код способа доставки счета пользователю
+
+**Type:** ?string
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Invoices\DeliveryMethodData\AbstractDeliveryMethodData](../classes/YooKassa-Request-Invoices-DeliveryMethodData-AbstractDeliveryMethodData.md)
@@ -131,20 +109,16 @@ MIN_LENGTH_SERVICE_NAME = 1 : int
#### public __construct() : mixed
```php
-public __construct(array|null $data = []) : mixed
+public __construct(?array $data = []) : mixed
```
-**Summary**
-
-AbstractObject constructor.
-
**Details:**
-* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+* Inherited From: [\YooKassa\Request\Invoices\DeliveryMethodData\DeliveryMethodDataSms](../classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataSms.md)
##### Parameters:
| Type | Name | Description |
| ---- | ---- | ----------- |
-| array OR null | data | |
+| ?array | data | |
**Returns:** mixed -
@@ -260,38 +234,38 @@ public fromArray(array|\Traversable $sourceArray) : void
**Returns:** void -
-
-#### public getAmount() : \YooKassa\Model\AmountInterface|null
+
+#### public getPhone() : string|null
```php
-public getAmount() : \YooKassa\Model\AmountInterface|null
+public getPhone() : string|null
```
**Summary**
-Возвращает сумму для печати в чеке.
+Возвращает phone.
**Details:**
-* Inherited From: [\YooKassa\Request\Payouts\IncomeReceiptData](../classes/YooKassa-Request-Payouts-IncomeReceiptData.md)
+* Inherited From: [\YooKassa\Request\Invoices\DeliveryMethodData\DeliveryMethodDataSms](../classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataSms.md)
-**Returns:** \YooKassa\Model\AmountInterface|null - Сумма для печати в чеке
+**Returns:** string|null -
-
-#### public getServiceName() : string|null
+
+#### public getType() : string|null
```php
-public getServiceName() : string|null
+public getType() : string|null
```
**Summary**
-Возвращает описание услуги, оказанной получателем выплаты.
+Возвращает type.
**Details:**
-* Inherited From: [\YooKassa\Request\Payouts\IncomeReceiptData](../classes/YooKassa-Request-Payouts-IncomeReceiptData.md)
+* Inherited From: [\YooKassa\Request\Invoices\DeliveryMethodData\AbstractDeliveryMethodData](../classes/YooKassa-Request-Invoices-DeliveryMethodData-AbstractDeliveryMethodData.md)
-**Returns:** string|null - Описание услуги, оказанной получателем выплаты
+**Returns:** string|null -
@@ -413,46 +387,46 @@ public offsetUnset(string $offset) : void
**Returns:** void -
-
-#### public setAmount() : self
+
+#### public setPhone() : self
```php
-public setAmount(\YooKassa\Model\AmountInterface|array|null $amount = null) : self
+public setPhone(string|array|null $phone = null) : self
```
**Summary**
-Устанавливает сумму для печати в чеке.
+Устанавливает phone.
**Details:**
-* Inherited From: [\YooKassa\Request\Payouts\IncomeReceiptData](../classes/YooKassa-Request-Payouts-IncomeReceiptData.md)
+* Inherited From: [\YooKassa\Request\Invoices\DeliveryMethodData\DeliveryMethodDataSms](../classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataSms.md)
##### Parameters:
| Type | Name | Description |
| ---- | ---- | ----------- |
-| \YooKassa\Model\AmountInterface OR array OR null | amount | Сумма для печати в чеке |
+| string OR array OR null | phone | |
**Returns:** self -
-
-#### public setServiceName() : self
+
+#### public setType() : self
```php
-public setServiceName(string|null $service_name = null) : self
+public setType(string|null $type = null) : self
```
**Summary**
-Устанавливает описание услуги, оказанной получателем выплаты.
+Устанавливает type.
**Details:**
-* Inherited From: [\YooKassa\Request\Payouts\IncomeReceiptData](../classes/YooKassa-Request-Payouts-IncomeReceiptData.md)
+* Inherited From: [\YooKassa\Request\Invoices\DeliveryMethodData\AbstractDeliveryMethodData](../classes/YooKassa-Request-Invoices-DeliveryMethodData-AbstractDeliveryMethodData.md)
##### Parameters:
| Type | Name | Description |
| ---- | ---- | ----------- |
-| string OR null | service_name | Описание услуги, оказанной получателем выплаты |
+| string OR null | type | |
**Returns:** self -
@@ -523,10 +497,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Invoices-InvoiceResponse.md b/docs/classes/YooKassa-Request-Invoices-InvoiceResponse.md
index b2ae0a1d..58fb6004 100644
--- a/docs/classes/YooKassa-Request-Invoices-InvoiceResponse.md
+++ b/docs/classes/YooKassa-Request-Invoices-InvoiceResponse.md
@@ -1161,10 +1161,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Invoices-PaymentData.md b/docs/classes/YooKassa-Request-Invoices-PaymentData.md
index 968a5ee8..26f3f612 100644
--- a/docs/classes/YooKassa-Request-Invoices-PaymentData.md
+++ b/docs/classes/YooKassa-Request-Invoices-PaymentData.md
@@ -839,10 +839,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-PaymentMethods-ConfirmationData-AbstractConfirmation.md b/docs/classes/YooKassa-Request-PaymentMethods-ConfirmationData-AbstractConfirmation.md
index 654816f2..aef8ac9e 100644
--- a/docs/classes/YooKassa-Request-PaymentMethods-ConfirmationData-AbstractConfirmation.md
+++ b/docs/classes/YooKassa-Request-PaymentMethods-ConfirmationData-AbstractConfirmation.md
@@ -444,10 +444,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-PaymentMethods-ConfirmationData-ConfirmationFactory.md b/docs/classes/YooKassa-Request-PaymentMethods-ConfirmationData-ConfirmationFactory.md
index 4af32774..e977a6fb 100644
--- a/docs/classes/YooKassa-Request-PaymentMethods-ConfirmationData-ConfirmationFactory.md
+++ b/docs/classes/YooKassa-Request-PaymentMethods-ConfirmationData-ConfirmationFactory.md
@@ -98,10 +98,10 @@ public factoryFromArray(array $data, null|string $type = null) : \YooKassa\Reque
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-PaymentMethods-ConfirmationData-ConfirmationRedirect.md b/docs/classes/YooKassa-Request-PaymentMethods-ConfirmationData-ConfirmationRedirect.md
index 6a9c0df8..e117d662 100644
--- a/docs/classes/YooKassa-Request-PaymentMethods-ConfirmationData-ConfirmationRedirect.md
+++ b/docs/classes/YooKassa-Request-PaymentMethods-ConfirmationData-ConfirmationRedirect.md
@@ -618,10 +618,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-PaymentMethods-CreatePaymentMethodRequest.md b/docs/classes/YooKassa-Request-PaymentMethods-CreatePaymentMethodRequest.md
index 3a081852..720d8136 100644
--- a/docs/classes/YooKassa-Request-PaymentMethods-CreatePaymentMethodRequest.md
+++ b/docs/classes/YooKassa-Request-PaymentMethods-CreatePaymentMethodRequest.md
@@ -780,10 +780,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-PaymentMethods-CreatePaymentMethodRequestBuilder.md b/docs/classes/YooKassa-Request-PaymentMethods-CreatePaymentMethodRequestBuilder.md
index cc899b42..7cfd7bd1 100644
--- a/docs/classes/YooKassa-Request-PaymentMethods-CreatePaymentMethodRequestBuilder.md
+++ b/docs/classes/YooKassa-Request-PaymentMethods-CreatePaymentMethodRequestBuilder.md
@@ -307,10 +307,10 @@ protected initCurrentObject() : \YooKassa\Request\PaymentMethods\CreatePaymentMe
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-PaymentMethods-CreatePaymentMethodRequestInterface.md b/docs/classes/YooKassa-Request-PaymentMethods-CreatePaymentMethodRequestInterface.md
index c1eb8d68..682aacea 100644
--- a/docs/classes/YooKassa-Request-PaymentMethods-CreatePaymentMethodRequestInterface.md
+++ b/docs/classes/YooKassa-Request-PaymentMethods-CreatePaymentMethodRequestInterface.md
@@ -316,10 +316,10 @@ public setConfirmation(\YooKassa\Request\PaymentMethods\ConfirmationData\Abstrac
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-PaymentMethods-CreatePaymentMethodRequestSerializer.md b/docs/classes/YooKassa-Request-PaymentMethods-CreatePaymentMethodRequestSerializer.md
index 6bd6c42c..e1c3746d 100644
--- a/docs/classes/YooKassa-Request-PaymentMethods-CreatePaymentMethodRequestSerializer.md
+++ b/docs/classes/YooKassa-Request-PaymentMethods-CreatePaymentMethodRequestSerializer.md
@@ -74,10 +74,10 @@ public serialize(\YooKassa\Request\PaymentMethods\CreatePaymentMethodRequestInte
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-PaymentMethods-PaymentMethodCard.md b/docs/classes/YooKassa-Request-PaymentMethods-PaymentMethodCard.md
index 3355c6db..f88edeb5 100644
--- a/docs/classes/YooKassa-Request-PaymentMethods-PaymentMethodCard.md
+++ b/docs/classes/YooKassa-Request-PaymentMethods-PaymentMethodCard.md
@@ -677,10 +677,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-PaymentMethods-PaymentMethodHolder.md b/docs/classes/YooKassa-Request-PaymentMethods-PaymentMethodHolder.md
index 4c6fafb7..134a7ba9 100644
--- a/docs/classes/YooKassa-Request-PaymentMethods-PaymentMethodHolder.md
+++ b/docs/classes/YooKassa-Request-PaymentMethods-PaymentMethodHolder.md
@@ -445,10 +445,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-PaymentMethods-PaymentMethodResponse.md b/docs/classes/YooKassa-Request-PaymentMethods-PaymentMethodResponse.md
index 016bf512..cd4bc6ee 100644
--- a/docs/classes/YooKassa-Request-PaymentMethods-PaymentMethodResponse.md
+++ b/docs/classes/YooKassa-Request-PaymentMethods-PaymentMethodResponse.md
@@ -935,10 +935,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-AbstractPaymentRequest.md b/docs/classes/YooKassa-Request-Payments-AbstractPaymentRequest.md
index dcaa37b6..1156e614 100644
--- a/docs/classes/YooKassa-Request-Payments-AbstractPaymentRequest.md
+++ b/docs/classes/YooKassa-Request-Payments-AbstractPaymentRequest.md
@@ -806,10 +806,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-AbstractPaymentRequestBuilder.md b/docs/classes/YooKassa-Request-Payments-AbstractPaymentRequestBuilder.md
index 55ba268c..184bd486 100644
--- a/docs/classes/YooKassa-Request-Payments-AbstractPaymentRequestBuilder.md
+++ b/docs/classes/YooKassa-Request-Payments-AbstractPaymentRequestBuilder.md
@@ -471,10 +471,10 @@ protected initCurrentObject() : \YooKassa\Common\AbstractRequestInterface|null
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-AbstractPaymentResponse.md b/docs/classes/YooKassa-Request-Payments-AbstractPaymentResponse.md
index 8ebe2321..122ca203 100644
--- a/docs/classes/YooKassa-Request-Payments-AbstractPaymentResponse.md
+++ b/docs/classes/YooKassa-Request-Payments-AbstractPaymentResponse.md
@@ -2049,10 +2049,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-Airline.md b/docs/classes/YooKassa-Request-Payments-Airline.md
index f5d81aff..c720537b 100644
--- a/docs/classes/YooKassa-Request-Payments-Airline.md
+++ b/docs/classes/YooKassa-Request-Payments-Airline.md
@@ -690,10 +690,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-AirlineInterface.md b/docs/classes/YooKassa-Request-Payments-AirlineInterface.md
index 5d19ffc6..e65a53af 100644
--- a/docs/classes/YooKassa-Request-Payments-AirlineInterface.md
+++ b/docs/classes/YooKassa-Request-Payments-AirlineInterface.md
@@ -123,10 +123,10 @@ public getLegs() : \YooKassa\Request\Payments\LegInterface[]|\YooKassa\Common\Li
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-CancelResponse.md b/docs/classes/YooKassa-Request-Payments-CancelResponse.md
index ff8571f7..d0b79ac4 100644
--- a/docs/classes/YooKassa-Request-Payments-CancelResponse.md
+++ b/docs/classes/YooKassa-Request-Payments-CancelResponse.md
@@ -2050,10 +2050,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-AbstractConfirmationAttributes.md b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-AbstractConfirmationAttributes.md
index dd4ec7e1..2aebb7a7 100644
--- a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-AbstractConfirmationAttributes.md
+++ b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-AbstractConfirmationAttributes.md
@@ -507,10 +507,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesEmbedded.md b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesEmbedded.md
index 49a6fac4..f72f752b 100644
--- a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesEmbedded.md
+++ b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesEmbedded.md
@@ -535,10 +535,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesExternal.md b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesExternal.md
index 621498a8..f3f9c5cb 100644
--- a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesExternal.md
+++ b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesExternal.md
@@ -535,10 +535,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesFactory.md b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesFactory.md
index d5f54689..262f7cc0 100644
--- a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesFactory.md
+++ b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesFactory.md
@@ -90,10 +90,10 @@ public factoryFromArray(array $data, string|null $type = null) : \YooKassa\Reque
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesMobileApplication.md b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesMobileApplication.md
index 8bd4d8e0..3893fdd2 100644
--- a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesMobileApplication.md
+++ b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesMobileApplication.md
@@ -597,10 +597,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesQr.md b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesQr.md
index a5cd4e7c..67236cf1 100644
--- a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesQr.md
+++ b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesQr.md
@@ -594,10 +594,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesRedirect.md b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesRedirect.md
index 7c302e61..3e5b4d59 100644
--- a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesRedirect.md
+++ b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesRedirect.md
@@ -644,10 +644,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-CreateCaptureRequest.md b/docs/classes/YooKassa-Request-Payments-CreateCaptureRequest.md
index 3b45b165..cee662e7 100644
--- a/docs/classes/YooKassa-Request-Payments-CreateCaptureRequest.md
+++ b/docs/classes/YooKassa-Request-Payments-CreateCaptureRequest.md
@@ -938,10 +938,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-CreateCaptureRequestBuilder.md b/docs/classes/YooKassa-Request-Payments-CreateCaptureRequestBuilder.md
index 28019c10..f7b9f4f8 100644
--- a/docs/classes/YooKassa-Request-Payments-CreateCaptureRequestBuilder.md
+++ b/docs/classes/YooKassa-Request-Payments-CreateCaptureRequestBuilder.md
@@ -519,10 +519,10 @@ protected initCurrentObject() : \YooKassa\Common\AbstractRequestInterface|null
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-CreateCaptureRequestInterface.md b/docs/classes/YooKassa-Request-Payments-CreateCaptureRequestInterface.md
index 2140e9f7..b1913dbd 100644
--- a/docs/classes/YooKassa-Request-Payments-CreateCaptureRequestInterface.md
+++ b/docs/classes/YooKassa-Request-Payments-CreateCaptureRequestInterface.md
@@ -289,10 +289,10 @@ public setDeal(null|array|\YooKassa\Model\Deal\CaptureDealData $deal) : \YooKass
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-CreateCaptureRequestSerializer.md b/docs/classes/YooKassa-Request-Payments-CreateCaptureRequestSerializer.md
index 5fa8d1f2..648e7794 100644
--- a/docs/classes/YooKassa-Request-Payments-CreateCaptureRequestSerializer.md
+++ b/docs/classes/YooKassa-Request-Payments-CreateCaptureRequestSerializer.md
@@ -74,10 +74,10 @@ public serialize(\YooKassa\Request\Payments\CreateCaptureRequestInterface $reque
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-CreateCaptureResponse.md b/docs/classes/YooKassa-Request-Payments-CreateCaptureResponse.md
index c2baa372..1c8dfc05 100644
--- a/docs/classes/YooKassa-Request-Payments-CreateCaptureResponse.md
+++ b/docs/classes/YooKassa-Request-Payments-CreateCaptureResponse.md
@@ -2050,10 +2050,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequest.md b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequest.md
index 2e40f4f6..ab3edbaa 100644
--- a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequest.md
+++ b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequest.md
@@ -2220,10 +2220,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestBuilder.md b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestBuilder.md
index c8881a58..f21b8fa4 100644
--- a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestBuilder.md
+++ b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestBuilder.md
@@ -1152,10 +1152,10 @@ protected initCurrentObject() : \YooKassa\Request\Payments\CreatePaymentRequest
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestInterface.md b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestInterface.md
index 665299cd..bb567e24 100644
--- a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestInterface.md
+++ b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestInterface.md
@@ -1074,10 +1074,10 @@ public setReceiver(null|array|\YooKassa\Request\Payments\ReceiverData\AbstractRe
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestSerializer.md b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestSerializer.md
index 40eb2691..e081effc 100644
--- a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestSerializer.md
+++ b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestSerializer.md
@@ -74,10 +74,10 @@ public serialize(\YooKassa\Request\Payments\CreatePaymentRequestInterface $reque
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-CreatePaymentResponse.md b/docs/classes/YooKassa-Request-Payments-CreatePaymentResponse.md
index 42e500c4..a57b1254 100644
--- a/docs/classes/YooKassa-Request-Payments-CreatePaymentResponse.md
+++ b/docs/classes/YooKassa-Request-Payments-CreatePaymentResponse.md
@@ -2050,10 +2050,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-FraudData.md b/docs/classes/YooKassa-Request-Payments-FraudData.md
index 4cfde666..d65965a6 100644
--- a/docs/classes/YooKassa-Request-Payments-FraudData.md
+++ b/docs/classes/YooKassa-Request-Payments-FraudData.md
@@ -516,10 +516,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-Leg.md b/docs/classes/YooKassa-Request-Payments-Leg.md
index 9edbd655..668b0463 100644
--- a/docs/classes/YooKassa-Request-Payments-Leg.md
+++ b/docs/classes/YooKassa-Request-Payments-Leg.md
@@ -685,10 +685,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-LegInterface.md b/docs/classes/YooKassa-Request-Payments-LegInterface.md
index 7eed713d..c0deb0c6 100644
--- a/docs/classes/YooKassa-Request-Payments-LegInterface.md
+++ b/docs/classes/YooKassa-Request-Payments-LegInterface.md
@@ -176,10 +176,10 @@ public setDepartureDate(\DateTime|string|null $value) : self
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-Locale.md b/docs/classes/YooKassa-Request-Payments-Locale.md
index 1a31a883..2e2e0b8a 100644
--- a/docs/classes/YooKassa-Request-Payments-Locale.md
+++ b/docs/classes/YooKassa-Request-Payments-Locale.md
@@ -158,10 +158,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-MerchantCustomerBankAccount.md b/docs/classes/YooKassa-Request-Payments-MerchantCustomerBankAccount.md
index 729b25fe..6ceaf069 100644
--- a/docs/classes/YooKassa-Request-Payments-MerchantCustomerBankAccount.md
+++ b/docs/classes/YooKassa-Request-Payments-MerchantCustomerBankAccount.md
@@ -502,10 +502,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-Passenger.md b/docs/classes/YooKassa-Request-Payments-Passenger.md
index 4e5a363f..f42312d8 100644
--- a/docs/classes/YooKassa-Request-Payments-Passenger.md
+++ b/docs/classes/YooKassa-Request-Payments-Passenger.md
@@ -517,10 +517,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-PassengerInterface.md b/docs/classes/YooKassa-Request-Payments-PassengerInterface.md
index 10d03f44..f6a54065 100644
--- a/docs/classes/YooKassa-Request-Payments-PassengerInterface.md
+++ b/docs/classes/YooKassa-Request-Payments-PassengerInterface.md
@@ -131,10 +131,10 @@ public setLastName(string|null $value) : self
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-AbstractPaymentData.md b/docs/classes/YooKassa-Request-Payments-PaymentData-AbstractPaymentData.md
index 3ff1d137..185dcdd7 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentData-AbstractPaymentData.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentData-AbstractPaymentData.md
@@ -445,10 +445,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-ElectronicCertificate-ElectronicCertificateArticle.md b/docs/classes/YooKassa-Request-Payments-PaymentData-ElectronicCertificate-ElectronicCertificateArticle.md
index eab5c9ed..500a805a 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentData-ElectronicCertificate-ElectronicCertificateArticle.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentData-ElectronicCertificate-ElectronicCertificateArticle.md
@@ -811,10 +811,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataAlfabank.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataAlfabank.md
index 61289a32..ea3e4b3e 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataAlfabank.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataAlfabank.md
@@ -498,10 +498,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataApplePay.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataApplePay.md
index d29f6acf..65dfa947 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataApplePay.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataApplePay.md
@@ -510,10 +510,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataB2bSberbank.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataB2bSberbank.md
index 553a833c..7c43aa0f 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataB2bSberbank.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataB2bSberbank.md
@@ -577,10 +577,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataBankCard.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataBankCard.md
index ca651ef0..e24b1fa4 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataBankCard.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataBankCard.md
@@ -497,10 +497,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataBankCardCard.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataBankCardCard.md
index 90dcc528..3aeb2ee6 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataBankCardCard.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataBankCardCard.md
@@ -677,10 +677,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataCash.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataCash.md
index aa856274..2624a159 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataCash.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataCash.md
@@ -497,10 +497,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataElectronicCertificate.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataElectronicCertificate.md
index 47172b40..14069cf0 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataElectronicCertificate.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataElectronicCertificate.md
@@ -631,10 +631,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataFactory.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataFactory.md
index 93ca67f4..0e2eb87b 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataFactory.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataFactory.md
@@ -98,10 +98,10 @@ public factoryFromArray(array|null $data = null, string|null $type = null) : \Yo
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataGooglePay.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataGooglePay.md
index eea18e85..43448056 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataGooglePay.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataGooglePay.md
@@ -577,10 +577,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataInstallments.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataInstallments.md
index 436fd186..b0a0a2b2 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataInstallments.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataInstallments.md
@@ -444,10 +444,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataMobileBalance.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataMobileBalance.md
index 7b4c5f17..00619502 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataMobileBalance.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataMobileBalance.md
@@ -497,10 +497,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataQiwi.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataQiwi.md
index e956b87f..21f0be4b 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataQiwi.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataQiwi.md
@@ -498,10 +498,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSberBnpl.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSberBnpl.md
index 1e38072d..000458d3 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSberBnpl.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSberBnpl.md
@@ -497,10 +497,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSberLoan.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSberLoan.md
index f6c6c4df..dd6cf331 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSberLoan.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSberLoan.md
@@ -443,10 +443,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSberbank.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSberbank.md
index 15f02b80..dc3b2e09 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSberbank.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSberbank.md
@@ -497,10 +497,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSbp.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSbp.md
index 8b205494..92559733 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSbp.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSbp.md
@@ -577,10 +577,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataTinkoffBank.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataTinkoffBank.md
index 1b222a3b..bfcf223a 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataTinkoffBank.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataTinkoffBank.md
@@ -443,10 +443,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataYooMoney.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataYooMoney.md
index e5d63b10..0d70611c 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataYooMoney.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataYooMoney.md
@@ -443,10 +443,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-PaymentOrderData-AbstractPaymentOrder.md b/docs/classes/YooKassa-Request-Payments-PaymentOrderData-AbstractPaymentOrder.md
index 2c747051..7da96f8d 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentOrderData-AbstractPaymentOrder.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentOrderData-AbstractPaymentOrder.md
@@ -450,10 +450,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-PaymentOrderData-PaymentOrderFactory.md b/docs/classes/YooKassa-Request-Payments-PaymentOrderData-PaymentOrderFactory.md
index 1cb5100a..97357dc3 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentOrderData-PaymentOrderFactory.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentOrderData-PaymentOrderFactory.md
@@ -98,10 +98,10 @@ public factoryFromArray(array|null $data = null, string|null $type = null) : \Yo
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-PaymentOrderData-PaymentOrderRecipientBankUtilities.md b/docs/classes/YooKassa-Request-Payments-PaymentOrderData-PaymentOrderRecipientBankUtilities.md
index e3d84cbd..799b47c1 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentOrderData-PaymentOrderRecipientBankUtilities.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentOrderData-PaymentOrderRecipientBankUtilities.md
@@ -20,7 +20,7 @@
| public | [$bic](../classes/YooKassa-Request-Payments-PaymentOrderData-PaymentOrderRecipientBankUtilities.md#property_bic) | | БИК банка получателя. |
| public | [$correspondent_account](../classes/YooKassa-Request-Payments-PaymentOrderData-PaymentOrderRecipientBankUtilities.md#property_correspondent_account) | | Корреспондентский счет банка получателя. |
| public | [$correspondentAccount](../classes/YooKassa-Request-Payments-PaymentOrderData-PaymentOrderRecipientBankUtilities.md#property_correspondentAccount) | | Корреспондентский счет банка получателя. |
-| public | [$name](../classes/YooKassa-Request-Payments-PaymentOrderData-PaymentOrderRecipientBankUtilities.md#property_name) | | Название банка получателя. |
+| public | [$name](../classes/YooKassa-Request-Payments-PaymentOrderData-PaymentOrderRecipientBankUtilities.md#property_name) | | Название банка получателя. Максимум 45 символов. |
---
### Methods
@@ -123,7 +123,7 @@
---
***Description***
-Название банка получателя.
+Название банка получателя. Максимум 45 символов.
**Type:** string
@@ -536,7 +536,7 @@ public setName(string|null $name = null) : self
##### Parameters:
| Type | Name | Description |
| ---- | ---- | ----------- |
-| string OR null | name | Название банка получателя. |
+| string OR null | name | Название банка получателя. Максимум 45 символов. |
**Returns:** self -
@@ -607,10 +607,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-PaymentOrderData-PaymentOrderRecipientUtilities.md b/docs/classes/YooKassa-Request-Payments-PaymentOrderData-PaymentOrderRecipientUtilities.md
index e9088c31..6e3efcbc 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentOrderData-PaymentOrderRecipientUtilities.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentOrderData-PaymentOrderRecipientUtilities.md
@@ -597,10 +597,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-PaymentOrderData-PaymentOrderType.md b/docs/classes/YooKassa-Request-Payments-PaymentOrderData-PaymentOrderType.md
index 1a7021a1..dc5b0639 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentOrderData-PaymentOrderType.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentOrderData-PaymentOrderType.md
@@ -151,10 +151,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-PaymentOrderData-PaymentOrderUtilities.md b/docs/classes/YooKassa-Request-Payments-PaymentOrderData-PaymentOrderUtilities.md
index a6d7c4af..cc511cb2 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentOrderData-PaymentOrderUtilities.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentOrderData-PaymentOrderUtilities.md
@@ -1257,10 +1257,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-PaymentPeriod.md b/docs/classes/YooKassa-Request-Payments-PaymentPeriod.md
index b08d9224..0095f5be 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentPeriod.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentPeriod.md
@@ -20,7 +20,7 @@
| Visibility | Name | Flag | Summary |
| ----------:| ---- | ---- | ------- |
| public | [$month](../classes/YooKassa-Request-Payments-PaymentPeriod.md#property_month) | | Месяц периода. Например, ~`1` — январь. |
-| public | [$year](../classes/YooKassa-Request-Payments-PaymentPeriod.md#property_year) | | Год периода. Например, ~`2025`. |
+| public | [$year](../classes/YooKassa-Request-Payments-PaymentPeriod.md#property_year) | | Год периода. Значение должно быть в диапазоне 1920–2050. Например, ~`2025`. |
---
### Methods
@@ -83,7 +83,7 @@
---
***Description***
-Год периода. Например, ~`2025`.
+Год периода. Значение должно быть в диапазоне 1920–2050. Например, ~`2025`.
**Type:** int
@@ -418,7 +418,7 @@ public setYear(int|null $year = null) : self
##### Parameters:
| Type | Name | Description |
| ---- | ---- | ----------- |
-| int OR null | year | Год периода. Например, ~`2025`. |
+| int OR null | year | Год периода. Значение должно быть в диапазоне 1920–2050. Например, ~`2025`. |
**Returns:** self -
@@ -489,10 +489,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-PaymentResponse.md b/docs/classes/YooKassa-Request-Payments-PaymentResponse.md
index 76f70f80..27034e5a 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentResponse.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentResponse.md
@@ -2050,10 +2050,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-PaymentsRequest.md b/docs/classes/YooKassa-Request-Payments-PaymentsRequest.md
index bd39f4a3..5261756c 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentsRequest.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentsRequest.md
@@ -1357,10 +1357,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-PaymentsRequestBuilder.md b/docs/classes/YooKassa-Request-Payments-PaymentsRequestBuilder.md
index ebffe5c2..e1ede44a 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentsRequestBuilder.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentsRequestBuilder.md
@@ -507,10 +507,10 @@ protected initCurrentObject() : \YooKassa\Request\Payments\PaymentsRequest
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-PaymentsRequestInterface.md b/docs/classes/YooKassa-Request-Payments-PaymentsRequestInterface.md
index aaf49f30..2499ab41 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentsRequestInterface.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentsRequestInterface.md
@@ -765,10 +765,10 @@ public setPaymentMethod(string $payment_method) : self
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-PaymentsRequestSerializer.md b/docs/classes/YooKassa-Request-Payments-PaymentsRequestSerializer.md
index ce979a75..9ce19ec6 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentsRequestSerializer.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentsRequestSerializer.md
@@ -74,10 +74,10 @@ public serialize(\YooKassa\Request\Payments\PaymentsRequestInterface $request) :
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-PaymentsResponse.md b/docs/classes/YooKassa-Request-Payments-PaymentsResponse.md
index 9d8a6c7b..05529019 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentsResponse.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentsResponse.md
@@ -542,10 +542,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-ReceiverData-AbstractReceiver.md b/docs/classes/YooKassa-Request-Payments-ReceiverData-AbstractReceiver.md
index f69b2408..50335281 100644
--- a/docs/classes/YooKassa-Request-Payments-ReceiverData-AbstractReceiver.md
+++ b/docs/classes/YooKassa-Request-Payments-ReceiverData-AbstractReceiver.md
@@ -448,10 +448,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverBankAccount.md b/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverBankAccount.md
index 27696231..8462388f 100644
--- a/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverBankAccount.md
+++ b/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverBankAccount.md
@@ -581,10 +581,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverDigitalWallet.md b/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverDigitalWallet.md
index 0bf2fe05..1251458b 100644
--- a/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverDigitalWallet.md
+++ b/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverDigitalWallet.md
@@ -527,10 +527,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverFactory.md b/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverFactory.md
index 086e8c28..41a823b8 100644
--- a/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverFactory.md
+++ b/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverFactory.md
@@ -98,10 +98,10 @@ public factoryFromArray(array|null $data = null, string|null $type = null) : \Yo
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverMobileBalance.md b/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverMobileBalance.md
index b1968cf8..6fed84ff 100644
--- a/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverMobileBalance.md
+++ b/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverMobileBalance.md
@@ -514,10 +514,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverType.md b/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverType.md
index b2d5143f..7b23dcae 100644
--- a/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverType.md
+++ b/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverType.md
@@ -171,10 +171,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-Recipient.md b/docs/classes/YooKassa-Request-Payments-Recipient.md
index 2faf8d10..a263d42f 100644
--- a/docs/classes/YooKassa-Request-Payments-Recipient.md
+++ b/docs/classes/YooKassa-Request-Payments-Recipient.md
@@ -435,10 +435,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-StatementData-AbstractStatement.md b/docs/classes/YooKassa-Request-Payments-StatementData-AbstractStatement.md
index f31d06fb..cbf675c0 100644
--- a/docs/classes/YooKassa-Request-Payments-StatementData-AbstractStatement.md
+++ b/docs/classes/YooKassa-Request-Payments-StatementData-AbstractStatement.md
@@ -448,10 +448,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-StatementData-DeliveryMethod-AbstractDeliveryMethod.md b/docs/classes/YooKassa-Request-Payments-StatementData-DeliveryMethod-AbstractDeliveryMethod.md
index 8b5ee424..88e257aa 100644
--- a/docs/classes/YooKassa-Request-Payments-StatementData-DeliveryMethod-AbstractDeliveryMethod.md
+++ b/docs/classes/YooKassa-Request-Payments-StatementData-DeliveryMethod-AbstractDeliveryMethod.md
@@ -448,10 +448,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-StatementData-DeliveryMethod-DeliveryMethodEmail.md b/docs/classes/YooKassa-Request-Payments-StatementData-DeliveryMethod-DeliveryMethodEmail.md
index 6a1d077c..fd80df88 100644
--- a/docs/classes/YooKassa-Request-Payments-StatementData-DeliveryMethod-DeliveryMethodEmail.md
+++ b/docs/classes/YooKassa-Request-Payments-StatementData-DeliveryMethod-DeliveryMethodEmail.md
@@ -501,10 +501,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-StatementData-DeliveryMethod-DeliveryMethodFactory.md b/docs/classes/YooKassa-Request-Payments-StatementData-DeliveryMethod-DeliveryMethodFactory.md
index cf5f96fb..08636b3b 100644
--- a/docs/classes/YooKassa-Request-Payments-StatementData-DeliveryMethod-DeliveryMethodFactory.md
+++ b/docs/classes/YooKassa-Request-Payments-StatementData-DeliveryMethod-DeliveryMethodFactory.md
@@ -98,10 +98,10 @@ public factoryFromArray(array|null $data = null, string|null $type = null) : \Yo
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-StatementData-DeliveryMethod-DeliveryMethodType.md b/docs/classes/YooKassa-Request-Payments-StatementData-DeliveryMethod-DeliveryMethodType.md
index 80190499..f7596828 100644
--- a/docs/classes/YooKassa-Request-Payments-StatementData-DeliveryMethod-DeliveryMethodType.md
+++ b/docs/classes/YooKassa-Request-Payments-StatementData-DeliveryMethod-DeliveryMethodType.md
@@ -153,10 +153,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-StatementData-StatementFactory.md b/docs/classes/YooKassa-Request-Payments-StatementData-StatementFactory.md
index e63a56c8..e6abb36f 100644
--- a/docs/classes/YooKassa-Request-Payments-StatementData-StatementFactory.md
+++ b/docs/classes/YooKassa-Request-Payments-StatementData-StatementFactory.md
@@ -98,10 +98,10 @@ public factoryFromArray(array|null $data = null, string|null $type = null) : \Yo
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-StatementData-StatementPaymentOverview.md b/docs/classes/YooKassa-Request-Payments-StatementData-StatementPaymentOverview.md
index 3d900c71..4fab337a 100644
--- a/docs/classes/YooKassa-Request-Payments-StatementData-StatementPaymentOverview.md
+++ b/docs/classes/YooKassa-Request-Payments-StatementData-StatementPaymentOverview.md
@@ -501,10 +501,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-StatementData-StatementType.md b/docs/classes/YooKassa-Request-Payments-StatementData-StatementType.md
index 23535abb..90607131 100644
--- a/docs/classes/YooKassa-Request-Payments-StatementData-StatementType.md
+++ b/docs/classes/YooKassa-Request-Payments-StatementData-StatementType.md
@@ -153,10 +153,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-TransferData.md b/docs/classes/YooKassa-Request-Payments-TransferData.md
index 8b8cf55a..20f5ad80 100644
--- a/docs/classes/YooKassa-Request-Payments-TransferData.md
+++ b/docs/classes/YooKassa-Request-Payments-TransferData.md
@@ -764,10 +764,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payments-TransferDataInterface.md b/docs/classes/YooKassa-Request-Payments-TransferDataInterface.md
index 74114f6e..3befbf23 100644
--- a/docs/classes/YooKassa-Request-Payments-TransferDataInterface.md
+++ b/docs/classes/YooKassa-Request-Payments-TransferDataInterface.md
@@ -332,10 +332,10 @@ public hasMetadata() : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payouts-AbstractPayoutResponse.md b/docs/classes/YooKassa-Request-Payouts-AbstractPayoutResponse.md
index f35adf65..0a7580d2 100644
--- a/docs/classes/YooKassa-Request-Payouts-AbstractPayoutResponse.md
+++ b/docs/classes/YooKassa-Request-Payouts-AbstractPayoutResponse.md
@@ -270,26 +270,26 @@ MIN_LENGTH_ID = 36 : int
-#### public $payout_destination : \YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod
+#### public $payout_destination : \YooKassa\Model\Payout\AbstractPayoutDestination
---
***Description***
Способ проведения выплаты
-**Type:** AbstractPaymentMethod
+**Type:** AbstractPayoutDestination
**Details:**
* Inherited From: [\YooKassa\Model\Payout\Payout](../classes/YooKassa-Model-Payout-Payout.md)
-#### public $payoutDestination : \YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod
+#### public $payoutDestination : \YooKassa\Model\Payout\AbstractPayoutDestination
---
***Description***
Способ проведения выплаты
-**Type:** AbstractPaymentMethod
+**Type:** AbstractPayoutDestination
**Details:**
* Inherited From: [\YooKassa\Model\Payout\Payout](../classes/YooKassa-Model-Payout-Payout.md)
@@ -1384,10 +1384,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequest.md b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequest.md
index e88353c5..6ff6096f 100644
--- a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequest.md
+++ b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequest.md
@@ -69,10 +69,6 @@ var_dump($response);
| public | [$payoutToken](../classes/YooKassa-Request-Payouts-CreatePayoutRequest.md#property_payoutToken) | | Токенизированные данные для выплаты. Например, синоним банковской карты. Обязательный параметр, если не передан payout_destination_data |
| public | [$personal_data](../classes/YooKassa-Request-Payouts-CreatePayoutRequest.md#property_personal_data) | | Персональные данные получателя выплаты. Только для обычных выплат. Необходимо передавать в этих сценариях: - [выплаты с проверкой получателя](https://yookassa.ru/developers/payouts/scenario-extensions/recipient-check) (только для выплат через СБП); - [выплаты с передачей данных получателя для выписок из реестра](https://yookassa.ru/developers/payouts/scenario-extensions/recipient-data-send). В массиве можно одновременно передать несколько идентификаторов, но только для разных типов данных. |
| public | [$personalData](../classes/YooKassa-Request-Payouts-CreatePayoutRequest.md#property_personalData) | | Персональные данные получателя выплаты. Только для обычных выплат. Необходимо передавать в этих сценариях: - [выплаты с проверкой получателя](https://yookassa.ru/developers/payouts/scenario-extensions/recipient-check) (только для выплат через СБП); - [выплаты с передачей данных получателя для выписок из реестра](https://yookassa.ru/developers/payouts/scenario-extensions/recipient-data-send). В массиве можно одновременно передать несколько идентификаторов, но только для разных типов данных. |
-| public | [$receipt_data](../classes/YooKassa-Request-Payouts-CreatePayoutRequest.md#property_receipt_data) | | Данные для формирования чека в сервисе Мой налог. Необходимо передавать, если вы делаете выплату [самозанятому](https://yookassa.ru/developers/payouts/scenario-extensions/self-employed). Только для обычных выплат. |
-| public | [$receiptData](../classes/YooKassa-Request-Payouts-CreatePayoutRequest.md#property_receiptData) | | Данные для формирования чека в сервисе Мой налог. Необходимо передавать, если вы делаете выплату [самозанятому](https://yookassa.ru/developers/payouts/scenario-extensions/self-employed). Только для обычных выплат. |
-| public | [$self_employed](../classes/YooKassa-Request-Payouts-CreatePayoutRequest.md#property_self_employed) | | Данные самозанятого, который получит выплату. Необходимо передавать, если вы делаете выплату [самозанятому](https://yookassa.ru/developers/payouts/scenario-extensions/self-employed). Только для обычных выплат. |
-| public | [$selfEmployed](../classes/YooKassa-Request-Payouts-CreatePayoutRequest.md#property_selfEmployed) | | Данные самозанятого, который получит выплату. Необходимо передавать, если вы делаете выплату [самозанятому](https://yookassa.ru/developers/payouts/scenario-extensions/self-employed). Только для обычных выплат. |
---
### Methods
@@ -95,8 +91,6 @@ var_dump($response);
| public | [getPayoutDestinationData()](../classes/YooKassa-Request-Payouts-CreatePayoutRequest.md#method_getPayoutDestinationData) | | Возвращает данные для создания метода оплаты. |
| public | [getPayoutToken()](../classes/YooKassa-Request-Payouts-CreatePayoutRequest.md#method_getPayoutToken) | | Возвращает токенизированные данные для выплаты. |
| public | [getPersonalData()](../classes/YooKassa-Request-Payouts-CreatePayoutRequest.md#method_getPersonalData) | | Возвращает персональные данные получателя выплаты. |
-| public | [getReceiptData()](../classes/YooKassa-Request-Payouts-CreatePayoutRequest.md#method_getReceiptData) | | Возвращает данные для формирования чека в сервисе Мой налог. |
-| public | [getSelfEmployed()](../classes/YooKassa-Request-Payouts-CreatePayoutRequest.md#method_getSelfEmployed) | | Возвращает данные самозанятого, который получит выплату. |
| public | [getValidator()](../classes/YooKassa-Common-AbstractObject.md#method_getValidator) | | |
| public | [hasAmount()](../classes/YooKassa-Request-Payouts-CreatePayoutRequest.md#method_hasAmount) | | Проверяет, была ли установлена сумма выплаты. |
| public | [hasDeal()](../classes/YooKassa-Request-Payouts-CreatePayoutRequest.md#method_hasDeal) | | Проверяет наличие сделки в создаваемой выплате. |
@@ -106,8 +100,6 @@ var_dump($response);
| public | [hasPayoutDestinationData()](../classes/YooKassa-Request-Payouts-CreatePayoutRequest.md#method_hasPayoutDestinationData) | | Проверяет установлен ли объект с методом оплаты. |
| public | [hasPayoutToken()](../classes/YooKassa-Request-Payouts-CreatePayoutRequest.md#method_hasPayoutToken) | | Проверяет наличие токенизированных данных для выплаты. |
| public | [hasPersonalData()](../classes/YooKassa-Request-Payouts-CreatePayoutRequest.md#method_hasPersonalData) | | Проверяет наличие персональных данных в создаваемой выплате. |
-| public | [hasReceiptData()](../classes/YooKassa-Request-Payouts-CreatePayoutRequest.md#method_hasReceiptData) | | Проверяет наличие данных для формирования чека в сервисе Мой налог. |
-| public | [hasSelfEmployed()](../classes/YooKassa-Request-Payouts-CreatePayoutRequest.md#method_hasSelfEmployed) | | Проверяет наличие данных самозанятого в создаваемой выплате. |
| public | [jsonSerialize()](../classes/YooKassa-Common-AbstractObject.md#method_jsonSerialize) | | Возвращает ассоциативный массив со свойствами текущего объекта для его дальнейшей JSON сериализации. |
| public | [offsetExists()](../classes/YooKassa-Common-AbstractObject.md#method_offsetExists) | | Проверяет наличие свойства. |
| public | [offsetGet()](../classes/YooKassa-Common-AbstractObject.md#method_offsetGet) | | Возвращает значение свойства. |
@@ -121,8 +113,6 @@ var_dump($response);
| public | [setPayoutDestinationData()](../classes/YooKassa-Request-Payouts-CreatePayoutRequest.md#method_setPayoutDestinationData) | | Устанавливает объект с информацией для создания метода оплаты. |
| public | [setPayoutToken()](../classes/YooKassa-Request-Payouts-CreatePayoutRequest.md#method_setPayoutToken) | | Устанавливает токенизированные данные для выплаты. |
| public | [setPersonalData()](../classes/YooKassa-Request-Payouts-CreatePayoutRequest.md#method_setPersonalData) | | Устанавливает персональные данные получателя выплаты. |
-| public | [setReceiptData()](../classes/YooKassa-Request-Payouts-CreatePayoutRequest.md#method_setReceiptData) | | Устанавливает данные для формирования чека в сервисе Мой налог. |
-| public | [setSelfEmployed()](../classes/YooKassa-Request-Payouts-CreatePayoutRequest.md#method_setSelfEmployed) | | Устанавливает данные самозанятого, который получит выплату. |
| public | [toArray()](../classes/YooKassa-Common-AbstractObject.md#method_toArray) | | Возвращает ассоциативный массив со свойствами текущего объекта для его дальнейшей JSON сериализации Является алиасом метода AbstractObject::jsonSerialize(). |
| public | [validate()](../classes/YooKassa-Request-Payouts-CreatePayoutRequest.md#method_validate) | | Проверяет на валидность текущий объект |
| protected | [getUnknownProperties()](../classes/YooKassa-Common-AbstractObject.md#method_getUnknownProperties) | | Возвращает массив свойств которые не существуют, но были заданы у объекта. |
@@ -320,54 +310,6 @@ MIN_PERSONAL_DATA = 1 : int
**Details:**
-
-#### public $receipt_data : \YooKassa\Request\Payouts\IncomeReceiptData
----
-***Description***
-
-Данные для формирования чека в сервисе Мой налог. Необходимо передавать, если вы делаете выплату [самозанятому](https://yookassa.ru/developers/payouts/scenario-extensions/self-employed). Только для обычных выплат.
-
-**Type:** IncomeReceiptData
-
-**Details:**
-
-
-
-#### public $receiptData : \YooKassa\Request\Payouts\IncomeReceiptData
----
-***Description***
-
-Данные для формирования чека в сервисе Мой налог. Необходимо передавать, если вы делаете выплату [самозанятому](https://yookassa.ru/developers/payouts/scenario-extensions/self-employed). Только для обычных выплат.
-
-**Type:** IncomeReceiptData
-
-**Details:**
-
-
-
-#### public $self_employed : \YooKassa\Request\Payouts\PayoutSelfEmployedInfo
----
-***Description***
-
-Данные самозанятого, который получит выплату. Необходимо передавать, если вы делаете выплату [самозанятому](https://yookassa.ru/developers/payouts/scenario-extensions/self-employed). Только для обычных выплат.
-
-**Type:** PayoutSelfEmployedInfo
-
-**Details:**
-
-
-
-#### public $selfEmployed : \YooKassa\Request\Payouts\PayoutSelfEmployedInfo
----
-***Description***
-
-Данные самозанятого, который получит выплату. Необходимо передавать, если вы делаете выплату [самозанятому](https://yookassa.ru/developers/payouts/scenario-extensions/self-employed). Только для обычных выплат.
-
-**Type:** PayoutSelfEmployedInfo
-
-**Details:**
-
-
---
## Methods
@@ -691,40 +633,6 @@ public getPersonalData() : \YooKassa\Request\Payouts\PayoutPersonalData[]|\YooKa
**Returns:** \YooKassa\Request\Payouts\PayoutPersonalData[]|\YooKassa\Common\ListObjectInterface - Персональные данные получателя выплаты
-
-#### public getReceiptData() : null|\YooKassa\Request\Payouts\IncomeReceiptData
-
-```php
-public getReceiptData() : null|\YooKassa\Request\Payouts\IncomeReceiptData
-```
-
-**Summary**
-
-Возвращает данные для формирования чека в сервисе Мой налог.
-
-**Details:**
-* Inherited From: [\YooKassa\Request\Payouts\CreatePayoutRequest](../classes/YooKassa-Request-Payouts-CreatePayoutRequest.md)
-
-**Returns:** null|\YooKassa\Request\Payouts\IncomeReceiptData - Данные для формирования чека в сервисе Мой налог
-
-
-
-#### public getSelfEmployed() : null|\YooKassa\Request\Payouts\PayoutSelfEmployedInfo
-
-```php
-public getSelfEmployed() : null|\YooKassa\Request\Payouts\PayoutSelfEmployedInfo
-```
-
-**Summary**
-
-Возвращает данные самозанятого, который получит выплату.
-
-**Details:**
-* Inherited From: [\YooKassa\Request\Payouts\CreatePayoutRequest](../classes/YooKassa-Request-Payouts-CreatePayoutRequest.md)
-
-**Returns:** null|\YooKassa\Request\Payouts\PayoutSelfEmployedInfo - Данные самозанятого, который получит выплату
-
-
#### public getValidator() : \YooKassa\Validator\Validator
@@ -874,40 +782,6 @@ public hasPersonalData() : bool
**Returns:** bool - True если персональные данные есть, false если нет
-
-#### public hasReceiptData() : bool
-
-```php
-public hasReceiptData() : bool
-```
-
-**Summary**
-
-Проверяет наличие данных для формирования чека в сервисе Мой налог.
-
-**Details:**
-* Inherited From: [\YooKassa\Request\Payouts\CreatePayoutRequest](../classes/YooKassa-Request-Payouts-CreatePayoutRequest.md)
-
-**Returns:** bool - True если данные для формирования чека есть, false если нет
-
-
-
-#### public hasSelfEmployed() : bool
-
-```php
-public hasSelfEmployed() : bool
-```
-
-**Summary**
-
-Проверяет наличие данных самозанятого в создаваемой выплате.
-
-**Details:**
-* Inherited From: [\YooKassa\Request\Payouts\CreatePayoutRequest](../classes/YooKassa-Request-Payouts-CreatePayoutRequest.md)
-
-**Returns:** bool - True если данные самозанятого есть, false если нет
-
-
#### public jsonSerialize() : array
@@ -1190,50 +1064,6 @@ public setPersonalData(\YooKassa\Common\ListObjectInterface|array|null $personal
**Returns:** self -
-
-#### public setReceiptData() : $this
-
-```php
-public setReceiptData(\YooKassa\Request\Payouts\IncomeReceiptData|array|null $receipt_data = null) : $this
-```
-
-**Summary**
-
-Устанавливает данные для формирования чека в сервисе Мой налог.
-
-**Details:**
-* Inherited From: [\YooKassa\Request\Payouts\CreatePayoutRequest](../classes/YooKassa-Request-Payouts-CreatePayoutRequest.md)
-
-##### Parameters:
-| Type | Name | Description |
-| ---- | ---- | ----------- |
-| \YooKassa\Request\Payouts\IncomeReceiptData OR array OR null | receipt_data | Данные для формирования чека в сервисе Мой налог |
-
-**Returns:** $this -
-
-
-
-#### public setSelfEmployed() : self
-
-```php
-public setSelfEmployed(\YooKassa\Request\Payouts\PayoutSelfEmployedInfo|array|null $self_employed = null) : self
-```
-
-**Summary**
-
-Устанавливает данные самозанятого, который получит выплату.
-
-**Details:**
-* Inherited From: [\YooKassa\Request\Payouts\CreatePayoutRequest](../classes/YooKassa-Request-Payouts-CreatePayoutRequest.md)
-
-##### Parameters:
-| Type | Name | Description |
-| ---- | ---- | ----------- |
-| \YooKassa\Request\Payouts\PayoutSelfEmployedInfo OR array OR null | self_employed | Данные самозанятого, который получит выплату |
-
-**Returns:** self -
-
-
#### public toArray() : array
@@ -1339,10 +1169,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestBuilder.md b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestBuilder.md
index 4f10b397..574cddb1 100644
--- a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestBuilder.md
+++ b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestBuilder.md
@@ -70,8 +70,8 @@ var_dump($response);
| public | [setPayoutDestinationData()](../classes/YooKassa-Request-Payouts-CreatePayoutRequestBuilder.md#method_setPayoutDestinationData) | | Устанавливает объект с информацией для создания метода оплаты. |
| public | [setPayoutToken()](../classes/YooKassa-Request-Payouts-CreatePayoutRequestBuilder.md#method_setPayoutToken) | | Устанавливает одноразовый токен для проведения выплаты. |
| public | [setPersonalData()](../classes/YooKassa-Request-Payouts-CreatePayoutRequestBuilder.md#method_setPersonalData) | | Устанавливает персональные данные получателя выплаты. |
-| public | [setReceiptData()](../classes/YooKassa-Request-Payouts-CreatePayoutRequestBuilder.md#method_setReceiptData) | | Устанавливает данные для формирования чека в сервисе Мой налог. |
-| public | [setSelfEmployed()](../classes/YooKassa-Request-Payouts-CreatePayoutRequestBuilder.md#method_setSelfEmployed) | | Устанавливает данные самозанятого, который получит выплату. |
+| public | [setReceiptData()](../classes/YooKassa-Request-Payouts-CreatePayoutRequestBuilder.md#method_setReceiptData) | *deprecated* | Устанавливает данные для формирования чека в сервисе Мой налог. |
+| public | [setSelfEmployed()](../classes/YooKassa-Request-Payouts-CreatePayoutRequestBuilder.md#method_setSelfEmployed) | *deprecated* | Устанавливает данные самозанятого, который получит выплату. |
| protected | [initCurrentObject()](../classes/YooKassa-Request-Payouts-CreatePayoutRequestBuilder.md#method_initCurrentObject) | | Инициализирует объект запроса, который в дальнейшем будет собираться билдером |
---
@@ -353,45 +353,49 @@ public setPersonalData(null|array|\YooKassa\Request\Payouts\PayoutPersonalData[]
-#### public setReceiptData() : \YooKassa\Request\Payouts\CreatePayoutRequestBuilder
+#### (deprecated) - public setReceiptData() : \YooKassa\Request\Payouts\CreatePayoutRequestBuilder
```php
-public setReceiptData(null|array|\YooKassa\Request\Payouts\IncomeReceiptData $value) : \YooKassa\Request\Payouts\CreatePayoutRequestBuilder
+public setReceiptData(null|array $value) : \YooKassa\Request\Payouts\CreatePayoutRequestBuilder
```
**Summary**
Устанавливает данные для формирования чека в сервисе Мой налог.
+**Deprecated**
+DeprecatedБудет удален в следующих версиях
**Details:**
* Inherited From: [\YooKassa\Request\Payouts\CreatePayoutRequestBuilder](../classes/YooKassa-Request-Payouts-CreatePayoutRequestBuilder.md)
##### Parameters:
| Type | Name | Description |
| ---- | ---- | ----------- |
-| null OR array OR \YooKassa\Request\Payouts\IncomeReceiptData | value | Данные для формирования чека в сервисе Мой налог |
+| null OR array | value | Данные для формирования чека в сервисе Мой налог |
**Returns:** \YooKassa\Request\Payouts\CreatePayoutRequestBuilder -
-#### public setSelfEmployed() : \YooKassa\Request\Payouts\CreatePayoutRequestBuilder
+#### (deprecated) - public setSelfEmployed() : \YooKassa\Request\Payouts\CreatePayoutRequestBuilder
```php
-public setSelfEmployed(null|array|\YooKassa\Request\Payouts\PayoutSelfEmployedInfo $value) : \YooKassa\Request\Payouts\CreatePayoutRequestBuilder
+public setSelfEmployed(null|array $value) : \YooKassa\Request\Payouts\CreatePayoutRequestBuilder
```
**Summary**
Устанавливает данные самозанятого, который получит выплату.
+**Deprecated**
+DeprecatedБудет удален в следующих версиях
**Details:**
* Inherited From: [\YooKassa\Request\Payouts\CreatePayoutRequestBuilder](../classes/YooKassa-Request-Payouts-CreatePayoutRequestBuilder.md)
##### Parameters:
| Type | Name | Description |
| ---- | ---- | ----------- |
-| null OR array OR \YooKassa\Request\Payouts\PayoutSelfEmployedInfo | value | Данные самозанятого, который получит выплату |
+| null OR array | value | Данные самозанятого, который получит выплату |
**Returns:** \YooKassa\Request\Payouts\CreatePayoutRequestBuilder -
@@ -425,10 +429,10 @@ protected initCurrentObject() : \YooKassa\Request\Payouts\CreatePayoutRequest
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md
index 80f2d15a..636cac3a 100644
--- a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md
+++ b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md
@@ -23,8 +23,6 @@ Interface CreatePayoutRequestInterface.
| public | [getPayoutDestinationData()](../classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md#method_getPayoutDestinationData) | | Возвращает данные платежного средства, на которое нужно сделать выплату. |
| public | [getPayoutToken()](../classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md#method_getPayoutToken) | | Возвращает токенизированные данные для выплаты. |
| public | [getPersonalData()](../classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md#method_getPersonalData) | | Возвращает персональные данные получателя выплаты. |
-| public | [getReceiptData()](../classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md#method_getReceiptData) | | Возвращает данные для формирования чека в сервисе Мой налог. |
-| public | [getSelfEmployed()](../classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md#method_getSelfEmployed) | | Возвращает данные самозанятого, который получит выплату. |
| public | [hasAmount()](../classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md#method_hasAmount) | | Проверяет наличие суммы в создаваемой выплате. |
| public | [hasDeal()](../classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md#method_hasDeal) | | Проверяет установлена ли сделка, в рамках которой нужно провести выплату. |
| public | [hasDescription()](../classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md#method_hasDescription) | | Проверяет наличие описания транзакции в создаваемой выплате. |
@@ -33,8 +31,6 @@ Interface CreatePayoutRequestInterface.
| public | [hasPayoutDestinationData()](../classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md#method_hasPayoutDestinationData) | | Проверяет наличие данных платежного средства, на которое нужно сделать выплату. |
| public | [hasPayoutToken()](../classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md#method_hasPayoutToken) | | Проверяет наличие токенизированных данных для выплаты. |
| public | [hasPersonalData()](../classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md#method_hasPersonalData) | | Проверяет наличие персональных данных в создаваемой выплате. |
-| public | [hasReceiptData()](../classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md#method_hasReceiptData) | | Проверяет наличие данных для формирования чека в сервисе Мой налог. |
-| public | [hasSelfEmployed()](../classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md#method_hasSelfEmployed) | | Проверяет наличие данных самозанятого в создаваемой выплате. |
| public | [setAmount()](../classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md#method_setAmount) | | Устанавливает сумму выплаты. |
| public | [setDeal()](../classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md#method_setDeal) | | Устанавливает сделку, в рамках которой нужно провести выплату. |
| public | [setDescription()](../classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md#method_setDescription) | | Устанавливает описание транзакции. |
@@ -43,8 +39,6 @@ Interface CreatePayoutRequestInterface.
| public | [setPayoutDestinationData()](../classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md#method_setPayoutDestinationData) | | Устанавливает данные платежного средства, на которое нужно сделать выплату. |
| public | [setPayoutToken()](../classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md#method_setPayoutToken) | | Устанавливает токенизированные данные для выплаты. |
| public | [setPersonalData()](../classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md#method_setPersonalData) | | Устанавливает персональные данные получателя выплаты. |
-| public | [setReceiptData()](../classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md#method_setReceiptData) | | Устанавливает данные для формирования чека в сервисе Мой налог. |
-| public | [setSelfEmployed()](../classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md#method_setSelfEmployed) | | Устанавливает данные самозанятого, который получит выплату. |
---
### Details
@@ -68,10 +62,6 @@ Interface CreatePayoutRequestInterface.
| property | | Идентификатор сохраненного способа оплаты, данные которого нужно использовать для проведения выплаты |
| property | | Сделка, в рамках которой нужно провести выплату. Необходимо передавать, если вы проводите Безопасную сделку |
| property | | Описание транзакции (не более 128 символов). Например: «Выплата по договору N» |
-| property | | Данные самозанятого, который получит выплату. Необходимо передавать, если вы делаете выплату [самозанятому](https://yookassa.ru/developers/payouts/scenario-extensions/self-employed). Только для обычных выплат. |
-| property | | Данные самозанятого, который получит выплату. Необходимо передавать, если вы делаете выплату [самозанятому](https://yookassa.ru/developers/payouts/scenario-extensions/self-employed). Только для обычных выплат. |
-| property | | Данные для формирования чека в сервисе Мой налог. Необходимо передавать, если вы делаете выплату [самозанятому](https://yookassa.ru/developers/payouts/scenario-extensions/self-employed). Только для обычных выплат. |
-| property | | Данные для формирования чека в сервисе Мой налог. Необходимо передавать, если вы делаете выплату [самозанятому](https://yookassa.ru/developers/payouts/scenario-extensions/self-employed). Только для обычных выплат. |
| property | | Персональные данные получателя выплаты. Необходимо передавать, если вы делаете выплаты с [проверкой получателя](/developers/payouts/scenario-extensions/recipient-check) (только для выплат через СБП). |
| property | | Персональные данные получателя выплаты. Необходимо передавать, если вы делаете выплаты с [проверкой получателя](/developers/payouts/scenario-extensions/recipient-check) (только для выплат через СБП). |
| property | | Метаданные привязанные к выплате |
@@ -414,122 +404,6 @@ public setDeal(null|array|\YooKassa\Model\Deal\PayoutDealInfo $deal) : self
**Returns:** self -
-
-#### public getSelfEmployed() : null|\YooKassa\Request\Payouts\PayoutSelfEmployedInfo
-
-```php
-public getSelfEmployed() : null|\YooKassa\Request\Payouts\PayoutSelfEmployedInfo
-```
-
-**Summary**
-
-Возвращает данные самозанятого, который получит выплату.
-
-**Details:**
-* Inherited From: [\YooKassa\Request\Payouts\CreatePayoutRequestInterface](../classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md)
-
-**Returns:** null|\YooKassa\Request\Payouts\PayoutSelfEmployedInfo - Данные самозанятого, который получит выплату
-
-
-
-#### public hasSelfEmployed() : bool
-
-```php
-public hasSelfEmployed() : bool
-```
-
-**Summary**
-
-Проверяет наличие данных самозанятого в создаваемой выплате.
-
-**Details:**
-* Inherited From: [\YooKassa\Request\Payouts\CreatePayoutRequestInterface](../classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md)
-
-**Returns:** bool - True если данные самозанятого есть, false если нет
-
-
-
-#### public setSelfEmployed() : self
-
-```php
-public setSelfEmployed(null|array|\YooKassa\Request\Payouts\PayoutSelfEmployedInfo $self_employed) : self
-```
-
-**Summary**
-
-Устанавливает данные самозанятого, который получит выплату.
-
-**Details:**
-* Inherited From: [\YooKassa\Request\Payouts\CreatePayoutRequestInterface](../classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md)
-
-##### Parameters:
-| Type | Name | Description |
-| ---- | ---- | ----------- |
-| null OR array OR \YooKassa\Request\Payouts\PayoutSelfEmployedInfo | self_employed | Данные самозанятого, который получит выплату |
-
-**Returns:** self -
-
-
-
-#### public getReceiptData() : null|\YooKassa\Request\Payouts\IncomeReceiptData
-
-```php
-public getReceiptData() : null|\YooKassa\Request\Payouts\IncomeReceiptData
-```
-
-**Summary**
-
-Возвращает данные для формирования чека в сервисе Мой налог.
-
-**Details:**
-* Inherited From: [\YooKassa\Request\Payouts\CreatePayoutRequestInterface](../classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md)
-
-**Returns:** null|\YooKassa\Request\Payouts\IncomeReceiptData - Данные для формирования чека в сервисе Мой налог
-
-
-
-#### public hasReceiptData() : bool
-
-```php
-public hasReceiptData() : bool
-```
-
-**Summary**
-
-Проверяет наличие данных для формирования чека в сервисе Мой налог.
-
-**Details:**
-* Inherited From: [\YooKassa\Request\Payouts\CreatePayoutRequestInterface](../classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md)
-
-**Returns:** bool - True если данные для формирования чека есть, false если нет
-
-
-
-#### public setReceiptData() : self
-
-```php
-public setReceiptData(null|array|\YooKassa\Request\Payouts\IncomeReceiptData $receipt_data) : self
-```
-
-**Summary**
-
-Устанавливает данные для формирования чека в сервисе Мой налог.
-
-**Description**
-
-.
-
-**Details:**
-* Inherited From: [\YooKassa\Request\Payouts\CreatePayoutRequestInterface](../classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md)
-
-##### Parameters:
-| Type | Name | Description |
-| ---- | ---- | ----------- |
-| null OR array OR \YooKassa\Request\Payouts\IncomeReceiptData | receipt_data | Данные для формирования чека в сервисе Мой налог |
-
-**Returns:** self -
-
-
#### public getPersonalData() : \YooKassa\Request\Payouts\PayoutPersonalData[]|\YooKassa\Common\ListObjectInterface
@@ -655,10 +529,10 @@ public setMetadata(null|array|\YooKassa\Model\Metadata $metadata) : self
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestSerializer.md b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestSerializer.md
index 9727d5d3..90844700 100644
--- a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestSerializer.md
+++ b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestSerializer.md
@@ -74,10 +74,10 @@ public serialize(\YooKassa\Request\Payouts\CreatePayoutRequestInterface $request
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payouts-CreatePayoutResponse.md b/docs/classes/YooKassa-Request-Payouts-CreatePayoutResponse.md
index af86c6f2..4a7da1f9 100644
--- a/docs/classes/YooKassa-Request-Payouts-CreatePayoutResponse.md
+++ b/docs/classes/YooKassa-Request-Payouts-CreatePayoutResponse.md
@@ -271,26 +271,26 @@ MIN_LENGTH_ID = 36 : int
-#### public $payout_destination : \YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod
+#### public $payout_destination : \YooKassa\Model\Payout\AbstractPayoutDestination
---
***Description***
Способ проведения выплаты
-**Type:** AbstractPaymentMethod
+**Type:** AbstractPayoutDestination
**Details:**
* Inherited From: [\YooKassa\Model\Payout\Payout](../classes/YooKassa-Model-Payout-Payout.md)
-#### public $payoutDestination : \YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod
+#### public $payoutDestination : \YooKassa\Model\Payout\AbstractPayoutDestination
---
***Description***
Способ проведения выплаты
-**Type:** AbstractPaymentMethod
+**Type:** AbstractPayoutDestination
**Details:**
* Inherited From: [\YooKassa\Model\Payout\Payout](../classes/YooKassa-Model-Payout-Payout.md)
@@ -1385,10 +1385,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-AbstractPayoutDestinationData.md b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-AbstractPayoutDestinationData.md
index e911146d..da1f6fb4 100644
--- a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-AbstractPayoutDestinationData.md
+++ b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-AbstractPayoutDestinationData.md
@@ -464,10 +464,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataBankCard.md b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataBankCard.md
index fe378fbe..a47500ba 100644
--- a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataBankCard.md
+++ b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataBankCard.md
@@ -520,10 +520,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataBankCardCard.md b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataBankCardCard.md
index 41dcf77a..8e4febb8 100644
--- a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataBankCardCard.md
+++ b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataBankCardCard.md
@@ -435,10 +435,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataFactory.md b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataFactory.md
index 1bb063a3..0a6bd0c1 100644
--- a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataFactory.md
+++ b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataFactory.md
@@ -98,10 +98,10 @@ public factoryFromArray(array $data, null|string $type = null) : \YooKassa\Reque
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataSbp.md b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataSbp.md
index 07acbb74..c4d34283 100644
--- a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataSbp.md
+++ b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataSbp.md
@@ -587,10 +587,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataYooMoney.md b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataYooMoney.md
index 6de85c04..a72087af 100644
--- a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataYooMoney.md
+++ b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataYooMoney.md
@@ -566,10 +566,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payouts-PayoutPersonalData.md b/docs/classes/YooKassa-Request-Payouts-PayoutPersonalData.md
index 5526590b..15974bca 100644
--- a/docs/classes/YooKassa-Request-Payouts-PayoutPersonalData.md
+++ b/docs/classes/YooKassa-Request-Payouts-PayoutPersonalData.md
@@ -458,10 +458,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payouts-PayoutResponse.md b/docs/classes/YooKassa-Request-Payouts-PayoutResponse.md
index 18b6b1e9..7df34f84 100644
--- a/docs/classes/YooKassa-Request-Payouts-PayoutResponse.md
+++ b/docs/classes/YooKassa-Request-Payouts-PayoutResponse.md
@@ -271,26 +271,26 @@ MIN_LENGTH_ID = 36 : int
-#### public $payout_destination : \YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod
+#### public $payout_destination : \YooKassa\Model\Payout\AbstractPayoutDestination
---
***Description***
Способ проведения выплаты
-**Type:** AbstractPaymentMethod
+**Type:** AbstractPayoutDestination
**Details:**
* Inherited From: [\YooKassa\Model\Payout\Payout](../classes/YooKassa-Model-Payout-Payout.md)
-#### public $payoutDestination : \YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod
+#### public $payoutDestination : \YooKassa\Model\Payout\AbstractPayoutDestination
---
***Description***
Способ проведения выплаты
-**Type:** AbstractPaymentMethod
+**Type:** AbstractPayoutDestination
**Details:**
* Inherited From: [\YooKassa\Model\Payout\Payout](../classes/YooKassa-Model-Payout-Payout.md)
@@ -1385,10 +1385,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payouts-PayoutsRequest.md b/docs/classes/YooKassa-Request-Payouts-PayoutsRequest.md
new file mode 100644
index 00000000..25957163
--- /dev/null
+++ b/docs/classes/YooKassa-Request-Payouts-PayoutsRequest.md
@@ -0,0 +1,1130 @@
+# [YooKassa API SDK](../home.md)
+
+# Class: \YooKassa\Request\Payouts\PayoutsRequest
+### Namespace: [\YooKassa\Request\Payouts](../namespaces/yookassa-request-payouts.md)
+---
+**Summary:**
+
+Класс, представляющий модель PayoutsRequest.
+
+**Description:**
+
+Класс объекта запроса к API для получения списка выплат магазина.
+
+---
+### Constants
+| Visibility | Name | Flag | Summary |
+| ----------:| ---- | ---- | ------- |
+| public | [MAX_LIMIT_VALUE](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#constant_MAX_LIMIT_VALUE) | | Максимальное количество объектов выплаты в выборке |
+
+---
+### Properties
+| Visibility | Name | Flag | Summary |
+| ----------:| ---- | ---- | ------- |
+| public | [$created_at_gt](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#property_created_at_gt) | | Фильтр по времени создания: время должно быть больше указанного значения («с такого-то момента, не включая его»). Указывается в формате [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601). Пример: ~`created_at.gt=2018-07-18T10:51:18.139Z` (optional) |
+| public | [$created_at_gte](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#property_created_at_gte) | | Фильтр по времени создания: время должно быть больше указанного значения или равно ему («с такого-то момента включительно»). Указывается в формате [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601). Пример: ~`created_at.gte=2018-07-18T10:51:18.139Z` (optional) |
+| public | [$created_at_lte](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#property_created_at_lte) | | Фильтр по времени создания: время должно быть меньше указанного значения или равно ему («по такой-то момент включительно»). Указывается в формате [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601). Пример: ~`created_at.lte=2018-07-18T10:51:18.139Z` (optional) |
+| public | [$createdAtGt](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#property_createdAtGt) | | Время создания, от (не включая) |
+| public | [$createdAtGte](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#property_createdAtGte) | | Время создания, от (включительно) |
+| public | [$createdAtLt](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#property_createdAtLt) | | Время создания, до (не включая) |
+| public | [$createdAtLte](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#property_createdAtLte) | | Время создания, до (включительно) |
+| public | [$cursor](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#property_cursor) | | Страница выдачи результатов, которую необходимо отобразить |
+| public | [$limit](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#property_limit) | | Ограничение количества объектов выплаты, отображаемых на одной странице выдачи |
+| public | [$payout_destination_type](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#property_payout_destination_type) | | Фильтр по коду %[способа получения выплаты](/developers/payouts/getting-started/payout-types-and-limits#types-destination). Пример: ~`payout_destination.type=bank_card` (optional) |
+| public | [$payoutDestinationType](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#property_payoutDestinationType) | | Фильтр по коду %[способа получения выплаты](/developers/payouts/getting-started/payout-types-and-limits#types-destination). Пример: ~`payout_destination.type=bank_card` (optional) |
+| public | [$status](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#property_status) | | Статус выплаты |
+
+---
+### Methods
+| Visibility | Name | Flag | Summary |
+| ----------:| ---- | ---- | ------- |
+| public | [__construct()](../classes/YooKassa-Common-AbstractObject.md#method___construct) | | AbstractObject constructor. |
+| public | [__get()](../classes/YooKassa-Common-AbstractObject.md#method___get) | | Возвращает значение свойства. |
+| public | [__isset()](../classes/YooKassa-Common-AbstractObject.md#method___isset) | | Проверяет наличие свойства. |
+| public | [__set()](../classes/YooKassa-Common-AbstractObject.md#method___set) | | Устанавливает значение свойства. |
+| public | [__unset()](../classes/YooKassa-Common-AbstractObject.md#method___unset) | | Удаляет свойство. |
+| public | [builder()](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#method_builder) | | Возвращает инстанс билдера объектов запросов списка выплат магазина. |
+| public | [clearValidationError()](../classes/YooKassa-Common-AbstractRequest.md#method_clearValidationError) | | Очищает статус валидации текущего запроса. |
+| public | [fromArray()](../classes/YooKassa-Common-AbstractObject.md#method_fromArray) | | Устанавливает значения свойств текущего объекта из массива. |
+| public | [getCreatedAtGt()](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#method_getCreatedAtGt) | | Возвращает дату создания от которой будут возвращены выплаты или null, если дата не была установлена. |
+| public | [getCreatedAtGte()](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#method_getCreatedAtGte) | | Возвращает дату создания от которой будут возвращены выплаты или null, если дата не была установлена. |
+| public | [getCreatedAtLt()](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#method_getCreatedAtLt) | | Возвращает дату создания до которой будут возвращены выплаты или null, если дата не была установлена. |
+| public | [getCreatedAtLte()](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#method_getCreatedAtLte) | | Возвращает дату создания до которой будут возвращены выплаты или null, если дата не была установлена. |
+| public | [getCursor()](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#method_getCursor) | | Страница выдачи результатов, которую необходимо отобразить. |
+| public | [getLastValidationError()](../classes/YooKassa-Common-AbstractRequest.md#method_getLastValidationError) | | Возвращает последнюю ошибку валидации. |
+| public | [getLimit()](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#method_getLimit) | | Ограничение количества объектов выплаты. |
+| public | [getPayoutDestinationType()](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#method_getPayoutDestinationType) | | Возвращает способ получения выбираемых выплат или null, если он до этого не был установлен. |
+| public | [getStatus()](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#method_getStatus) | | Возвращает статус выбираемых выплат или null, если он до этого не был установлен. |
+| public | [getValidator()](../classes/YooKassa-Common-AbstractObject.md#method_getValidator) | | |
+| public | [hasCreatedAtGt()](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#method_hasCreatedAtGt) | | Проверяет, была ли установлена дата создания от которой выбираются выплаты. |
+| public | [hasCreatedAtGte()](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#method_hasCreatedAtGte) | | Проверяет, была ли установлена дата создания от которой выбираются выплаты. |
+| public | [hasCreatedAtLt()](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#method_hasCreatedAtLt) | | Проверяет, была ли установлена дата создания до которой выбираются выплаты. |
+| public | [hasCreatedAtLte()](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#method_hasCreatedAtLte) | | Проверяет, была ли установлена дата создания до которой выбираются выплаты. |
+| public | [hasCursor()](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#method_hasCursor) | | Проверяет, была ли установлена страница выдачи результатов, которую необходимо отобразить. |
+| public | [hasLimit()](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#method_hasLimit) | | Проверяет, было ли установлено ограничение количества объектов выплаты. |
+| public | [hasPayoutDestinationType()](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#method_hasPayoutDestinationType) | | Проверяет, был ли установлен способ получения выбираемых выплат. |
+| public | [hasStatus()](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#method_hasStatus) | | Проверяет, был ли установлен статус выбираемых выплат. |
+| public | [jsonSerialize()](../classes/YooKassa-Common-AbstractObject.md#method_jsonSerialize) | | Возвращает ассоциативный массив со свойствами текущего объекта для его дальнейшей JSON сериализации. |
+| public | [offsetExists()](../classes/YooKassa-Common-AbstractObject.md#method_offsetExists) | | Проверяет наличие свойства. |
+| public | [offsetGet()](../classes/YooKassa-Common-AbstractObject.md#method_offsetGet) | | Возвращает значение свойства. |
+| public | [offsetSet()](../classes/YooKassa-Common-AbstractObject.md#method_offsetSet) | | Устанавливает значение свойства. |
+| public | [offsetUnset()](../classes/YooKassa-Common-AbstractObject.md#method_offsetUnset) | | Удаляет свойство. |
+| public | [setCreatedAtGt()](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#method_setCreatedAtGt) | | Устанавливает дату создания от которой выбираются выплаты. |
+| public | [setCreatedAtGte()](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#method_setCreatedAtGte) | | Устанавливает дату создания от которой выбираются выплаты. |
+| public | [setCreatedAtLt()](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#method_setCreatedAtLt) | | Устанавливает дату создания до которой выбираются выплаты. |
+| public | [setCreatedAtLte()](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#method_setCreatedAtLte) | | Устанавливает дату создания до которой выбираются выплаты. |
+| public | [setCursor()](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#method_setCursor) | | Устанавливает страницу выдачи результатов, которую необходимо отобразить |
+| public | [setLimit()](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#method_setLimit) | | Устанавливает ограничение количества объектов выплаты. |
+| public | [setPayoutDestinationType()](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#method_setPayoutDestinationType) | | Устанавливает способ получения выбираемых выплат. |
+| public | [setStatus()](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#method_setStatus) | | Устанавливает статус выбираемых выплат. |
+| public | [toArray()](../classes/YooKassa-Common-AbstractObject.md#method_toArray) | | Возвращает ассоциативный массив со свойствами текущего объекта для его дальнейшей JSON сериализации Является алиасом метода AbstractObject::jsonSerialize(). |
+| public | [validate()](../classes/YooKassa-Request-Payouts-PayoutsRequest.md#method_validate) | | Проверяет валидность текущего объекта запроса. |
+| protected | [getUnknownProperties()](../classes/YooKassa-Common-AbstractObject.md#method_getUnknownProperties) | | Возвращает массив свойств которые не существуют, но были заданы у объекта. |
+| protected | [setValidationError()](../classes/YooKassa-Common-AbstractRequest.md#method_setValidationError) | | Устанавливает ошибку валидации. |
+| protected | [validatePropertyValue()](../classes/YooKassa-Common-AbstractObject.md#method_validatePropertyValue) | | |
+
+---
+### Details
+* File: [lib/Request/Payouts/PayoutsRequest.php](../../lib/Request/Payouts/PayoutsRequest.php)
+* Package: YooKassa\Request
+* Class Hierarchy:
+ * [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+ * [\YooKassa\Common\AbstractRequest](../classes/YooKassa-Common-AbstractRequest.md)
+ * \YooKassa\Request\Payouts\PayoutsRequest
+* Implements:
+ * [\YooKassa\Request\Payouts\PayoutsRequestInterface](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md)
+
+* See Also:
+ * [](https://yookassa.ru/developers/api)
+
+---
+### Tags
+| Tag | Version | Description |
+| --- | ------- | ----------- |
+| category | | Class |
+| author | | cms@yoomoney.ru |
+
+---
+## Constants
+
+###### MAX_LIMIT_VALUE
+Максимальное количество объектов выплаты в выборке
+
+```php
+MAX_LIMIT_VALUE = 100
+```
+
+
+
+---
+## Properties
+
+#### public $created_at_gt : null|\DateTime
+---
+***Description***
+
+Фильтр по времени создания: время должно быть больше указанного значения («с такого-то момента, не включая его»). Указывается в формате [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601). Пример: ~`created_at.gt=2018-07-18T10:51:18.139Z` (optional)
+
+**Type:** DateTime
+
+**Details:**
+
+
+
+#### public $created_at_gte : null|\DateTime
+---
+***Description***
+
+Фильтр по времени создания: время должно быть больше указанного значения или равно ему («с такого-то момента включительно»). Указывается в формате [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601). Пример: ~`created_at.gte=2018-07-18T10:51:18.139Z` (optional)
+
+**Type:** DateTime
+
+**Details:**
+
+
+
+#### public $created_at_lte : null|\DateTime
+---
+***Description***
+
+Фильтр по времени создания: время должно быть меньше указанного значения или равно ему («по такой-то момент включительно»). Указывается в формате [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601). Пример: ~`created_at.lte=2018-07-18T10:51:18.139Z` (optional)
+
+**Type:** DateTime
+
+**Details:**
+
+
+
+#### public $createdAtGt : null|\DateTime
+---
+***Description***
+
+Время создания, от (не включая)
+
+**Type:** DateTime
+
+**Details:**
+
+
+
+#### public $createdAtGte : null|\DateTime
+---
+***Description***
+
+Время создания, от (включительно)
+
+**Type:** DateTime
+
+**Details:**
+
+
+
+#### public $createdAtLt : null|\DateTime
+---
+***Description***
+
+Время создания, до (не включая)
+
+**Type:** DateTime
+
+**Details:**
+
+
+
+#### public $createdAtLte : null|\DateTime
+---
+***Description***
+
+Время создания, до (включительно)
+
+**Type:** DateTime
+
+**Details:**
+
+
+
+#### public $cursor : null|string
+---
+***Description***
+
+Страница выдачи результатов, которую необходимо отобразить
+
+**Type:** null|string
+
+**Details:**
+
+
+
+#### public $limit : null|int
+---
+***Description***
+
+Ограничение количества объектов выплаты, отображаемых на одной странице выдачи
+
+**Type:** null|int
+
+**Details:**
+
+
+
+#### public $payout_destination_type : null|string
+---
+***Description***
+
+Фильтр по коду %[способа получения выплаты](/developers/payouts/getting-started/payout-types-and-limits#types-destination). Пример: ~`payout_destination.type=bank_card` (optional)
+
+**Type:** null|string
+
+**Details:**
+
+
+
+#### public $payoutDestinationType : null|string
+---
+***Description***
+
+Фильтр по коду %[способа получения выплаты](/developers/payouts/getting-started/payout-types-and-limits#types-destination). Пример: ~`payout_destination.type=bank_card` (optional)
+
+**Type:** null|string
+
+**Details:**
+
+
+
+#### public $status : null|string
+---
+***Description***
+
+Статус выплаты
+
+**Type:** null|string
+
+**Details:**
+
+
+
+---
+## Methods
+
+#### public __construct() : mixed
+
+```php
+public __construct(array|null $data = []) : mixed
+```
+
+**Summary**
+
+AbstractObject constructor.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| array OR null | data | |
+
+**Returns:** mixed -
+
+
+
+#### public __get() : mixed
+
+```php
+public __get(string $propertyName) : mixed
+```
+
+**Summary**
+
+Возвращает значение свойства.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | propertyName | Имя свойства |
+
+**Returns:** mixed - Значение свойства
+
+
+
+#### public __isset() : bool
+
+```php
+public __isset(string $propertyName) : bool
+```
+
+**Summary**
+
+Проверяет наличие свойства.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | propertyName | Имя проверяемого свойства |
+
+**Returns:** bool - True если свойство имеется, false если нет
+
+
+
+#### public __set() : void
+
+```php
+public __set(string $propertyName, mixed $value) : void
+```
+
+**Summary**
+
+Устанавливает значение свойства.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | propertyName | Имя свойства |
+| mixed | value | Значение свойства |
+
+**Returns:** void -
+
+
+
+#### public __unset() : void
+
+```php
+public __unset(string $propertyName) : void
+```
+
+**Summary**
+
+Удаляет свойство.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | propertyName | Имя удаляемого свойства |
+
+**Returns:** void -
+
+
+
+#### public builder() : \YooKassa\Request\Payouts\PayoutsRequestBuilder
+
+```php
+Static public builder() : \YooKassa\Request\Payouts\PayoutsRequestBuilder
+```
+
+**Summary**
+
+Возвращает инстанс билдера объектов запросов списка выплат магазина.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequest](../classes/YooKassa-Request-Payouts-PayoutsRequest.md)
+
+**Returns:** \YooKassa\Request\Payouts\PayoutsRequestBuilder - Билдер объектов запросов списка выплат
+
+
+
+#### public clearValidationError() : void
+
+```php
+public clearValidationError() : void
+```
+
+**Summary**
+
+Очищает статус валидации текущего запроса.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractRequest](../classes/YooKassa-Common-AbstractRequest.md)
+
+**Returns:** void -
+
+
+
+#### public fromArray() : void
+
+```php
+public fromArray(array|\Traversable $sourceArray) : void
+```
+
+**Summary**
+
+Устанавливает значения свойств текущего объекта из массива.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| array OR \Traversable | sourceArray | Ассоциативный массив с настройками |
+
+**Returns:** void -
+
+
+
+#### public getCreatedAtGt() : null|\DateTime
+
+```php
+public getCreatedAtGt() : null|\DateTime
+```
+
+**Summary**
+
+Возвращает дату создания от которой будут возвращены выплаты или null, если дата не была установлена.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequest](../classes/YooKassa-Request-Payouts-PayoutsRequest.md)
+
+**Returns:** null|\DateTime - Время создания, от (не включая)
+
+
+
+#### public getCreatedAtGte() : null|\DateTime
+
+```php
+public getCreatedAtGte() : null|\DateTime
+```
+
+**Summary**
+
+Возвращает дату создания от которой будут возвращены выплаты или null, если дата не была установлена.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequest](../classes/YooKassa-Request-Payouts-PayoutsRequest.md)
+
+**Returns:** null|\DateTime - Время создания, от (включительно)
+
+
+
+#### public getCreatedAtLt() : null|\DateTime
+
+```php
+public getCreatedAtLt() : null|\DateTime
+```
+
+**Summary**
+
+Возвращает дату создания до которой будут возвращены выплаты или null, если дата не была установлена.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequest](../classes/YooKassa-Request-Payouts-PayoutsRequest.md)
+
+**Returns:** null|\DateTime - Время создания, до (не включая)
+
+
+
+#### public getCreatedAtLte() : null|\DateTime
+
+```php
+public getCreatedAtLte() : null|\DateTime
+```
+
+**Summary**
+
+Возвращает дату создания до которой будут возвращены выплаты или null, если дата не была установлена.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequest](../classes/YooKassa-Request-Payouts-PayoutsRequest.md)
+
+**Returns:** null|\DateTime - Время создания, до (включительно)
+
+
+
+#### public getCursor() : null|string
+
+```php
+public getCursor() : null|string
+```
+
+**Summary**
+
+Страница выдачи результатов, которую необходимо отобразить.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequest](../classes/YooKassa-Request-Payouts-PayoutsRequest.md)
+
+**Returns:** null|string - Страница выдачи результатов
+
+
+
+#### public getLastValidationError() : string|null
+
+```php
+public getLastValidationError() : string|null
+```
+
+**Summary**
+
+Возвращает последнюю ошибку валидации.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractRequest](../classes/YooKassa-Common-AbstractRequest.md)
+
+**Returns:** string|null - Последняя произошедшая ошибка валидации
+
+
+
+#### public getLimit() : null|int
+
+```php
+public getLimit() : null|int
+```
+
+**Summary**
+
+Ограничение количества объектов выплаты.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequest](../classes/YooKassa-Request-Payouts-PayoutsRequest.md)
+
+**Returns:** null|int - Ограничение количества объектов выплаты
+
+
+
+#### public getPayoutDestinationType() : null|string
+
+```php
+public getPayoutDestinationType() : null|string
+```
+
+**Summary**
+
+Возвращает способ получения выбираемых выплат или null, если он до этого не был установлен.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequest](../classes/YooKassa-Request-Payouts-PayoutsRequest.md)
+
+**Returns:** null|string - Способ получения выбираемых выплат
+
+
+
+#### public getStatus() : null|string
+
+```php
+public getStatus() : null|string
+```
+
+**Summary**
+
+Возвращает статус выбираемых выплат или null, если он до этого не был установлен.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequest](../classes/YooKassa-Request-Payouts-PayoutsRequest.md)
+
+**Returns:** null|string - Статус выбираемых выплат
+
+
+
+#### public getValidator() : \YooKassa\Validator\Validator
+
+```php
+public getValidator() : \YooKassa\Validator\Validator
+```
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+**Returns:** \YooKassa\Validator\Validator -
+
+
+
+#### public hasCreatedAtGt() : bool
+
+```php
+public hasCreatedAtGt() : bool
+```
+
+**Summary**
+
+Проверяет, была ли установлена дата создания от которой выбираются выплаты.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequest](../classes/YooKassa-Request-Payouts-PayoutsRequest.md)
+
+**Returns:** bool - True если дата была установлена, false если нет
+
+
+
+#### public hasCreatedAtGte() : bool
+
+```php
+public hasCreatedAtGte() : bool
+```
+
+**Summary**
+
+Проверяет, была ли установлена дата создания от которой выбираются выплаты.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequest](../classes/YooKassa-Request-Payouts-PayoutsRequest.md)
+
+**Returns:** bool - True если дата была установлена, false если нет
+
+
+
+#### public hasCreatedAtLt() : bool
+
+```php
+public hasCreatedAtLt() : bool
+```
+
+**Summary**
+
+Проверяет, была ли установлена дата создания до которой выбираются выплаты.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequest](../classes/YooKassa-Request-Payouts-PayoutsRequest.md)
+
+**Returns:** bool - True если дата была установлена, false если нет
+
+
+
+#### public hasCreatedAtLte() : bool
+
+```php
+public hasCreatedAtLte() : bool
+```
+
+**Summary**
+
+Проверяет, была ли установлена дата создания до которой выбираются выплаты.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequest](../classes/YooKassa-Request-Payouts-PayoutsRequest.md)
+
+**Returns:** bool - True если дата была установлена, false если нет
+
+
+
+#### public hasCursor() : bool
+
+```php
+public hasCursor() : bool
+```
+
+**Summary**
+
+Проверяет, была ли установлена страница выдачи результатов, которую необходимо отобразить.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequest](../classes/YooKassa-Request-Payouts-PayoutsRequest.md)
+
+**Returns:** bool - True если была установлена, false если нет
+
+
+
+#### public hasLimit() : bool
+
+```php
+public hasLimit() : bool
+```
+
+**Summary**
+
+Проверяет, было ли установлено ограничение количества объектов выплаты.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequest](../classes/YooKassa-Request-Payouts-PayoutsRequest.md)
+
+**Returns:** bool - True если было установлено, false если нет
+
+
+
+#### public hasPayoutDestinationType() : bool
+
+```php
+public hasPayoutDestinationType() : bool
+```
+
+**Summary**
+
+Проверяет, был ли установлен способ получения выбираемых выплат.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequest](../classes/YooKassa-Request-Payouts-PayoutsRequest.md)
+
+**Returns:** bool - True если способ получения был установлен, false если нет
+
+
+
+#### public hasStatus() : bool
+
+```php
+public hasStatus() : bool
+```
+
+**Summary**
+
+Проверяет, был ли установлен статус выбираемых выплат.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequest](../classes/YooKassa-Request-Payouts-PayoutsRequest.md)
+
+**Returns:** bool - True если статус был установлен, false если нет
+
+
+
+#### public jsonSerialize() : array
+
+```php
+public jsonSerialize() : array
+```
+
+**Summary**
+
+Возвращает ассоциативный массив со свойствами текущего объекта для его дальнейшей JSON сериализации.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+**Returns:** array - Ассоциативный массив со свойствами текущего объекта
+
+
+
+#### public offsetExists() : bool
+
+```php
+public offsetExists(string $offset) : bool
+```
+
+**Summary**
+
+Проверяет наличие свойства.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | offset | Имя проверяемого свойства |
+
+**Returns:** bool - True если свойство имеется, false если нет
+
+
+
+#### public offsetGet() : mixed
+
+```php
+public offsetGet(string $offset) : mixed
+```
+
+**Summary**
+
+Возвращает значение свойства.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | offset | Имя свойства |
+
+**Returns:** mixed - Значение свойства
+
+
+
+#### public offsetSet() : void
+
+```php
+public offsetSet(string $offset, mixed $value) : void
+```
+
+**Summary**
+
+Устанавливает значение свойства.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | offset | Имя свойства |
+| mixed | value | Значение свойства |
+
+**Returns:** void -
+
+
+
+#### public offsetUnset() : void
+
+```php
+public offsetUnset(string $offset) : void
+```
+
+**Summary**
+
+Удаляет свойство.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | offset | Имя удаляемого свойства |
+
+**Returns:** void -
+
+
+
+#### public setCreatedAtGt() : self
+
+```php
+public setCreatedAtGt(null|\DateTime|int|string $created_at_gt) : self
+```
+
+**Summary**
+
+Устанавливает дату создания от которой выбираются выплаты.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequest](../classes/YooKassa-Request-Payouts-PayoutsRequest.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| null OR \DateTime OR int OR string | created_at_gt | Время создания, от (не включая) или null, чтобы удалить значение |
+
+**Returns:** self -
+
+
+
+#### public setCreatedAtGte() : self
+
+```php
+public setCreatedAtGte(\DateTime|string|null $_created_at_gte = null) : self
+```
+
+**Summary**
+
+Устанавливает дату создания от которой выбираются выплаты.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequest](../classes/YooKassa-Request-Payouts-PayoutsRequest.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| \DateTime OR string OR null | _created_at_gte | Время создания, от (включительно) или null, чтобы удалить значение |
+
+**Returns:** self -
+
+
+
+#### public setCreatedAtLt() : self
+
+```php
+public setCreatedAtLt(null|\DateTime|int|string $created_at_lt) : self
+```
+
+**Summary**
+
+Устанавливает дату создания до которой выбираются выплаты.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequest](../classes/YooKassa-Request-Payouts-PayoutsRequest.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| null OR \DateTime OR int OR string | created_at_lt | Время создания, до (не включая) или null, чтобы удалить значение |
+
+**Returns:** self -
+
+
+
+#### public setCreatedAtLte() : self
+
+```php
+public setCreatedAtLte(null|\DateTime|int|string $created_at_lte) : self
+```
+
+**Summary**
+
+Устанавливает дату создания до которой выбираются выплаты.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequest](../classes/YooKassa-Request-Payouts-PayoutsRequest.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| null OR \DateTime OR int OR string | created_at_lte | Время создания, до (включительно) или null, чтобы удалить значение |
+
+**Returns:** self -
+
+
+
+#### public setCursor() : self
+
+```php
+public setCursor(string|null $cursor) : self
+```
+
+**Summary**
+
+Устанавливает страницу выдачи результатов, которую необходимо отобразить
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequest](../classes/YooKassa-Request-Payouts-PayoutsRequest.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string OR null | cursor | Страница выдачи результатов или null, чтобы удалить значение |
+
+**Returns:** self -
+
+
+
+#### public setLimit() : self
+
+```php
+public setLimit(null|int|string $limit) : self
+```
+
+**Summary**
+
+Устанавливает ограничение количества объектов выплаты.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequest](../classes/YooKassa-Request-Payouts-PayoutsRequest.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| null OR int OR string | limit | Ограничение количества объектов выплаты или null, чтобы удалить значение |
+
+**Returns:** self -
+
+
+
+#### public setPayoutDestinationType() : self
+
+```php
+public setPayoutDestinationType(string|null $payout_destination_type) : self
+```
+
+**Summary**
+
+Устанавливает способ получения выбираемых выплат.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequest](../classes/YooKassa-Request-Payouts-PayoutsRequest.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string OR null | payout_destination_type | Способ получения выбираемых выплат или null, чтобы удалить значение |
+
+**Returns:** self -
+
+
+
+#### public setStatus() : self
+
+```php
+public setStatus(string|null $status) : self
+```
+
+**Summary**
+
+Устанавливает статус выбираемых выплат.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequest](../classes/YooKassa-Request-Payouts-PayoutsRequest.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string OR null | status | Статус выбираемых выплат или null, чтобы удалить значение |
+
+**Returns:** self -
+
+
+
+#### public toArray() : array
+
+```php
+public toArray() : array
+```
+
+**Summary**
+
+Возвращает ассоциативный массив со свойствами текущего объекта для его дальнейшей JSON сериализации
+Является алиасом метода AbstractObject::jsonSerialize().
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+**Returns:** array - Ассоциативный массив со свойствами текущего объекта
+
+
+
+#### public validate() : bool
+
+```php
+public validate() : bool
+```
+
+**Summary**
+
+Проверяет валидность текущего объекта запроса.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequest](../classes/YooKassa-Request-Payouts-PayoutsRequest.md)
+
+**Returns:** bool - True если объект валиден, false если нет
+
+
+
+#### protected getUnknownProperties() : array
+
+```php
+protected getUnknownProperties() : array
+```
+
+**Summary**
+
+Возвращает массив свойств которые не существуют, но были заданы у объекта.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+**Returns:** array - Ассоциативный массив с не существующими у текущего объекта свойствами
+
+
+
+#### protected setValidationError() : void
+
+```php
+protected setValidationError(string $value) : void
+```
+
+**Summary**
+
+Устанавливает ошибку валидации.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractRequest](../classes/YooKassa-Common-AbstractRequest.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | value | Ошибка, произошедшая при валидации объекта |
+
+**Returns:** void -
+
+
+
+#### protected validatePropertyValue() : mixed
+
+```php
+protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mixed
+```
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | propertyName | |
+| mixed | propertyValue | |
+
+**Returns:** mixed -
+
+
+
+---
+
+### Top Namespaces
+
+* [\YooKassa](../namespaces/yookassa.md)
+
+---
+
+### Reports
+* [Errors - 0](../reports/errors.md)
+* [Markers - 0](../reports/markers.md)
+* [Deprecated - 43](../reports/deprecated.md)
+
+---
+
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
+
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payouts-PayoutsRequestBuilder.md b/docs/classes/YooKassa-Request-Payouts-PayoutsRequestBuilder.md
new file mode 100644
index 00000000..f4b572d2
--- /dev/null
+++ b/docs/classes/YooKassa-Request-Payouts-PayoutsRequestBuilder.md
@@ -0,0 +1,400 @@
+# [YooKassa API SDK](../home.md)
+
+# Class: \YooKassa\Request\Payouts\PayoutsRequestBuilder
+### Namespace: [\YooKassa\Request\Payouts](../namespaces/yookassa-request-payouts.md)
+---
+**Summary:**
+
+Класс, представляющий модель PayoutsRequestBuilder.
+
+**Description:**
+
+Класс билдера объекта запроса для получения списка выплат магазина, передаваемого в методы клиента API.
+
+---
+### Constants
+* No constants found
+
+---
+### Properties
+| Visibility | Name | Flag | Summary |
+| ----------:| ---- | ---- | ------- |
+| protected | [$currentObject](../classes/YooKassa-Request-Payouts-PayoutsRequestBuilder.md#property_currentObject) | | Инстанс собираемого запроса. |
+
+---
+### Methods
+| Visibility | Name | Flag | Summary |
+| ----------:| ---- | ---- | ------- |
+| public | [__construct()](../classes/YooKassa-Common-AbstractRequestBuilder.md#method___construct) | | Конструктор, инициализирует пустой запрос, который в будущем начнём собирать. |
+| public | [build()](../classes/YooKassa-Request-Payouts-PayoutsRequestBuilder.md#method_build) | | Собирает и возвращает объект запроса списка выплат магазина. |
+| public | [setCreatedAtGt()](../classes/YooKassa-Request-Payouts-PayoutsRequestBuilder.md#method_setCreatedAtGt) | | Устанавливает дату создания от которой выбираются выплаты. |
+| public | [setCreatedAtGte()](../classes/YooKassa-Request-Payouts-PayoutsRequestBuilder.md#method_setCreatedAtGte) | | Устанавливает дату создания от которой выбираются выплаты. |
+| public | [setCreatedAtLt()](../classes/YooKassa-Request-Payouts-PayoutsRequestBuilder.md#method_setCreatedAtLt) | | Устанавливает дату создания до которой выбираются выплаты. |
+| public | [setCreatedAtLte()](../classes/YooKassa-Request-Payouts-PayoutsRequestBuilder.md#method_setCreatedAtLte) | | Устанавливает дату создания до которой выбираются выплаты. |
+| public | [setCursor()](../classes/YooKassa-Request-Payouts-PayoutsRequestBuilder.md#method_setCursor) | | Устанавливает страница выдачи результатов. |
+| public | [setLimit()](../classes/YooKassa-Request-Payouts-PayoutsRequestBuilder.md#method_setLimit) | | Устанавливает ограничение количества объектов выплаты. |
+| public | [setOptions()](../classes/YooKassa-Common-AbstractRequestBuilder.md#method_setOptions) | | Устанавливает свойства запроса из массива. |
+| public | [setPayoutDestinationType()](../classes/YooKassa-Request-Payouts-PayoutsRequestBuilder.md#method_setPayoutDestinationType) | | Устанавливает способ получения выбираемых выплат. |
+| public | [setStatus()](../classes/YooKassa-Request-Payouts-PayoutsRequestBuilder.md#method_setStatus) | | Устанавливает статус выбираемых выплат. |
+| protected | [initCurrentObject()](../classes/YooKassa-Request-Payouts-PayoutsRequestBuilder.md#method_initCurrentObject) | | Возвращает новый объект запроса для получения списка выплат, который в дальнейшем будет собираться в билдере. |
+
+---
+### Details
+* File: [lib/Request/Payouts/PayoutsRequestBuilder.php](../../lib/Request/Payouts/PayoutsRequestBuilder.php)
+* Package: YooKassa\Request
+* Class Hierarchy:
+ * [\YooKassa\Common\AbstractRequestBuilder](../classes/YooKassa-Common-AbstractRequestBuilder.md)
+ * \YooKassa\Request\Payouts\PayoutsRequestBuilder
+
+* See Also:
+ * [](https://yookassa.ru/developers/api)
+
+---
+### Tags
+| Tag | Version | Description |
+| --- | ------- | ----------- |
+| category | | Class |
+| author | | cms@yoomoney.ru |
+
+---
+## Properties
+
+#### protected $currentObject : ?\YooKassa\Common\AbstractRequestInterface
+---
+**Summary**
+
+Инстанс собираемого запроса.
+
+**Type:** AbstractRequestInterface
+Собираемый объект запроса списка выплат магазина
+**Details:**
+
+
+
+---
+## Methods
+
+#### public __construct() : mixed
+
+```php
+public __construct() : mixed
+```
+
+**Summary**
+
+Конструктор, инициализирует пустой запрос, который в будущем начнём собирать.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractRequestBuilder](../classes/YooKassa-Common-AbstractRequestBuilder.md)
+
+**Returns:** mixed -
+
+
+
+#### public build() : \YooKassa\Request\Payouts\PayoutsRequest
+
+```php
+public build(null|array $options = null) : \YooKassa\Request\Payouts\PayoutsRequest
+```
+
+**Summary**
+
+Собирает и возвращает объект запроса списка выплат магазина.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequestBuilder](../classes/YooKassa-Request-Payouts-PayoutsRequestBuilder.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| null OR array | options | Массив с настройками запроса |
+
+**Returns:** \YooKassa\Request\Payouts\PayoutsRequest - Инстанс объекта запроса к API для получения списка выплат магазина
+
+
+
+#### public setCreatedAtGt() : \YooKassa\Request\Payouts\PayoutsRequestBuilder
+
+```php
+public setCreatedAtGt(null|\DateTime|int|string $value) : \YooKassa\Request\Payouts\PayoutsRequestBuilder
+```
+
+**Summary**
+
+Устанавливает дату создания от которой выбираются выплаты.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequestBuilder](../classes/YooKassa-Request-Payouts-PayoutsRequestBuilder.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| null OR \DateTime OR int OR string | value | Время создания, от (не включая) или null, чтобы удалить значение |
+
+##### Throws:
+| Type | Description |
+| ---- | ----------- |
+| \YooKassa\Common\Exceptions\InvalidPropertyValueException | Генерируется если была передана дата в невалидном формате (была передана строка или число, которые не удалось преобразовать в валидную дату) |
+| \Exception|\YooKassa\Common\Exceptions\InvalidPropertyValueTypeException | Генерируется если была передана дата с не тем типом (передана не строка, не число и не значение типа DateTime) |
+
+**Returns:** \YooKassa\Request\Payouts\PayoutsRequestBuilder - Инстанс текущего билдера
+
+
+
+#### public setCreatedAtGte() : \YooKassa\Request\Payouts\PayoutsRequestBuilder
+
+```php
+public setCreatedAtGte(null|\DateTime|int|string $value) : \YooKassa\Request\Payouts\PayoutsRequestBuilder
+```
+
+**Summary**
+
+Устанавливает дату создания от которой выбираются выплаты.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequestBuilder](../classes/YooKassa-Request-Payouts-PayoutsRequestBuilder.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| null OR \DateTime OR int OR string | value | Время создания, от (включительно) или null, чтобы удалить значение |
+
+##### Throws:
+| Type | Description |
+| ---- | ----------- |
+| \YooKassa\Common\Exceptions\InvalidPropertyValueException | Генерируется если была передана дата в невалидном формате (была передана строка или число, которые не удалось преобразовать в валидную дату) |
+| \Exception|\YooKassa\Common\Exceptions\InvalidPropertyValueTypeException | Генерируется если была передана дата с не тем типом (передана не строка, не число и не значение типа DateTime) |
+
+**Returns:** \YooKassa\Request\Payouts\PayoutsRequestBuilder - Инстанс текущего билдера
+
+
+
+#### public setCreatedAtLt() : \YooKassa\Request\Payouts\PayoutsRequestBuilder
+
+```php
+public setCreatedAtLt(null|\DateTime|int|string $value) : \YooKassa\Request\Payouts\PayoutsRequestBuilder
+```
+
+**Summary**
+
+Устанавливает дату создания до которой выбираются выплаты.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequestBuilder](../classes/YooKassa-Request-Payouts-PayoutsRequestBuilder.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| null OR \DateTime OR int OR string | value | Время создания, до (не включая) или null, чтобы удалить значение |
+
+##### Throws:
+| Type | Description |
+| ---- | ----------- |
+| \YooKassa\Common\Exceptions\InvalidPropertyValueException | Генерируется если была передана дата в невалидном формате (была передана строка или число, которые не удалось преобразовать в валидную дату) |
+| \Exception|\YooKassa\Common\Exceptions\InvalidPropertyValueTypeException | Генерируется если была передана дата с не тем типом (передана не строка, не число и не значение типа DateTime) |
+
+**Returns:** \YooKassa\Request\Payouts\PayoutsRequestBuilder - Инстанс текущего билдера
+
+
+
+#### public setCreatedAtLte() : \YooKassa\Request\Payouts\PayoutsRequestBuilder
+
+```php
+public setCreatedAtLte(null|\DateTime|int|string $value) : \YooKassa\Request\Payouts\PayoutsRequestBuilder
+```
+
+**Summary**
+
+Устанавливает дату создания до которой выбираются выплаты.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequestBuilder](../classes/YooKassa-Request-Payouts-PayoutsRequestBuilder.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| null OR \DateTime OR int OR string | value | Время создания, до (включительно) или null, чтобы удалить значение |
+
+##### Throws:
+| Type | Description |
+| ---- | ----------- |
+| \YooKassa\Common\Exceptions\InvalidPropertyValueException | Генерируется если была передана дата в невалидном формате (была передана строка или число, которые не удалось преобразовать в валидную дату) |
+| \Exception|\YooKassa\Common\Exceptions\InvalidPropertyValueTypeException | Генерируется если была передана дата с не тем типом (передана не строка, не число и не значение типа DateTime) |
+
+**Returns:** \YooKassa\Request\Payouts\PayoutsRequestBuilder - Инстанс текущего билдера
+
+
+
+#### public setCursor() : \YooKassa\Request\Payouts\PayoutsRequestBuilder
+
+```php
+public setCursor(null|string $value) : \YooKassa\Request\Payouts\PayoutsRequestBuilder
+```
+
+**Summary**
+
+Устанавливает страница выдачи результатов.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequestBuilder](../classes/YooKassa-Request-Payouts-PayoutsRequestBuilder.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| null OR string | value | Страница выдачи результатов или null, чтобы удалить значение |
+
+##### Throws:
+| Type | Description |
+| ---- | ----------- |
+| \YooKassa\Common\Exceptions\InvalidPropertyValueTypeException | Выбрасывается если в метод была передана не строка |
+
+**Returns:** \YooKassa\Request\Payouts\PayoutsRequestBuilder - Инстанс текущего билдера
+
+
+
+#### public setLimit() : \YooKassa\Request\Payouts\PayoutsRequestBuilder
+
+```php
+public setLimit(string|int|null $value) : \YooKassa\Request\Payouts\PayoutsRequestBuilder
+```
+
+**Summary**
+
+Устанавливает ограничение количества объектов выплаты.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequestBuilder](../classes/YooKassa-Request-Payouts-PayoutsRequestBuilder.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string OR int OR null | value | Ограничение количества объектов выплаты или null, чтобы удалить значение |
+
+##### Throws:
+| Type | Description |
+| ---- | ----------- |
+| \YooKassa\Common\Exceptions\InvalidPropertyValueTypeException | Выбрасывается если в метод было передана не целое число |
+
+**Returns:** \YooKassa\Request\Payouts\PayoutsRequestBuilder - Инстанс текущего билдера
+
+
+
+#### public setOptions() : \YooKassa\Common\AbstractRequestBuilder
+
+```php
+public setOptions(iterable|null $options) : \YooKassa\Common\AbstractRequestBuilder
+```
+
+**Summary**
+
+Устанавливает свойства запроса из массива.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractRequestBuilder](../classes/YooKassa-Common-AbstractRequestBuilder.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| iterable OR null | options | Массив свойств запроса |
+
+##### Throws:
+| Type | Description |
+| ---- | ----------- |
+| \InvalidArgumentException | Выбрасывается если аргумент не массив и не итерируемый объект |
+| \YooKassa\Common\Exceptions\InvalidPropertyException | Выбрасывается если не удалось установить один из параметров, переданных в массиве настроек |
+
+**Returns:** \YooKassa\Common\AbstractRequestBuilder - Инстанс текущего билдера запросов
+
+
+
+#### public setPayoutDestinationType() : \YooKassa\Request\Payouts\PayoutsRequestBuilder
+
+```php
+public setPayoutDestinationType(string|null $value) : \YooKassa\Request\Payouts\PayoutsRequestBuilder
+```
+
+**Summary**
+
+Устанавливает способ получения выбираемых выплат.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequestBuilder](../classes/YooKassa-Request-Payouts-PayoutsRequestBuilder.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string OR null | value | Платежный метод выбираемых выплат или null, чтобы удалить значение |
+
+##### Throws:
+| Type | Description |
+| ---- | ----------- |
+| \YooKassa\Common\Exceptions\InvalidPropertyValueException | Выбрасывается если переданное значение не является валидным статусом |
+| \YooKassa\Common\Exceptions\InvalidPropertyValueTypeException | Выбрасывается если в метод была передана не строка |
+
+**Returns:** \YooKassa\Request\Payouts\PayoutsRequestBuilder - Инстанс текущего билдера
+
+
+
+#### public setStatus() : \YooKassa\Request\Payouts\PayoutsRequestBuilder
+
+```php
+public setStatus(string|null $value) : \YooKassa\Request\Payouts\PayoutsRequestBuilder
+```
+
+**Summary**
+
+Устанавливает статус выбираемых выплат.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequestBuilder](../classes/YooKassa-Request-Payouts-PayoutsRequestBuilder.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string OR null | value | Статус выбираемых выплат или null, чтобы удалить значение |
+
+##### Throws:
+| Type | Description |
+| ---- | ----------- |
+| \YooKassa\Common\Exceptions\InvalidPropertyValueException | Выбрасывается если переданное значение не является валидным статусом |
+| \YooKassa\Common\Exceptions\InvalidPropertyValueTypeException | Выбрасывается если в метод была передана не строка |
+
+**Returns:** \YooKassa\Request\Payouts\PayoutsRequestBuilder - Инстанс текущего билдера
+
+
+
+#### protected initCurrentObject() : \YooKassa\Request\Payouts\PayoutsRequest
+
+```php
+protected initCurrentObject() : \YooKassa\Request\Payouts\PayoutsRequest
+```
+
+**Summary**
+
+Возвращает новый объект запроса для получения списка выплат, который в дальнейшем будет собираться в билдере.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequestBuilder](../classes/YooKassa-Request-Payouts-PayoutsRequestBuilder.md)
+
+**Returns:** \YooKassa\Request\Payouts\PayoutsRequest - Объект запроса списка выплат магазина
+
+
+
+---
+
+### Top Namespaces
+
+* [\YooKassa](../namespaces/yookassa.md)
+
+---
+
+### Reports
+* [Errors - 0](../reports/errors.md)
+* [Markers - 0](../reports/markers.md)
+* [Deprecated - 43](../reports/deprecated.md)
+
+---
+
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
+
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md b/docs/classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md
new file mode 100644
index 00000000..196dc1ed
--- /dev/null
+++ b/docs/classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md
@@ -0,0 +1,538 @@
+# [YooKassa API SDK](../home.md)
+
+# Interface: PayoutsRequestInterface
+### Namespace: [\YooKassa\Request\Payouts](../namespaces/yookassa-request-payouts.md)
+---
+**Summary:**
+
+Interface PaymentsRequestInterface.
+
+---
+### Constants
+* No constants found
+
+---
+### Methods
+| Visibility | Name | Flag | Summary |
+| ----------:| ---- | ---- | ------- |
+| public | [getCreatedAtGt()](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md#method_getCreatedAtGt) | | Возвращает дату создания от которой будут возвращены выплаты или null, если дата не была установлена. |
+| public | [getCreatedAtGte()](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md#method_getCreatedAtGte) | | Возвращает дату создания от которой будут возвращены выплаты или null, если дата не была установлена. |
+| public | [getCreatedAtLt()](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md#method_getCreatedAtLt) | | Возвращает дату создания до которой будут возвращены выплаты или null, если дата не была установлена. |
+| public | [getCreatedAtLte()](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md#method_getCreatedAtLte) | | Возвращает дату создания до которой будут возвращены выплаты или null, если дата не была установлена. |
+| public | [getCursor()](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md#method_getCursor) | | Возвращает страницу выдачи результатов или null, если она до этого не была установлена. |
+| public | [getLimit()](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md#method_getLimit) | | Возвращает ограничение количества объектов выплаты или null, если оно до этого не было установлено. |
+| public | [getPayoutDestinationType()](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md#method_getPayoutDestinationType) | | Возвращает код способа получения выбираемых выплат или null, если он до этого не был установлен. |
+| public | [getStatus()](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md#method_getStatus) | | Возвращает статус выбираемых выплат или null, если он до этого не был установлен. |
+| public | [hasCreatedAtGt()](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md#method_hasCreatedAtGt) | | Проверяет, была ли установлена дата создания от которой выбираются выплаты. |
+| public | [hasCreatedAtGte()](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md#method_hasCreatedAtGte) | | Проверяет, была ли установлена дата создания от которой выбираются выплаты. |
+| public | [hasCreatedAtLt()](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md#method_hasCreatedAtLt) | | Проверяет, была ли установлена дата создания до которой выбираются выплаты. |
+| public | [hasCreatedAtLte()](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md#method_hasCreatedAtLte) | | Проверяет, была ли установлена дата создания до которой выбираются выплаты. |
+| public | [hasCursor()](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md#method_hasCursor) | | Проверяет, была ли установлена страница выдачи результатов. |
+| public | [hasLimit()](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md#method_hasLimit) | | Проверяет, было ли установлено ограничение количества объектов выплаты. |
+| public | [hasPayoutDestinationType()](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md#method_hasPayoutDestinationType) | | Проверяет, был ли установлен код способа получения выбираемых выплат. |
+| public | [hasStatus()](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md#method_hasStatus) | | Проверяет, был ли установлен статус выбираемых выплат. |
+| public | [setCreatedAtGt()](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md#method_setCreatedAtGt) | | Устанавливает дату создания от которой выбираются выплаты. |
+| public | [setCreatedAtGte()](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md#method_setCreatedAtGte) | | Устанавливает дату создания от которой выбираются выплаты. |
+| public | [setCreatedAtLt()](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md#method_setCreatedAtLt) | | Устанавливает дату создания до которой выбираются выплаты. |
+| public | [setCreatedAtLte()](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md#method_setCreatedAtLte) | | Устанавливает дату создания до которой выбираются выплаты. |
+| public | [setCursor()](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md#method_setCursor) | | Устанавливает страницу выдачи результатов. |
+| public | [setLimit()](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md#method_setLimit) | | Устанавливает ограничение количества объектов выплаты. |
+| public | [setPayoutDestinationType()](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md#method_setPayoutDestinationType) | | Устанавливает код способа получения выбираемых выплат. |
+| public | [setStatus()](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md#method_setStatus) | | Устанавливает статус выбираемых выплат. |
+
+---
+### Details
+* File: [lib/Request/Payouts/PayoutsRequestInterface.php](../../lib/Request/Payouts/PayoutsRequestInterface.php)
+* Package: \YooKassa\Request
+* See Also:
+ * [](https://yookassa.ru/developers/api)
+
+---
+### Tags
+| Tag | Version | Description |
+| --- | ------- | ----------- |
+| category | | Class |
+| author | | cms@yoomoney.ru |
+| property | | Время создания, от (включительно) |
+| property | | Фильтр по времени создания: время должно быть больше указанного значения или равно ему («с такого-то момента включительно»). Указывается в формате [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601). Пример: ~`created_at.gte=2018-07-18T10:51:18.139Z` (optional) |
+| property | | Время создания, от (не включая) |
+| property | | Фильтр по времени создания: время должно быть больше указанного значения («с такого-то момента, не включая его»). Указывается в формате [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601). Пример: ~`created_at.gt=2018-07-18T10:51:18.139Z` (optional) |
+| property | | Время создания, до (включительно) |
+| property | | Фильтр по времени создания: время должно быть меньше указанного значения или равно ему («по такой-то момент включительно»). Указывается в формате [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601). Пример: ~`created_at.lte=2018-07-18T10:51:18.139Z` (optional) |
+| property | | Время создания, до (не включая) |
+| property | | Фильтр по коду %[способа получения выплаты](/developers/payouts/getting-started/payout-types-and-limits#types-destination). Пример: ~`payout_destination.type=bank_card` (optional) |
+| property | | Фильтр по коду %[способа получения выплаты](/developers/payouts/getting-started/payout-types-and-limits#types-destination). Пример: ~`payout_destination.type=bank_card` (optional) |
+| property | | Статус выплаты |
+| property | | Ограничение количества объектов выплаты, отображаемых на одной странице выдачи |
+| property | | Страница выдачи результатов, которую необходимо отобразить |
+
+---
+## Methods
+
+#### public getCursor() : null|string
+
+```php
+public getCursor() : null|string
+```
+
+**Summary**
+
+Возвращает страницу выдачи результатов или null, если она до этого не была установлена.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequestInterface](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md)
+
+**Returns:** null|string - Страница выдачи результатов
+
+
+
+#### public hasCursor() : bool
+
+```php
+public hasCursor() : bool
+```
+
+**Summary**
+
+Проверяет, была ли установлена страница выдачи результатов.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequestInterface](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md)
+
+**Returns:** bool - True если страница выдачи результатов была установлена, false если нет
+
+
+
+#### public setCursor() : self
+
+```php
+public setCursor(string $cursor) : self
+```
+
+**Summary**
+
+Устанавливает страницу выдачи результатов.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequestInterface](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | cursor | Страница |
+
+**Returns:** self -
+
+
+
+#### public getLimit() : null|int
+
+```php
+public getLimit() : null|int
+```
+
+**Summary**
+
+Возвращает ограничение количества объектов выплаты или null, если оно до этого не было установлено.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequestInterface](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md)
+
+**Returns:** null|int - Ограничение количества объектов выплаты
+
+
+
+#### public hasLimit() : bool
+
+```php
+public hasLimit() : bool
+```
+
+**Summary**
+
+Проверяет, было ли установлено ограничение количества объектов выплаты.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequestInterface](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md)
+
+**Returns:** bool - True если ограничение количества объектов выплаты было установлено, false если нет
+
+
+
+#### public setLimit() : self
+
+```php
+public setLimit(int $limit) : self
+```
+
+**Summary**
+
+Устанавливает ограничение количества объектов выплаты.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequestInterface](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| int | limit | Количества объектов выплаты на странице |
+
+**Returns:** self -
+
+
+
+#### public getCreatedAtGte() : null|\DateTime
+
+```php
+public getCreatedAtGte() : null|\DateTime
+```
+
+**Summary**
+
+Возвращает дату создания от которой будут возвращены выплаты или null, если дата не была установлена.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequestInterface](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md)
+
+**Returns:** null|\DateTime - Время создания, от (включительно)
+
+
+
+#### public hasCreatedAtGte() : bool
+
+```php
+public hasCreatedAtGte() : bool
+```
+
+**Summary**
+
+Проверяет, была ли установлена дата создания от которой выбираются выплаты.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequestInterface](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md)
+
+**Returns:** bool - True если дата была установлена, false если нет
+
+
+
+#### public setCreatedAtGte() : self
+
+```php
+public setCreatedAtGte(\DateTime|string|null $_created_at_gte) : self
+```
+
+**Summary**
+
+Устанавливает дату создания от которой выбираются выплаты.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequestInterface](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| \DateTime OR string OR null | _created_at_gte | Дата |
+
+**Returns:** self -
+
+
+
+#### public getCreatedAtGt() : null|\DateTime
+
+```php
+public getCreatedAtGt() : null|\DateTime
+```
+
+**Summary**
+
+Возвращает дату создания от которой будут возвращены выплаты или null, если дата не была установлена.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequestInterface](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md)
+
+**Returns:** null|\DateTime - Время создания, от (не включая)
+
+
+
+#### public hasCreatedAtGt() : bool
+
+```php
+public hasCreatedAtGt() : bool
+```
+
+**Summary**
+
+Проверяет, была ли установлена дата создания от которой выбираются выплаты.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequestInterface](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md)
+
+**Returns:** bool - True если дата была установлена, false если нет
+
+
+
+#### public setCreatedAtGt() : self
+
+```php
+public setCreatedAtGt(\DateTime|string|null $created_at_gt) : self
+```
+
+**Summary**
+
+Устанавливает дату создания от которой выбираются выплаты.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequestInterface](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| \DateTime OR string OR null | created_at_gt | Дата создания |
+
+**Returns:** self -
+
+
+
+#### public getCreatedAtLte() : null|\DateTime
+
+```php
+public getCreatedAtLte() : null|\DateTime
+```
+
+**Summary**
+
+Возвращает дату создания до которой будут возвращены выплаты или null, если дата не была установлена.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequestInterface](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md)
+
+**Returns:** null|\DateTime - Время создания, до (включительно)
+
+
+
+#### public hasCreatedAtLte() : bool
+
+```php
+public hasCreatedAtLte() : bool
+```
+
+**Summary**
+
+Проверяет, была ли установлена дата создания до которой выбираются выплаты.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequestInterface](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md)
+
+**Returns:** bool - True если дата была установлена, false если нет
+
+
+
+#### public setCreatedAtLte() : self
+
+```php
+public setCreatedAtLte(\DateTime|string|null $created_at_lte) : self
+```
+
+**Summary**
+
+Устанавливает дату создания до которой выбираются выплаты.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequestInterface](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| \DateTime OR string OR null | created_at_lte | Дата |
+
+**Returns:** self -
+
+
+
+#### public getCreatedAtLt() : null|\DateTime
+
+```php
+public getCreatedAtLt() : null|\DateTime
+```
+
+**Summary**
+
+Возвращает дату создания до которой будут возвращены выплаты или null, если дата не была установлена.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequestInterface](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md)
+
+**Returns:** null|\DateTime - Время создания, до (не включая)
+
+
+
+#### public hasCreatedAtLt() : bool
+
+```php
+public hasCreatedAtLt() : bool
+```
+
+**Summary**
+
+Проверяет, была ли установлена дата создания до которой выбираются выплаты.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequestInterface](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md)
+
+**Returns:** bool - True если дата была установлена, false если нет
+
+
+
+#### public setCreatedAtLt() : self
+
+```php
+public setCreatedAtLt(\DateTime|string|null $created_at_lt) : self
+```
+
+**Summary**
+
+Устанавливает дату создания до которой выбираются выплаты.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequestInterface](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| \DateTime OR string OR null | created_at_lt | Дата |
+
+**Returns:** self -
+
+
+
+#### public getStatus() : null|string
+
+```php
+public getStatus() : null|string
+```
+
+**Summary**
+
+Возвращает статус выбираемых выплат или null, если он до этого не был установлен.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequestInterface](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md)
+
+**Returns:** null|string - Статус выбираемых выплат
+
+
+
+#### public hasStatus() : bool
+
+```php
+public hasStatus() : bool
+```
+
+**Summary**
+
+Проверяет, был ли установлен статус выбираемых выплат.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequestInterface](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md)
+
+**Returns:** bool - True если статус был установлен, false если нет
+
+
+
+#### public setStatus() : self
+
+```php
+public setStatus(string $status) : self
+```
+
+**Summary**
+
+Устанавливает статус выбираемых выплат.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequestInterface](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | status | Статус выплат |
+
+**Returns:** self -
+
+
+
+#### public getPayoutDestinationType() : null|string
+
+```php
+public getPayoutDestinationType() : null|string
+```
+
+**Summary**
+
+Возвращает код способа получения выбираемых выплат или null, если он до этого не был установлен.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequestInterface](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md)
+
+**Returns:** null|string - Код способа получения выбираемых выплат
+
+
+
+#### public hasPayoutDestinationType() : bool
+
+```php
+public hasPayoutDestinationType() : bool
+```
+
+**Summary**
+
+Проверяет, был ли установлен код способа получения выбираемых выплат.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequestInterface](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md)
+
+**Returns:** bool - True если код способа получения выплаты был установлен, false если нет
+
+
+
+#### public setPayoutDestinationType() : self
+
+```php
+public setPayoutDestinationType(string $payout_destination_type) : self
+```
+
+**Summary**
+
+Устанавливает код способа получения выбираемых выплат.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequestInterface](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | payout_destination_type | Код способа получения выплаты |
+
+**Returns:** self -
+
+
+
+
+---
+
+### Top Namespaces
+
+* [\YooKassa](../namespaces/yookassa.md)
+
+---
+
+### Reports
+* [Errors - 0](../reports/errors.md)
+* [Markers - 0](../reports/markers.md)
+* [Deprecated - 43](../reports/deprecated.md)
+
+---
+
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
+
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payouts-PayoutsRequestSerializer.md b/docs/classes/YooKassa-Request-Payouts-PayoutsRequestSerializer.md
new file mode 100644
index 00000000..12cbd28a
--- /dev/null
+++ b/docs/classes/YooKassa-Request-Payouts-PayoutsRequestSerializer.md
@@ -0,0 +1,83 @@
+# [YooKassa API SDK](../home.md)
+
+# Class: \YooKassa\Request\Payouts\PayoutsRequestSerializer
+### Namespace: [\YooKassa\Request\Payouts](../namespaces/yookassa-request-payouts.md)
+---
+**Summary:**
+
+Класс, представляющий модель PayoutsRequestSerializer.
+
+**Description:**
+
+Класс объекта осуществляющего сериализацию запроса к API для получения списка выплат.
+
+---
+### Constants
+* No constants found
+
+---
+### Methods
+| Visibility | Name | Flag | Summary |
+| ----------:| ---- | ---- | ------- |
+| public | [serialize()](../classes/YooKassa-Request-Payouts-PayoutsRequestSerializer.md#method_serialize) | | Сериализует объект запроса к API для дальнейшей его отправки. |
+
+---
+### Details
+* File: [lib/Request/Payouts/PayoutsRequestSerializer.php](../../lib/Request/Payouts/PayoutsRequestSerializer.php)
+* Package: YooKassa\Request
+* Class Hierarchy:
+ * \YooKassa\Request\Payouts\PayoutsRequestSerializer
+
+* See Also:
+ * [](https://yookassa.ru/developers/api)
+
+---
+### Tags
+| Tag | Version | Description |
+| --- | ------- | ----------- |
+| category | | Class |
+| author | | cms@yoomoney.ru |
+
+---
+## Methods
+
+#### public serialize() : array
+
+```php
+public serialize(\YooKassa\Request\Payouts\PayoutsRequestInterface $request) : array
+```
+
+**Summary**
+
+Сериализует объект запроса к API для дальнейшей его отправки.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsRequestSerializer](../classes/YooKassa-Request-Payouts-PayoutsRequestSerializer.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| \YooKassa\Request\Payouts\PayoutsRequestInterface | request | Сериализуемый объект |
+
+**Returns:** array - Массив с информацией, отправляемый в дальнейшем в API
+
+
+
+---
+
+### Top Namespaces
+
+* [\YooKassa](../namespaces/yookassa.md)
+
+---
+
+### Reports
+* [Errors - 0](../reports/errors.md)
+* [Markers - 0](../reports/markers.md)
+* [Deprecated - 43](../reports/deprecated.md)
+
+---
+
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
+
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payouts-PayoutsResponse.md b/docs/classes/YooKassa-Request-Payouts-PayoutsResponse.md
new file mode 100644
index 00000000..caac8c57
--- /dev/null
+++ b/docs/classes/YooKassa-Request-Payouts-PayoutsResponse.md
@@ -0,0 +1,547 @@
+# [YooKassa API SDK](../home.md)
+
+# Class: \YooKassa\Request\Payouts\PayoutsResponse
+### Namespace: [\YooKassa\Request\Payouts](../namespaces/yookassa-request-payouts.md)
+---
+**Summary:**
+
+Класс, представляющий модель PayoutsResponse.
+
+**Description:**
+
+Класс объекта ответа от API со списком выплат магазина.
+
+---
+### Constants
+* No constants found
+
+---
+### Properties
+| Visibility | Name | Flag | Summary |
+| ----------:| ---- | ---- | ------- |
+| public | [$items](../classes/YooKassa-Request-Payouts-PayoutsResponse.md#property_items) | | |
+| public | [$nextCursor](../classes/YooKassa-Request-AbstractListResponse.md#property_nextCursor) | | Указатель на следующий фрагмент списка. Обязательный параметр, если размер списка больше размера выдачи (`limit`) и конец выдачи не достигнут. |
+| public | [$type](../classes/YooKassa-Request-AbstractListResponse.md#property_type) | | Формат выдачи результатов запроса. Возможное значение: `list` (список). |
+| protected | [$_items](../classes/YooKassa-Request-Payouts-PayoutsResponse.md#property__items) | | Список выплат. |
+| protected | [$_next_cursor](../classes/YooKassa-Request-AbstractListResponse.md#property__next_cursor) | | Указатель на следующий фрагмент списка. Обязательный параметр, если размер списка больше размера выдачи (`limit`) и конец выдачи не достигнут. |
+| protected | [$_type](../classes/YooKassa-Request-AbstractListResponse.md#property__type) | | Формат выдачи результатов запроса. Возможное значение: `list` (список). |
+
+---
+### Methods
+| Visibility | Name | Flag | Summary |
+| ----------:| ---- | ---- | ------- |
+| public | [__construct()](../classes/YooKassa-Common-AbstractObject.md#method___construct) | | AbstractObject constructor. |
+| public | [__get()](../classes/YooKassa-Common-AbstractObject.md#method___get) | | Возвращает значение свойства. |
+| public | [__isset()](../classes/YooKassa-Common-AbstractObject.md#method___isset) | | Проверяет наличие свойства. |
+| public | [__set()](../classes/YooKassa-Common-AbstractObject.md#method___set) | | Устанавливает значение свойства. |
+| public | [__unset()](../classes/YooKassa-Common-AbstractObject.md#method___unset) | | Удаляет свойство. |
+| public | [fromArray()](../classes/YooKassa-Common-AbstractObject.md#method_fromArray) | | Устанавливает значения свойств текущего объекта из массива. |
+| public | [getItems()](../classes/YooKassa-Request-Payouts-PayoutsResponse.md#method_getItems) | | Возвращает список выплат. |
+| public | [getNextCursor()](../classes/YooKassa-Request-AbstractListResponse.md#method_getNextCursor) | | Возвращает токен следующей страницы, если он задан, или null. |
+| public | [getType()](../classes/YooKassa-Request-AbstractListResponse.md#method_getType) | | Возвращает формат выдачи результатов запроса. |
+| public | [getValidator()](../classes/YooKassa-Common-AbstractObject.md#method_getValidator) | | |
+| public | [hasNextCursor()](../classes/YooKassa-Request-AbstractListResponse.md#method_hasNextCursor) | | Проверяет, имеется ли в ответе токен следующей страницы. |
+| public | [jsonSerialize()](../classes/YooKassa-Common-AbstractObject.md#method_jsonSerialize) | | Возвращает ассоциативный массив со свойствами текущего объекта для его дальнейшей JSON сериализации. |
+| public | [offsetExists()](../classes/YooKassa-Common-AbstractObject.md#method_offsetExists) | | Проверяет наличие свойства. |
+| public | [offsetGet()](../classes/YooKassa-Common-AbstractObject.md#method_offsetGet) | | Возвращает значение свойства. |
+| public | [offsetSet()](../classes/YooKassa-Common-AbstractObject.md#method_offsetSet) | | Устанавливает значение свойства. |
+| public | [offsetUnset()](../classes/YooKassa-Common-AbstractObject.md#method_offsetUnset) | | Удаляет свойство. |
+| public | [toArray()](../classes/YooKassa-Common-AbstractObject.md#method_toArray) | | Возвращает ассоциативный массив со свойствами текущего объекта для его дальнейшей JSON сериализации Является алиасом метода AbstractObject::jsonSerialize(). |
+| protected | [getUnknownProperties()](../classes/YooKassa-Common-AbstractObject.md#method_getUnknownProperties) | | Возвращает массив свойств которые не существуют, но были заданы у объекта. |
+| protected | [validatePropertyValue()](../classes/YooKassa-Common-AbstractObject.md#method_validatePropertyValue) | | |
+
+---
+### Details
+* File: [lib/Request/Payouts/PayoutsResponse.php](../../lib/Request/Payouts/PayoutsResponse.php)
+* Package: YooKassa\Model
+* Class Hierarchy:
+ * [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+ * [\YooKassa\Request\AbstractListResponse](../classes/YooKassa-Request-AbstractListResponse.md)
+ * \YooKassa\Request\Payouts\PayoutsResponse
+
+* See Also:
+ * [](https://yookassa.ru/developers/api)
+
+---
+### Tags
+| Tag | Version | Description |
+| --- | ------- | ----------- |
+| category | | Class |
+| author | | cms@yoomoney.ru |
+
+---
+## Properties
+
+#### public $items : \YooKassa\Model\Payout\PayoutInterface[]|\YooKassa\Common\ListObjectInterface
+---
+**Type:** ListObjectInterface
+
+**Details:**
+
+
+
+#### public $nextCursor : string
+---
+***Description***
+
+Указатель на следующий фрагмент списка. Обязательный параметр, если размер списка больше размера выдачи (`limit`) и конец выдачи не достигнут.
+
+**Type:** string
+
+**Details:**
+* Inherited From: [\YooKassa\Request\AbstractListResponse](../classes/YooKassa-Request-AbstractListResponse.md)
+
+
+
+#### public $type : string
+---
+***Description***
+
+Формат выдачи результатов запроса. Возможное значение: `list` (список).
+
+**Type:** string
+
+**Details:**
+* Inherited From: [\YooKassa\Request\AbstractListResponse](../classes/YooKassa-Request-AbstractListResponse.md)
+
+
+
+#### protected $_items : ?\YooKassa\Common\ListObject
+---
+**Summary**
+
+Список выплат.
+
+***Description***
+
+Выплаты отсортированы по времени создания в порядке убывания (от новых к старым).
+Если результатов больше, чем задано в limit, список будет выводиться фрагментами.
+В этом случае в ответе на запрос вернется фрагмент списка и параметр next_cursor с указателем на следующий фрагмент.
+
+**Type:** ListObject
+Список выплат
+**Details:**
+
+
+
+#### protected $_next_cursor : ?string
+---
+**Summary**
+
+Указатель на следующий фрагмент списка. Обязательный параметр, если размер списка больше размера выдачи (`limit`) и конец выдачи не достигнут.
+
+**Type:** ?string
+
+**Details:**
+* Inherited From: [\YooKassa\Request\AbstractListResponse](../classes/YooKassa-Request-AbstractListResponse.md)
+
+
+
+#### protected $_type : string
+---
+**Summary**
+
+Формат выдачи результатов запроса. Возможное значение: `list` (список).
+
+**Type:** string
+
+**Details:**
+* Inherited From: [\YooKassa\Request\AbstractListResponse](../classes/YooKassa-Request-AbstractListResponse.md)
+
+
+
+---
+## Methods
+
+#### public __construct() : mixed
+
+```php
+public __construct(array|null $data = []) : mixed
+```
+
+**Summary**
+
+AbstractObject constructor.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| array OR null | data | |
+
+**Returns:** mixed -
+
+
+
+#### public __get() : mixed
+
+```php
+public __get(string $propertyName) : mixed
+```
+
+**Summary**
+
+Возвращает значение свойства.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | propertyName | Имя свойства |
+
+**Returns:** mixed - Значение свойства
+
+
+
+#### public __isset() : bool
+
+```php
+public __isset(string $propertyName) : bool
+```
+
+**Summary**
+
+Проверяет наличие свойства.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | propertyName | Имя проверяемого свойства |
+
+**Returns:** bool - True если свойство имеется, false если нет
+
+
+
+#### public __set() : void
+
+```php
+public __set(string $propertyName, mixed $value) : void
+```
+
+**Summary**
+
+Устанавливает значение свойства.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | propertyName | Имя свойства |
+| mixed | value | Значение свойства |
+
+**Returns:** void -
+
+
+
+#### public __unset() : void
+
+```php
+public __unset(string $propertyName) : void
+```
+
+**Summary**
+
+Удаляет свойство.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | propertyName | Имя удаляемого свойства |
+
+**Returns:** void -
+
+
+
+#### public fromArray() : void
+
+```php
+public fromArray(array|\Traversable $sourceArray) : void
+```
+
+**Summary**
+
+Устанавливает значения свойств текущего объекта из массива.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| array OR \Traversable | sourceArray | Ассоциативный массив с настройками |
+
+**Returns:** void -
+
+
+
+#### public getItems() : \YooKassa\Model\Payout\PayoutInterface[]|\YooKassa\Common\ListObjectInterface
+
+```php
+public getItems() : \YooKassa\Model\Payout\PayoutInterface[]|\YooKassa\Common\ListObjectInterface
+```
+
+**Summary**
+
+Возвращает список выплат.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payouts\PayoutsResponse](../classes/YooKassa-Request-Payouts-PayoutsResponse.md)
+
+**Returns:** \YooKassa\Model\Payout\PayoutInterface[]|\YooKassa\Common\ListObjectInterface -
+
+
+
+#### public getNextCursor() : null|string
+
+```php
+public getNextCursor() : null|string
+```
+
+**Summary**
+
+Возвращает токен следующей страницы, если он задан, или null.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\AbstractListResponse](../classes/YooKassa-Request-AbstractListResponse.md)
+
+**Returns:** null|string - Токен следующей страницы
+
+
+
+#### public getType() : string|null
+
+```php
+public getType() : string|null
+```
+
+**Summary**
+
+Возвращает формат выдачи результатов запроса.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\AbstractListResponse](../classes/YooKassa-Request-AbstractListResponse.md)
+
+**Returns:** string|null -
+
+
+
+#### public getValidator() : \YooKassa\Validator\Validator
+
+```php
+public getValidator() : \YooKassa\Validator\Validator
+```
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+**Returns:** \YooKassa\Validator\Validator -
+
+
+
+#### public hasNextCursor() : bool
+
+```php
+public hasNextCursor() : bool
+```
+
+**Summary**
+
+Проверяет, имеется ли в ответе токен следующей страницы.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\AbstractListResponse](../classes/YooKassa-Request-AbstractListResponse.md)
+
+**Returns:** bool - True если токен следующей страницы есть, false если нет
+
+
+
+#### public jsonSerialize() : array
+
+```php
+public jsonSerialize() : array
+```
+
+**Summary**
+
+Возвращает ассоциативный массив со свойствами текущего объекта для его дальнейшей JSON сериализации.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+**Returns:** array - Ассоциативный массив со свойствами текущего объекта
+
+
+
+#### public offsetExists() : bool
+
+```php
+public offsetExists(string $offset) : bool
+```
+
+**Summary**
+
+Проверяет наличие свойства.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | offset | Имя проверяемого свойства |
+
+**Returns:** bool - True если свойство имеется, false если нет
+
+
+
+#### public offsetGet() : mixed
+
+```php
+public offsetGet(string $offset) : mixed
+```
+
+**Summary**
+
+Возвращает значение свойства.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | offset | Имя свойства |
+
+**Returns:** mixed - Значение свойства
+
+
+
+#### public offsetSet() : void
+
+```php
+public offsetSet(string $offset, mixed $value) : void
+```
+
+**Summary**
+
+Устанавливает значение свойства.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | offset | Имя свойства |
+| mixed | value | Значение свойства |
+
+**Returns:** void -
+
+
+
+#### public offsetUnset() : void
+
+```php
+public offsetUnset(string $offset) : void
+```
+
+**Summary**
+
+Удаляет свойство.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | offset | Имя удаляемого свойства |
+
+**Returns:** void -
+
+
+
+#### public toArray() : array
+
+```php
+public toArray() : array
+```
+
+**Summary**
+
+Возвращает ассоциативный массив со свойствами текущего объекта для его дальнейшей JSON сериализации
+Является алиасом метода AbstractObject::jsonSerialize().
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+**Returns:** array - Ассоциативный массив со свойствами текущего объекта
+
+
+
+#### protected getUnknownProperties() : array
+
+```php
+protected getUnknownProperties() : array
+```
+
+**Summary**
+
+Возвращает массив свойств которые не существуют, но были заданы у объекта.
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+**Returns:** array - Ассоциативный массив с не существующими у текущего объекта свойствами
+
+
+
+#### protected validatePropertyValue() : mixed
+
+```php
+protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mixed
+```
+
+**Details:**
+* Inherited From: [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string | propertyName | |
+| mixed | propertyValue | |
+
+**Returns:** mixed -
+
+
+
+---
+
+### Top Namespaces
+
+* [\YooKassa](../namespaces/yookassa.md)
+
+---
+
+### Reports
+* [Errors - 0](../reports/errors.md)
+* [Markers - 0](../reports/markers.md)
+* [Deprecated - 43](../reports/deprecated.md)
+
+---
+
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
+
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payouts-SbpBanksResponse.md b/docs/classes/YooKassa-Request-Payouts-SbpBanksResponse.md
index 10bc9c98..757158c1 100644
--- a/docs/classes/YooKassa-Request-Payouts-SbpBanksResponse.md
+++ b/docs/classes/YooKassa-Request-Payouts-SbpBanksResponse.md
@@ -23,7 +23,7 @@
| public | [$items](../classes/YooKassa-Request-Payouts-SbpBanksResponse.md#property_items) | | Массив всех участников СБП. |
| public | [$nextCursor](../classes/YooKassa-Request-AbstractListResponse.md#property_nextCursor) | | Указатель на следующий фрагмент списка. Обязательный параметр, если размер списка больше размера выдачи (`limit`) и конец выдачи не достигнут. |
| public | [$type](../classes/YooKassa-Request-AbstractListResponse.md#property_type) | | Формат выдачи результатов запроса. Возможное значение: `list` (список). |
-| protected | [$_items](../classes/YooKassa-Request-Payouts-SbpBanksResponse.md#property__items) | | |
+| protected | [$_items](../classes/YooKassa-Request-Payouts-SbpBanksResponse.md#property__items) | | Список объектов определенного типа |
| protected | [$_next_cursor](../classes/YooKassa-Request-AbstractListResponse.md#property__next_cursor) | | Указатель на следующий фрагмент списка. Обязательный параметр, если размер списка больше размера выдачи (`limit`) и конец выдачи не достигнут. |
| protected | [$_type](../classes/YooKassa-Request-AbstractListResponse.md#property__type) | | Формат выдачи результатов запроса. Возможное значение: `list` (список). |
@@ -113,6 +113,10 @@
#### protected $_items : ?\YooKassa\Common\ListObject
---
+**Summary**
+
+Список объектов определенного типа
+
**Type:** ListObject
Массив всех участников СБП
**Details:**
@@ -533,10 +537,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-PersonalData-CreatePayoutStatementRecipientPersonalDataRequestBuilder.md b/docs/classes/YooKassa-Request-PersonalData-CreatePayoutStatementRecipientPersonalDataRequestBuilder.md
index 9df903dd..c5887a6a 100644
--- a/docs/classes/YooKassa-Request-PersonalData-CreatePayoutStatementRecipientPersonalDataRequestBuilder.md
+++ b/docs/classes/YooKassa-Request-PersonalData-CreatePayoutStatementRecipientPersonalDataRequestBuilder.md
@@ -303,10 +303,10 @@ protected initCurrentObject() : \YooKassa\Request\PersonalData\PersonalDataType\
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequestInterface.md b/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequestInterface.md
index 1bb0c27f..db9cd32e 100644
--- a/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequestInterface.md
+++ b/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequestInterface.md
@@ -376,10 +376,10 @@ public toArray() : array
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-PersonalData-CreateSbpPayoutRecipientPersonalDataRequestBuilder.md b/docs/classes/YooKassa-Request-PersonalData-CreateSbpPayoutRecipientPersonalDataRequestBuilder.md
index 08a77cd5..1780aa75 100644
--- a/docs/classes/YooKassa-Request-PersonalData-CreateSbpPayoutRecipientPersonalDataRequestBuilder.md
+++ b/docs/classes/YooKassa-Request-PersonalData-CreateSbpPayoutRecipientPersonalDataRequestBuilder.md
@@ -280,10 +280,10 @@ protected initCurrentObject() : \YooKassa\Request\PersonalData\PersonalDataType\
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-PersonalData-PersonalDataResponse.md b/docs/classes/YooKassa-Request-PersonalData-PersonalDataResponse.md
index b0434714..f80546bd 100644
--- a/docs/classes/YooKassa-Request-PersonalData-PersonalDataResponse.md
+++ b/docs/classes/YooKassa-Request-PersonalData-PersonalDataResponse.md
@@ -939,10 +939,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-AbstractPersonalDataRequest.md b/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-AbstractPersonalDataRequest.md
index 8f21b024..c4b6a5be 100644
--- a/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-AbstractPersonalDataRequest.md
+++ b/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-AbstractPersonalDataRequest.md
@@ -658,10 +658,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-PayoutStatementRecipientPersonalDataRequest.md b/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-PayoutStatementRecipientPersonalDataRequest.md
index 0ee415de..831af331 100644
--- a/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-PayoutStatementRecipientPersonalDataRequest.md
+++ b/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-PayoutStatementRecipientPersonalDataRequest.md
@@ -1030,10 +1030,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-RecipientPersonalDataRequestFactory.md b/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-RecipientPersonalDataRequestFactory.md
index 1df912a7..7688c0b6 100644
--- a/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-RecipientPersonalDataRequestFactory.md
+++ b/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-RecipientPersonalDataRequestFactory.md
@@ -98,10 +98,10 @@ public factoryFromArray(array|null $data = null, string|null $type = null) : \Yo
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-SbpPayoutRecipientPersonalDataRequest.md b/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-SbpPayoutRecipientPersonalDataRequest.md
index 3143b0f4..d3682c1d 100644
--- a/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-SbpPayoutRecipientPersonalDataRequest.md
+++ b/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-SbpPayoutRecipientPersonalDataRequest.md
@@ -959,10 +959,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Receipts-AbstractReceiptResponse.md b/docs/classes/YooKassa-Request-Receipts-AbstractReceiptResponse.md
index 4dd065b7..d7e4e15f 100644
--- a/docs/classes/YooKassa-Request-Receipts-AbstractReceiptResponse.md
+++ b/docs/classes/YooKassa-Request-Receipts-AbstractReceiptResponse.md
@@ -1713,10 +1713,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequest.md b/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequest.md
index 3f64ccbc..6fb89b2c 100644
--- a/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequest.md
+++ b/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequest.md
@@ -1440,10 +1440,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestBuilder.md b/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestBuilder.md
index 6499ee52..727392c8 100644
--- a/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestBuilder.md
+++ b/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestBuilder.md
@@ -638,10 +638,10 @@ protected initCurrentObject() : \YooKassa\Request\Receipts\CreatePostReceiptRequ
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestInterface.md b/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestInterface.md
index 6ca81f7a..d7f6c4ef 100644
--- a/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestInterface.md
+++ b/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestInterface.md
@@ -587,10 +587,10 @@ public notEmpty() : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestSerializer.md b/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestSerializer.md
index cd21f4fb..d2e89c3f 100644
--- a/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestSerializer.md
+++ b/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestSerializer.md
@@ -61,10 +61,10 @@ public serialize(\YooKassa\Request\Receipts\CreatePostReceiptRequestInterface $r
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Receipts-PaymentReceiptResponse.md b/docs/classes/YooKassa-Request-Receipts-PaymentReceiptResponse.md
index 9730b124..f23b2c65 100644
--- a/docs/classes/YooKassa-Request-Receipts-PaymentReceiptResponse.md
+++ b/docs/classes/YooKassa-Request-Receipts-PaymentReceiptResponse.md
@@ -1830,10 +1830,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Receipts-ReceiptResponseFactory.md b/docs/classes/YooKassa-Request-Receipts-ReceiptResponseFactory.md
index 1bdfb7fe..c505b3aa 100644
--- a/docs/classes/YooKassa-Request-Receipts-ReceiptResponseFactory.md
+++ b/docs/classes/YooKassa-Request-Receipts-ReceiptResponseFactory.md
@@ -61,10 +61,10 @@ public factory(array $data) : \YooKassa\Request\Receipts\AbstractReceiptResponse
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Receipts-ReceiptResponseInterface.md b/docs/classes/YooKassa-Request-Receipts-ReceiptResponseInterface.md
index e5f69f69..7622d87e 100644
--- a/docs/classes/YooKassa-Request-Receipts-ReceiptResponseInterface.md
+++ b/docs/classes/YooKassa-Request-Receipts-ReceiptResponseInterface.md
@@ -208,10 +208,10 @@ public notEmpty() : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItem.md b/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItem.md
index cf4be3f4..e1ea8fbb 100644
--- a/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItem.md
+++ b/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItem.md
@@ -1567,10 +1567,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItemInterface.md b/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItemInterface.md
index 18599489..9803be68 100644
--- a/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItemInterface.md
+++ b/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItemInterface.md
@@ -398,10 +398,10 @@ public getSupplier() : \YooKassa\Model\Receipt\SupplierInterface|null
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Receipts-ReceiptsRequest.md b/docs/classes/YooKassa-Request-Receipts-ReceiptsRequest.md
index efd5435a..acc62f12 100644
--- a/docs/classes/YooKassa-Request-Receipts-ReceiptsRequest.md
+++ b/docs/classes/YooKassa-Request-Receipts-ReceiptsRequest.md
@@ -1236,10 +1236,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestBuilder.md b/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestBuilder.md
index 61ff809f..67c50921 100644
--- a/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestBuilder.md
+++ b/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestBuilder.md
@@ -407,10 +407,10 @@ protected initCurrentObject() : \YooKassa\Request\Receipts\ReceiptsRequest
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestInterface.md b/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestInterface.md
index be6dcdd3..7551ce04 100644
--- a/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestInterface.md
+++ b/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestInterface.md
@@ -378,10 +378,10 @@ public hasLimit() : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestSerializer.md b/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestSerializer.md
index 33e70381..4cd63d70 100644
--- a/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestSerializer.md
+++ b/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestSerializer.md
@@ -61,10 +61,10 @@ public serialize(\YooKassa\Request\Receipts\ReceiptsRequestInterface $request) :
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Receipts-ReceiptsResponse.md b/docs/classes/YooKassa-Request-Receipts-ReceiptsResponse.md
index 4d27ba0c..ba3f7770 100644
--- a/docs/classes/YooKassa-Request-Receipts-ReceiptsResponse.md
+++ b/docs/classes/YooKassa-Request-Receipts-ReceiptsResponse.md
@@ -539,10 +539,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Receipts-RefundReceiptResponse.md b/docs/classes/YooKassa-Request-Receipts-RefundReceiptResponse.md
index 51c709aa..290e8a96 100644
--- a/docs/classes/YooKassa-Request-Receipts-RefundReceiptResponse.md
+++ b/docs/classes/YooKassa-Request-Receipts-RefundReceiptResponse.md
@@ -1830,10 +1830,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Receipts-SimpleReceiptResponse.md b/docs/classes/YooKassa-Request-Receipts-SimpleReceiptResponse.md
index 73ca1c25..879084b9 100644
--- a/docs/classes/YooKassa-Request-Receipts-SimpleReceiptResponse.md
+++ b/docs/classes/YooKassa-Request-Receipts-SimpleReceiptResponse.md
@@ -1743,10 +1743,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Refunds-AbstractRefundResponse.md b/docs/classes/YooKassa-Request-Refunds-AbstractRefundResponse.md
index 91a06d5c..6c3d8d0a 100644
--- a/docs/classes/YooKassa-Request-Refunds-AbstractRefundResponse.md
+++ b/docs/classes/YooKassa-Request-Refunds-AbstractRefundResponse.md
@@ -1327,10 +1327,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequest.md b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequest.md
index 2a23766d..97efb807 100644
--- a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequest.md
+++ b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequest.md
@@ -1149,10 +1149,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestBuilder.md b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestBuilder.md
index 61c6be38..2c235e7a 100644
--- a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestBuilder.md
+++ b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestBuilder.md
@@ -697,10 +697,10 @@ protected initCurrentObject() : \YooKassa\Request\Refunds\CreateRefundRequest
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestInterface.md b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestInterface.md
index bbaa29c5..c991b1ca 100644
--- a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestInterface.md
+++ b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestInterface.md
@@ -400,10 +400,10 @@ public setMetadata(\YooKassa\Model\Metadata|array|null $metadata = null) : self
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestSerializer.md b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestSerializer.md
index 3bc821f7..51073989 100644
--- a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestSerializer.md
+++ b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestSerializer.md
@@ -74,10 +74,10 @@ public serialize(\YooKassa\Request\Refunds\CreateRefundRequestInterface $request
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Refunds-CreateRefundResponse.md b/docs/classes/YooKassa-Request-Refunds-CreateRefundResponse.md
index 997d3f36..7b326ccc 100644
--- a/docs/classes/YooKassa-Request-Refunds-CreateRefundResponse.md
+++ b/docs/classes/YooKassa-Request-Refunds-CreateRefundResponse.md
@@ -1328,10 +1328,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Refunds-RefundMethodData-AbstractRefundMethodData.md b/docs/classes/YooKassa-Request-Refunds-RefundMethodData-AbstractRefundMethodData.md
index 703de999..4ff01143 100644
--- a/docs/classes/YooKassa-Request-Refunds-RefundMethodData-AbstractRefundMethodData.md
+++ b/docs/classes/YooKassa-Request-Refunds-RefundMethodData-AbstractRefundMethodData.md
@@ -448,10 +448,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Refunds-RefundMethodData-RefundMethodDataElectronicCertificate.md b/docs/classes/YooKassa-Request-Refunds-RefundMethodData-RefundMethodDataElectronicCertificate.md
index 9753eddd..5e5f11f7 100644
--- a/docs/classes/YooKassa-Request-Refunds-RefundMethodData-RefundMethodDataElectronicCertificate.md
+++ b/docs/classes/YooKassa-Request-Refunds-RefundMethodData-RefundMethodDataElectronicCertificate.md
@@ -581,10 +581,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Refunds-RefundMethodData-RefundMethodDataFactory.md b/docs/classes/YooKassa-Request-Refunds-RefundMethodData-RefundMethodDataFactory.md
index 7b521e26..c6ccc120 100644
--- a/docs/classes/YooKassa-Request-Refunds-RefundMethodData-RefundMethodDataFactory.md
+++ b/docs/classes/YooKassa-Request-Refunds-RefundMethodData-RefundMethodDataFactory.md
@@ -98,10 +98,10 @@ public factoryFromArray(array $data, null|string $type = null) : \YooKassa\Reque
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Refunds-RefundResponse.md b/docs/classes/YooKassa-Request-Refunds-RefundResponse.md
index db74f22a..f4768182 100644
--- a/docs/classes/YooKassa-Request-Refunds-RefundResponse.md
+++ b/docs/classes/YooKassa-Request-Refunds-RefundResponse.md
@@ -1328,10 +1328,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Refunds-RefundsRequest.md b/docs/classes/YooKassa-Request-Refunds-RefundsRequest.md
index 86ce4a28..b84df20c 100644
--- a/docs/classes/YooKassa-Request-Refunds-RefundsRequest.md
+++ b/docs/classes/YooKassa-Request-Refunds-RefundsRequest.md
@@ -1139,10 +1139,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Refunds-RefundsRequestBuilder.md b/docs/classes/YooKassa-Request-Refunds-RefundsRequestBuilder.md
index dd00f4f1..f8d68abc 100644
--- a/docs/classes/YooKassa-Request-Refunds-RefundsRequestBuilder.md
+++ b/docs/classes/YooKassa-Request-Refunds-RefundsRequestBuilder.md
@@ -391,10 +391,10 @@ protected initCurrentObject() : \YooKassa\Request\Refunds\RefundsRequestInterfac
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Refunds-RefundsRequestInterface.md b/docs/classes/YooKassa-Request-Refunds-RefundsRequestInterface.md
index 6796ddd8..83734159 100644
--- a/docs/classes/YooKassa-Request-Refunds-RefundsRequestInterface.md
+++ b/docs/classes/YooKassa-Request-Refunds-RefundsRequestInterface.md
@@ -305,10 +305,10 @@ public hasCursor() : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Refunds-RefundsRequestSerializer.md b/docs/classes/YooKassa-Request-Refunds-RefundsRequestSerializer.md
index d7d2f12b..5af8d15d 100644
--- a/docs/classes/YooKassa-Request-Refunds-RefundsRequestSerializer.md
+++ b/docs/classes/YooKassa-Request-Refunds-RefundsRequestSerializer.md
@@ -74,10 +74,10 @@ public serialize(\YooKassa\Request\Refunds\RefundsRequestInterface $request) : a
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Refunds-RefundsResponse.md b/docs/classes/YooKassa-Request-Refunds-RefundsResponse.md
index 826bbe5d..4c941590 100644
--- a/docs/classes/YooKassa-Request-Refunds-RefundsResponse.md
+++ b/docs/classes/YooKassa-Request-Refunds-RefundsResponse.md
@@ -542,10 +542,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequest.md b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequest.md
index 9bea30da..fabde0c8 100644
--- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequest.md
+++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequest.md
@@ -721,10 +721,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestBuilder.md b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestBuilder.md
index ff603252..f736b56a 100644
--- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestBuilder.md
+++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestBuilder.md
@@ -261,10 +261,10 @@ protected initCurrentObject() : \YooKassa\Request\SelfEmployed\SelfEmployedReque
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmation.md b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmation.md
index 424772f1..58d8b895 100644
--- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmation.md
+++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmation.md
@@ -445,10 +445,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmationFactory.md b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmationFactory.md
index 3d28116d..e12dfb73 100644
--- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmationFactory.md
+++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmationFactory.md
@@ -98,10 +98,10 @@ public factoryFromArray(array $data, null|string $type = null) : \YooKassa\Reque
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmationRedirect.md b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmationRedirect.md
index cbce3833..67e36460 100644
--- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmationRedirect.md
+++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmationRedirect.md
@@ -451,10 +451,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestInterface.md b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestInterface.md
index 27db4930..139b5c84 100644
--- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestInterface.md
+++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestInterface.md
@@ -247,10 +247,10 @@ public validate() : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestSerializer.md b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestSerializer.md
index aa102ffd..aa2dd49c 100644
--- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestSerializer.md
+++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestSerializer.md
@@ -74,10 +74,10 @@ public serialize(\YooKassa\Request\SelfEmployed\SelfEmployedRequest $request) :
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedResponse.md b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedResponse.md
index b8c3162e..ce9828bb 100644
--- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedResponse.md
+++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedResponse.md
@@ -884,10 +884,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Webhook-WebhookListResponse.md b/docs/classes/YooKassa-Request-Webhook-WebhookListResponse.md
index a26ce3f3..705bef9b 100644
--- a/docs/classes/YooKassa-Request-Webhook-WebhookListResponse.md
+++ b/docs/classes/YooKassa-Request-Webhook-WebhookListResponse.md
@@ -533,10 +533,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/default.md b/docs/namespaces/default.md
index ba6993f7..139b32ee 100644
--- a/docs/namespaces/default.md
+++ b/docs/namespaces/default.md
@@ -67,10 +67,10 @@ YOOKASSA_SDK_ROOT_PATH = __DIR__
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-client.md b/docs/namespaces/yookassa-client.md
index 55b882aa..890890de 100644
--- a/docs/namespaces/yookassa-client.md
+++ b/docs/namespaces/yookassa-client.md
@@ -29,10 +29,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-common-errors.md b/docs/namespaces/yookassa-common-errors.md
index 29bd623c..3cdb3e43 100644
--- a/docs/namespaces/yookassa-common-errors.md
+++ b/docs/namespaces/yookassa-common-errors.md
@@ -32,10 +32,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-common-exceptions.md b/docs/namespaces/yookassa-common-exceptions.md
index 41f72ef5..6847c5a9 100644
--- a/docs/namespaces/yookassa-common-exceptions.md
+++ b/docs/namespaces/yookassa-common-exceptions.md
@@ -38,10 +38,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-common.md b/docs/namespaces/yookassa-common.md
index dfad5900..9f635fa5 100644
--- a/docs/namespaces/yookassa-common.md
+++ b/docs/namespaces/yookassa-common.md
@@ -40,10 +40,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-helpers-config.md b/docs/namespaces/yookassa-helpers-config.md
index 17f915de..1125fd28 100644
--- a/docs/namespaces/yookassa-helpers-config.md
+++ b/docs/namespaces/yookassa-helpers-config.md
@@ -27,10 +27,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-helpers.md b/docs/namespaces/yookassa-helpers.md
index d706a644..dc0627f9 100644
--- a/docs/namespaces/yookassa-helpers.md
+++ b/docs/namespaces/yookassa-helpers.md
@@ -31,10 +31,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-model-deal.md b/docs/namespaces/yookassa-model-deal.md
index 8ff7e299..eb9b6e92 100644
--- a/docs/namespaces/yookassa-model-deal.md
+++ b/docs/namespaces/yookassa-model-deal.md
@@ -40,10 +40,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-model-invoice-deliverymethod.md b/docs/namespaces/yookassa-model-invoice-deliverymethod.md
index 0bb53b97..e99d1fb5 100644
--- a/docs/namespaces/yookassa-model-invoice-deliverymethod.md
+++ b/docs/namespaces/yookassa-model-invoice-deliverymethod.md
@@ -9,8 +9,10 @@
| Name | Summary |
| ---- | ------- |
| [\YooKassa\Model\Invoice\DeliveryMethod\AbstractDeliveryMethod](../classes/YooKassa-Model-Invoice-DeliveryMethod-AbstractDeliveryMethod.md) | Класс, представляющий модель DeliveryMethod. |
+| [\YooKassa\Model\Invoice\DeliveryMethod\DeliveryMethodEmail](../classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodEmail.md) | Класс, представляющий модель DeliveryMethodEmail. |
| [\YooKassa\Model\Invoice\DeliveryMethod\DeliveryMethodFactory](../classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodFactory.md) | Класс, представляющий модель PaymentMethodFactory. |
| [\YooKassa\Model\Invoice\DeliveryMethod\DeliveryMethodSelf](../classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodSelf.md) | Класс, представляющий модель DeliveryMethodSelf. |
+| [\YooKassa\Model\Invoice\DeliveryMethod\DeliveryMethodSms](../classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodSms.md) | Класс, представляющий модель DeliveryMethodSms. |
| [\YooKassa\Model\Invoice\DeliveryMethod\DeliveryMethodType](../classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodType.md) | Класс, представляющий модель DeliveryMethodType. |
| [\YooKassa\Model\Invoice\DeliveryMethod\DeliveryMethodUnknown](../classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodUnknown.md) | Класс, представляющий модель DeliveryMethodSelf. |
@@ -25,10 +27,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-model-invoice.md b/docs/namespaces/yookassa-model-invoice.md
index 4331982f..5f0f81e5 100644
--- a/docs/namespaces/yookassa-model-invoice.md
+++ b/docs/namespaces/yookassa-model-invoice.md
@@ -37,10 +37,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-model-notification.md b/docs/namespaces/yookassa-model-notification.md
index 5e676e12..1565077f 100644
--- a/docs/namespaces/yookassa-model-notification.md
+++ b/docs/namespaces/yookassa-model-notification.md
@@ -37,10 +37,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-model-payment-confirmation.md b/docs/namespaces/yookassa-model-payment-confirmation.md
index 77cfcdc8..fbf40971 100644
--- a/docs/namespaces/yookassa-model-payment-confirmation.md
+++ b/docs/namespaces/yookassa-model-payment-confirmation.md
@@ -28,10 +28,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-model-payment-paymentmethod-b2b-sberbank.md b/docs/namespaces/yookassa-model-payment-paymentmethod-b2b-sberbank.md
index d8083313..754d9190 100644
--- a/docs/namespaces/yookassa-model-payment-paymentmethod-b2b-sberbank.md
+++ b/docs/namespaces/yookassa-model-payment-paymentmethod-b2b-sberbank.md
@@ -35,10 +35,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-model-payment-paymentmethod-b2b.md b/docs/namespaces/yookassa-model-payment-paymentmethod-b2b.md
index 8a89f9dd..e63243ec 100644
--- a/docs/namespaces/yookassa-model-payment-paymentmethod-b2b.md
+++ b/docs/namespaces/yookassa-model-payment-paymentmethod-b2b.md
@@ -19,10 +19,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-model-payment-paymentmethod-electroniccertificate.md b/docs/namespaces/yookassa-model-payment-paymentmethod-electroniccertificate.md
index 0a1057ca..94415e9d 100644
--- a/docs/namespaces/yookassa-model-payment-paymentmethod-electroniccertificate.md
+++ b/docs/namespaces/yookassa-model-payment-paymentmethod-electroniccertificate.md
@@ -23,10 +23,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-model-payment-paymentmethod.md b/docs/namespaces/yookassa-model-payment-paymentmethod.md
index 74392026..add85d20 100644
--- a/docs/namespaces/yookassa-model-payment-paymentmethod.md
+++ b/docs/namespaces/yookassa-model-payment-paymentmethod.md
@@ -52,10 +52,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-model-payment.md b/docs/namespaces/yookassa-model-payment.md
index ac16de8d..d58e0977 100644
--- a/docs/namespaces/yookassa-model-payment.md
+++ b/docs/namespaces/yookassa-model-payment.md
@@ -49,10 +49,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-model-payout.md b/docs/namespaces/yookassa-model-payout.md
index 482dd101..cb9c1947 100644
--- a/docs/namespaces/yookassa-model-payout.md
+++ b/docs/namespaces/yookassa-model-payout.md
@@ -41,10 +41,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-model-personaldata.md b/docs/namespaces/yookassa-model-personaldata.md
index 618f6a6f..4f9c098f 100644
--- a/docs/namespaces/yookassa-model-personaldata.md
+++ b/docs/namespaces/yookassa-model-personaldata.md
@@ -32,10 +32,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-model-receipt.md b/docs/namespaces/yookassa-model-receipt.md
index 8b51ab78..87ebd5b2 100644
--- a/docs/namespaces/yookassa-model-receipt.md
+++ b/docs/namespaces/yookassa-model-receipt.md
@@ -47,10 +47,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-model-refund-refundmethod-electroniccertificate.md b/docs/namespaces/yookassa-model-refund-refundmethod-electroniccertificate.md
index 227a1890..208a2a55 100644
--- a/docs/namespaces/yookassa-model-refund-refundmethod-electroniccertificate.md
+++ b/docs/namespaces/yookassa-model-refund-refundmethod-electroniccertificate.md
@@ -22,10 +22,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-model-refund-refundmethod.md b/docs/namespaces/yookassa-model-refund-refundmethod.md
index 1e761824..1f4fef98 100644
--- a/docs/namespaces/yookassa-model-refund-refundmethod.md
+++ b/docs/namespaces/yookassa-model-refund-refundmethod.md
@@ -29,10 +29,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-model-refund.md b/docs/namespaces/yookassa-model-refund.md
index a04e6ec1..f69873c4 100644
--- a/docs/namespaces/yookassa-model-refund.md
+++ b/docs/namespaces/yookassa-model-refund.md
@@ -39,10 +39,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-model-savepaymentmethod-confirmation.md b/docs/namespaces/yookassa-model-savepaymentmethod-confirmation.md
index 878e5609..7e6d1844 100644
--- a/docs/namespaces/yookassa-model-savepaymentmethod-confirmation.md
+++ b/docs/namespaces/yookassa-model-savepaymentmethod-confirmation.md
@@ -24,10 +24,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-model-savepaymentmethod.md b/docs/namespaces/yookassa-model-savepaymentmethod.md
index f738dcba..cd546184 100644
--- a/docs/namespaces/yookassa-model-savepaymentmethod.md
+++ b/docs/namespaces/yookassa-model-savepaymentmethod.md
@@ -34,10 +34,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-model-selfemployed.md b/docs/namespaces/yookassa-model-selfemployed.md
index 282d3261..f23dc960 100644
--- a/docs/namespaces/yookassa-model-selfemployed.md
+++ b/docs/namespaces/yookassa-model-selfemployed.md
@@ -32,10 +32,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-model-settings.md b/docs/namespaces/yookassa-model-settings.md
index 0983e420..9c908df9 100644
--- a/docs/namespaces/yookassa-model-settings.md
+++ b/docs/namespaces/yookassa-model-settings.md
@@ -23,10 +23,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-model-webhook.md b/docs/namespaces/yookassa-model-webhook.md
index 64925ca9..c78f0271 100644
--- a/docs/namespaces/yookassa-model-webhook.md
+++ b/docs/namespaces/yookassa-model-webhook.md
@@ -27,10 +27,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-model.md b/docs/namespaces/yookassa-model.md
index fd887cc6..e8da7707 100644
--- a/docs/namespaces/yookassa-model.md
+++ b/docs/namespaces/yookassa-model.md
@@ -45,10 +45,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-request-deals.md b/docs/namespaces/yookassa-request-deals.md
index f4dca3df..b9c6f4a4 100644
--- a/docs/namespaces/yookassa-request-deals.md
+++ b/docs/namespaces/yookassa-request-deals.md
@@ -37,10 +37,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-request-invoices-deliverymethoddata.md b/docs/namespaces/yookassa-request-invoices-deliverymethoddata.md
index 17f33a3d..fb4e7e80 100644
--- a/docs/namespaces/yookassa-request-invoices-deliverymethoddata.md
+++ b/docs/namespaces/yookassa-request-invoices-deliverymethoddata.md
@@ -9,8 +9,10 @@
| Name | Summary |
| ---- | ------- |
| [\YooKassa\Request\Invoices\DeliveryMethodData\AbstractDeliveryMethodData](../classes/YooKassa-Request-Invoices-DeliveryMethodData-AbstractDeliveryMethodData.md) | Класс, представляющий модель DeliveryMethodDataSelfAllOf. |
+| [\YooKassa\Request\Invoices\DeliveryMethodData\DeliveryMethodDataEmail](../classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataEmail.md) | Класс, представляющий модель DeliveryMethodDataEmail. |
| [\YooKassa\Request\Invoices\DeliveryMethodData\DeliveryMethodDataFactory](../classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataFactory.md) | Класс, представляющий модель PaymentMethodFactory. |
| [\YooKassa\Request\Invoices\DeliveryMethodData\DeliveryMethodDataSelf](../classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataSelf.md) | Класс, представляющий модель DeliveryMethodDataSelf. |
+| [\YooKassa\Request\Invoices\DeliveryMethodData\DeliveryMethodDataSms](../classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataSms.md) | Класс, представляющий модель DeliveryMethodDataSms. |
---
@@ -23,10 +25,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-request-invoices.md b/docs/namespaces/yookassa-request-invoices.md
index e118b229..5065d658 100644
--- a/docs/namespaces/yookassa-request-invoices.md
+++ b/docs/namespaces/yookassa-request-invoices.md
@@ -35,10 +35,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-request-paymentmethods-confirmationdata.md b/docs/namespaces/yookassa-request-paymentmethods-confirmationdata.md
index ae754e81..55a08ba4 100644
--- a/docs/namespaces/yookassa-request-paymentmethods-confirmationdata.md
+++ b/docs/namespaces/yookassa-request-paymentmethods-confirmationdata.md
@@ -23,10 +23,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-request-paymentmethods.md b/docs/namespaces/yookassa-request-paymentmethods.md
index b956bbc1..608c003b 100644
--- a/docs/namespaces/yookassa-request-paymentmethods.md
+++ b/docs/namespaces/yookassa-request-paymentmethods.md
@@ -36,10 +36,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-request-payments-confirmationattributes.md b/docs/namespaces/yookassa-request-payments-confirmationattributes.md
index bc882338..705ecf3b 100644
--- a/docs/namespaces/yookassa-request-payments-confirmationattributes.md
+++ b/docs/namespaces/yookassa-request-payments-confirmationattributes.md
@@ -27,10 +27,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-request-payments-paymentdata-electroniccertificate.md b/docs/namespaces/yookassa-request-payments-paymentdata-electroniccertificate.md
index 73b73c80..91a2e872 100644
--- a/docs/namespaces/yookassa-request-payments-paymentdata-electroniccertificate.md
+++ b/docs/namespaces/yookassa-request-payments-paymentdata-electroniccertificate.md
@@ -21,10 +21,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-request-payments-paymentdata.md b/docs/namespaces/yookassa-request-payments-paymentdata.md
index e157721b..5db8f86c 100644
--- a/docs/namespaces/yookassa-request-payments-paymentdata.md
+++ b/docs/namespaces/yookassa-request-payments-paymentdata.md
@@ -43,10 +43,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-request-payments-paymentorderdata.md b/docs/namespaces/yookassa-request-payments-paymentorderdata.md
index d46937ae..079a8667 100644
--- a/docs/namespaces/yookassa-request-payments-paymentorderdata.md
+++ b/docs/namespaces/yookassa-request-payments-paymentorderdata.md
@@ -26,10 +26,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-request-payments-receiverdata.md b/docs/namespaces/yookassa-request-payments-receiverdata.md
index 6507c58c..e975cd7d 100644
--- a/docs/namespaces/yookassa-request-payments-receiverdata.md
+++ b/docs/namespaces/yookassa-request-payments-receiverdata.md
@@ -26,10 +26,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-request-payments-statementdata-deliverymethod.md b/docs/namespaces/yookassa-request-payments-statementdata-deliverymethod.md
index 0242f7c6..9e120889 100644
--- a/docs/namespaces/yookassa-request-payments-statementdata-deliverymethod.md
+++ b/docs/namespaces/yookassa-request-payments-statementdata-deliverymethod.md
@@ -24,10 +24,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-request-payments-statementdata.md b/docs/namespaces/yookassa-request-payments-statementdata.md
index 36643526..7fe6bc05 100644
--- a/docs/namespaces/yookassa-request-payments-statementdata.md
+++ b/docs/namespaces/yookassa-request-payments-statementdata.md
@@ -28,10 +28,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-request-payments.md b/docs/namespaces/yookassa-request-payments.md
index d0db8550..d0a02a4e 100644
--- a/docs/namespaces/yookassa-request-payments.md
+++ b/docs/namespaces/yookassa-request-payments.md
@@ -66,10 +66,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-request-payouts-payoutdestinationdata.md b/docs/namespaces/yookassa-request-payouts-payoutdestinationdata.md
index 1b756812..656618fd 100644
--- a/docs/namespaces/yookassa-request-payouts-payoutdestinationdata.md
+++ b/docs/namespaces/yookassa-request-payouts-payoutdestinationdata.md
@@ -26,10 +26,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-request-payouts.md b/docs/namespaces/yookassa-request-payouts.md
index 5e21ab40..6bd448f4 100644
--- a/docs/namespaces/yookassa-request-payouts.md
+++ b/docs/namespaces/yookassa-request-payouts.md
@@ -13,6 +13,7 @@
| Name | Summary |
| ---- | ------- |
| [\YooKassa\Request\Payouts\CreatePayoutRequestInterface](../classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md) | Interface CreatePayoutRequestInterface. |
+| [\YooKassa\Request\Payouts\PayoutsRequestInterface](../classes/YooKassa-Request-Payouts-PayoutsRequestInterface.md) | Interface PaymentsRequestInterface. |
### Classes
@@ -23,10 +24,12 @@
| [\YooKassa\Request\Payouts\CreatePayoutRequestBuilder](../classes/YooKassa-Request-Payouts-CreatePayoutRequestBuilder.md) | Класс, представляющий модель CreatePayoutRequestBuilder. |
| [\YooKassa\Request\Payouts\CreatePayoutRequestSerializer](../classes/YooKassa-Request-Payouts-CreatePayoutRequestSerializer.md) | Класс, представляющий модель CreatePayoutRequestSerializer. |
| [\YooKassa\Request\Payouts\CreatePayoutResponse](../classes/YooKassa-Request-Payouts-CreatePayoutResponse.md) | Класс, представляющий CreatePayoutResponse. |
-| [\YooKassa\Request\Payouts\IncomeReceiptData](../classes/YooKassa-Request-Payouts-IncomeReceiptData.md) | Класс, представляющий модель IncomeReceiptData. |
| [\YooKassa\Request\Payouts\PayoutPersonalData](../classes/YooKassa-Request-Payouts-PayoutPersonalData.md) | Класс, представляющий модель PayoutPersonalData. |
| [\YooKassa\Request\Payouts\PayoutResponse](../classes/YooKassa-Request-Payouts-PayoutResponse.md) | Класс, представляющий PayoutResponse. |
-| [\YooKassa\Request\Payouts\PayoutSelfEmployedInfo](../classes/YooKassa-Request-Payouts-PayoutSelfEmployedInfo.md) | Класс, представляющий модель PayoutSelfEmployedInfo. |
+| [\YooKassa\Request\Payouts\PayoutsRequest](../classes/YooKassa-Request-Payouts-PayoutsRequest.md) | Класс, представляющий модель PayoutsRequest. |
+| [\YooKassa\Request\Payouts\PayoutsRequestBuilder](../classes/YooKassa-Request-Payouts-PayoutsRequestBuilder.md) | Класс, представляющий модель PayoutsRequestBuilder. |
+| [\YooKassa\Request\Payouts\PayoutsRequestSerializer](../classes/YooKassa-Request-Payouts-PayoutsRequestSerializer.md) | Класс, представляющий модель PayoutsRequestSerializer. |
+| [\YooKassa\Request\Payouts\PayoutsResponse](../classes/YooKassa-Request-Payouts-PayoutsResponse.md) | Класс, представляющий модель PayoutsResponse. |
| [\YooKassa\Request\Payouts\SbpBanksResponse](../classes/YooKassa-Request-Payouts-SbpBanksResponse.md) | Класс, представляющий модель SbpBanksResponse. |
---
@@ -40,10 +43,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-request-personaldata-personaldatatype.md b/docs/namespaces/yookassa-request-personaldata-personaldatatype.md
index 226ae62a..58b4e157 100644
--- a/docs/namespaces/yookassa-request-personaldata-personaldatatype.md
+++ b/docs/namespaces/yookassa-request-personaldata-personaldatatype.md
@@ -24,10 +24,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-request-personaldata.md b/docs/namespaces/yookassa-request-personaldata.md
index fc3f2d2b..7ed517cb 100644
--- a/docs/namespaces/yookassa-request-personaldata.md
+++ b/docs/namespaces/yookassa-request-personaldata.md
@@ -33,10 +33,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-request-receipts.md b/docs/namespaces/yookassa-request-receipts.md
index 0a2978ca..b46b82a6 100644
--- a/docs/namespaces/yookassa-request-receipts.md
+++ b/docs/namespaces/yookassa-request-receipts.md
@@ -42,10 +42,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-request-refunds-refundmethoddata.md b/docs/namespaces/yookassa-request-refunds-refundmethoddata.md
index 61578339..7b0a24a3 100644
--- a/docs/namespaces/yookassa-request-refunds-refundmethoddata.md
+++ b/docs/namespaces/yookassa-request-refunds-refundmethoddata.md
@@ -23,10 +23,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-request-refunds.md b/docs/namespaces/yookassa-request-refunds.md
index c16b847b..1e57a36a 100644
--- a/docs/namespaces/yookassa-request-refunds.md
+++ b/docs/namespaces/yookassa-request-refunds.md
@@ -41,10 +41,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-request-selfemployed.md b/docs/namespaces/yookassa-request-selfemployed.md
index f0dd9305..4f37e131 100644
--- a/docs/namespaces/yookassa-request-selfemployed.md
+++ b/docs/namespaces/yookassa-request-selfemployed.md
@@ -33,10 +33,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-request-webhook.md b/docs/namespaces/yookassa-request-webhook.md
index eb90287c..f4bce567 100644
--- a/docs/namespaces/yookassa-request-webhook.md
+++ b/docs/namespaces/yookassa-request-webhook.md
@@ -21,10 +21,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-request.md b/docs/namespaces/yookassa-request.md
index 11eb1651..f510f355 100644
--- a/docs/namespaces/yookassa-request.md
+++ b/docs/namespaces/yookassa-request.md
@@ -34,10 +34,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa.md b/docs/namespaces/yookassa.md
index 78fef29f..2427617d 100644
--- a/docs/namespaces/yookassa.md
+++ b/docs/namespaces/yookassa.md
@@ -29,10 +29,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/readme.md b/docs/readme.md
index 592daf48..52dc2fbd 100644
--- a/docs/readme.md
+++ b/docs/readme.md
@@ -67,10 +67,10 @@ YOOKASSA_SDK_ROOT_PATH = __DIR__
### Reports
* [Errors - 0](reports/errors.md)
* [Markers - 0](reports/markers.md)
-* [Deprecated - 40](reports/deprecated.md)
+* [Deprecated - 43](reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/reports/deprecated.md b/docs/reports/deprecated.md
index 23a1b4d5..2cc96f93 100644
--- a/docs/reports/deprecated.md
+++ b/docs/reports/deprecated.md
@@ -27,6 +27,7 @@
* [lib/Request/Payments/PaymentData/PaymentDataAlfabank.php](../../lib/Request/Payments/PaymentData/PaymentDataAlfabank.php)
* [lib/Request/Payments/PaymentData/PaymentDataInstallments.php](../../lib/Request/Payments/PaymentData/PaymentDataInstallments.php)
* [lib/Request/Payments/PaymentData/PaymentDataQiwi.php](../../lib/Request/Payments/PaymentData/PaymentDataQiwi.php)
+* [lib/Request/Payouts/CreatePayoutRequestBuilder.php](../../lib/Request/Payouts/CreatePayoutRequestBuilder.php)
#### [lib/Common/Exceptions/ApiException.php](../../lib/Common/Exceptions/ApiException.php)
@@ -42,7 +43,7 @@
#### [lib/Model/Invoice/DeliveryMethod/DeliveryMethodType.php](../../lib/Model/Invoice/DeliveryMethod/DeliveryMethodType.php)
| Line | Element | Description |
| ---- | ------- | ----------- |
-| 55 | \YooKassa\Model\Invoice\DeliveryMethod\DeliveryMethodType::UNKNOWN | Не используется для реальных платежей |
+| 61 | \YooKassa\Model\Invoice\DeliveryMethod\DeliveryMethodType::UNKNOWN | Не используется для реальных платежей |
#### [lib/Model/Invoice/DeliveryMethod/DeliveryMethodUnknown.php](../../lib/Model/Invoice/DeliveryMethod/DeliveryMethodUnknown.php)
| Line | Element | Description |
@@ -63,6 +64,7 @@
| Line | Element | Description |
| ---- | ------- | ----------- |
| 63 | \YooKassa\Model\Payment\PaymentMethod\B2b\Sberbank\VatDataRate::RATE_18 | Больше не применяется |
+| 69 | \YooKassa\Model\Payment\PaymentMethod\B2b\Sberbank\VatDataRate::RATE_20 | Больше не применяется |
#### [lib/Model/Payment/PaymentMethod/PaymentMethodAlfaBank.php](../../lib/Model/Payment/PaymentMethod/PaymentMethodAlfaBank.php)
| Line | Element | Description |
@@ -168,6 +170,12 @@
| Line | Element | Description |
| ---- | ------- | ----------- |
| 45 | \YooKassa\Request\Payments\PaymentData\PaymentDataQiwi | Будет удален в следующих версиях |
+
+#### [lib/Request/Payouts/CreatePayoutRequestBuilder.php](../../lib/Request/Payouts/CreatePayoutRequestBuilder.php)
+| Line | Element | Description |
+| ---- | ------- | ----------- |
+| 127 | \YooKassa\Request\Payouts\CreatePayoutRequestBuilder::setSelfEmployed() | Будет удален в следующих версиях |
+| 138 | \YooKassa\Request\Payouts\CreatePayoutRequestBuilder::setReceiptData() | Будет удален в следующих версиях |
---
@@ -180,10 +188,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/reports/errors.md b/docs/reports/errors.md
index c9c4d97a..cbd1334e 100644
--- a/docs/reports/errors.md
+++ b/docs/reports/errors.md
@@ -14,10 +14,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/docs/reports/markers.md b/docs/reports/markers.md
index a4228790..e5b66689 100644
--- a/docs/reports/markers.md
+++ b/docs/reports/markers.md
@@ -14,10 +14,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 40](../reports/deprecated.md)
+* [Deprecated - 43](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2025-12-17 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2026-02-05 using [phpDocumentor](http://www.phpdoc.org/)
-© 2025 YooMoney
\ No newline at end of file
+© 2026 YooMoney
\ No newline at end of file
diff --git a/lib/Client.php b/lib/Client.php
index 6f9e5a47..82f88eb4 100644
--- a/lib/Client.php
+++ b/lib/Client.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@@ -91,6 +91,10 @@ use YooKassa\Request\Payouts\CreatePayoutRequestInterface;
use YooKassa\Request\Payouts\CreatePayoutRequestSerializer;
use YooKassa\Request\Payouts\CreatePayoutResponse;
use YooKassa\Request\Payouts\PayoutResponse;
+use YooKassa\Request\Payouts\PayoutsRequest;
+use YooKassa\Request\Payouts\PayoutsRequestInterface;
+use YooKassa\Request\Payouts\PayoutsRequestSerializer;
+use YooKassa\Request\Payouts\PayoutsResponse;
use YooKassa\Request\Payouts\SbpBanksResponse;
use YooKassa\Request\PersonalData\PersonalDataResponse;
use YooKassa\Request\PersonalData\PersonalDataType\AbstractPersonalDataRequest;
@@ -130,7 +134,7 @@ class Client extends BaseClient
/**
* Текущая версия библиотеки.
*/
- public const SDK_VERSION = '3.12.0';
+ public const SDK_VERSION = '3.13.0';
/**
* Получить список платежей магазина.
@@ -1079,6 +1083,57 @@ class Client extends BaseClient
return $result;
}
+ /**
+ * Получить список выплат магазина.
+ *
+ * Запрос позволяет получить список выплат, отфильтрованный по заданным критериям.
+ * В ответ на запрос вернется список выплат с учетом переданных параметров. В списке будет информация о платежах,
+ * созданных за последние 3 года. Список будет отсортирован по времени создания выплат в порядке убывания.
+ * Если результатов больше, чем задано в `limit`, список будет выводиться фрагментами. В этом случае в ответе
+ * на запрос вернется фрагмент списка и параметр `next_cursor` с указателем на следующий фрагмент.
+ *
+ * @example 01-client.php 617 25 Получить список выплат магазина с фильтрацией
+ *
+ * @param array|PayoutsRequestInterface|null $filter Параметры фильтрации
+ *
+ * @throws ApiException Неожиданный код ошибки
+ * @throws BadApiRequestException Неправильный запрос. Чаще всего этот статус выдается из-за нарушения правил взаимодействия с API
+ * @throws ForbiddenException Секретный ключ или OAuth-токен верный, но не хватает прав для совершения операции
+ * @throws InternalServerError Технические неполадки на стороне ЮKassa. Результат обработки запроса неизвестен. Повторите запрос позднее с тем же ключом идемпотентности
+ * @throws NotFoundException Ресурс не найден
+ * @throws ResponseProcessingException Запрос был принят на обработку, но она не завершена
+ * @throws TooManyRequestsException Превышен лимит запросов в единицу времени. Попробуйте снизить интенсивность запросов
+ * @throws UnauthorizedException Неверное имя пользователя или пароль или невалидный OAuth-токен при аутентификации
+ * @throws ExtensionNotFoundException Требуемое PHP расширение не установлено
+ * @throws Exception
+ */
+ public function getPayouts(mixed $filter = null): ?PayoutsResponse
+ {
+ $path = self::PAYOUTS_PATH;
+
+ if (null === $filter) {
+ $queryParams = [];
+ } else {
+ if (is_array($filter)) {
+ $filter = PayoutsRequest::builder()->build($filter);
+ }
+ $serializer = new PayoutsRequestSerializer();
+ $queryParams = $serializer->serialize($filter);
+ }
+
+ $response = $this->execute($path, HttpVerb::GET, $queryParams);
+
+ $payoutsResponse = null;
+ if (200 === $response->getCode()) {
+ $responseArray = $this->decodeData($response);
+ $payoutsResponse = new PayoutsResponse($responseArray);
+ } else {
+ $this->handleError($response);
+ }
+
+ return $payoutsResponse;
+ }
+
/**
* Информация о магазине.
*
diff --git a/lib/Client/ApiClientInterface.php b/lib/Client/ApiClientInterface.php
index 6e7fa27a..caba126e 100644
--- a/lib/Client/ApiClientInterface.php
+++ b/lib/Client/ApiClientInterface.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Client/BaseClient.php b/lib/Client/BaseClient.php
index 9134aa4c..a54b9cf1 100644
--- a/lib/Client/BaseClient.php
+++ b/lib/Client/BaseClient.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Client/CurlClient.php b/lib/Client/CurlClient.php
index 812162b5..2595fc29 100644
--- a/lib/Client/CurlClient.php
+++ b/lib/Client/CurlClient.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Client/UserAgent.php b/lib/Client/UserAgent.php
index c3d32287..38394e68 100644
--- a/lib/Client/UserAgent.php
+++ b/lib/Client/UserAgent.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Common/AbstractEnum.php b/lib/Common/AbstractEnum.php
index 6ec1debd..570caf54 100644
--- a/lib/Common/AbstractEnum.php
+++ b/lib/Common/AbstractEnum.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Common/AbstractObject.php b/lib/Common/AbstractObject.php
index 69bcbdd2..98e45b84 100644
--- a/lib/Common/AbstractObject.php
+++ b/lib/Common/AbstractObject.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Common/AbstractRequest.php b/lib/Common/AbstractRequest.php
index 2d9ac4df..fed7515d 100644
--- a/lib/Common/AbstractRequest.php
+++ b/lib/Common/AbstractRequest.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Common/AbstractRequestBuilder.php b/lib/Common/AbstractRequestBuilder.php
index 34d4a04c..06740e44 100644
--- a/lib/Common/AbstractRequestBuilder.php
+++ b/lib/Common/AbstractRequestBuilder.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Common/AbstractRequestInterface.php b/lib/Common/AbstractRequestInterface.php
index ad6e5f70..6224d161 100644
--- a/lib/Common/AbstractRequestInterface.php
+++ b/lib/Common/AbstractRequestInterface.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Common/Errors/AbstractError.php b/lib/Common/Errors/AbstractError.php
index c0905186..c98dbe8e 100644
--- a/lib/Common/Errors/AbstractError.php
+++ b/lib/Common/Errors/AbstractError.php
@@ -1,28 +1,28 @@
setType(DeliveryMethodType::EMAIL);
+ }
+}
+
diff --git a/lib/Model/Invoice/DeliveryMethod/DeliveryMethodFactory.php b/lib/Model/Invoice/DeliveryMethod/DeliveryMethodFactory.php
index 7b4b8809..4e552128 100644
--- a/lib/Model/Invoice/DeliveryMethod/DeliveryMethodFactory.php
+++ b/lib/Model/Invoice/DeliveryMethod/DeliveryMethodFactory.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@@ -42,6 +42,8 @@ class DeliveryMethodFactory
{
private array $typeClassMap = [
DeliveryMethodType::SELF => 'DeliveryMethodSelf',
+ DeliveryMethodType::EMAIL => 'DeliveryMethodEmail',
+ DeliveryMethodType::SMS => 'DeliveryMethodSms',
DeliveryMethodType::UNKNOWN => 'DeliveryMethodUnknown',
];
diff --git a/lib/Model/Invoice/DeliveryMethod/DeliveryMethodSelf.php b/lib/Model/Invoice/DeliveryMethod/DeliveryMethodSelf.php
index 81d238de..080485e7 100644
--- a/lib/Model/Invoice/DeliveryMethod/DeliveryMethodSelf.php
+++ b/lib/Model/Invoice/DeliveryMethod/DeliveryMethodSelf.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Invoice/DeliveryMethod/DeliveryMethodSms.php b/lib/Model/Invoice/DeliveryMethod/DeliveryMethodSms.php
new file mode 100644
index 00000000..6bb34203
--- /dev/null
+++ b/lib/Model/Invoice/DeliveryMethod/DeliveryMethodSms.php
@@ -0,0 +1,46 @@
+setType(DeliveryMethodType::SMS);
+ }
+}
diff --git a/lib/Model/Invoice/DeliveryMethod/DeliveryMethodType.php b/lib/Model/Invoice/DeliveryMethod/DeliveryMethodType.php
index 33cb6785..d7dd317c 100644
--- a/lib/Model/Invoice/DeliveryMethod/DeliveryMethodType.php
+++ b/lib/Model/Invoice/DeliveryMethod/DeliveryMethodType.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@@ -34,7 +34,9 @@ use YooKassa\Common\AbstractEnum;
* Код способа доставки счета пользователю.
*
* Возможные значения:
- * - `self` — Самостоятельно.
+ * - `self` — Самостоятельно
+ * - `email` — По электронной почте
+ * - `sms` — В смс
*
* Подробнее про [жизненный цикл счета](https://yookassa.ru/developers/payment-acceptance/scenario-extensions/invoices/basics)
*
@@ -47,6 +49,10 @@ class DeliveryMethodType extends AbstractEnum
{
/** Самостоятельно */
public const SELF = 'self';
+ /** По электронной почте */
+ public const EMAIL = 'email';
+ /** В смс */
+ public const SMS = 'sms';
/**
* Для неизвестных методов доставки счета пользователю
*
@@ -60,6 +66,8 @@ class DeliveryMethodType extends AbstractEnum
*/
protected static array $validValues = [
self::SELF => true,
+ self::EMAIL => true,
+ self::SMS => true,
self::UNKNOWN => false,
];
}
diff --git a/lib/Model/Invoice/DeliveryMethod/DeliveryMethodUnknown.php b/lib/Model/Invoice/DeliveryMethod/DeliveryMethodUnknown.php
index fd7dcb23..2ecbfb7d 100644
--- a/lib/Model/Invoice/DeliveryMethod/DeliveryMethodUnknown.php
+++ b/lib/Model/Invoice/DeliveryMethod/DeliveryMethodUnknown.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Invoice/Invoice.php b/lib/Model/Invoice/Invoice.php
index affbfbcb..7176d156 100644
--- a/lib/Model/Invoice/Invoice.php
+++ b/lib/Model/Invoice/Invoice.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Invoice/InvoiceCancellationDetails.php b/lib/Model/Invoice/InvoiceCancellationDetails.php
index 6d59dc1e..ea26c196 100644
--- a/lib/Model/Invoice/InvoiceCancellationDetails.php
+++ b/lib/Model/Invoice/InvoiceCancellationDetails.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Invoice/InvoiceCancellationDetailsPartyCode.php b/lib/Model/Invoice/InvoiceCancellationDetailsPartyCode.php
index 0a6b65ad..a5b4f3e0 100644
--- a/lib/Model/Invoice/InvoiceCancellationDetailsPartyCode.php
+++ b/lib/Model/Invoice/InvoiceCancellationDetailsPartyCode.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Invoice/InvoiceCancellationDetailsReasonCode.php b/lib/Model/Invoice/InvoiceCancellationDetailsReasonCode.php
index 948aec8c..48dd85a9 100644
--- a/lib/Model/Invoice/InvoiceCancellationDetailsReasonCode.php
+++ b/lib/Model/Invoice/InvoiceCancellationDetailsReasonCode.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Invoice/InvoiceInterface.php b/lib/Model/Invoice/InvoiceInterface.php
index bb7997c8..d2c30aeb 100644
--- a/lib/Model/Invoice/InvoiceInterface.php
+++ b/lib/Model/Invoice/InvoiceInterface.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Invoice/InvoiceStatus.php b/lib/Model/Invoice/InvoiceStatus.php
index fb7eeb35..01932f12 100644
--- a/lib/Model/Invoice/InvoiceStatus.php
+++ b/lib/Model/Invoice/InvoiceStatus.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Invoice/LineItem.php b/lib/Model/Invoice/LineItem.php
index d57c2940..e2dbaaed 100644
--- a/lib/Model/Invoice/LineItem.php
+++ b/lib/Model/Invoice/LineItem.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Invoice/PaymentDetails.php b/lib/Model/Invoice/PaymentDetails.php
index 95fc2ca9..7444c912 100644
--- a/lib/Model/Invoice/PaymentDetails.php
+++ b/lib/Model/Invoice/PaymentDetails.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Metadata.php b/lib/Model/Metadata.php
index fc453620..61f4bf3d 100644
--- a/lib/Model/Metadata.php
+++ b/lib/Model/Metadata.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/MonetaryAmount.php b/lib/Model/MonetaryAmount.php
index 8477bda6..c90eff83 100644
--- a/lib/Model/MonetaryAmount.php
+++ b/lib/Model/MonetaryAmount.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Notification/AbstractNotification.php b/lib/Model/Notification/AbstractNotification.php
index aba329f7..9c47b242 100644
--- a/lib/Model/Notification/AbstractNotification.php
+++ b/lib/Model/Notification/AbstractNotification.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Notification/NotificationCanceled.php b/lib/Model/Notification/NotificationCanceled.php
index c3c048f6..d51440b8 100644
--- a/lib/Model/Notification/NotificationCanceled.php
+++ b/lib/Model/Notification/NotificationCanceled.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Notification/NotificationDealClosed.php b/lib/Model/Notification/NotificationDealClosed.php
index 38557c1f..327d8957 100644
--- a/lib/Model/Notification/NotificationDealClosed.php
+++ b/lib/Model/Notification/NotificationDealClosed.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Notification/NotificationEventType.php b/lib/Model/Notification/NotificationEventType.php
index 38c28344..e6dda60c 100644
--- a/lib/Model/Notification/NotificationEventType.php
+++ b/lib/Model/Notification/NotificationEventType.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Notification/NotificationFactory.php b/lib/Model/Notification/NotificationFactory.php
index 18bdc0b7..7233fe0b 100644
--- a/lib/Model/Notification/NotificationFactory.php
+++ b/lib/Model/Notification/NotificationFactory.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Notification/NotificationInterface.php b/lib/Model/Notification/NotificationInterface.php
index 93f6c5b8..17fa97ed 100644
--- a/lib/Model/Notification/NotificationInterface.php
+++ b/lib/Model/Notification/NotificationInterface.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Notification/NotificationPayoutCanceled.php b/lib/Model/Notification/NotificationPayoutCanceled.php
index 38d0a26b..84c34144 100644
--- a/lib/Model/Notification/NotificationPayoutCanceled.php
+++ b/lib/Model/Notification/NotificationPayoutCanceled.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Notification/NotificationPayoutSucceeded.php b/lib/Model/Notification/NotificationPayoutSucceeded.php
index 3b373288..a01034a3 100644
--- a/lib/Model/Notification/NotificationPayoutSucceeded.php
+++ b/lib/Model/Notification/NotificationPayoutSucceeded.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Notification/NotificationRefundSucceeded.php b/lib/Model/Notification/NotificationRefundSucceeded.php
index ab600b57..bef7d110 100644
--- a/lib/Model/Notification/NotificationRefundSucceeded.php
+++ b/lib/Model/Notification/NotificationRefundSucceeded.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Notification/NotificationSucceeded.php b/lib/Model/Notification/NotificationSucceeded.php
index 82883ed5..0f59d1ea 100644
--- a/lib/Model/Notification/NotificationSucceeded.php
+++ b/lib/Model/Notification/NotificationSucceeded.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Notification/NotificationType.php b/lib/Model/Notification/NotificationType.php
index 95d7597b..6cfd4fa2 100644
--- a/lib/Model/Notification/NotificationType.php
+++ b/lib/Model/Notification/NotificationType.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Notification/NotificationWaitingForCapture.php b/lib/Model/Notification/NotificationWaitingForCapture.php
index c2e71a8f..a7fdcf14 100644
--- a/lib/Model/Notification/NotificationWaitingForCapture.php
+++ b/lib/Model/Notification/NotificationWaitingForCapture.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/AuthorizationDetails.php b/lib/Model/Payment/AuthorizationDetails.php
index 9037009a..7659a0bd 100644
--- a/lib/Model/Payment/AuthorizationDetails.php
+++ b/lib/Model/Payment/AuthorizationDetails.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/AuthorizationDetailsInterface.php b/lib/Model/Payment/AuthorizationDetailsInterface.php
index e00f9ed7..92c0f911 100644
--- a/lib/Model/Payment/AuthorizationDetailsInterface.php
+++ b/lib/Model/Payment/AuthorizationDetailsInterface.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/CancellationDetails.php b/lib/Model/Payment/CancellationDetails.php
index 92994d9e..62866efb 100644
--- a/lib/Model/Payment/CancellationDetails.php
+++ b/lib/Model/Payment/CancellationDetails.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/CancellationDetailsPartyCode.php b/lib/Model/Payment/CancellationDetailsPartyCode.php
index ddafb90c..46a244a4 100644
--- a/lib/Model/Payment/CancellationDetailsPartyCode.php
+++ b/lib/Model/Payment/CancellationDetailsPartyCode.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/CancellationDetailsReasonCode.php b/lib/Model/Payment/CancellationDetailsReasonCode.php
index 7d222cce..74f4aff0 100644
--- a/lib/Model/Payment/CancellationDetailsReasonCode.php
+++ b/lib/Model/Payment/CancellationDetailsReasonCode.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/Confirmation/AbstractConfirmation.php b/lib/Model/Payment/Confirmation/AbstractConfirmation.php
index 934c500a..d54f6af3 100644
--- a/lib/Model/Payment/Confirmation/AbstractConfirmation.php
+++ b/lib/Model/Payment/Confirmation/AbstractConfirmation.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/Confirmation/ConfirmationCodeVerification.php b/lib/Model/Payment/Confirmation/ConfirmationCodeVerification.php
index f1732938..3b50456d 100644
--- a/lib/Model/Payment/Confirmation/ConfirmationCodeVerification.php
+++ b/lib/Model/Payment/Confirmation/ConfirmationCodeVerification.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/Confirmation/ConfirmationEmbedded.php b/lib/Model/Payment/Confirmation/ConfirmationEmbedded.php
index 423a8e3e..bdf91a8e 100644
--- a/lib/Model/Payment/Confirmation/ConfirmationEmbedded.php
+++ b/lib/Model/Payment/Confirmation/ConfirmationEmbedded.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/Confirmation/ConfirmationExternal.php b/lib/Model/Payment/Confirmation/ConfirmationExternal.php
index 1d9c9264..b8841f26 100644
--- a/lib/Model/Payment/Confirmation/ConfirmationExternal.php
+++ b/lib/Model/Payment/Confirmation/ConfirmationExternal.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/Confirmation/ConfirmationFactory.php b/lib/Model/Payment/Confirmation/ConfirmationFactory.php
index e34c8ce1..c31746d3 100644
--- a/lib/Model/Payment/Confirmation/ConfirmationFactory.php
+++ b/lib/Model/Payment/Confirmation/ConfirmationFactory.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/Confirmation/ConfirmationMobileApplication.php b/lib/Model/Payment/Confirmation/ConfirmationMobileApplication.php
index b71be7a9..46008ac1 100644
--- a/lib/Model/Payment/Confirmation/ConfirmationMobileApplication.php
+++ b/lib/Model/Payment/Confirmation/ConfirmationMobileApplication.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/Confirmation/ConfirmationQr.php b/lib/Model/Payment/Confirmation/ConfirmationQr.php
index 59d7185c..9b1e33b4 100644
--- a/lib/Model/Payment/Confirmation/ConfirmationQr.php
+++ b/lib/Model/Payment/Confirmation/ConfirmationQr.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/Confirmation/ConfirmationRedirect.php b/lib/Model/Payment/Confirmation/ConfirmationRedirect.php
index 45a6866a..4c0d6ffc 100644
--- a/lib/Model/Payment/Confirmation/ConfirmationRedirect.php
+++ b/lib/Model/Payment/Confirmation/ConfirmationRedirect.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/ConfirmationType.php b/lib/Model/Payment/ConfirmationType.php
index 5b15174f..eaec0cdd 100644
--- a/lib/Model/Payment/ConfirmationType.php
+++ b/lib/Model/Payment/ConfirmationType.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/Payment.php b/lib/Model/Payment/Payment.php
index f8989b2b..0b0fb3a0 100644
--- a/lib/Model/Payment/Payment.php
+++ b/lib/Model/Payment/Payment.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentInterface.php b/lib/Model/Payment/PaymentInterface.php
index 9eebaa3b..44719db7 100644
--- a/lib/Model/Payment/PaymentInterface.php
+++ b/lib/Model/Payment/PaymentInterface.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentInvoiceDetails.php b/lib/Model/Payment/PaymentInvoiceDetails.php
index a3273e56..ece4de37 100644
--- a/lib/Model/Payment/PaymentInvoiceDetails.php
+++ b/lib/Model/Payment/PaymentInvoiceDetails.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/AbstractPaymentMethod.php b/lib/Model/Payment/PaymentMethod/AbstractPaymentMethod.php
index 1b302028..2845740d 100644
--- a/lib/Model/Payment/PaymentMethod/AbstractPaymentMethod.php
+++ b/lib/Model/Payment/PaymentMethod/AbstractPaymentMethod.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/AbstractVatData.php b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/AbstractVatData.php
index 2aea6ede..2fbb0049 100644
--- a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/AbstractVatData.php
+++ b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/AbstractVatData.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/CalculatedVatData.php b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/CalculatedVatData.php
index 16ee3c32..ee27882c 100644
--- a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/CalculatedVatData.php
+++ b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/CalculatedVatData.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@@ -40,7 +40,7 @@ use YooKassa\Validator\Constraints as Assert;
* @author cms@yoomoney.ru
* @link https://yookassa.ru/developers/api
*
- * @property string $rate Налоговая ставка (в процентах). Возможные значения: ~`5`, ~`7`, ~`10` и ~`20`.
+ * @property string $rate Налоговая ставка (в процентах). Возможные значения: ~`5`, ~`7`, ~`10`, ~`20` и ~`22`. С 1 января 2026 года ставка НДС 22% применяется вместо ставки 20%.
* @property AmountInterface $amount Сумма НДС
*/
class CalculatedVatData extends AbstractVatData
diff --git a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/MixedVatData.php b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/MixedVatData.php
index f636f7f3..9e5482fe 100644
--- a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/MixedVatData.php
+++ b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/MixedVatData.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/PayerBankDetails.php b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/PayerBankDetails.php
index 3438c052..ed190901 100644
--- a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/PayerBankDetails.php
+++ b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/PayerBankDetails.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/PayerBankDetailsInterface.php b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/PayerBankDetailsInterface.php
index d368c9e5..bf8389dd 100644
--- a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/PayerBankDetailsInterface.php
+++ b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/PayerBankDetailsInterface.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/UntaxedVatData.php b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/UntaxedVatData.php
index 2e874f22..b4b4977f 100644
--- a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/UntaxedVatData.php
+++ b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/UntaxedVatData.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/VatDataFactory.php b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/VatDataFactory.php
index 09dec77b..8d9c4337 100644
--- a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/VatDataFactory.php
+++ b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/VatDataFactory.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/VatDataInterface.php b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/VatDataInterface.php
index 4679aa65..3279ece3 100644
--- a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/VatDataInterface.php
+++ b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/VatDataInterface.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/VatDataRate.php b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/VatDataRate.php
index b2b4eaf8..b39bd6db 100644
--- a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/VatDataRate.php
+++ b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/VatDataRate.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@@ -62,7 +62,10 @@ class VatDataRate extends AbstractEnum
*/
public const RATE_18 = '18';
- /** 20% */
+ /**
+ * 20%
+ * @deprecated Больше не применяется
+ */
public const RATE_20 = '20';
/** 22% - С 1 января 2026 года ставка НДС 22% применяется вместо ставки 20%.*/
@@ -73,7 +76,7 @@ class VatDataRate extends AbstractEnum
self::RATE_7 => true,
self::RATE_10 => true,
self::RATE_18 => false,
- self::RATE_20 => true,
+ self::RATE_20 => false,
self::RATE_22 => true,
];
}
diff --git a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/VatDataType.php b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/VatDataType.php
index 36ecd8b5..cc6b4341 100644
--- a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/VatDataType.php
+++ b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/VatDataType.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/BankCard.php b/lib/Model/Payment/PaymentMethod/BankCard.php
index 08616627..c55b52e7 100644
--- a/lib/Model/Payment/PaymentMethod/BankCard.php
+++ b/lib/Model/Payment/PaymentMethod/BankCard.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/BankCardProduct.php b/lib/Model/Payment/PaymentMethod/BankCardProduct.php
index 9358de19..eaac39c3 100644
--- a/lib/Model/Payment/PaymentMethod/BankCardProduct.php
+++ b/lib/Model/Payment/PaymentMethod/BankCardProduct.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/BankCardSource.php b/lib/Model/Payment/PaymentMethod/BankCardSource.php
index 957b576d..7109d762 100644
--- a/lib/Model/Payment/PaymentMethod/BankCardSource.php
+++ b/lib/Model/Payment/PaymentMethod/BankCardSource.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/BankCardType.php b/lib/Model/Payment/PaymentMethod/BankCardType.php
index 6a733751..c5a9d306 100644
--- a/lib/Model/Payment/PaymentMethod/BankCardType.php
+++ b/lib/Model/Payment/PaymentMethod/BankCardType.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/ElectronicCertificate/ElectronicCertificate.php b/lib/Model/Payment/PaymentMethod/ElectronicCertificate/ElectronicCertificate.php
index 2be42cf6..0a103adc 100644
--- a/lib/Model/Payment/PaymentMethod/ElectronicCertificate/ElectronicCertificate.php
+++ b/lib/Model/Payment/PaymentMethod/ElectronicCertificate/ElectronicCertificate.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/ElectronicCertificate/ElectronicCertificateApprovedPaymentArticle.php b/lib/Model/Payment/PaymentMethod/ElectronicCertificate/ElectronicCertificateApprovedPaymentArticle.php
index 93a81a98..94f5c506 100644
--- a/lib/Model/Payment/PaymentMethod/ElectronicCertificate/ElectronicCertificateApprovedPaymentArticle.php
+++ b/lib/Model/Payment/PaymentMethod/ElectronicCertificate/ElectronicCertificateApprovedPaymentArticle.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/ElectronicCertificate/ElectronicCertificatePaymentData.php b/lib/Model/Payment/PaymentMethod/ElectronicCertificate/ElectronicCertificatePaymentData.php
index 2a62bfcd..79455862 100644
--- a/lib/Model/Payment/PaymentMethod/ElectronicCertificate/ElectronicCertificatePaymentData.php
+++ b/lib/Model/Payment/PaymentMethod/ElectronicCertificate/ElectronicCertificatePaymentData.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodAlfaBank.php b/lib/Model/Payment/PaymentMethod/PaymentMethodAlfaBank.php
index 78e747dd..6749b119 100644
--- a/lib/Model/Payment/PaymentMethod/PaymentMethodAlfaBank.php
+++ b/lib/Model/Payment/PaymentMethod/PaymentMethodAlfaBank.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodApplePay.php b/lib/Model/Payment/PaymentMethod/PaymentMethodApplePay.php
index 14190b7d..2811ad6f 100644
--- a/lib/Model/Payment/PaymentMethod/PaymentMethodApplePay.php
+++ b/lib/Model/Payment/PaymentMethod/PaymentMethodApplePay.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodB2bSberbank.php b/lib/Model/Payment/PaymentMethod/PaymentMethodB2bSberbank.php
index 32360f95..85859610 100644
--- a/lib/Model/Payment/PaymentMethod/PaymentMethodB2bSberbank.php
+++ b/lib/Model/Payment/PaymentMethod/PaymentMethodB2bSberbank.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodBankCard.php b/lib/Model/Payment/PaymentMethod/PaymentMethodBankCard.php
index f89d9458..a1d31861 100644
--- a/lib/Model/Payment/PaymentMethod/PaymentMethodBankCard.php
+++ b/lib/Model/Payment/PaymentMethod/PaymentMethodBankCard.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodCash.php b/lib/Model/Payment/PaymentMethod/PaymentMethodCash.php
index 619f6286..23438851 100644
--- a/lib/Model/Payment/PaymentMethod/PaymentMethodCash.php
+++ b/lib/Model/Payment/PaymentMethod/PaymentMethodCash.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodElectronicCertificate.php b/lib/Model/Payment/PaymentMethod/PaymentMethodElectronicCertificate.php
index 23338d0a..bf7f95b2 100644
--- a/lib/Model/Payment/PaymentMethod/PaymentMethodElectronicCertificate.php
+++ b/lib/Model/Payment/PaymentMethod/PaymentMethodElectronicCertificate.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodFactory.php b/lib/Model/Payment/PaymentMethod/PaymentMethodFactory.php
index 9448e5aa..c643edc7 100644
--- a/lib/Model/Payment/PaymentMethod/PaymentMethodFactory.php
+++ b/lib/Model/Payment/PaymentMethod/PaymentMethodFactory.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodGooglePay.php b/lib/Model/Payment/PaymentMethod/PaymentMethodGooglePay.php
index b7d57f8d..39837c33 100644
--- a/lib/Model/Payment/PaymentMethod/PaymentMethodGooglePay.php
+++ b/lib/Model/Payment/PaymentMethod/PaymentMethodGooglePay.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodInstallments.php b/lib/Model/Payment/PaymentMethod/PaymentMethodInstallments.php
index 1e23597f..db42c5c1 100644
--- a/lib/Model/Payment/PaymentMethod/PaymentMethodInstallments.php
+++ b/lib/Model/Payment/PaymentMethod/PaymentMethodInstallments.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodMobileBalance.php b/lib/Model/Payment/PaymentMethod/PaymentMethodMobileBalance.php
index 2231f55d..9e2893e8 100644
--- a/lib/Model/Payment/PaymentMethod/PaymentMethodMobileBalance.php
+++ b/lib/Model/Payment/PaymentMethod/PaymentMethodMobileBalance.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodPsb.php b/lib/Model/Payment/PaymentMethod/PaymentMethodPsb.php
index 15cc201b..613bbde5 100644
--- a/lib/Model/Payment/PaymentMethod/PaymentMethodPsb.php
+++ b/lib/Model/Payment/PaymentMethod/PaymentMethodPsb.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodQiwi.php b/lib/Model/Payment/PaymentMethod/PaymentMethodQiwi.php
index a533b24d..2fa98767 100644
--- a/lib/Model/Payment/PaymentMethod/PaymentMethodQiwi.php
+++ b/lib/Model/Payment/PaymentMethod/PaymentMethodQiwi.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodSberBnpl.php b/lib/Model/Payment/PaymentMethod/PaymentMethodSberBnpl.php
index 16312d45..2bbb1f98 100644
--- a/lib/Model/Payment/PaymentMethod/PaymentMethodSberBnpl.php
+++ b/lib/Model/Payment/PaymentMethod/PaymentMethodSberBnpl.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodSberLoan.php b/lib/Model/Payment/PaymentMethod/PaymentMethodSberLoan.php
index 0fc7b227..9f864446 100644
--- a/lib/Model/Payment/PaymentMethod/PaymentMethodSberLoan.php
+++ b/lib/Model/Payment/PaymentMethod/PaymentMethodSberLoan.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodSberbank.php b/lib/Model/Payment/PaymentMethod/PaymentMethodSberbank.php
index b24a64cf..4f01fb91 100644
--- a/lib/Model/Payment/PaymentMethod/PaymentMethodSberbank.php
+++ b/lib/Model/Payment/PaymentMethod/PaymentMethodSberbank.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodSbp.php b/lib/Model/Payment/PaymentMethod/PaymentMethodSbp.php
index aed68d6a..05d67774 100644
--- a/lib/Model/Payment/PaymentMethod/PaymentMethodSbp.php
+++ b/lib/Model/Payment/PaymentMethod/PaymentMethodSbp.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodTinkoffBank.php b/lib/Model/Payment/PaymentMethod/PaymentMethodTinkoffBank.php
index 4ee116b0..64b02b32 100644
--- a/lib/Model/Payment/PaymentMethod/PaymentMethodTinkoffBank.php
+++ b/lib/Model/Payment/PaymentMethod/PaymentMethodTinkoffBank.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodUnknown.php b/lib/Model/Payment/PaymentMethod/PaymentMethodUnknown.php
index 44b3ee94..c55d5c42 100644
--- a/lib/Model/Payment/PaymentMethod/PaymentMethodUnknown.php
+++ b/lib/Model/Payment/PaymentMethod/PaymentMethodUnknown.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodWebmoney.php b/lib/Model/Payment/PaymentMethod/PaymentMethodWebmoney.php
index 8a1634bf..1ccee098 100644
--- a/lib/Model/Payment/PaymentMethod/PaymentMethodWebmoney.php
+++ b/lib/Model/Payment/PaymentMethod/PaymentMethodWebmoney.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodWechat.php b/lib/Model/Payment/PaymentMethod/PaymentMethodWechat.php
index 52a78f51..fa32f3c6 100644
--- a/lib/Model/Payment/PaymentMethod/PaymentMethodWechat.php
+++ b/lib/Model/Payment/PaymentMethod/PaymentMethodWechat.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodYooMoney.php b/lib/Model/Payment/PaymentMethod/PaymentMethodYooMoney.php
index 50bdb2bc..e353fb07 100644
--- a/lib/Model/Payment/PaymentMethod/PaymentMethodYooMoney.php
+++ b/lib/Model/Payment/PaymentMethod/PaymentMethodYooMoney.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethod/SbpPayerBankDetails.php b/lib/Model/Payment/PaymentMethod/SbpPayerBankDetails.php
index 1d4072b7..bf931a90 100644
--- a/lib/Model/Payment/PaymentMethod/SbpPayerBankDetails.php
+++ b/lib/Model/Payment/PaymentMethod/SbpPayerBankDetails.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payment/PaymentMethodStatus.php b/lib/Model/Payment/PaymentMethodStatus.php
index b85d5f89..5fe25ada 100644
--- a/lib/Model/Payment/PaymentMethodStatus.php
+++ b/lib/Model/Payment/PaymentMethodStatus.php
@@ -1,28 +1,28 @@
typeClassMap)) {
+ if ($type === null || !array_key_exists($type, $this->typeClassMap)) {
throw new InvalidArgumentException('Invalid payment data type "' . $type . '"');
}
$className = __NAMESPACE__ . '\\' . $this->typeClassMap[$type];
diff --git a/lib/Model/Payout/PayoutDestinationSbp.php b/lib/Model/Payout/PayoutDestinationSbp.php
index 7ab94be9..af0982b1 100644
--- a/lib/Model/Payout/PayoutDestinationSbp.php
+++ b/lib/Model/Payout/PayoutDestinationSbp.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payout/PayoutDestinationType.php b/lib/Model/Payout/PayoutDestinationType.php
index 27332d5d..105f2cfd 100644
--- a/lib/Model/Payout/PayoutDestinationType.php
+++ b/lib/Model/Payout/PayoutDestinationType.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payout/PayoutDestinationYooMoney.php b/lib/Model/Payout/PayoutDestinationYooMoney.php
index 080ebd36..6808b92a 100644
--- a/lib/Model/Payout/PayoutDestinationYooMoney.php
+++ b/lib/Model/Payout/PayoutDestinationYooMoney.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payout/PayoutInterface.php b/lib/Model/Payout/PayoutInterface.php
index dc9dc1d6..4fed50b0 100644
--- a/lib/Model/Payout/PayoutInterface.php
+++ b/lib/Model/Payout/PayoutInterface.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payout/PayoutSelfEmployed.php b/lib/Model/Payout/PayoutSelfEmployed.php
index 0303cafe..1ed34e98 100644
--- a/lib/Model/Payout/PayoutSelfEmployed.php
+++ b/lib/Model/Payout/PayoutSelfEmployed.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@@ -32,10 +32,14 @@ use YooKassa\Validator\Constraints as Assert;
/**
* Класс, представляющий модель PayoutSelfEmployed.
*
+ * Данные самозанятого, который получит выплату. Только для обычных выплат.
+ * Устаревший параметр. Раньше использовался для выплат самозанятым. Сейчас функциональность недоступна. Параметр сохранен для поддержки обратной совместимости, в новых версиях API может быть удален.
+ *
* @category Class
* @package YooKassa\Model
* @author cms@yoomoney.ru
* @link https://yookassa.ru/developers/api
+ *
* @property string $id Идентификатор самозанятого в ЮKassa.
*/
class PayoutSelfEmployed extends AbstractObject
diff --git a/lib/Model/Payout/PayoutStatus.php b/lib/Model/Payout/PayoutStatus.php
index bcd07ebd..7384f87c 100644
--- a/lib/Model/Payout/PayoutStatus.php
+++ b/lib/Model/Payout/PayoutStatus.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Payout/SbpParticipantBank.php b/lib/Model/Payout/SbpParticipantBank.php
index a98b5001..dbc3ccb6 100644
--- a/lib/Model/Payout/SbpParticipantBank.php
+++ b/lib/Model/Payout/SbpParticipantBank.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/PersonalData/PersonalData.php b/lib/Model/PersonalData/PersonalData.php
index 4835e530..e57e9218 100644
--- a/lib/Model/PersonalData/PersonalData.php
+++ b/lib/Model/PersonalData/PersonalData.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/PersonalData/PersonalDataCancellationDetails.php b/lib/Model/PersonalData/PersonalDataCancellationDetails.php
index 6d238d04..f58f8dc2 100644
--- a/lib/Model/PersonalData/PersonalDataCancellationDetails.php
+++ b/lib/Model/PersonalData/PersonalDataCancellationDetails.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/PersonalData/PersonalDataCancellationDetailsPartyCode.php b/lib/Model/PersonalData/PersonalDataCancellationDetailsPartyCode.php
index 910310fc..5eddc4f7 100644
--- a/lib/Model/PersonalData/PersonalDataCancellationDetailsPartyCode.php
+++ b/lib/Model/PersonalData/PersonalDataCancellationDetailsPartyCode.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/PersonalData/PersonalDataCancellationDetailsReasonCode.php b/lib/Model/PersonalData/PersonalDataCancellationDetailsReasonCode.php
index 543440f3..efe4160b 100644
--- a/lib/Model/PersonalData/PersonalDataCancellationDetailsReasonCode.php
+++ b/lib/Model/PersonalData/PersonalDataCancellationDetailsReasonCode.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/PersonalData/PersonalDataInterface.php b/lib/Model/PersonalData/PersonalDataInterface.php
index c92bfab4..03233971 100644
--- a/lib/Model/PersonalData/PersonalDataInterface.php
+++ b/lib/Model/PersonalData/PersonalDataInterface.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/PersonalData/PersonalDataStatus.php b/lib/Model/PersonalData/PersonalDataStatus.php
index fcf53df0..d7b79298 100644
--- a/lib/Model/PersonalData/PersonalDataStatus.php
+++ b/lib/Model/PersonalData/PersonalDataStatus.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/PersonalData/PersonalDataType.php b/lib/Model/PersonalData/PersonalDataType.php
index a43717b4..fb4ffe1b 100644
--- a/lib/Model/PersonalData/PersonalDataType.php
+++ b/lib/Model/PersonalData/PersonalDataType.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Receipt/AdditionalUserProps.php b/lib/Model/Receipt/AdditionalUserProps.php
index c499aa59..3b635cd8 100644
--- a/lib/Model/Receipt/AdditionalUserProps.php
+++ b/lib/Model/Receipt/AdditionalUserProps.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Receipt/AgentType.php b/lib/Model/Receipt/AgentType.php
index 9f38180c..9790b653 100644
--- a/lib/Model/Receipt/AgentType.php
+++ b/lib/Model/Receipt/AgentType.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Receipt/IndustryDetails.php b/lib/Model/Receipt/IndustryDetails.php
index d6e7027d..930fe2b0 100644
--- a/lib/Model/Receipt/IndustryDetails.php
+++ b/lib/Model/Receipt/IndustryDetails.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Receipt/MarkCodeInfo.php b/lib/Model/Receipt/MarkCodeInfo.php
index 07d48051..d3ce8b3b 100644
--- a/lib/Model/Receipt/MarkCodeInfo.php
+++ b/lib/Model/Receipt/MarkCodeInfo.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Receipt/MarkQuantity.php b/lib/Model/Receipt/MarkQuantity.php
index 1a6bb7c2..47526d9e 100644
--- a/lib/Model/Receipt/MarkQuantity.php
+++ b/lib/Model/Receipt/MarkQuantity.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Receipt/OperationalDetails.php b/lib/Model/Receipt/OperationalDetails.php
index c58ec298..aee30d1f 100644
--- a/lib/Model/Receipt/OperationalDetails.php
+++ b/lib/Model/Receipt/OperationalDetails.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Receipt/PaymentMode.php b/lib/Model/Receipt/PaymentMode.php
index c5d05e81..2cc0ca21 100644
--- a/lib/Model/Receipt/PaymentMode.php
+++ b/lib/Model/Receipt/PaymentMode.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Receipt/PaymentSubject.php b/lib/Model/Receipt/PaymentSubject.php
index 94abcb95..a9d2312f 100644
--- a/lib/Model/Receipt/PaymentSubject.php
+++ b/lib/Model/Receipt/PaymentSubject.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Receipt/Receipt.php b/lib/Model/Receipt/Receipt.php
index 2134000a..0c9f2b33 100644
--- a/lib/Model/Receipt/Receipt.php
+++ b/lib/Model/Receipt/Receipt.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@@ -44,7 +44,7 @@ use YooKassa\Model\AmountInterface;
* @link https://yookassa.ru/developers/api
*
* @property ReceiptCustomer $customer Информация о плательщике
- * @property ListObjectInterface|ReceiptItemInterface[] $items Список товаров в заказе. Для чеков по 54-ФЗ: если используете Чеки от ЮKassa, можно передать максимум 80 товаров, если используете стороннюю онлайн-кассу, максимум 100 товаров. Для чеков самозанятых — максимум 6 товаров.
+ * @property ListObjectInterface|ReceiptItemInterface[] $items Список товаров в заказе. Для чеков по 54-ФЗ: если используете Чеки от ЮKassa, можно передать максимум 80 товаров, если используете стороннюю онлайн-кассу, максимум 100 товаров.
* @property ListObjectInterface|SettlementInterface[] $settlements Массив оплат, обеспечивающих выдачу товара
* @property ListObjectInterface|ReceiptItemInterface[] $shippingItems Список товаров в заказе, являющихся доставкой
* @property ListObjectInterface|ReceiptItemInterface[] $shipping_items Список товаров в заказе, являющихся доставкой
@@ -69,7 +69,7 @@ class Receipt extends AbstractObject implements ReceiptInterface
private ?ReceiptCustomer $_customer = null;
/**
- * @var ReceiptItemInterface[]|ListObjectInterface Список товаров в заказе. Для чеков по 54-ФЗ: если используете Чеки от ЮKassa, можно передать максимум 80 товаров, если используете стороннюю онлайн-кассу, максимум 100 товаров. Для чеков самозанятых — максимум 6 товаров.
+ * @var ReceiptItemInterface[]|ListObjectInterface Список товаров в заказе. Для чеков по 54-ФЗ: если используете Чеки от ЮKassa, можно передать максимум 80 товаров, если используете стороннюю онлайн-кассу, максимум 100 товаров.
*/
#[Assert\NotBlank]
#[Assert\Valid]
diff --git a/lib/Model/Receipt/ReceiptCustomer.php b/lib/Model/Receipt/ReceiptCustomer.php
index e476644e..c97ed77d 100644
--- a/lib/Model/Receipt/ReceiptCustomer.php
+++ b/lib/Model/Receipt/ReceiptCustomer.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Receipt/ReceiptCustomerInterface.php b/lib/Model/Receipt/ReceiptCustomerInterface.php
index 7c57b66d..675bc26f 100644
--- a/lib/Model/Receipt/ReceiptCustomerInterface.php
+++ b/lib/Model/Receipt/ReceiptCustomerInterface.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Receipt/ReceiptInterface.php b/lib/Model/Receipt/ReceiptInterface.php
index f859b8a8..c12e8493 100644
--- a/lib/Model/Receipt/ReceiptInterface.php
+++ b/lib/Model/Receipt/ReceiptInterface.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Receipt/ReceiptItem.php b/lib/Model/Receipt/ReceiptItem.php
index 80ee7e9c..09210773 100644
--- a/lib/Model/Receipt/ReceiptItem.php
+++ b/lib/Model/Receipt/ReceiptItem.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Receipt/ReceiptItemAmount.php b/lib/Model/Receipt/ReceiptItemAmount.php
index 5f34814b..ad8bd7f4 100644
--- a/lib/Model/Receipt/ReceiptItemAmount.php
+++ b/lib/Model/Receipt/ReceiptItemAmount.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Receipt/ReceiptItemInterface.php b/lib/Model/Receipt/ReceiptItemInterface.php
index 004b66aa..8619cff9 100644
--- a/lib/Model/Receipt/ReceiptItemInterface.php
+++ b/lib/Model/Receipt/ReceiptItemInterface.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Receipt/ReceiptItemMeasure.php b/lib/Model/Receipt/ReceiptItemMeasure.php
index f8227198..4bc859e9 100644
--- a/lib/Model/Receipt/ReceiptItemMeasure.php
+++ b/lib/Model/Receipt/ReceiptItemMeasure.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Receipt/ReceiptType.php b/lib/Model/Receipt/ReceiptType.php
index a0c09a0b..f45f0ef9 100644
--- a/lib/Model/Receipt/ReceiptType.php
+++ b/lib/Model/Receipt/ReceiptType.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Receipt/Settlement.php b/lib/Model/Receipt/Settlement.php
index 494b7803..ce771d55 100644
--- a/lib/Model/Receipt/Settlement.php
+++ b/lib/Model/Receipt/Settlement.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Receipt/SettlementInterface.php b/lib/Model/Receipt/SettlementInterface.php
index 5179fb61..a6076e1f 100644
--- a/lib/Model/Receipt/SettlementInterface.php
+++ b/lib/Model/Receipt/SettlementInterface.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Receipt/SettlementType.php b/lib/Model/Receipt/SettlementType.php
index e2ed4ddb..ed772fab 100644
--- a/lib/Model/Receipt/SettlementType.php
+++ b/lib/Model/Receipt/SettlementType.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Receipt/Supplier.php b/lib/Model/Receipt/Supplier.php
index e41675b2..601c89ad 100644
--- a/lib/Model/Receipt/Supplier.php
+++ b/lib/Model/Receipt/Supplier.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Receipt/SupplierInterface.php b/lib/Model/Receipt/SupplierInterface.php
index 387139bd..7cd3ce1f 100644
--- a/lib/Model/Receipt/SupplierInterface.php
+++ b/lib/Model/Receipt/SupplierInterface.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Refund/Refund.php b/lib/Model/Refund/Refund.php
index 00d35a6f..efcac4f3 100644
--- a/lib/Model/Refund/Refund.php
+++ b/lib/Model/Refund/Refund.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Refund/RefundAuthorizationDetails.php b/lib/Model/Refund/RefundAuthorizationDetails.php
index 832d3a10..25357cb6 100644
--- a/lib/Model/Refund/RefundAuthorizationDetails.php
+++ b/lib/Model/Refund/RefundAuthorizationDetails.php
@@ -1,28 +1,28 @@
true,
self::EVOTOR => true,
self::FIRST_OFD => true,
- self::FNS => true,
self::KIT_INVEST => true,
self::KOMTET => true,
self::LIFE_PAY => true,
diff --git a/lib/Model/Settings/Me.php b/lib/Model/Settings/Me.php
index d25cc6fc..92dcf0a7 100644
--- a/lib/Model/Settings/Me.php
+++ b/lib/Model/Settings/Me.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Webhook/Webhook.php b/lib/Model/Webhook/Webhook.php
index 881ecbaa..d99bfe10 100644
--- a/lib/Model/Webhook/Webhook.php
+++ b/lib/Model/Webhook/Webhook.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Model/Webhook/WebhookInterface.php b/lib/Model/Webhook/WebhookInterface.php
index 34027f8a..8255b1d9 100644
--- a/lib/Model/Webhook/WebhookInterface.php
+++ b/lib/Model/Webhook/WebhookInterface.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/AbstractListResponse.php b/lib/Request/AbstractListResponse.php
index 505ee39b..c945b3a9 100644
--- a/lib/Request/AbstractListResponse.php
+++ b/lib/Request/AbstractListResponse.php
@@ -2,7 +2,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@@ -26,6 +26,7 @@
namespace YooKassa\Request;
use YooKassa\Common\AbstractObject;
+use YooKassa\Common\ListObject;
use YooKassa\Validator\Constraints as Assert;
use YooKassa\Common\ListObjectInterface;
@@ -59,6 +60,13 @@ abstract class AbstractListResponse extends AbstractObject
#[Assert\Type('string')]
protected ?string $_next_cursor = null;
+ /**
+ * Список объектов определенного типа
+ *
+ * @var ListObject|null
+ */
+ protected ?ListObject $_items = null;
+
/**
* @param iterable $sourceArray
* @return void
diff --git a/lib/Request/Deals/AbstractDealResponse.php b/lib/Request/Deals/AbstractDealResponse.php
index 9918e220..3c99bbfc 100644
--- a/lib/Request/Deals/AbstractDealResponse.php
+++ b/lib/Request/Deals/AbstractDealResponse.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Deals/CreateDealRequest.php b/lib/Request/Deals/CreateDealRequest.php
index 7e92e6d5..e74ce665 100644
--- a/lib/Request/Deals/CreateDealRequest.php
+++ b/lib/Request/Deals/CreateDealRequest.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Deals/CreateDealRequestBuilder.php b/lib/Request/Deals/CreateDealRequestBuilder.php
index 72801f38..dd88a51d 100644
--- a/lib/Request/Deals/CreateDealRequestBuilder.php
+++ b/lib/Request/Deals/CreateDealRequestBuilder.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Deals/CreateDealRequestInterface.php b/lib/Request/Deals/CreateDealRequestInterface.php
index 8f47fdb9..2f0ad205 100644
--- a/lib/Request/Deals/CreateDealRequestInterface.php
+++ b/lib/Request/Deals/CreateDealRequestInterface.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Deals/CreateDealRequestSerializer.php b/lib/Request/Deals/CreateDealRequestSerializer.php
index 12609276..f7597dc8 100644
--- a/lib/Request/Deals/CreateDealRequestSerializer.php
+++ b/lib/Request/Deals/CreateDealRequestSerializer.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Deals/CreateDealResponse.php b/lib/Request/Deals/CreateDealResponse.php
index 3429ec93..1ab894e0 100644
--- a/lib/Request/Deals/CreateDealResponse.php
+++ b/lib/Request/Deals/CreateDealResponse.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Deals/DealResponse.php b/lib/Request/Deals/DealResponse.php
index 4bb6b23d..288cd866 100644
--- a/lib/Request/Deals/DealResponse.php
+++ b/lib/Request/Deals/DealResponse.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Deals/DealsRequest.php b/lib/Request/Deals/DealsRequest.php
index b4bc4c43..d72e9b82 100644
--- a/lib/Request/Deals/DealsRequest.php
+++ b/lib/Request/Deals/DealsRequest.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Deals/DealsRequestBuilder.php b/lib/Request/Deals/DealsRequestBuilder.php
index f861bc14..4fa3a64d 100644
--- a/lib/Request/Deals/DealsRequestBuilder.php
+++ b/lib/Request/Deals/DealsRequestBuilder.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Deals/DealsRequestInterface.php b/lib/Request/Deals/DealsRequestInterface.php
index 7d61bfde..78ca25d5 100644
--- a/lib/Request/Deals/DealsRequestInterface.php
+++ b/lib/Request/Deals/DealsRequestInterface.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Deals/DealsRequestSerializer.php b/lib/Request/Deals/DealsRequestSerializer.php
index 5083f34f..ecbd6418 100644
--- a/lib/Request/Deals/DealsRequestSerializer.php
+++ b/lib/Request/Deals/DealsRequestSerializer.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Deals/DealsResponse.php b/lib/Request/Deals/DealsResponse.php
index a9e2f548..82c09858 100644
--- a/lib/Request/Deals/DealsResponse.php
+++ b/lib/Request/Deals/DealsResponse.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Invoices/CreateInvoiceRequest.php b/lib/Request/Invoices/CreateInvoiceRequest.php
index 241535cb..b480de79 100644
--- a/lib/Request/Invoices/CreateInvoiceRequest.php
+++ b/lib/Request/Invoices/CreateInvoiceRequest.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Invoices/CreateInvoiceRequestBuilder.php b/lib/Request/Invoices/CreateInvoiceRequestBuilder.php
index 3b36bc7c..2e920f57 100644
--- a/lib/Request/Invoices/CreateInvoiceRequestBuilder.php
+++ b/lib/Request/Invoices/CreateInvoiceRequestBuilder.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Invoices/CreateInvoiceRequestInterface.php b/lib/Request/Invoices/CreateInvoiceRequestInterface.php
index 7a54bde8..6d834560 100644
--- a/lib/Request/Invoices/CreateInvoiceRequestInterface.php
+++ b/lib/Request/Invoices/CreateInvoiceRequestInterface.php
@@ -2,7 +2,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Invoices/CreateInvoiceRequestSerializer.php b/lib/Request/Invoices/CreateInvoiceRequestSerializer.php
index 97fd8792..d390f883 100644
--- a/lib/Request/Invoices/CreateInvoiceRequestSerializer.php
+++ b/lib/Request/Invoices/CreateInvoiceRequestSerializer.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Invoices/DeliveryMethodData/AbstractDeliveryMethodData.php b/lib/Request/Invoices/DeliveryMethodData/AbstractDeliveryMethodData.php
index 6739cfd4..3074528a 100644
--- a/lib/Request/Invoices/DeliveryMethodData/AbstractDeliveryMethodData.php
+++ b/lib/Request/Invoices/DeliveryMethodData/AbstractDeliveryMethodData.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Invoices/DeliveryMethodData/DeliveryMethodDataEmail.php b/lib/Request/Invoices/DeliveryMethodData/DeliveryMethodDataEmail.php
new file mode 100644
index 00000000..934b4b79
--- /dev/null
+++ b/lib/Request/Invoices/DeliveryMethodData/DeliveryMethodDataEmail.php
@@ -0,0 +1,82 @@
+setType(DeliveryMethodType::EMAIL);
+ }
+
+ /**
+ * Возвращает email.
+ *
+ * @return string|null
+ */
+ public function getEmail(): ?string
+ {
+ return $this->_email;
+ }
+
+ /**
+ * Устанавливает email.
+ *
+ * @param string|array|null $email
+ *
+ * @return self
+ */
+ public function setEmail(mixed $email = null): self
+ {
+ $this->_email = $this->validatePropertyValue('_email', $email);
+ return $this;
+ }
+
+}
diff --git a/lib/Request/Invoices/DeliveryMethodData/DeliveryMethodDataFactory.php b/lib/Request/Invoices/DeliveryMethodData/DeliveryMethodDataFactory.php
index 5b222b64..74cedb46 100644
--- a/lib/Request/Invoices/DeliveryMethodData/DeliveryMethodDataFactory.php
+++ b/lib/Request/Invoices/DeliveryMethodData/DeliveryMethodDataFactory.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@@ -43,6 +43,8 @@ class DeliveryMethodDataFactory
{
private array $typeClassMap = [
DeliveryMethodType::SELF => 'DeliveryMethodDataSelf',
+ DeliveryMethodType::EMAIL => 'DeliveryMethodDataEmail',
+ DeliveryMethodType::SMS => 'DeliveryMethodDataSms',
];
/**
diff --git a/lib/Request/Invoices/DeliveryMethodData/DeliveryMethodDataSelf.php b/lib/Request/Invoices/DeliveryMethodData/DeliveryMethodDataSelf.php
index d4429b9b..a88eb950 100644
--- a/lib/Request/Invoices/DeliveryMethodData/DeliveryMethodDataSelf.php
+++ b/lib/Request/Invoices/DeliveryMethodData/DeliveryMethodDataSelf.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Invoices/DeliveryMethodData/DeliveryMethodDataSms.php b/lib/Request/Invoices/DeliveryMethodData/DeliveryMethodDataSms.php
new file mode 100644
index 00000000..d9897f58
--- /dev/null
+++ b/lib/Request/Invoices/DeliveryMethodData/DeliveryMethodDataSms.php
@@ -0,0 +1,83 @@
+setType(DeliveryMethodType::SMS);
+ }
+
+ /**
+ * Возвращает phone.
+ *
+ * @return string|null
+ */
+ public function getPhone(): ?string
+ {
+ return $this->_phone;
+ }
+
+ /**
+ * Устанавливает phone.
+ *
+ * @param string|array|null $phone
+ *
+ * @return self
+ */
+ public function setPhone(mixed $phone = null): self
+ {
+ $this->_phone = $this->validatePropertyValue('_phone', $phone);
+ return $this;
+ }
+
+}
+
diff --git a/lib/Request/Invoices/InvoiceResponse.php b/lib/Request/Invoices/InvoiceResponse.php
index ed9f3305..2f8dc0b8 100644
--- a/lib/Request/Invoices/InvoiceResponse.php
+++ b/lib/Request/Invoices/InvoiceResponse.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Invoices/PaymentData.php b/lib/Request/Invoices/PaymentData.php
index 15d643cf..2d62ecca 100644
--- a/lib/Request/Invoices/PaymentData.php
+++ b/lib/Request/Invoices/PaymentData.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/PaymentMethods/ConfirmationData/AbstractConfirmation.php b/lib/Request/PaymentMethods/ConfirmationData/AbstractConfirmation.php
index d0a6b38a..b0d2780b 100644
--- a/lib/Request/PaymentMethods/ConfirmationData/AbstractConfirmation.php
+++ b/lib/Request/PaymentMethods/ConfirmationData/AbstractConfirmation.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/PaymentMethods/ConfirmationData/ConfirmationFactory.php b/lib/Request/PaymentMethods/ConfirmationData/ConfirmationFactory.php
index bfa8b765..45efbf19 100644
--- a/lib/Request/PaymentMethods/ConfirmationData/ConfirmationFactory.php
+++ b/lib/Request/PaymentMethods/ConfirmationData/ConfirmationFactory.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/PaymentMethods/ConfirmationData/ConfirmationRedirect.php b/lib/Request/PaymentMethods/ConfirmationData/ConfirmationRedirect.php
index c5585cb2..5ea16e83 100644
--- a/lib/Request/PaymentMethods/ConfirmationData/ConfirmationRedirect.php
+++ b/lib/Request/PaymentMethods/ConfirmationData/ConfirmationRedirect.php
@@ -1,28 +1,28 @@
_self_employed;
- }
-
- /**
- * Проверяет наличие данных самозанятого в создаваемой выплате.
- *
- * @return bool True если данные самозанятого есть, false если нет
- */
- public function hasSelfEmployed(): bool
- {
- return !empty($this->_self_employed);
- }
-
- /**
- * Устанавливает данные самозанятого, который получит выплату.
- *
- * @param PayoutSelfEmployedInfo|array|null $self_employed Данные самозанятого, который получит выплату
- *
- * @return self
- */
- public function setSelfEmployed(mixed $self_employed = null): self
- {
- $this->_self_employed = $this->validatePropertyValue('_self_employed', $self_employed);
- return $this;
- }
-
- /**
- * Возвращает данные для формирования чека в сервисе Мой налог.
- *
- * @return null|IncomeReceiptData Данные для формирования чека в сервисе Мой налог
- */
- public function getReceiptData(): ?IncomeReceiptData
- {
- return $this->_receipt_data;
- }
-
- /**
- * Проверяет наличие данных для формирования чека в сервисе Мой налог.
- *
- * @return bool True если данные для формирования чека есть, false если нет
- */
- public function hasReceiptData(): bool
- {
- return !empty($this->_receipt_data);
- }
-
- /**
- * Устанавливает данные для формирования чека в сервисе Мой налог.
- *
- * @param IncomeReceiptData|array|null $receipt_data Данные для формирования чека в сервисе Мой налог
- *
- * @return $this
- */
- public function setReceiptData(mixed $receipt_data = null): self
- {
- $this->_receipt_data = $this->validatePropertyValue('_receipt_data', $receipt_data);
- return $this;
- }
-
/**
* Возвращает персональные данные получателя выплаты.
*
diff --git a/lib/Request/Payouts/CreatePayoutRequestBuilder.php b/lib/Request/Payouts/CreatePayoutRequestBuilder.php
index 7963e4b7..e62a9a5e 100644
--- a/lib/Request/Payouts/CreatePayoutRequestBuilder.php
+++ b/lib/Request/Payouts/CreatePayoutRequestBuilder.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@@ -28,8 +28,6 @@ namespace YooKassa\Request\Payouts;
use YooKassa\Common\AbstractRequestBuilder;
use YooKassa\Common\AbstractRequestInterface;
-use YooKassa\Common\Exceptions\InvalidPropertyValueException;
-use YooKassa\Common\Exceptions\InvalidPropertyValueTypeException;
use YooKassa\Model\AmountInterface;
use YooKassa\Model\Deal\PayoutDealInfo;
use YooKassa\Model\Metadata;
@@ -123,24 +121,22 @@ class CreatePayoutRequestBuilder extends AbstractRequestBuilder
/**
* Устанавливает данные самозанятого, который получит выплату.
*
- * @param null|array|PayoutSelfEmployedInfo $value Данные самозанятого, который получит выплату
+ * @param null|array $value Данные самозанятого, который получит выплату
+ * @deprecated Будет удален в следующих версиях
*/
public function setSelfEmployed(mixed $value): CreatePayoutRequestBuilder
{
- $this->currentObject->setSelfEmployed($value);
-
return $this;
}
/**
* Устанавливает данные для формирования чека в сервисе Мой налог.
*
- * @param null|array|IncomeReceiptData $value Данные для формирования чека в сервисе Мой налог
+ * @param null|array $value Данные для формирования чека в сервисе Мой налог
+ * @deprecated Будет удален в следующих версиях
*/
public function setReceiptData(mixed $value): CreatePayoutRequestBuilder
{
- $this->currentObject->setReceiptData($value);
-
return $this;
}
diff --git a/lib/Request/Payouts/CreatePayoutRequestInterface.php b/lib/Request/Payouts/CreatePayoutRequestInterface.php
index aa654e35..a3a642cd 100644
--- a/lib/Request/Payouts/CreatePayoutRequestInterface.php
+++ b/lib/Request/Payouts/CreatePayoutRequestInterface.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@@ -48,10 +48,6 @@ use YooKassa\Model\Payout\AbstractPayoutDestination;
* @property string $paymentMethodId Идентификатор сохраненного способа оплаты, данные которого нужно использовать для проведения выплаты
* @property PayoutDealInfo $deal Сделка, в рамках которой нужно провести выплату. Необходимо передавать, если вы проводите Безопасную сделку
* @property string $description Описание транзакции (не более 128 символов). Например: «Выплата по договору N»
- * @property PayoutSelfEmployedInfo $self_employed Данные самозанятого, который получит выплату. Необходимо передавать, если вы делаете выплату [самозанятому](https://yookassa.ru/developers/payouts/scenario-extensions/self-employed). Только для обычных выплат.
- * @property PayoutSelfEmployedInfo $selfEmployed Данные самозанятого, который получит выплату. Необходимо передавать, если вы делаете выплату [самозанятому](https://yookassa.ru/developers/payouts/scenario-extensions/self-employed). Только для обычных выплат.
- * @property IncomeReceiptData $receipt_data Данные для формирования чека в сервисе Мой налог. Необходимо передавать, если вы делаете выплату [самозанятому](https://yookassa.ru/developers/payouts/scenario-extensions/self-employed). Только для обычных выплат.
- * @property IncomeReceiptData $receiptData Данные для формирования чека в сервисе Мой налог. Необходимо передавать, если вы делаете выплату [самозанятому](https://yookassa.ru/developers/payouts/scenario-extensions/self-employed). Только для обычных выплат.
* @property PayoutPersonalData $personal_data Персональные данные получателя выплаты. Необходимо передавать, если вы делаете выплаты с [проверкой получателя](/developers/payouts/scenario-extensions/recipient-check) (только для выплат через СБП).
* @property PayoutPersonalData $personalData Персональные данные получателя выплаты. Необходимо передавать, если вы делаете выплаты с [проверкой получателя](/developers/payouts/scenario-extensions/recipient-check) (только для выплат через СБП).
* @property Metadata $metadata Метаданные привязанные к выплате
@@ -196,52 +192,6 @@ interface CreatePayoutRequestInterface
*/
public function setDeal(mixed $deal): self;
- /**
- * Возвращает данные самозанятого, который получит выплату.
- *
- * @return null|PayoutSelfEmployedInfo Данные самозанятого, который получит выплату
- */
- public function getSelfEmployed(): ?PayoutSelfEmployedInfo;
-
- /**
- * Проверяет наличие данных самозанятого в создаваемой выплате.
- *
- * @return bool True если данные самозанятого есть, false если нет
- */
- public function hasSelfEmployed(): bool;
-
- /**
- * Устанавливает данные самозанятого, который получит выплату.
- *
- * @param null|array|PayoutSelfEmployedInfo $self_employed Данные самозанятого, который получит выплату
- *
- * @return self
- */
- public function setSelfEmployed(mixed $self_employed): self;
-
- /**
- * Возвращает данные для формирования чека в сервисе Мой налог.
- *
- * @return null|IncomeReceiptData Данные для формирования чека в сервисе Мой налог
- */
- public function getReceiptData(): ?IncomeReceiptData;
-
- /**
- * Проверяет наличие данных для формирования чека в сервисе Мой налог.
- *
- * @return bool True если данные для формирования чека есть, false если нет
- */
- public function hasReceiptData(): bool;
-
- /**
- * Устанавливает данные для формирования чека в сервисе Мой налог..
- *
- * @param null|array|IncomeReceiptData $receipt_data Данные для формирования чека в сервисе Мой налог
- *
- * @return self
- */
- public function setReceiptData(mixed $receipt_data): self;
-
/**
* Возвращает персональные данные получателя выплаты.
*
diff --git a/lib/Request/Payouts/CreatePayoutRequestSerializer.php b/lib/Request/Payouts/CreatePayoutRequestSerializer.php
index b60b825c..a1251824 100644
--- a/lib/Request/Payouts/CreatePayoutRequestSerializer.php
+++ b/lib/Request/Payouts/CreatePayoutRequestSerializer.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Payouts/CreatePayoutResponse.php b/lib/Request/Payouts/CreatePayoutResponse.php
index f70f767f..4a505351 100644
--- a/lib/Request/Payouts/CreatePayoutResponse.php
+++ b/lib/Request/Payouts/CreatePayoutResponse.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Payouts/IncomeReceiptData.php b/lib/Request/Payouts/IncomeReceiptData.php
deleted file mode 100644
index 49ba4f44..00000000
--- a/lib/Request/Payouts/IncomeReceiptData.php
+++ /dev/null
@@ -1,122 +0,0 @@
-_service_name;
- }
-
- /**
- * Устанавливает описание услуги, оказанной получателем выплаты.
- *
- * @param string|null $service_name Описание услуги, оказанной получателем выплаты
- *
- * @return self
- */
- public function setServiceName(?string $service_name = null): self
- {
- $this->_service_name = $this->validatePropertyValue('_service_name', $service_name);
- return $this;
- }
-
- /**
- * Возвращает сумму для печати в чеке.
- *
- * @return AmountInterface|null Сумма для печати в чеке
- */
- public function getAmount(): ?AmountInterface
- {
- return $this->_amount;
- }
-
- /**
- * Устанавливает сумму для печати в чеке.
- *
- * @param AmountInterface|array|null $amount Сумма для печати в чеке
- *
- * @return self
- */
- public function setAmount(mixed $amount = null): self
- {
- $this->_amount = $this->validatePropertyValue('_amount', $amount);
- return $this;
- }
-}
diff --git a/lib/Request/Payouts/PayoutDestinationData/AbstractPayoutDestinationData.php b/lib/Request/Payouts/PayoutDestinationData/AbstractPayoutDestinationData.php
index 5ebceb16..244b0764 100644
--- a/lib/Request/Payouts/PayoutDestinationData/AbstractPayoutDestinationData.php
+++ b/lib/Request/Payouts/PayoutDestinationData/AbstractPayoutDestinationData.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Payouts/PayoutDestinationData/PayoutDestinationDataBankCard.php b/lib/Request/Payouts/PayoutDestinationData/PayoutDestinationDataBankCard.php
index 0c961013..e2040ffb 100644
--- a/lib/Request/Payouts/PayoutDestinationData/PayoutDestinationDataBankCard.php
+++ b/lib/Request/Payouts/PayoutDestinationData/PayoutDestinationDataBankCard.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Payouts/PayoutDestinationData/PayoutDestinationDataBankCardCard.php b/lib/Request/Payouts/PayoutDestinationData/PayoutDestinationDataBankCardCard.php
index 0d92fec2..5ae184bd 100644
--- a/lib/Request/Payouts/PayoutDestinationData/PayoutDestinationDataBankCardCard.php
+++ b/lib/Request/Payouts/PayoutDestinationData/PayoutDestinationDataBankCardCard.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Payouts/PayoutDestinationData/PayoutDestinationDataFactory.php b/lib/Request/Payouts/PayoutDestinationData/PayoutDestinationDataFactory.php
index fbeb3812..ff82ef8b 100644
--- a/lib/Request/Payouts/PayoutDestinationData/PayoutDestinationDataFactory.php
+++ b/lib/Request/Payouts/PayoutDestinationData/PayoutDestinationDataFactory.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Payouts/PayoutDestinationData/PayoutDestinationDataSbp.php b/lib/Request/Payouts/PayoutDestinationData/PayoutDestinationDataSbp.php
index fb854046..7c76c188 100644
--- a/lib/Request/Payouts/PayoutDestinationData/PayoutDestinationDataSbp.php
+++ b/lib/Request/Payouts/PayoutDestinationData/PayoutDestinationDataSbp.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Payouts/PayoutDestinationData/PayoutDestinationDataYooMoney.php b/lib/Request/Payouts/PayoutDestinationData/PayoutDestinationDataYooMoney.php
index 5115c575..ee6bfda8 100644
--- a/lib/Request/Payouts/PayoutDestinationData/PayoutDestinationDataYooMoney.php
+++ b/lib/Request/Payouts/PayoutDestinationData/PayoutDestinationDataYooMoney.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Payouts/PayoutPersonalData.php b/lib/Request/Payouts/PayoutPersonalData.php
index 766d5503..b0a38515 100644
--- a/lib/Request/Payouts/PayoutPersonalData.php
+++ b/lib/Request/Payouts/PayoutPersonalData.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Payouts/PayoutResponse.php b/lib/Request/Payouts/PayoutResponse.php
index c66a9658..562a475c 100644
--- a/lib/Request/Payouts/PayoutResponse.php
+++ b/lib/Request/Payouts/PayoutResponse.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Payouts/PayoutSelfEmployedInfo.php b/lib/Request/Payouts/PayoutSelfEmployedInfo.php
deleted file mode 100644
index 83eed1af..00000000
--- a/lib/Request/Payouts/PayoutSelfEmployedInfo.php
+++ /dev/null
@@ -1,85 +0,0 @@
-_id;
- }
-
- /**
- * Устанавливает идентификатор самозанятого.
- *
- * @param string|null $id Идентификатор самозанятого в ЮKassa.
- *
- * @return self
- */
- public function setId(?string $id = null): self
- {
- $this->_id = $this->validatePropertyValue('_id', $id);
- return $this;
- }
-}
diff --git a/lib/Request/Payouts/PayoutsRequest.php b/lib/Request/Payouts/PayoutsRequest.php
new file mode 100644
index 00000000..a633fe0e
--- /dev/null
+++ b/lib/Request/Payouts/PayoutsRequest.php
@@ -0,0 +1,400 @@
+_created_at_gte;
+ }
+
+ /**
+ * Проверяет, была ли установлена дата создания от которой выбираются выплаты.
+ *
+ * @return bool True если дата была установлена, false если нет
+ */
+ public function hasCreatedAtGte(): bool
+ {
+ return null !== $this->_created_at_gte;
+ }
+
+ /**
+ * Устанавливает дату создания от которой выбираются выплаты.
+ *
+ * @param DateTime|string|null $_created_at_gte Время создания, от (включительно) или null, чтобы удалить значение
+ *
+ * @return self
+ */
+ public function setCreatedAtGte(mixed $_created_at_gte = null): self
+ {
+ $this->_created_at_gte = $this->validatePropertyValue('_created_at_gte', $_created_at_gte);
+ return $this;
+ }
+
+ /**
+ * Возвращает дату создания от которой будут возвращены выплаты или null, если дата не была установлена.
+ *
+ * @return null|DateTime Время создания, от (не включая)
+ */
+ public function getCreatedAtGt(): ?DateTime
+ {
+ return $this->_created_at_gt;
+ }
+
+ /**
+ * Проверяет, была ли установлена дата создания от которой выбираются выплаты.
+ *
+ * @return bool True если дата была установлена, false если нет
+ */
+ public function hasCreatedAtGt(): bool
+ {
+ return null !== $this->_created_at_gt;
+ }
+
+ /**
+ * Устанавливает дату создания от которой выбираются выплаты.
+ *
+ * @param null|DateTime|int|string $created_at_gt Время создания, от (не включая) или null, чтобы удалить значение
+ *
+ * @return self
+ */
+ public function setCreatedAtGt(mixed $created_at_gt): self
+ {
+ $this->_created_at_gt = $this->validatePropertyValue('_created_at_gt', $created_at_gt);
+ return $this;
+ }
+
+ /**
+ * Возвращает дату создания до которой будут возвращены выплаты или null, если дата не была установлена.
+ *
+ * @return null|DateTime Время создания, до (включительно)
+ */
+ public function getCreatedAtLte(): ?DateTime
+ {
+ return $this->_created_at_lte;
+ }
+
+ /**
+ * Проверяет, была ли установлена дата создания до которой выбираются выплаты.
+ *
+ * @return bool True если дата была установлена, false если нет
+ */
+ public function hasCreatedAtLte(): bool
+ {
+ return null !== $this->_created_at_lte;
+ }
+
+ /**
+ * Устанавливает дату создания до которой выбираются выплаты.
+ *
+ * @param null|DateTime|int|string $created_at_lte Время создания, до (включительно) или null, чтобы удалить значение
+ *
+ * @return self
+ */
+ public function setCreatedAtLte(mixed $created_at_lte): self
+ {
+ $this->_created_at_lte = $this->validatePropertyValue('_created_at_lte', $created_at_lte);
+ return $this;
+ }
+
+ /**
+ * Возвращает дату создания до которой будут возвращены выплаты или null, если дата не была установлена.
+ *
+ * @return null|DateTime Время создания, до (не включая)
+ */
+ public function getCreatedAtLt(): ?DateTime
+ {
+ return $this->_created_at_lt;
+ }
+
+ /**
+ * Проверяет, была ли установлена дата создания до которой выбираются выплаты.
+ *
+ * @return bool True если дата была установлена, false если нет
+ */
+ public function hasCreatedAtLt(): bool
+ {
+ return null !== $this->_created_at_lt;
+ }
+
+ /**
+ * Устанавливает дату создания до которой выбираются выплаты.
+ *
+ * @param null|DateTime|int|string $created_at_lt Время создания, до (не включая) или null, чтобы удалить значение
+ *
+ * @return self
+ */
+ public function setCreatedAtLt(mixed $created_at_lt): self
+ {
+ $this->_created_at_lt = $this->validatePropertyValue('_created_at_lt', $created_at_lt);
+ return $this;
+ }
+
+ /**
+ * Возвращает статус выбираемых выплат или null, если он до этого не был установлен.
+ *
+ * @return null|string Статус выбираемых выплат
+ */
+ public function getStatus(): ?string
+ {
+ return $this->_status;
+ }
+
+ /**
+ * Проверяет, был ли установлен статус выбираемых выплат.
+ *
+ * @return bool True если статус был установлен, false если нет
+ */
+ public function hasStatus(): bool
+ {
+ return null !== $this->_status;
+ }
+
+ /**
+ * Устанавливает статус выбираемых выплат.
+ *
+ * @param string|null $status Статус выбираемых выплат или null, чтобы удалить значение
+ *
+ * @return self
+ */
+ public function setStatus(?string $status): self
+ {
+ $this->_status = $this->validatePropertyValue('_status', $status);
+ return $this;
+ }
+
+ /**
+ * Возвращает способ получения выбираемых выплат или null, если он до этого не был установлен.
+ *
+ * @return null|string Способ получения выбираемых выплат
+ */
+ public function getPayoutDestinationType(): ?string
+ {
+ return $this->_payout_destination_type;
+ }
+
+ /**
+ * Проверяет, был ли установлен способ получения выбираемых выплат.
+ *
+ * @return bool True если способ получения был установлен, false если нет
+ */
+ public function hasPayoutDestinationType(): bool
+ {
+ return null !== $this->_payout_destination_type;
+ }
+
+ /**
+ * Устанавливает способ получения выбираемых выплат.
+ *
+ * @param string|null $payout_destination_type Способ получения выбираемых выплат или null, чтобы удалить значение
+ *
+ * @return self
+ */
+ public function setPayoutDestinationType(?string $payout_destination_type): self
+ {
+ $this->_payout_destination_type = $this->validatePropertyValue('_payout_destination_type', $payout_destination_type);
+ return $this;
+ }
+
+ /**
+ * Ограничение количества объектов выплаты.
+ *
+ * @return null|int Ограничение количества объектов выплаты
+ */
+ public function getLimit(): ?int
+ {
+ return $this->_limit;
+ }
+
+ /**
+ * Проверяет, было ли установлено ограничение количества объектов выплаты.
+ *
+ * @return bool True если было установлено, false если нет
+ */
+ public function hasLimit(): bool
+ {
+ return null !== $this->_limit;
+ }
+
+ /**
+ * Устанавливает ограничение количества объектов выплаты.
+ *
+ * @param null|int|string $limit Ограничение количества объектов выплаты или null, чтобы удалить значение
+ *
+ * @return self
+ */
+ public function setLimit(mixed $limit): self
+ {
+ $this->_limit = $this->validatePropertyValue('_limit', $limit);
+ return $this;
+ }
+
+ /**
+ * Страница выдачи результатов, которую необходимо отобразить.
+ */
+ public function getCursor(): ?string
+ {
+ return $this->_cursor;
+ }
+
+ /**
+ * Проверяет, была ли установлена страница выдачи результатов, которую необходимо отобразить.
+ *
+ * @return bool True если была установлена, false если нет
+ */
+ public function hasCursor(): bool
+ {
+ return null !== $this->_cursor;
+ }
+
+ /**
+ * Устанавливает страницу выдачи результатов, которую необходимо отобразить
+ *
+ * @param string|null $cursor Страница выдачи результатов или null, чтобы удалить значение
+ *
+ * @return self
+ */
+ public function setCursor(?string $cursor): self
+ {
+ $this->_cursor = $this->validatePropertyValue('_cursor', $cursor);
+ return $this;
+ }
+
+ /**
+ * Проверяет валидность текущего объекта запроса.
+ *
+ * @return bool True если объект валиден, false если нет
+ */
+ public function validate(): bool
+ {
+ return true;
+ }
+
+ /**
+ * Возвращает инстанс билдера объектов запросов списка выплат магазина.
+ *
+ * @return PayoutsRequestBuilder Билдер объектов запросов списка выплат
+ */
+ public static function builder(): PayoutsRequestBuilder
+ {
+ return new PayoutsRequestBuilder();
+ }
+}
diff --git a/lib/Request/Payouts/PayoutsRequestBuilder.php b/lib/Request/Payouts/PayoutsRequestBuilder.php
new file mode 100644
index 00000000..bf0aa8c9
--- /dev/null
+++ b/lib/Request/Payouts/PayoutsRequestBuilder.php
@@ -0,0 +1,216 @@
+currentObject->setCursor($value);
+
+ return $this;
+ }
+
+ /**
+ * Устанавливает дату создания от которой выбираются выплаты.
+ *
+ * @param null|DateTime|int|string $value Время создания, от (не включая) или null, чтобы удалить значение
+ *
+ * @return PayoutsRequestBuilder Инстанс текущего билдера
+ *
+ * @throws InvalidPropertyValueException Генерируется если была передана дата в невалидном формате (была передана
+ * строка или число, которые не удалось преобразовать в валидную дату)
+ * @throws Exception|InvalidPropertyValueTypeException Генерируется если была передана дата с не тем типом (передана не
+ * строка, не число и не значение типа DateTime)
+ */
+ public function setCreatedAtGt(mixed $value): self
+ {
+ $this->currentObject->setCreatedAtGt($value);
+
+ return $this;
+ }
+
+ /**
+ * Устанавливает дату создания от которой выбираются выплаты.
+ *
+ * @param null|DateTime|int|string $value Время создания, от (включительно) или null, чтобы удалить значение
+ *
+ * @return PayoutsRequestBuilder Инстанс текущего билдера
+ *
+ * @throws InvalidPropertyValueException Генерируется если была передана дата в невалидном формате (была передана
+ * строка или число, которые не удалось преобразовать в валидную дату)
+ * @throws Exception|InvalidPropertyValueTypeException Генерируется если была передана дата с не тем типом (передана не
+ * строка, не число и не значение типа DateTime)
+ */
+ public function setCreatedAtGte(mixed $value): self
+ {
+ $this->currentObject->setCreatedAtGte($value);
+
+ return $this;
+ }
+
+ /**
+ * Устанавливает дату создания до которой выбираются выплаты.
+ *
+ * @param null|DateTime|int|string $value Время создания, до (не включая) или null, чтобы удалить значение
+ *
+ * @return PayoutsRequestBuilder Инстанс текущего билдера
+ *
+ * @throws InvalidPropertyValueException Генерируется если была передана дата в невалидном формате (была передана
+ * строка или число, которые не удалось преобразовать в валидную дату)
+ * @throws Exception|InvalidPropertyValueTypeException Генерируется если была передана дата с не тем типом (передана не
+ * строка, не число и не значение типа DateTime)
+ */
+ public function setCreatedAtLt(mixed $value): self
+ {
+ $this->currentObject->setCreatedAtLt($value);
+
+ return $this;
+ }
+
+ /**
+ * Устанавливает дату создания до которой выбираются выплаты.
+ *
+ * @param null|DateTime|int|string $value Время создания, до (включительно) или null, чтобы удалить значение
+ *
+ * @return PayoutsRequestBuilder Инстанс текущего билдера
+ *
+ * @throws InvalidPropertyValueException Генерируется если была передана дата в невалидном формате (была передана
+ * строка или число, которые не удалось преобразовать в валидную дату)
+ * @throws Exception|InvalidPropertyValueTypeException Генерируется если была передана дата с не тем типом (передана не
+ * строка, не число и не значение типа DateTime)
+ */
+ public function setCreatedAtLte(mixed $value): self
+ {
+ $this->currentObject->setCreatedAtLte($value);
+
+ return $this;
+ }
+
+ /**
+ * Устанавливает ограничение количества объектов выплаты.
+ *
+ * @param string|int|null $value Ограничение количества объектов выплаты или null, чтобы удалить значение
+ *
+ * @return PayoutsRequestBuilder Инстанс текущего билдера
+ *
+ * @throws InvalidPropertyValueTypeException Выбрасывается если в метод было передана не целое число
+ */
+ public function setLimit(mixed $value): self
+ {
+ $this->currentObject->setLimit($value);
+
+ return $this;
+ }
+
+ /**
+ * Устанавливает статус выбираемых выплат.
+ *
+ * @param string|null $value Статус выбираемых выплат или null, чтобы удалить значение
+ *
+ * @return PayoutsRequestBuilder Инстанс текущего билдера
+ *
+ * @throws InvalidPropertyValueException Выбрасывается если переданное значение не является валидным статусом
+ * @throws InvalidPropertyValueTypeException Выбрасывается если в метод была передана не строка
+ */
+ public function setStatus(?string $value): self
+ {
+ $this->currentObject->setStatus($value);
+
+ return $this;
+ }
+
+ /**
+ * Устанавливает способ получения выбираемых выплат.
+ *
+ * @param string|null $value Платежный метод выбираемых выплат или null, чтобы удалить значение
+ *
+ * @return PayoutsRequestBuilder Инстанс текущего билдера
+ *
+ * @throws InvalidPropertyValueException Выбрасывается если переданное значение не является валидным статусом
+ * @throws InvalidPropertyValueTypeException Выбрасывается если в метод была передана не строка
+ */
+ public function setPayoutDestinationType(?string $value): self
+ {
+ $this->currentObject->setPayoutDestinationType($value);
+
+ return $this;
+ }
+
+ /**
+ * Собирает и возвращает объект запроса списка выплат магазина.
+ *
+ * @param null|array $options Массив с настройками запроса
+ *
+ * @return PayoutsRequest Инстанс объекта запроса к API для получения списка выплат магазина
+ */
+ public function build(?array $options = null): AbstractRequestInterface
+ {
+ return parent::build($options);
+ }
+
+ /**
+ * Возвращает новый объект запроса для получения списка выплат, который в дальнейшем будет собираться в билдере.
+ *
+ * @return PayoutsRequest Объект запроса списка выплат магазина
+ */
+ protected function initCurrentObject(): AbstractRequestInterface
+ {
+ return new PayoutsRequest();
+ }
+}
diff --git a/lib/Request/Payouts/PayoutsRequestInterface.php b/lib/Request/Payouts/PayoutsRequestInterface.php
new file mode 100644
index 00000000..b0b5cd27
--- /dev/null
+++ b/lib/Request/Payouts/PayoutsRequestInterface.php
@@ -0,0 +1,237 @@
+ 'created_at.gte',
+ 'createdAtGt' => 'created_at.gt',
+ 'createdAtLte' => 'created_at.lte',
+ 'createdAtLt' => 'created_at.lt',
+ 'status' => 'status',
+ 'payoutDestinationType' => 'payout_destination_type',
+ 'limit' => 'limit',
+ 'cursor' => 'cursor',
+ ];
+
+ /**
+ * Сериализует объект запроса к API для дальнейшей его отправки.
+ *
+ * @param PayoutsRequestInterface $request Сериализуемый объект
+ *
+ * @return array Массив с информацией, отправляемый в дальнейшем в API
+ */
+ public function serialize(PayoutsRequestInterface $request): array
+ {
+ $result = [];
+ foreach (self::$propertyMap as $property => $name) {
+ $value = $request->{$property};
+ if (!empty($value)) {
+ if ($value instanceof DateTime) {
+ if ($value->getTimestamp() > 1) {
+ $result[$name] = $value->format(YOOKASSA_DATE);
+ }
+ } else {
+ $result[$name] = $value;
+ }
+ }
+ }
+
+ return $result;
+ }
+}
diff --git a/lib/Request/Payouts/PayoutsResponse.php b/lib/Request/Payouts/PayoutsResponse.php
new file mode 100644
index 00000000..1dfff966
--- /dev/null
+++ b/lib/Request/Payouts/PayoutsResponse.php
@@ -0,0 +1,75 @@
+_items === null) {
+ $this->_items = new ListObject(PayoutResponse::class);
+ }
+ return $this->_items;
+ }
+
+}
diff --git a/lib/Request/Payouts/SbpBanksResponse.php b/lib/Request/Payouts/SbpBanksResponse.php
index bc3e2cbb..c4c18824 100644
--- a/lib/Request/Payouts/SbpBanksResponse.php
+++ b/lib/Request/Payouts/SbpBanksResponse.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/PersonalData/CreatePayoutStatementRecipientPersonalDataRequestBuilder.php b/lib/Request/PersonalData/CreatePayoutStatementRecipientPersonalDataRequestBuilder.php
index 24f0b429..7468ad7c 100644
--- a/lib/Request/PersonalData/CreatePayoutStatementRecipientPersonalDataRequestBuilder.php
+++ b/lib/Request/PersonalData/CreatePayoutStatementRecipientPersonalDataRequestBuilder.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/PersonalData/CreatePersonalDataRequestInterface.php b/lib/Request/PersonalData/CreatePersonalDataRequestInterface.php
index 0e985d55..d4e101fc 100644
--- a/lib/Request/PersonalData/CreatePersonalDataRequestInterface.php
+++ b/lib/Request/PersonalData/CreatePersonalDataRequestInterface.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/PersonalData/CreateSbpPayoutRecipientPersonalDataRequestBuilder.php b/lib/Request/PersonalData/CreateSbpPayoutRecipientPersonalDataRequestBuilder.php
index cb63903e..a0b5729f 100644
--- a/lib/Request/PersonalData/CreateSbpPayoutRecipientPersonalDataRequestBuilder.php
+++ b/lib/Request/PersonalData/CreateSbpPayoutRecipientPersonalDataRequestBuilder.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/PersonalData/PersonalDataResponse.php b/lib/Request/PersonalData/PersonalDataResponse.php
index ce8cd10a..2da51acd 100644
--- a/lib/Request/PersonalData/PersonalDataResponse.php
+++ b/lib/Request/PersonalData/PersonalDataResponse.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/PersonalData/PersonalDataType/AbstractPersonalDataRequest.php b/lib/Request/PersonalData/PersonalDataType/AbstractPersonalDataRequest.php
index 3418b09a..dfe1b907 100644
--- a/lib/Request/PersonalData/PersonalDataType/AbstractPersonalDataRequest.php
+++ b/lib/Request/PersonalData/PersonalDataType/AbstractPersonalDataRequest.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/PersonalData/PersonalDataType/PayoutStatementRecipientPersonalDataRequest.php b/lib/Request/PersonalData/PersonalDataType/PayoutStatementRecipientPersonalDataRequest.php
index 85b1b6e5..02ed1e71 100644
--- a/lib/Request/PersonalData/PersonalDataType/PayoutStatementRecipientPersonalDataRequest.php
+++ b/lib/Request/PersonalData/PersonalDataType/PayoutStatementRecipientPersonalDataRequest.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/PersonalData/PersonalDataType/RecipientPersonalDataRequestFactory.php b/lib/Request/PersonalData/PersonalDataType/RecipientPersonalDataRequestFactory.php
index 9d6d7aac..88ee7629 100644
--- a/lib/Request/PersonalData/PersonalDataType/RecipientPersonalDataRequestFactory.php
+++ b/lib/Request/PersonalData/PersonalDataType/RecipientPersonalDataRequestFactory.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/PersonalData/PersonalDataType/SbpPayoutRecipientPersonalDataRequest.php b/lib/Request/PersonalData/PersonalDataType/SbpPayoutRecipientPersonalDataRequest.php
index efef244d..41cb7fa5 100644
--- a/lib/Request/PersonalData/PersonalDataType/SbpPayoutRecipientPersonalDataRequest.php
+++ b/lib/Request/PersonalData/PersonalDataType/SbpPayoutRecipientPersonalDataRequest.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Receipts/AbstractReceiptResponse.php b/lib/Request/Receipts/AbstractReceiptResponse.php
index 53aabea2..7d80fba5 100644
--- a/lib/Request/Receipts/AbstractReceiptResponse.php
+++ b/lib/Request/Receipts/AbstractReceiptResponse.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Receipts/CreatePostReceiptRequest.php b/lib/Request/Receipts/CreatePostReceiptRequest.php
index a43a3415..38a2b90e 100644
--- a/lib/Request/Receipts/CreatePostReceiptRequest.php
+++ b/lib/Request/Receipts/CreatePostReceiptRequest.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Receipts/CreatePostReceiptRequestBuilder.php b/lib/Request/Receipts/CreatePostReceiptRequestBuilder.php
index 929326e8..8ed4b230 100644
--- a/lib/Request/Receipts/CreatePostReceiptRequestBuilder.php
+++ b/lib/Request/Receipts/CreatePostReceiptRequestBuilder.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Receipts/CreatePostReceiptRequestInterface.php b/lib/Request/Receipts/CreatePostReceiptRequestInterface.php
index 98157eeb..8c3066f8 100644
--- a/lib/Request/Receipts/CreatePostReceiptRequestInterface.php
+++ b/lib/Request/Receipts/CreatePostReceiptRequestInterface.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Receipts/CreatePostReceiptRequestSerializer.php b/lib/Request/Receipts/CreatePostReceiptRequestSerializer.php
index 5992a506..5ccf0b7b 100644
--- a/lib/Request/Receipts/CreatePostReceiptRequestSerializer.php
+++ b/lib/Request/Receipts/CreatePostReceiptRequestSerializer.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Receipts/PaymentReceiptResponse.php b/lib/Request/Receipts/PaymentReceiptResponse.php
index 9f812301..b082d702 100644
--- a/lib/Request/Receipts/PaymentReceiptResponse.php
+++ b/lib/Request/Receipts/PaymentReceiptResponse.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Receipts/ReceiptResponseFactory.php b/lib/Request/Receipts/ReceiptResponseFactory.php
index 7dbf78d7..1ced8767 100644
--- a/lib/Request/Receipts/ReceiptResponseFactory.php
+++ b/lib/Request/Receipts/ReceiptResponseFactory.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Receipts/ReceiptResponseInterface.php b/lib/Request/Receipts/ReceiptResponseInterface.php
index d09ad8db..75d51389 100644
--- a/lib/Request/Receipts/ReceiptResponseInterface.php
+++ b/lib/Request/Receipts/ReceiptResponseInterface.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Receipts/ReceiptResponseItem.php b/lib/Request/Receipts/ReceiptResponseItem.php
index e1f1020a..d3c44bf1 100644
--- a/lib/Request/Receipts/ReceiptResponseItem.php
+++ b/lib/Request/Receipts/ReceiptResponseItem.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Receipts/ReceiptResponseItemInterface.php b/lib/Request/Receipts/ReceiptResponseItemInterface.php
index e08595a0..05c763d0 100644
--- a/lib/Request/Receipts/ReceiptResponseItemInterface.php
+++ b/lib/Request/Receipts/ReceiptResponseItemInterface.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Receipts/ReceiptsRequest.php b/lib/Request/Receipts/ReceiptsRequest.php
index 48f84702..cddeb3ae 100644
--- a/lib/Request/Receipts/ReceiptsRequest.php
+++ b/lib/Request/Receipts/ReceiptsRequest.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Receipts/ReceiptsRequestBuilder.php b/lib/Request/Receipts/ReceiptsRequestBuilder.php
index 0eb6371f..8f8011f1 100644
--- a/lib/Request/Receipts/ReceiptsRequestBuilder.php
+++ b/lib/Request/Receipts/ReceiptsRequestBuilder.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Receipts/ReceiptsRequestInterface.php b/lib/Request/Receipts/ReceiptsRequestInterface.php
index 8dbca0ae..cf78dcc3 100644
--- a/lib/Request/Receipts/ReceiptsRequestInterface.php
+++ b/lib/Request/Receipts/ReceiptsRequestInterface.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Receipts/ReceiptsRequestSerializer.php b/lib/Request/Receipts/ReceiptsRequestSerializer.php
index 788060c7..66b62af9 100644
--- a/lib/Request/Receipts/ReceiptsRequestSerializer.php
+++ b/lib/Request/Receipts/ReceiptsRequestSerializer.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Receipts/ReceiptsResponse.php b/lib/Request/Receipts/ReceiptsResponse.php
index aa430ded..fb29cee2 100644
--- a/lib/Request/Receipts/ReceiptsResponse.php
+++ b/lib/Request/Receipts/ReceiptsResponse.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Receipts/RefundReceiptResponse.php b/lib/Request/Receipts/RefundReceiptResponse.php
index 400fc37a..833376b4 100644
--- a/lib/Request/Receipts/RefundReceiptResponse.php
+++ b/lib/Request/Receipts/RefundReceiptResponse.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Receipts/SimpleReceiptResponse.php b/lib/Request/Receipts/SimpleReceiptResponse.php
index af6e4609..5c99184d 100644
--- a/lib/Request/Receipts/SimpleReceiptResponse.php
+++ b/lib/Request/Receipts/SimpleReceiptResponse.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Refunds/AbstractRefundResponse.php b/lib/Request/Refunds/AbstractRefundResponse.php
index 7dd9c840..d77540fe 100644
--- a/lib/Request/Refunds/AbstractRefundResponse.php
+++ b/lib/Request/Refunds/AbstractRefundResponse.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Refunds/CreateRefundRequest.php b/lib/Request/Refunds/CreateRefundRequest.php
index ff0b6077..d3dc092a 100644
--- a/lib/Request/Refunds/CreateRefundRequest.php
+++ b/lib/Request/Refunds/CreateRefundRequest.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Refunds/CreateRefundRequestBuilder.php b/lib/Request/Refunds/CreateRefundRequestBuilder.php
index 56b3afea..2fadf0e2 100644
--- a/lib/Request/Refunds/CreateRefundRequestBuilder.php
+++ b/lib/Request/Refunds/CreateRefundRequestBuilder.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Refunds/CreateRefundRequestInterface.php b/lib/Request/Refunds/CreateRefundRequestInterface.php
index 7df2d713..2de2e8f6 100644
--- a/lib/Request/Refunds/CreateRefundRequestInterface.php
+++ b/lib/Request/Refunds/CreateRefundRequestInterface.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Refunds/CreateRefundRequestSerializer.php b/lib/Request/Refunds/CreateRefundRequestSerializer.php
index 0920bc3a..cb083727 100644
--- a/lib/Request/Refunds/CreateRefundRequestSerializer.php
+++ b/lib/Request/Refunds/CreateRefundRequestSerializer.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Refunds/CreateRefundResponse.php b/lib/Request/Refunds/CreateRefundResponse.php
index 6473a8a3..f273692c 100644
--- a/lib/Request/Refunds/CreateRefundResponse.php
+++ b/lib/Request/Refunds/CreateRefundResponse.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Refunds/RefundMethodData/AbstractRefundMethodData.php b/lib/Request/Refunds/RefundMethodData/AbstractRefundMethodData.php
index 3bb44d46..41560cbb 100644
--- a/lib/Request/Refunds/RefundMethodData/AbstractRefundMethodData.php
+++ b/lib/Request/Refunds/RefundMethodData/AbstractRefundMethodData.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Refunds/RefundMethodData/RefundMethodDataElectronicCertificate.php b/lib/Request/Refunds/RefundMethodData/RefundMethodDataElectronicCertificate.php
index e3abe4aa..2fdb6329 100644
--- a/lib/Request/Refunds/RefundMethodData/RefundMethodDataElectronicCertificate.php
+++ b/lib/Request/Refunds/RefundMethodData/RefundMethodDataElectronicCertificate.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Refunds/RefundMethodData/RefundMethodDataFactory.php b/lib/Request/Refunds/RefundMethodData/RefundMethodDataFactory.php
index 5170731e..a13f2a69 100644
--- a/lib/Request/Refunds/RefundMethodData/RefundMethodDataFactory.php
+++ b/lib/Request/Refunds/RefundMethodData/RefundMethodDataFactory.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Refunds/RefundResponse.php b/lib/Request/Refunds/RefundResponse.php
index f7b0ea2d..5b1cd56f 100644
--- a/lib/Request/Refunds/RefundResponse.php
+++ b/lib/Request/Refunds/RefundResponse.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Refunds/RefundsRequest.php b/lib/Request/Refunds/RefundsRequest.php
index 9e0c44b0..3c76ec1c 100644
--- a/lib/Request/Refunds/RefundsRequest.php
+++ b/lib/Request/Refunds/RefundsRequest.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Refunds/RefundsRequestBuilder.php b/lib/Request/Refunds/RefundsRequestBuilder.php
index 80d9bb84..966c4964 100644
--- a/lib/Request/Refunds/RefundsRequestBuilder.php
+++ b/lib/Request/Refunds/RefundsRequestBuilder.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Refunds/RefundsRequestInterface.php b/lib/Request/Refunds/RefundsRequestInterface.php
index 634eed43..86ac137c 100644
--- a/lib/Request/Refunds/RefundsRequestInterface.php
+++ b/lib/Request/Refunds/RefundsRequestInterface.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Refunds/RefundsRequestSerializer.php b/lib/Request/Refunds/RefundsRequestSerializer.php
index bf67bf41..d18cd7bb 100644
--- a/lib/Request/Refunds/RefundsRequestSerializer.php
+++ b/lib/Request/Refunds/RefundsRequestSerializer.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Refunds/RefundsResponse.php b/lib/Request/Refunds/RefundsResponse.php
index 6fdcf4a2..a91be15f 100644
--- a/lib/Request/Refunds/RefundsResponse.php
+++ b/lib/Request/Refunds/RefundsResponse.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/SelfEmployed/SelfEmployedRequest.php b/lib/Request/SelfEmployed/SelfEmployedRequest.php
index 66631bdb..22e46181 100644
--- a/lib/Request/SelfEmployed/SelfEmployedRequest.php
+++ b/lib/Request/SelfEmployed/SelfEmployedRequest.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/SelfEmployed/SelfEmployedRequestBuilder.php b/lib/Request/SelfEmployed/SelfEmployedRequestBuilder.php
index f4a014eb..a32f86a0 100644
--- a/lib/Request/SelfEmployed/SelfEmployedRequestBuilder.php
+++ b/lib/Request/SelfEmployed/SelfEmployedRequestBuilder.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/SelfEmployed/SelfEmployedRequestConfirmation.php b/lib/Request/SelfEmployed/SelfEmployedRequestConfirmation.php
index 344a6848..61c92fbc 100644
--- a/lib/Request/SelfEmployed/SelfEmployedRequestConfirmation.php
+++ b/lib/Request/SelfEmployed/SelfEmployedRequestConfirmation.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/SelfEmployed/SelfEmployedRequestConfirmationFactory.php b/lib/Request/SelfEmployed/SelfEmployedRequestConfirmationFactory.php
index e1afa334..abc35b46 100644
--- a/lib/Request/SelfEmployed/SelfEmployedRequestConfirmationFactory.php
+++ b/lib/Request/SelfEmployed/SelfEmployedRequestConfirmationFactory.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/SelfEmployed/SelfEmployedRequestConfirmationRedirect.php b/lib/Request/SelfEmployed/SelfEmployedRequestConfirmationRedirect.php
index c67b870d..d3fa7459 100644
--- a/lib/Request/SelfEmployed/SelfEmployedRequestConfirmationRedirect.php
+++ b/lib/Request/SelfEmployed/SelfEmployedRequestConfirmationRedirect.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/SelfEmployed/SelfEmployedRequestInterface.php b/lib/Request/SelfEmployed/SelfEmployedRequestInterface.php
index 9471403b..17fe638a 100644
--- a/lib/Request/SelfEmployed/SelfEmployedRequestInterface.php
+++ b/lib/Request/SelfEmployed/SelfEmployedRequestInterface.php
@@ -2,7 +2,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/SelfEmployed/SelfEmployedRequestSerializer.php b/lib/Request/SelfEmployed/SelfEmployedRequestSerializer.php
index 63c262c8..55d17254 100644
--- a/lib/Request/SelfEmployed/SelfEmployedRequestSerializer.php
+++ b/lib/Request/SelfEmployed/SelfEmployedRequestSerializer.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/SelfEmployed/SelfEmployedResponse.php b/lib/Request/SelfEmployed/SelfEmployedResponse.php
index b037a538..fa307116 100644
--- a/lib/Request/SelfEmployed/SelfEmployedResponse.php
+++ b/lib/Request/SelfEmployed/SelfEmployedResponse.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/Request/Webhook/WebhookListResponse.php b/lib/Request/Webhook/WebhookListResponse.php
index b6361512..6602232f 100644
--- a/lib/Request/Webhook/WebhookListResponse.php
+++ b/lib/Request/Webhook/WebhookListResponse.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/lib/autoload.php b/lib/autoload.php
index c1747be1..513b3021 100644
--- a/lib/autoload.php
+++ b/lib/autoload.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/phpdoc.xml b/phpdoc.xml
index d5329385..0e2ea645 100644
--- a/phpdoc.xml
+++ b/phpdoc.xml
@@ -9,7 +9,7 @@
-
+
latest
diff --git a/tests/AbstractTestCase.php b/tests/AbstractTestCase.php
index 309dd05c..56248112 100644
--- a/tests/AbstractTestCase.php
+++ b/tests/AbstractTestCase.php
@@ -3,7 +3,7 @@
/*
* The MIT License
*
- * Copyright (c) 2025 "YooMoney", NBСO LLC
+ * Copyright (c) 2026 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/tests/Client/BaseClientTest.php b/tests/Client/BaseClientTest.php
index 18a4e45b..3b034398 100644
--- a/tests/Client/BaseClientTest.php
+++ b/tests/Client/BaseClientTest.php
@@ -1,4 +1,27 @@
getCurlClientStub();
+ $curlClientStub
+ ->expects($this->once())
+ ->method('sendRequest')
+ ->willReturn([
+ ['Authorization' => 'HeaderValue'],
+ $this->getFixtures('getPayoutsFixtures.json'),
+ ['http_code' => 200],
+ ])
+ ;
+
+ $apiClient = new Client();
+ $response = $apiClient
+ ->setApiClient($curlClientStub)
+ ->setAuth('123456', 'shopPassword')
+ ->getPayouts($request)
+ ;
+
+ $this->assertInstanceOf(PayoutsResponse::class, $response);
+ }
+
+ public static function payoutsListDataProvider(): array
+ {
+ return [
+ [null],
+ [PayoutsRequest::builder()->build()],
+ [[
+ 'status' => 'canceled',
+ ]],
+ ];
+ }
+
+ /**
+ * @dataProvider errorResponseDataProvider
+ *
+ * @param mixed $httpCode
+ * @param mixed $errorResponse
+ * @param mixed $requiredException
+ * @throws ExtensionNotFoundException
+ */
+ public function testInvalidPayoutsList(mixed $httpCode, mixed $errorResponse, mixed $requiredException): void
+ {
+ $payouts = PayoutsRequest::builder()->build();
+ $curlClientStub = $this->getCurlClientStub();
+ $curlClientStub
+ ->expects($this->any())
+ ->method('sendRequest')
+ ->willReturn([
+ ['Header-Name' => 'HeaderValue'],
+ $errorResponse,
+ ['http_code' => $httpCode],
+ ])
+ ;
+
+ $apiClient = new Client();
+ $apiClient->setApiClient($curlClientStub)->setAuth('123456', 'shopPassword');
+
+ try {
+ $apiClient->getPayouts($payouts);
+ } catch (ApiException $e) {
+ self::assertInstanceOf($requiredException, $e);
+
+ return;
+ }
+ self::fail('Exception not thrown');
+ }
+
public function testCreatePersonalData(): void
{
$personalData = SbpPayoutRecipientPersonalDataRequest::builder()
@@ -3116,8 +3223,9 @@ class TestClient extends Client
public function encode(mixed $data): mixed
{
$reflection = new ReflectionMethod($this, 'encodeData');
- $reflection->setAccessible(true);
-
+ if (PHP_VERSION_ID < 80100) {
+ $reflection->setAccessible(true);
+ }
return $reflection->invoke($this, $data);
}
}
diff --git a/tests/Client/CurlClientTest.php b/tests/Client/CurlClientTest.php
index 919f8a14..2f864bbf 100644
--- a/tests/Client/CurlClientTest.php
+++ b/tests/Client/CurlClientTest.php
@@ -1,4 +1,27 @@
getMethod('handleCurlError');
- $method->setAccessible(true);
+ if (PHP_VERSION_ID < 80100) {
+ $method->setAccessible(true);
+ }
$method->invokeArgs($client, [$error, $errn]);
}
diff --git a/tests/Client/UserAgentTest.php b/tests/Client/UserAgentTest.php
index 083c2af2..a2bc9117 100644
--- a/tests/Client/UserAgentTest.php
+++ b/tests/Client/UserAgentTest.php
@@ -1,4 +1,27 @@
getMethod('setOs');
- $method->setAccessible(true);
+ if (PHP_VERSION_ID < 80100) {
+ $method->setAccessible(true);
+ }
$method->invokeArgs($agent, ['name' => 'CentOS', 'version' => '6.7']);
$method = $reflector->getMethod('setPhp');
- $method->setAccessible(true);
+ if (PHP_VERSION_ID < 80100) {
+ $method->setAccessible(true);
+ }
$method->invokeArgs($agent, ['name' => 'PHP', 'version' => '5.4.45']);
$method = $reflector->getMethod('setSdk');
- $method->setAccessible(true);
+ if (PHP_VERSION_ID < 80100) {
+ $method->setAccessible(true);
+ }
$method->invokeArgs($agent, ['name' => 'YooKassa.PHP', 'version' => '1.4.1']);
$agent->setCms('Wordpress', '2.0.4');
$agent->setModule('Woocommerce', '1.2.3');
@@ -41,7 +70,9 @@ class UserAgentTest extends TestCase
$agent = new UserAgent();
$reflector = new ReflectionClass('\YooKassa\Client\UserAgent');
$method = $reflector->getMethod('setOs');
- $method->setAccessible(true);
+ if (PHP_VERSION_ID < 80100) {
+ $method->setAccessible(true);
+ }
$method->invokeArgs($agent, ['name' => 'CentOS', 'version' => '6.7']);
$this->assertEquals('CentOS/6.7', $agent->getOs());
}
@@ -54,7 +85,9 @@ class UserAgentTest extends TestCase
$agent = new UserAgent();
$reflector = new ReflectionClass('\YooKassa\Client\UserAgent');
$method = $reflector->getMethod('setPhp');
- $method->setAccessible(true);
+ if (PHP_VERSION_ID < 80100) {
+ $method->setAccessible(true);
+ }
$method->invokeArgs($agent, ['name' => 'PHP', 'version' => '5.4.45']);
$this->assertEquals('PHP/5.4.45', $agent->getPhp());
}
@@ -88,7 +121,9 @@ class UserAgentTest extends TestCase
$agent = new UserAgent();
$reflector = new ReflectionClass('\YooKassa\Client\UserAgent');
$method = $reflector->getMethod('setSdk');
- $method->setAccessible(true);
+ if (PHP_VERSION_ID < 80100) {
+ $method->setAccessible(true);
+ }
$method->invokeArgs($agent, ['name' => 'YooKassa.PHP', 'version' => '1.4.1']);
$this->assertEquals('YooKassa.PHP/1.4.1', $agent->getSdk());
}
diff --git a/tests/Client/fixtures/getPayoutsFixtures.json b/tests/Client/fixtures/getPayoutsFixtures.json
new file mode 100644
index 00000000..80735939
--- /dev/null
+++ b/tests/Client/fixtures/getPayoutsFixtures.json
@@ -0,0 +1,34 @@
+{
+ "type": "list",
+ "items": [
+ {
+ "id": "po-285c0ab7-0003-5000-9000-0e1166498fda",
+ "amount": {
+ "value": "400.00",
+ "currency": "RUB"
+ },
+ "status": "canceled",
+ "payout_destination": {
+ "type": "bank_card",
+ "card": {
+ "first6": "444444",
+ "last4": "4448",
+ "card_type": "Visa",
+ "issuer_country": "PL",
+ "issuer_name": "Krakowski Bank Spoldzielczy"
+ }
+ },
+ "description": "Выплата по заказу №37",
+ "created_at": "2025-06-16T13:04:55.633Z",
+ "metadata": {
+ "order_id": "37"
+ },
+ "cancellation_details": {
+ "party": "yoo_money",
+ "reason": "general_decline"
+ },
+ "test": false
+ }
+ ],
+ "next_cursor": "37a5c87d-3984-51e8-a7f3-8de646d39ec15"
+}
diff --git a/tests/Common/AbstractEnumTest.php b/tests/Common/AbstractEnumTest.php
index 2fb144a6..c941bac2 100644
--- a/tests/Common/AbstractEnumTest.php
+++ b/tests/Common/AbstractEnumTest.php
@@ -1,4 +1,27 @@
getMethod('strToHex');
- $method->setAccessible(true);
+ if (PHP_VERSION_ID < 80100) {
+ $method->setAccessible(true);
+ }
$result1 = $method->invokeArgs($instance, ['string' => $data]);
$method = $reflection->getMethod('hexToStr');
- $method->setAccessible(true);
+ if (PHP_VERSION_ID < 80100) {
+ $method->setAccessible(true);
+ }
$result2 = $method->invokeArgs($instance, ['hex' => $result1]);
self::assertEquals($data, $result2);
@@ -153,11 +180,15 @@ class ProductCodeTest extends TestCase
$reflection = new ReflectionClass($instance::class);
$method = $reflection->getMethod('baseConvert');
- $method->setAccessible(true);
+ if (PHP_VERSION_ID < 80100) {
+ $method->setAccessible(true);
+ }
$result1 = $method->invokeArgs($instance, ['numString' => $data]);
$method2 = $reflection->getMethod('baseConvert');
- $method2->setAccessible(true);
+ if (PHP_VERSION_ID < 80100) {
+ $method2->setAccessible(true);
+ }
$result2 = $method2->invokeArgs($instance, ['numString' => $result1, 'fromBase' => 16, 'toBase' => 10]);
self::assertEquals(
diff --git a/tests/Helpers/RandomTest.php b/tests/Helpers/RandomTest.php
index 9ba6e564..90edb560 100644
--- a/tests/Helpers/RandomTest.php
+++ b/tests/Helpers/RandomTest.php
@@ -1,4 +1,27 @@
expectException(InvalidArgumentException::class);
$instance = $this->getTestInstance();
- $instance->setPrice(new ReceiptItemAmount(Random::int(100)));
+ $instance->setPrice(new ReceiptItemAmount(Random::int(1, 1000)));
$instance->applyDiscountCoefficient($coefficient);
}
diff --git a/tests/Model/Receipt/ReceiptTest.php b/tests/Model/Receipt/ReceiptTest.php
index 6ab7df72..13fa6411 100644
--- a/tests/Model/Receipt/ReceiptTest.php
+++ b/tests/Model/Receipt/ReceiptTest.php
@@ -1,28 +1,28 @@
Random::str(10, 10, '0123456789'),
'kpp' => Random::str(9, 9, '0123456789'),
'bank' => [
- 'name' => Random::str(1, 100),
+ 'name' => Random::str(1, 45),
'bic' => Random::str(9, 9, '0123456789'),
'account' => Random::str(20, 20, '0123456789'),
'correspondent_account' => Random::str(20, 20, '0123456789'),
@@ -1116,7 +1116,7 @@ class CreatePaymentRequestBuilderTest extends AbstractTestCase
'oktmo' => Random::str(8, 8, '0123456789'),
'payment_period' => [
'month' => Random::int(1, 12),
- 'year' => Random::int(1900, 3000),
+ 'year' => Random::int(1920, 2050),
],
'payment_document_id' => Random::str(18),
'payment_document_number' => '34СТ185329012352',
diff --git a/tests/Request/Payments/CreatePaymentRequestSerializerTest.php b/tests/Request/Payments/CreatePaymentRequestSerializerTest.php
index 63fd3861..bf2a9c45 100644
--- a/tests/Request/Payments/CreatePaymentRequestSerializerTest.php
+++ b/tests/Request/Payments/CreatePaymentRequestSerializerTest.php
@@ -1,28 +1,28 @@
setOptions($options);
- $instance = $builder->build();
-
- if (empty($options['self_employed'])) {
- self::assertNull($instance->getSelfEmployed());
- } else {
- self::assertNotNull($instance->getSelfEmployed());
- if (is_array($options['self_employed'])) {
- self::assertEquals($options['self_employed'], $instance->getSelfEmployed()->toArray());
- } else {
- self::assertEquals($options['self_employed'], $instance->getSelfEmployed());
- }
- }
- }
-
- /**
- * @dataProvider validDataProvider
- *
- * @param mixed $options
- *
- * @throws Exception
- */
- public function testSetReceiptData(mixed $options): void
- {
- $builder = new CreatePayoutRequestBuilder();
- $builder->setOptions($options);
- $instance = $builder->build();
-
- if (empty($options['receipt_data'])) {
- self::assertNull($instance->getReceiptData());
- } else {
- self::assertNotNull($instance->getReceiptData());
- if (is_array($options['receipt_data'])) {
- self::assertEquals($options['receipt_data'], $instance->getReceiptData()->toArray());
- } else {
- self::assertEquals($options['receipt_data'], $instance->getReceiptData());
- }
- }
- }
-
/**
* @dataProvider validDataProvider
*
@@ -303,13 +251,6 @@ class CreatePayoutRequestBuilderTest extends TestCase
'deal' => [
'id' => Random::str(36, 50),
],
- 'self_employed' => new PayoutSelfEmployedInfo([
- 'id' => Random::str(36, 50),
- ]),
- 'receipt_data' => new IncomeReceiptData([
- 'service_name' => Random::str(36, 50),
- 'amount' => new MonetaryAmount(Random::int(1, 99)),
- ]),
],
],
];
@@ -326,13 +267,6 @@ class CreatePayoutRequestBuilderTest extends TestCase
'deal' => [
'id' => Random::str(36, 50),
],
- 'self_employed' => new PayoutSelfEmployedInfo([
- 'id' => Random::str(36, 50),
- ]),
- 'receipt_data' => [
- 'service_name' => Random::str(36, 50),
- 'amount' => ['value' => Random::int(1, 99), 'currency' => CurrencyCode::RUB],
- ],
];
$result[] = [$request];
}
@@ -444,18 +378,6 @@ class CreatePayoutRequestBuilderTest extends TestCase
];
}
- /**
- * @dataProvider invalidSelfEmployedProvider
- *
- * @param mixed $value
- */
- public function testSetInvalidSelfEmployed(mixed $value): void
- {
- $this->expectException(InvalidArgumentException::class);
- $builder = new CreatePayoutRequestBuilder();
- $builder->setSelfEmployed($value);
- }
-
/**
* @param null $testingProperty
*
diff --git a/tests/Request/Payouts/CreatePayoutRequestSerializerTest.php b/tests/Request/Payouts/CreatePayoutRequestSerializerTest.php
index a828d9c8..0f0bfb78 100644
--- a/tests/Request/Payouts/CreatePayoutRequestSerializerTest.php
+++ b/tests/Request/Payouts/CreatePayoutRequestSerializerTest.php
@@ -1,28 +1,28 @@
null,
'deal' => null,
'payment_method_id' => null,
- 'self_employed' => null,
- 'receipt_data' => null,
'personal_data' => null,
],
],
@@ -97,8 +93,6 @@ class CreatePayoutRequestSerializerTest extends TestCase
'description' => '',
'deal' => new PayoutDealInfo(['id' => Random::str(36, 50)]),
'payment_method_id' => '',
- 'self_employed' => new PayoutSelfEmployedInfo(['id' => Random::str(36, 50)]),
- 'receipt_data' => new IncomeReceiptData(['service_name' => Random::str(1, 50)]),
'personal_data' => [new PayoutPersonalData(['id' => Random::str(36, 50)])],
],
],
@@ -113,8 +107,6 @@ class CreatePayoutRequestSerializerTest extends TestCase
'description' => Random::str(5, 128),
'deal' => $even ? new PayoutDealInfo(['id' => Random::str(36, 50)]) : ['id' => Random::str(36, 50)],
'payment_method_id' => $even === 2 ? Random::str(5, 128) : null,
- 'self_employed' => $even ? new PayoutSelfEmployedInfo(['id' => Random::str(36, 50)]) : ['id' => Random::str(36, 50)],
- 'receipt_data' => $even ? new IncomeReceiptData(['service_name' => Random::str(36, 50), 'amount' => new MonetaryAmount(Random::int(1, 1000000))]) : ['service_name' => Random::str(36, 50), 'amount' => ['value' => Random::int(1, 1000000) . '.00', 'currency' => CurrencyCode::RUB]],
'personal_data' => [$even ? new PayoutPersonalData(['id' => Random::str(36, 50)]) : ['id' => Random::str(36, 50)]],
];
$result[] = [$request];
diff --git a/tests/Request/Payouts/CreatePayoutRequestTest.php b/tests/Request/Payouts/CreatePayoutRequestTest.php
index de72d9cb..ad23cbd7 100644
--- a/tests/Request/Payouts/CreatePayoutRequestTest.php
+++ b/tests/Request/Payouts/CreatePayoutRequestTest.php
@@ -1,28 +1,28 @@
getInvalidDataProviderByType($instance->getValidator()->getRulesByPropName('_deal'));
}
- /**
- * Test property "self_employed"
- * @dataProvider validSelfEmployedDataProvider
- * @param mixed $value
- *
- * @return void
- * @throws Exception
- */
- public function testSelfEmployed(mixed $value): void
- {
- $instance = $this->getTestInstance();
- self::assertEmpty($instance->getSelfEmployed());
- self::assertEmpty($instance->self_employed);
- $instance->setSelfEmployed($value);
- self::assertEquals($value, is_array($value) ? $instance->getSelfEmployed()->toArray() : $instance->getSelfEmployed());
- self::assertEquals($value, is_array($value) ? $instance->self_employed->toArray() : $instance->self_employed);
- if (!empty($value)) {
- self::assertTrue($instance->hasSelfEmployed());
- self::assertNotNull($instance->getSelfEmployed());
- self::assertNotNull($instance->self_employed);
- }
- }
-
- /**
- * Test invalid property "self_employed"
- * @dataProvider invalidSelfEmployedDataProvider
- * @param mixed $value
- * @param string $exceptionClass
- *
- * @return void
- */
- public function testInvalidSelfEmployed(mixed $value, string $exceptionClass): void
- {
- $instance = $this->getTestInstance();
-
- $this->expectException($exceptionClass);
- $instance->setSelfEmployed($value);
- }
-
- /**
- * @return array[]
- * @throws Exception
- */
- public function validSelfEmployedDataProvider(): array
- {
- $instance = $this->getTestInstance();
- return $this->getValidDataProviderByType($instance->getValidator()->getRulesByPropName('_self_employed'));
- }
-
- /**
- * @return array[]
- * @throws Exception
- */
- public function invalidSelfEmployedDataProvider(): array
- {
- $instance = $this->getTestInstance();
- return $this->getInvalidDataProviderByType($instance->getValidator()->getRulesByPropName('_self_employed'));
- }
-
- /**
- * Test property "receipt_data"
- * @dataProvider validReceiptDataDataProvider
- * @param mixed $value
- *
- * @return void
- * @throws Exception
- */
- public function testReceiptData(mixed $value): void
- {
- $instance = $this->getTestInstance();
- self::assertEmpty($instance->getReceiptData());
- self::assertEmpty($instance->receipt_data);
- $instance->setReceiptData($value);
- self::assertEquals($value, is_array($value) ? $instance->getReceiptData()->toArray() : $instance->getReceiptData());
- self::assertEquals($value, is_array($value) ? $instance->receipt_data->toArray() : $instance->receipt_data);
- if (!empty($value)) {
- self::assertTrue($instance->hasReceiptData());
- self::assertNotNull($instance->getReceiptData());
- self::assertNotNull($instance->receipt_data);
- }
- }
-
- /**
- * Test invalid property "receipt_data"
- * @dataProvider invalidReceiptDataDataProvider
- * @param mixed $value
- * @param string $exceptionClass
- *
- * @return void
- */
- public function testInvalidReceiptData(mixed $value, string $exceptionClass): void
- {
- $instance = $this->getTestInstance();
-
- $this->expectException($exceptionClass);
- $instance->setReceiptData($value);
- }
-
- /**
- * @return array[]
- * @throws Exception
- */
- public function validReceiptDataDataProvider(): array
- {
- $instance = $this->getTestInstance();
- return $this->getValidDataProviderByType($instance->getValidator()->getRulesByPropName('_receipt_data'));
- }
-
- /**
- * @return array[]
- * @throws Exception
- */
- public function invalidReceiptDataDataProvider(): array
- {
- $instance = $this->getTestInstance();
- return $this->getInvalidDataProviderByType($instance->getValidator()->getRulesByPropName('_receipt_data'));
- }
-
/**
* Test property "personal_data"
* @dataProvider validPersonalDataDataProvider
@@ -725,10 +605,6 @@ class CreatePayoutRequestTest extends AbstractTestCase
self::assertFalse($instance->validate());
$instance->setPersonalData([new PayoutPersonalData(['id' => Random::str(36, 50)])]);
self::assertFalse($instance->validate());
- $instance->setReceiptData(new IncomeReceiptData(['service_name' => Random::str(1, 50)]));
- self::assertFalse($instance->validate());
- $instance->setSelfEmployed(new PayoutSelfEmployedInfo(['id' => Random::str(36, 50)]));
- self::assertFalse($instance->validate());
$instance->setPayoutToken(Random::str(10));
$instance->setPayoutDestinationData(new PayoutDestinationDataBankCard());
diff --git a/tests/Request/Payouts/IncomeReceiptDataTest.php b/tests/Request/Payouts/IncomeReceiptDataTest.php
deleted file mode 100644
index 4c2f092e..00000000
--- a/tests/Request/Payouts/IncomeReceiptDataTest.php
+++ /dev/null
@@ -1,179 +0,0 @@
-object = $this->getMockBuilder(IncomeReceiptData::class)->getMockForAbstractClass();
- $this->assertTrue(class_exists(IncomeReceiptData::class));
- $this->assertInstanceOf(IncomeReceiptData::class, $this->object);
- }
-
- /**
- * Test property "service_name"
- * @dataProvider validServiceNameDataProvider
- * @param mixed $value
- *
- * @return void
- * @throws Exception
- */
- public function testServiceName(mixed $value): void
- {
- $instance = $this->getTestInstance();
- $instance->setServiceName($value);
- self::assertNotNull($instance->getServiceName());
- self::assertNotNull($instance->service_name);
- self::assertEquals($value, is_array($value) ? $instance->getServiceName()->toArray() : $instance->getServiceName());
- self::assertEquals($value, is_array($value) ? $instance->service_name->toArray() : $instance->service_name);
- self::assertLessThanOrEqual(50, is_string($instance->getServiceName()) ? mb_strlen($instance->getServiceName()) : $instance->getServiceName());
- self::assertLessThanOrEqual(50, is_string($instance->service_name) ? mb_strlen($instance->service_name) : $instance->service_name);
- self::assertGreaterThanOrEqual(1, is_string($instance->getServiceName()) ? mb_strlen($instance->getServiceName()) : $instance->getServiceName());
- self::assertGreaterThanOrEqual(1, is_string($instance->service_name) ? mb_strlen($instance->service_name) : $instance->service_name);
- }
-
- /**
- * Test invalid property "service_name"
- * @dataProvider invalidServiceNameDataProvider
- * @param mixed $value
- * @param string $exceptionClass
- *
- * @return void
- */
- public function testInvalidServiceName(mixed $value, string $exceptionClass): void
- {
- $instance = $this->getTestInstance();
-
- $this->expectException($exceptionClass);
- $instance->setServiceName($value);
- }
-
- /**
- * @return array[]
- * @throws Exception
- */
- public function validServiceNameDataProvider(): array
- {
- $instance = $this->getTestInstance();
- return $this->getValidDataProviderByType($instance->getValidator()->getRulesByPropName('_service_name'));
- }
-
- /**
- * @return array[]
- * @throws Exception
- */
- public function invalidServiceNameDataProvider(): array
- {
- $instance = $this->getTestInstance();
- return $this->getInvalidDataProviderByType($instance->getValidator()->getRulesByPropName('_service_name'));
- }
-
- /**
- * Test property "amount"
- * @dataProvider validAmountDataProvider
- * @param mixed $value
- *
- * @return void
- * @throws Exception
- */
- public function testAmount(mixed $value): void
- {
- $instance = $this->getTestInstance();
- self::assertEmpty($instance->getAmount());
- self::assertEmpty($instance->amount);
- $instance->setAmount($value);
- self::assertEquals($value, is_array($value) ? $instance->getAmount()->toArray() : $instance->getAmount());
- self::assertEquals($value, is_array($value) ? $instance->amount->toArray() : $instance->amount);
- if (!empty($value)) {
- self::assertNotNull($instance->getAmount());
- self::assertNotNull($instance->amount);
- }
- }
-
- /**
- * Test invalid property "amount"
- * @dataProvider invalidAmountDataProvider
- * @param mixed $value
- * @param string $exceptionClass
- *
- * @return void
- */
- public function testInvalidAmount(mixed $value, string $exceptionClass): void
- {
- $instance = $this->getTestInstance();
-
- $this->expectException($exceptionClass);
- $instance->setAmount($value);
- }
-
- /**
- * @return array[]
- * @throws Exception
- */
- public function validAmountDataProvider(): array
- {
- $instance = $this->getTestInstance();
- return $this->getValidDataProviderByType($instance->getValidator()->getRulesByPropName('_amount'));
- }
-
- /**
- * @return array[]
- * @throws Exception
- */
- public function invalidAmountDataProvider(): array
- {
- $instance = $this->getTestInstance();
- return $this->getInvalidDataProviderByType($instance->getValidator()->getRulesByPropName('_amount'));
- }
-}
diff --git a/tests/Request/Payouts/PayoutDestinationData/AbstractTestPayoutDestinationData.php b/tests/Request/Payouts/PayoutDestinationData/AbstractTestPayoutDestinationData.php
index c784c36e..25aaa0fa 100644
--- a/tests/Request/Payouts/PayoutDestinationData/AbstractTestPayoutDestinationData.php
+++ b/tests/Request/Payouts/PayoutDestinationData/AbstractTestPayoutDestinationData.php
@@ -1,28 +1,28 @@
object = $this->getMockBuilder(PayoutSelfEmployedInfo::class)->getMockForAbstractClass();
- $this->assertTrue(class_exists(PayoutSelfEmployedInfo::class));
- $this->assertInstanceOf(PayoutSelfEmployedInfo::class, $this->object);
- }
-
- /**
- * Test property "id"
- * @dataProvider validIdDataProvider
- * @param mixed $value
- *
- * @return void
- * @throws Exception
- */
- public function testId(mixed $value): void
- {
- $instance = $this->getTestInstance();
- $instance->setId($value);
- self::assertNotNull($instance->getId());
- self::assertNotNull($instance->id);
- self::assertEquals($value, is_array($value) ? $instance->getId()->toArray() : $instance->getId());
- self::assertEquals($value, is_array($value) ? $instance->id->toArray() : $instance->id);
- self::assertLessThanOrEqual(50, is_string($instance->getId()) ? mb_strlen($instance->getId()) : $instance->getId());
- self::assertLessThanOrEqual(50, is_string($instance->id) ? mb_strlen($instance->id) : $instance->id);
- self::assertGreaterThanOrEqual(36, is_string($instance->getId()) ? mb_strlen($instance->getId()) : $instance->getId());
- self::assertGreaterThanOrEqual(36, is_string($instance->id) ? mb_strlen($instance->id) : $instance->id);
- }
-
- /**
- * Test invalid property "id"
- * @dataProvider invalidIdDataProvider
- * @param mixed $value
- * @param string $exceptionClass
- *
- * @return void
- */
- public function testInvalidId(mixed $value, string $exceptionClass): void
- {
- $instance = $this->getTestInstance();
-
- $this->expectException($exceptionClass);
- $instance->setId($value);
- }
-
- /**
- * @return array[]
- * @throws Exception
- */
- public function validIdDataProvider(): array
- {
- $instance = $this->getTestInstance();
- return $this->getValidDataProviderByType($instance->getValidator()->getRulesByPropName('_id'));
- }
-
- /**
- * @return array[]
- * @throws Exception
- */
- public function invalidIdDataProvider(): array
- {
- $instance = $this->getTestInstance();
- return $this->getInvalidDataProviderByType($instance->getValidator()->getRulesByPropName('_id'));
- }
-}
diff --git a/tests/Request/Payouts/PayoutsRequestBuilderTest.php b/tests/Request/Payouts/PayoutsRequestBuilderTest.php
new file mode 100644
index 00000000..38bb7e97
--- /dev/null
+++ b/tests/Request/Payouts/PayoutsRequestBuilderTest.php
@@ -0,0 +1,267 @@
+build();
+ self::assertNull($instance->getCursor());
+
+ $builder->setCursor($options['cursor']);
+ $instance = $builder->build();
+ if (empty($options['cursor'])) {
+ self::assertNull($instance->getCursor());
+ } else {
+ self::assertEquals($options['cursor'], $instance->getCursor());
+ }
+ }
+
+ /**
+ * @dataProvider validDataProvider
+ *
+ * @param mixed $options
+ */
+ public function testSetCreatedAtGte($options): void
+ {
+ $builder = new PayoutsRequestBuilder();
+
+ $instance = $builder->build();
+ self::assertNull($instance->getCreatedAtGte());
+
+ $builder->setCreatedAtGte($options['createdAtGte']);
+ $instance = $builder->build();
+ if (empty($options['createdAtGte'])) {
+ self::assertNull($instance->getCreatedAtGte());
+ } else {
+ self::assertEquals($options['createdAtGte'], $instance->getCreatedAtGte()->format(YOOKASSA_DATE));
+ }
+ }
+
+ /**
+ * @dataProvider validDataProvider
+ *
+ * @param mixed $options
+ *
+ * @throws Exception
+ */
+ public function testSetCreatedGt($options): void
+ {
+ $builder = new PayoutsRequestBuilder();
+
+ $instance = $builder->build();
+ self::assertNull($instance->getCreatedAtGt());
+
+ $builder->setCreatedAtGt($options['createdAtGt']);
+ $instance = $builder->build();
+ if (empty($options['createdAtGt'])) {
+ self::assertNull($instance->getCreatedAtGt());
+ } else {
+ self::assertEquals($options['createdAtGt'], $instance->getCreatedAtGt()->format(YOOKASSA_DATE));
+ }
+ }
+
+ /**
+ * @dataProvider validDataProvider
+ *
+ * @param mixed $options
+ *
+ * @throws Exception
+ */
+ public function testSetCreatedLte($options): void
+ {
+ $builder = new PayoutsRequestBuilder();
+
+ $instance = $builder->build();
+ self::assertNull($instance->getCreatedAtLte());
+
+ $builder->setCreatedAtLte($options['createdAtLte']);
+ $instance = $builder->build();
+ if (empty($options['createdAtLte'])) {
+ self::assertNull($instance->getCreatedAtLte());
+ } else {
+ self::assertEquals($options['createdAtLte'], $instance->getCreatedAtLte()->format(YOOKASSA_DATE));
+ }
+ }
+
+ /**
+ * @dataProvider validDataProvider
+ *
+ * @param mixed $options
+ */
+ public function testSetCreatedLt($options): void
+ {
+ $builder = new PayoutsRequestBuilder();
+
+ $instance = $builder->build();
+ self::assertNull($instance->getCreatedAtLt());
+
+ $builder->setCreatedAtLt($options['createdAtLt']);
+ $instance = $builder->build();
+ if (empty($options['createdAtLt'])) {
+ self::assertNull($instance->getCreatedAtLt());
+ } else {
+ self::assertEquals($options['createdAtLt'], $instance->getCreatedAtLt()->format(YOOKASSA_DATE));
+ }
+ }
+
+ /**
+ * @dataProvider validDataProvider
+ *
+ * @param mixed $options
+ */
+ public function testSetPayoutDestinationType($options): void
+ {
+ $builder = new PayoutsRequestBuilder();
+
+ $instance = $builder->build();
+ self::assertNull($instance->getPayoutDestinationType());
+
+ $builder->setPayoutDestinationType($options['payoutDestinationType']);
+ $instance = $builder->build();
+ if (empty($options['payoutDestinationType'])) {
+ self::assertNull($instance->getPayoutDestinationType());
+ } else {
+ self::assertEquals($options['payoutDestinationType'], $instance->getPayoutDestinationType());
+ }
+ }
+
+ /**
+ * @dataProvider validDataProvider
+ *
+ * @param mixed $options
+ */
+ public function testSetLimit($options): void
+ {
+ $builder = new PayoutsRequestBuilder();
+
+ $instance = $builder->build();
+ self::assertNull($instance->getLimit());
+
+ $builder->setLimit($options['limit']);
+ $instance = $builder->build();
+ if (is_null($options['limit'])) {
+ self::assertNull($instance->getLimit());
+ } else {
+ self::assertEquals($options['limit'], $instance->getLimit());
+ }
+ }
+
+ /**
+ * @dataProvider validDataProvider
+ *
+ * @param mixed $options
+ */
+ public function testSetStatus($options): void
+ {
+ $builder = new PayoutsRequestBuilder();
+
+ $instance = $builder->build();
+ self::assertNull($instance->getStatus());
+
+ $builder->setStatus($options['status']);
+ $instance = $builder->build();
+ if (empty($options['status'])) {
+ self::assertNull($instance->getStatus());
+ } else {
+ self::assertEquals($options['status'], $instance->getStatus());
+ }
+ }
+
+ /**
+ * @throws Exception
+ */
+ public function validDataProvider(): array
+ {
+ $result = [
+ [
+ [
+ 'createdAtGte' => null,
+ 'createdAtGt' => null,
+ 'createdAtLte' => null,
+ 'createdAtLt' => null,
+ 'payoutDestinationType' => null,
+ 'status' => null,
+ 'limit' => null,
+ 'cursor' => null,
+ ],
+ ],
+ [
+ [
+ 'createdAtGte' => '',
+ 'createdAtGt' => '',
+ 'createdAtLte' => '',
+ 'createdAtLt' => '',
+ 'payoutDestinationType' => '',
+ 'status' => '',
+ 'limit' => 1,
+ 'cursor' => '',
+ ],
+ ],
+ ];
+ $statuses = PayoutStatus::getValidValues();
+ $methods = PayoutDestinationType::getValidValues();
+ for ($i = 0; $i < 10; $i++) {
+ $request = [
+ 'createdAtGte' => date(YOOKASSA_DATE, Random::int(1, time())),
+ 'createdAtGt' => date(YOOKASSA_DATE, Random::int(1, time())),
+ 'createdAtLte' => date(YOOKASSA_DATE, Random::int(1, time())),
+ 'createdAtLt' => date(YOOKASSA_DATE, Random::int(1, time())),
+ 'payoutDestinationType' => Random::value($methods),
+ 'status' => Random::value($statuses),
+ 'limit' => Random::int(1, 100),
+ 'cursor' => UUID::v4(),
+ ];
+ $result[] = [$request];
+ }
+
+ return $result;
+ }
+}
diff --git a/tests/Request/Payouts/PayoutsRequestSerializerTest.php b/tests/Request/Payouts/PayoutsRequestSerializerTest.php
new file mode 100644
index 00000000..b10bc296
--- /dev/null
+++ b/tests/Request/Payouts/PayoutsRequestSerializerTest.php
@@ -0,0 +1,117 @@
+ 'created_at.gte',
+ 'createdAtGt' => 'created_at.gt',
+ 'createdAtLte' => 'created_at.lte',
+ 'createdAtLt' => 'created_at.lt',
+ 'status' => 'status',
+ 'payoutDestinationType' => 'payout_destination_type',
+ 'limit' => 'limit',
+ 'cursor' => 'cursor',
+ ];
+
+ /**
+ * @dataProvider validDataProvider
+ *
+ * @param mixed $options
+ */
+ public function testSerialize(mixed $options): void
+ {
+ $serializer = new PayoutsRequestSerializer();
+ $data = $serializer->serialize(PayoutsRequest::builder()->build($options));
+
+ $expected = [];
+ foreach ($this->fieldMap as $field => $mapped) {
+ if (isset($options[$field])) {
+ $value = $options[$field];
+ if (!empty($value)) {
+ $expected[$mapped] = $value instanceof DateTime ? $value->format(YOOKASSA_DATE) : $value;
+ }
+ }
+ }
+ self::assertEquals($expected, $data);
+ }
+
+ public function validDataProvider(): array
+ {
+ $result = [
+ [
+ [],
+ ],
+ [
+ [
+ 'createdAtGte' => '',
+ 'createdAtGt' => '',
+ 'createdAtLte' => '',
+ 'createdAtLt' => '',
+ 'payoutDestinationType' => '',
+ 'status' => '',
+ 'limit' => 1,
+ 'cursor' => '',
+ ],
+ ],
+ ];
+ $statuses = PayoutStatus::getValidValues();
+ $methods = PayoutDestinationType::getValidValues();
+ for ($i = 0; $i < 10; $i++) {
+ $request = [
+ 'createdAtGte' => date(YOOKASSA_DATE, Random::int(1, time())),
+ 'createdAtGt' => date(YOOKASSA_DATE, Random::int(1, time())),
+ 'createdAtLte' => date(YOOKASSA_DATE, Random::int(1, time())),
+ 'createdAtLt' => date(YOOKASSA_DATE, Random::int(1, time())),
+ 'payoutDestinationType' => $methods[Random::int(0, count($methods) - 1)],
+ 'status' => $statuses[Random::int(0, count($statuses) - 1)],
+ 'limit' => Random::int(1, 100),
+ 'cursor' => Random::str(Random::int(2, 30)),
+ ];
+ $result[] = [$request];
+ }
+
+ return $result;
+ }
+
+}
diff --git a/tests/Request/Payouts/PayoutsRequestTest.php b/tests/Request/Payouts/PayoutsRequestTest.php
new file mode 100644
index 00000000..01d9e2e4
--- /dev/null
+++ b/tests/Request/Payouts/PayoutsRequestTest.php
@@ -0,0 +1,589 @@
+object = $this->getMockBuilder(PayoutsRequest::class)->getMockForAbstractClass();
+ $this->assertTrue(class_exists(PayoutsRequest::class));
+ $this->assertInstanceOf(PayoutsRequest::class, $this->object);
+ self::assertTrue($this->object->validate());
+ }
+
+ /**
+ * Test property "cursor"
+ * @dataProvider validCursorDataProvider
+ * @param mixed $value
+ *
+ * @return void
+ * @throws Exception
+ */
+ public function testCursor(mixed $value): void
+ {
+ $instance = $this->getTestInstance();
+ self::assertEmpty($instance->getCursor());
+ self::assertEmpty($instance->cursor);
+ $instance->setCursor($value);
+ self::assertEquals($value, $instance->getCursor());
+ self::assertEquals($value, $instance->cursor);
+ if (!empty($value)) {
+ self::assertTrue($instance->hasCursor());
+ self::assertNotNull($instance->getCursor());
+ self::assertNotNull($instance->cursor);
+ }
+ }
+
+ /**
+ * Test invalid property "cursor"
+ * @dataProvider invalidCursorDataProvider
+ * @param mixed $value
+ * @param string $exceptionClass
+ *
+ * @return void
+ */
+ public function testInvalidCursor(mixed $value, string $exceptionClass): void
+ {
+ $instance = $this->getTestInstance();
+
+ $this->expectException($exceptionClass);
+ $instance->setCursor($value);
+ }
+
+ /**
+ * @return array[]
+ * @throws Exception
+ */
+ public function validCursorDataProvider(): array
+ {
+ $instance = $this->getTestInstance();
+ return $this->getValidDataProviderByType($instance->getValidator()->getRulesByPropName('_cursor'));
+ }
+
+ /**
+ * @return array[]
+ * @throws Exception
+ */
+ public function invalidCursorDataProvider(): array
+ {
+ $instance = $this->getTestInstance();
+ return $this->getInvalidDataProviderByType($instance->getValidator()->getRulesByPropName('_cursor'));
+ }
+
+ /**
+ * Test property "limit"
+ * @dataProvider validLimitDataProvider
+ * @param mixed $value
+ *
+ * @return void
+ * @throws Exception
+ */
+ public function testLimit(mixed $value): void
+ {
+ $instance = $this->getTestInstance();
+ $instance->setLimit($value);
+ self::assertEquals($value, $instance->getLimit());
+ self::assertEquals($value, $instance->limit);
+ if (!empty($value)) {
+ self::assertTrue($instance->hasLimit());
+ self::assertNotNull($instance->getLimit());
+ self::assertNotNull($instance->limit);
+ self::assertLessThanOrEqual(100, is_string($instance->getLimit()) ? mb_strlen($instance->getLimit()) : $instance->getLimit());
+ self::assertLessThanOrEqual(100, is_string($instance->limit) ? mb_strlen($instance->limit) : $instance->limit);
+ self::assertGreaterThanOrEqual(1, is_string($instance->getLimit()) ? mb_strlen($instance->getLimit()) : $instance->getLimit());
+ self::assertGreaterThanOrEqual(1, is_string($instance->limit) ? mb_strlen($instance->limit) : $instance->limit);
+ self::assertIsNumeric($instance->getLimit());
+ self::assertIsNumeric($instance->limit);
+ }
+ }
+
+ /**
+ * Test invalid property "limit"
+ * @dataProvider invalidCursorDataProvider
+ * @param mixed $value
+ * @param string $exceptionClass
+ *
+ * @return void
+ */
+ public function testInvalidLimit(mixed $value, string $exceptionClass): void
+ {
+ $instance = $this->getTestInstance();
+
+ $this->expectException($exceptionClass);
+ $instance->setCursor($value);
+ }
+
+ /**
+ * @return array[]
+ * @throws Exception
+ */
+ public function validLimitDataProvider(): array
+ {
+ $instance = $this->getTestInstance();
+ return $this->getValidDataProviderByType($instance->getValidator()->getRulesByPropName('_limit'));
+ }
+
+ /**
+ * @return array[]
+ * @throws Exception
+ */
+ public function invalidLimitDataProvider(): array
+ {
+ $instance = $this->getTestInstance();
+ return $this->getInvalidDataProviderByType($instance->getValidator()->getRulesByPropName('_limit'));
+ }
+
+ /**
+ * Test property "created_at_gte"
+ * @dataProvider validCreatedAtGteDataProvider
+ * @param mixed $value
+ *
+ * @return void
+ * @throws Exception
+ */
+ public function testCreatedAtGte(mixed $value): void
+ {
+ $instance = $this->getTestInstance();
+ self::assertEmpty($instance->getCreatedAtGte());
+ self::assertEmpty($instance->created_at_gte);
+ $instance->setCreatedAtGte($value);
+ if (!empty($value)) {
+ self::assertTrue($instance->hasCreatedAtGte());
+ self::assertNotNull($instance->getCreatedAtGte());
+ self::assertNotNull($instance->created_at_gte);
+ if ($value instanceof Datetime) {
+ self::assertEquals($value, $instance->getCreatedAtGte());
+ self::assertEquals($value, $instance->created_at_gte);
+ } else {
+ self::assertEquals(new Datetime($value), $instance->getCreatedAtGte());
+ self::assertEquals(new Datetime($value), $instance->created_at_gte);
+ }
+ }
+ }
+
+ /**
+ * Test invalid property "created_at_gte"
+ * @dataProvider invalidCreatedAtGteDataProvider
+ * @param mixed $value
+ * @param string $exceptionClass
+ *
+ * @return void
+ */
+ public function testInvalidCreatedAtGte(mixed $value, string $exceptionClass): void
+ {
+ $instance = $this->getTestInstance();
+
+ $this->expectException($exceptionClass);
+ $instance->setCreatedAtGte($value);
+ }
+
+ /**
+ * @return array[]
+ * @throws Exception
+ */
+ public function validCreatedAtGteDataProvider(): array
+ {
+ $instance = $this->getTestInstance();
+ return $this->getValidDataProviderByType($instance->getValidator()->getRulesByPropName('_created_at_gte'));
+ }
+
+ /**
+ * @return array[]
+ * @throws Exception
+ */
+ public function invalidCreatedAtGteDataProvider(): array
+ {
+ $instance = $this->getTestInstance();
+ return $this->getInvalidDataProviderByType($instance->getValidator()->getRulesByPropName('_created_at_gte'));
+ }
+
+ /**
+ * Test property "created_at_gt"
+ * @dataProvider validCreatedAtGtDataProvider
+ * @param mixed $value
+ *
+ * @return void
+ * @throws Exception
+ */
+ public function testCreatedAtGt(mixed $value): void
+ {
+ $instance = $this->getTestInstance();
+ self::assertEmpty($instance->getCreatedAtGt());
+ self::assertEmpty($instance->created_at_gt);
+ $instance->setCreatedAtGt($value);
+ if (!empty($value)) {
+ self::assertTrue($instance->hasCreatedAtGt());
+ self::assertNotNull($instance->getCreatedAtGt());
+ self::assertNotNull($instance->created_at_gt);
+ if ($value instanceof Datetime) {
+ self::assertEquals($value, $instance->getCreatedAtGt());
+ self::assertEquals($value, $instance->created_at_gt);
+ } else {
+ self::assertEquals(new Datetime($value), $instance->getCreatedAtGt());
+ self::assertEquals(new Datetime($value), $instance->created_at_gt);
+ }
+ }
+ }
+
+ /**
+ * Test invalid property "created_at_gt"
+ * @dataProvider invalidCreatedAtGtDataProvider
+ * @param mixed $value
+ * @param string $exceptionClass
+ *
+ * @return void
+ */
+ public function testInvalidCreatedAtGt(mixed $value, string $exceptionClass): void
+ {
+ $instance = $this->getTestInstance();
+
+ $this->expectException($exceptionClass);
+ $instance->setCreatedAtGt($value);
+ }
+
+ /**
+ * @return array[]
+ * @throws Exception
+ */
+ public function validCreatedAtGtDataProvider(): array
+ {
+ $instance = $this->getTestInstance();
+ return $this->getValidDataProviderByType($instance->getValidator()->getRulesByPropName('_created_at_gt'));
+ }
+
+ /**
+ * @return array[]
+ * @throws Exception
+ */
+ public function invalidCreatedAtGtDataProvider(): array
+ {
+ $instance = $this->getTestInstance();
+ return $this->getInvalidDataProviderByType($instance->getValidator()->getRulesByPropName('_created_at_gt'));
+ }
+
+ /**
+ * Test property "created_at_lte"
+ * @dataProvider validCreatedAtLteDataProvider
+ * @param mixed $value
+ *
+ * @return void
+ * @throws Exception
+ */
+ public function testCreatedAtLte(mixed $value): void
+ {
+ $instance = $this->getTestInstance();
+ self::assertEmpty($instance->getCreatedAtLte());
+ self::assertEmpty($instance->created_at_lte);
+ $instance->setCreatedAtLte($value);
+ if (!empty($value)) {
+ self::assertTrue($instance->hasCreatedAtLte());
+ self::assertNotNull($instance->getCreatedAtLte());
+ self::assertNotNull($instance->created_at_lte);
+ if ($value instanceof Datetime) {
+ self::assertEquals($value, $instance->getCreatedAtLte());
+ self::assertEquals($value, $instance->created_at_lte);
+ } else {
+ self::assertEquals(new Datetime($value), $instance->getCreatedAtLte());
+ self::assertEquals(new Datetime($value), $instance->created_at_lte);
+ }
+ }
+ }
+
+ /**
+ * Test invalid property "created_at_lte"
+ * @dataProvider invalidCreatedAtLteDataProvider
+ * @param mixed $value
+ * @param string $exceptionClass
+ *
+ * @return void
+ */
+ public function testInvalidCreatedAtLte(mixed $value, string $exceptionClass): void
+ {
+ $instance = $this->getTestInstance();
+
+ $this->expectException($exceptionClass);
+ $instance->setCreatedAtLte($value);
+ }
+
+ /**
+ * @return array[]
+ * @throws Exception
+ */
+ public function validCreatedAtLteDataProvider(): array
+ {
+ $instance = $this->getTestInstance();
+ return $this->getValidDataProviderByType($instance->getValidator()->getRulesByPropName('_created_at_lte'));
+ }
+
+ /**
+ * @return array[]
+ * @throws Exception
+ */
+ public function invalidCreatedAtLteDataProvider(): array
+ {
+ $instance = $this->getTestInstance();
+ return $this->getInvalidDataProviderByType($instance->getValidator()->getRulesByPropName('_created_at_lte'));
+ }
+
+ /**
+ * Test property "created_at_lt"
+ * @dataProvider validCreatedAtLtDataProvider
+ * @param mixed $value
+ *
+ * @return void
+ * @throws Exception
+ */
+ public function testCreatedAtLt(mixed $value): void
+ {
+ $instance = $this->getTestInstance();
+ self::assertEmpty($instance->getCreatedAtLt());
+ self::assertEmpty($instance->created_at_lt);
+ $instance->setCreatedAtLt($value);
+ if (!empty($value)) {
+ self::assertTrue($instance->hasCreatedAtLt());
+ self::assertNotNull($instance->getCreatedAtLt());
+ self::assertNotNull($instance->created_at_lt);
+ if ($value instanceof Datetime) {
+ self::assertEquals($value, $instance->getCreatedAtLt());
+ self::assertEquals($value, $instance->created_at_lt);
+ } else {
+ self::assertEquals(new Datetime($value), $instance->getCreatedAtLt());
+ self::assertEquals(new Datetime($value), $instance->created_at_lt);
+ }
+ }
+ }
+
+ /**
+ * Test invalid property "created_at_lt"
+ * @dataProvider invalidCreatedAtLtDataProvider
+ * @param mixed $value
+ * @param string $exceptionClass
+ *
+ * @return void
+ */
+ public function testInvalidCreatedAtLt(mixed $value, string $exceptionClass): void
+ {
+ $instance = $this->getTestInstance();
+
+ $this->expectException($exceptionClass);
+ $instance->setCreatedAtLt($value);
+ }
+
+ /**
+ * @return array[]
+ * @throws Exception
+ */
+ public function validCreatedAtLtDataProvider(): array
+ {
+ $instance = $this->getTestInstance();
+ return $this->getValidDataProviderByType($instance->getValidator()->getRulesByPropName('_created_at_lt'));
+ }
+
+ /**
+ * @return array[]
+ * @throws Exception
+ */
+ public function invalidCreatedAtLtDataProvider(): array
+ {
+ $instance = $this->getTestInstance();
+ return $this->getInvalidDataProviderByType($instance->getValidator()->getRulesByPropName('_created_at_lt'));
+ }
+
+ /**
+ * Test property "payout_destination_type"
+ * @dataProvider validPayoutDestinationTypeDataProvider
+ * @param mixed $value
+ *
+ * @return void
+ * @throws Exception
+ */
+ public function testPayoutDestinationType(mixed $value): void
+ {
+ $instance = $this->getTestInstance();
+ self::assertEmpty($instance->getPayoutDestinationType());
+ self::assertEmpty($instance->payout_destination_type);
+ self::assertEmpty($instance->payoutDestinationType);
+ $instance->setPayoutDestinationType($value);
+ self::assertEquals($value, $instance->getPayoutDestinationType());
+ self::assertEquals($value, $instance->payout_destination_type);
+ self::assertEquals($value, $instance->payoutDestinationType);
+ if (!empty($value)) {
+ self::assertTrue($instance->hasPayoutDestinationType());
+ self::assertNotNull($instance->getPayoutDestinationType());
+ self::assertNotNull($instance->payout_destination_type);
+ self::assertNotNull($instance->payoutDestinationType);
+ }
+ }
+
+ /**
+ * Test invalid property "payout_destination_type"
+ * @dataProvider invalidPayoutDestinationTypeDataProvider
+ * @param mixed $value
+ * @param string $exceptionClass
+ *
+ * @return void
+ */
+ public function testInvalidPayoutDestinationType(mixed $value, string $exceptionClass): void
+ {
+ $instance = $this->getTestInstance();
+
+ $this->expectException($exceptionClass);
+ $instance->setPayoutDestinationType($value);
+ }
+
+ /**
+ * @return array[]
+ * @throws Exception
+ */
+ public function validPayoutDestinationTypeDataProvider(): array
+ {
+ $instance = $this->getTestInstance();
+ return $this->getValidDataProviderByType($instance->getValidator()->getRulesByPropName('_payout_destination_type'));
+ }
+
+ /**
+ * @return array[]
+ * @throws Exception
+ */
+ public function invalidPayoutDestinationTypeDataProvider(): array
+ {
+ $instance = $this->getTestInstance();
+ return $this->getInvalidDataProviderByType($instance->getValidator()->getRulesByPropName('_payout_destination_type'));
+ }
+
+ /**
+ * Test property "status"
+ * @dataProvider validStatusDataProvider
+ * @param mixed $value
+ *
+ * @return void
+ * @throws Exception
+ */
+ public function testStatus(mixed $value): void
+ {
+ $instance = $this->getTestInstance();
+ self::assertEmpty($instance->getStatus());
+ self::assertEmpty($instance->status);
+ $instance->setStatus($value);
+ if (!empty($value)) {
+ self::assertTrue($instance->hasStatus());
+ self::assertNotNull($instance->getStatus());
+ self::assertNotNull($instance->status);
+ self::assertEquals($value, $instance->getStatus());
+ self::assertEquals($value, $instance->status);
+ self::assertContains($instance->getStatus(), ['pending', 'succeeded', 'canceled']);
+ self::assertContains($instance->status, ['pending', 'succeeded', 'canceled']);
+ }
+ }
+
+ /**
+ * Test invalid property "status"
+ * @dataProvider invalidStatusDataProvider
+ * @param mixed $value
+ * @param string $exceptionClass
+ *
+ * @return void
+ */
+ public function testInvalidStatus(mixed $value, string $exceptionClass): void
+ {
+ $instance = $this->getTestInstance();
+
+ $this->expectException($exceptionClass);
+ $instance->setStatus($value);
+ }
+
+ /**
+ * @return array[]
+ * @throws Exception
+ */
+ public function validStatusDataProvider(): array
+ {
+ $instance = $this->getTestInstance();
+ return $this->getValidDataProviderByType($instance->getValidator()->getRulesByPropName('_status'));
+ }
+
+ /**
+ * @return array[]
+ * @throws Exception
+ */
+ public function invalidStatusDataProvider(): array
+ {
+ $instance = $this->getTestInstance();
+ return $this->getInvalidDataProviderByType($instance->getValidator()->getRulesByPropName('_status'));
+ }
+
+ /**
+ * Test valid method "builder"
+ * @dataProvider validClassDataProvider
+ * @param mixed $value
+ *
+ * @return void
+ */
+ public function testBuilder(mixed $value): void
+ {
+ $instance = $this->getTestInstance($value);
+ self::assertInstanceOf(AbstractRequestBuilder::class, $instance::builder());
+ }
+
+ /**
+ * @return array
+ * @throws Exception
+ */
+ public function validClassDataProvider(): array
+ {
+ $instance = $this->getTestInstance();
+ return [$this->getValidDataProviderByClass($instance)];
+ }
+}
diff --git a/tests/Request/Payouts/PayoutsResponseTest.php b/tests/Request/Payouts/PayoutsResponseTest.php
new file mode 100644
index 00000000..e01ae0ff
--- /dev/null
+++ b/tests/Request/Payouts/PayoutsResponseTest.php
@@ -0,0 +1,124 @@
+object = $this->getMockBuilder(PayoutsResponse::class)->getMockForAbstractClass();
+ $this->assertTrue(class_exists(PayoutsResponse::class));
+ $this->assertInstanceOf(PayoutsResponse::class, $this->object);
+ }
+
+ /**
+ * Test property "items"
+ * @dataProvider validClassDataProvider
+ * @param mixed $value
+ *
+ * @return void
+ * @throws Exception
+ */
+ public function testItems(mixed $value): void
+ {
+ $instance = $this->getTestInstance();
+ self::assertIsObject($instance->getItems());
+ self::assertIsObject($instance->items);
+ self::assertNotNull($instance->getItems());
+ self::assertNotNull($instance->items);
+ $instance = $this->getTestInstance($value);
+ self::assertIsObject($instance->getItems());
+ self::assertIsObject($instance->items);
+ self::assertNotNull($instance->getItems());
+ self::assertNotNull($instance->items);
+ foreach ($value['items'] as $key => $element) {
+ if (is_array($element) && !empty($element)) {
+ self::assertEquals($element, $instance->getItems()[$key]->toArray());
+ self::assertEquals($element, $instance->items[$key]->toArray());
+ self::assertIsArray($instance->getItems()[$key]->toArray());
+ self::assertIsArray($instance->items[$key]->toArray());
+ }
+ if (is_object($element) && !empty($element)) {
+ self::assertEquals($element, $instance->getItems()->get($key));
+ self::assertIsObject($instance->getItems()->get($key));
+ self::assertIsObject($instance->items->get($key));
+ self::assertIsObject($instance->getItems());
+ self::assertIsObject($instance->items);
+ }
+ }
+ self::assertCount(count($value['items']), $instance->getItems());
+ self::assertCount(count($value['items']), $instance->items);
+ }
+
+ /**
+ * @return array[]
+ * @throws Exception
+ */
+ public function validItemsDataProvider(): array
+ {
+ $instance = $this->getTestInstance();
+ return $this->getValidDataProviderByType($instance->getValidator()->getRulesByPropName('_items'));
+ }
+
+ /**
+ * @return array
+ * @throws Exception
+ */
+ public function validClassDataProvider(): array
+ {
+ $result = [];
+ for ($i = 0; $i < 4; $i++) {
+ $result[] = $this->getValidDataProviderByClass(new PayoutsResponse());
+ }
+ return $result;
+ }
+}
diff --git a/tests/Request/Payouts/SbpBanksResponseTest.php b/tests/Request/Payouts/SbpBanksResponseTest.php
index dac2a208..56af78fd 100644
--- a/tests/Request/Payouts/SbpBanksResponseTest.php
+++ b/tests/Request/Payouts/SbpBanksResponseTest.php
@@ -1,28 +1,28 @@