diff --git a/CHANGELOG.md b/CHANGELOG.md
index 106b1630..7e0ae4b1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+### v3.1.0 от 30.06.2023
+* Добавлена обработка неизвестных методов оплаты
+* Добавлен новый метод оплаты sber_loan
+
### v3.0.2 от 23.06.2023
* Изменения в текстах
diff --git a/composer.json b/composer.json
index 948c812a..ea48a212 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.0.2&format=zip"
+ "url": "https://git.yoomoney.ru/rest/api/latest/projects/SDK/repos/yookassa-sdk-php/archive?at=refs%2Ftags%2F3.1.0&format=zip"
},
- "version": "3.0.2",
+ "version": "3.1.0",
"require": {
"php": ">=8.0",
"ext-curl": "*",
diff --git a/docs/classes/YooKassa-Client-ApiClientInterface.md b/docs/classes/YooKassa-Client-ApiClientInterface.md
index 35fd30ee..63766850 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Client-BaseClient.md b/docs/classes/YooKassa-Client-BaseClient.md
index c72e7a9a..fddb8960 100644
--- a/docs/classes/YooKassa-Client-BaseClient.md
+++ b/docs/classes/YooKassa-Client-BaseClient.md
@@ -721,10 +721,10 @@ protected handleError(\YooKassa\Common\ResponseObject $response) : void
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Client-CurlClient.md b/docs/classes/YooKassa-Client-CurlClient.md
index 921630ad..bc236ad4 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Client-UserAgent.md b/docs/classes/YooKassa-Client-UserAgent.md
index 1e752d28..10b547cd 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Client.md b/docs/classes/YooKassa-Client.md
index 052b2670..f5959357 100644
--- a/docs/classes/YooKassa-Client.md
+++ b/docs/classes/YooKassa-Client.md
@@ -270,7 +270,7 @@ DEFAULT_ATTEMPTS_COUNT = 3
Текущая версия библиотеки.
```php
-SDK_VERSION = '3.0.2'
+SDK_VERSION = '3.1.0'
```
@@ -2536,10 +2536,10 @@ protected handleError(\YooKassa\Common\ResponseObject $response) : void
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-AbstractEnum.md b/docs/classes/YooKassa-Common-AbstractEnum.md
index 2331bdec..c2a735f7 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-AbstractObject.md b/docs/classes/YooKassa-Common-AbstractObject.md
index 3f2a43d3..f2f3db2d 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-AbstractRequest.md b/docs/classes/YooKassa-Common-AbstractRequest.md
index 98f70c8e..a95055d2 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-AbstractRequestBuilder.md b/docs/classes/YooKassa-Common-AbstractRequestBuilder.md
index 357316fe..6ba0cb6d 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-AbstractRequestInterface.md b/docs/classes/YooKassa-Common-AbstractRequestInterface.md
index 7b13b88f..82682ecf 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 aaa9121d..5fba2c75 100644
--- a/docs/classes/YooKassa-Common-Exceptions-ApiConnectionException.md
+++ b/docs/classes/YooKassa-Common-Exceptions-ApiConnectionException.md
@@ -122,10 +122,10 @@ public getResponseHeaders() : string[]
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 83250b07..6dfe4833 100644
--- a/docs/classes/YooKassa-Common-Exceptions-ApiException.md
+++ b/docs/classes/YooKassa-Common-Exceptions-ApiException.md
@@ -119,10 +119,10 @@ public getResponseHeaders() : string[]
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 a242e9d9..6aa89443 100644
--- a/docs/classes/YooKassa-Common-Exceptions-AuthorizeException.md
+++ b/docs/classes/YooKassa-Common-Exceptions-AuthorizeException.md
@@ -122,10 +122,10 @@ public getResponseHeaders() : string[]
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 1bfdaa46..c7971c5b 100644
--- a/docs/classes/YooKassa-Common-Exceptions-BadApiRequestException.md
+++ b/docs/classes/YooKassa-Common-Exceptions-BadApiRequestException.md
@@ -150,10 +150,10 @@ public getResponseHeaders() : string[]
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 4c884d77..fd143243 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 3633dcc6..7df940a6 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 375d5130..ddd7ae77 100644
--- a/docs/classes/YooKassa-Common-Exceptions-ForbiddenException.md
+++ b/docs/classes/YooKassa-Common-Exceptions-ForbiddenException.md
@@ -150,10 +150,10 @@ public getResponseHeaders() : string[]
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 667c4480..f8e54e63 100644
--- a/docs/classes/YooKassa-Common-Exceptions-InternalServerError.md
+++ b/docs/classes/YooKassa-Common-Exceptions-InternalServerError.md
@@ -153,10 +153,10 @@ public getResponseHeaders() : string[]
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 4f8c7f5f..5b0fbd20 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 fd24fef3..fd0a75e4 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 d8799196..f8d74a3f 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 534c6348..b93cfa67 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 c77eb6de..83beae92 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 85e7f08f..e8fc1da6 100644
--- a/docs/classes/YooKassa-Common-Exceptions-NotFoundException.md
+++ b/docs/classes/YooKassa-Common-Exceptions-NotFoundException.md
@@ -150,10 +150,10 @@ public getResponseHeaders() : string[]
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 7aecee3f..5abc1b8c 100644
--- a/docs/classes/YooKassa-Common-Exceptions-ResponseProcessingException.md
+++ b/docs/classes/YooKassa-Common-Exceptions-ResponseProcessingException.md
@@ -150,10 +150,10 @@ public getResponseHeaders() : string[]
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 95890d41..ed8ee79e 100644
--- a/docs/classes/YooKassa-Common-Exceptions-TooManyRequestsException.md
+++ b/docs/classes/YooKassa-Common-Exceptions-TooManyRequestsException.md
@@ -150,10 +150,10 @@ public getResponseHeaders() : string[]
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 5e0497d4..8070c93f 100644
--- a/docs/classes/YooKassa-Common-Exceptions-UnauthorizedException.md
+++ b/docs/classes/YooKassa-Common-Exceptions-UnauthorizedException.md
@@ -153,10 +153,10 @@ public getResponseHeaders() : string[]
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-HttpVerb.md b/docs/classes/YooKassa-Common-HttpVerb.md
index 7afb514e..b1fda47b 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-ListObject.md b/docs/classes/YooKassa-Common-ListObject.md
index 5024d288..93fc5674 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-ListObjectInterface.md b/docs/classes/YooKassa-Common-ListObjectInterface.md
index b30bf89e..1e7ac0a1 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-LoggerWrapper.md b/docs/classes/YooKassa-Common-LoggerWrapper.md
index 59dfad2b..3b78cd54 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Common-ResponseObject.md b/docs/classes/YooKassa-Common-ResponseObject.md
index 2d626760..ba2707eb 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 60467978..10e339b6 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 e6bee723..d88e9c4b 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Helpers-ProductCode.md b/docs/classes/YooKassa-Helpers-ProductCode.md
index f2e4bf2c..25e28bd5 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Helpers-Random.md b/docs/classes/YooKassa-Helpers-Random.md
index 914e72e9..69ea3d12 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Helpers-RawHeadersParser.md b/docs/classes/YooKassa-Helpers-RawHeadersParser.md
index 4f0016a4..e806877c 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Helpers-SecurityHelper.md b/docs/classes/YooKassa-Helpers-SecurityHelper.md
index fb3e23d0..9df16563 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Helpers-StringObject.md b/docs/classes/YooKassa-Helpers-StringObject.md
index a9e6e787..f080285f 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Helpers-TypeCast.md b/docs/classes/YooKassa-Helpers-TypeCast.md
index 85dd1bc3..91e58cb9 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Helpers-UUID.md b/docs/classes/YooKassa-Helpers-UUID.md
index 980f1591..593d9d19 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-AmountInterface.md b/docs/classes/YooKassa-Model-AmountInterface.md
index fb60553e..98bcda16 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-CancellationDetailsInterface.md b/docs/classes/YooKassa-Model-CancellationDetailsInterface.md
index 5ca91d45..752a82a7 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-CurrencyCode.md b/docs/classes/YooKassa-Model-CurrencyCode.md
index 5864feb2..c38f7c7e 100644
--- a/docs/classes/YooKassa-Model-CurrencyCode.md
+++ b/docs/classes/YooKassa-Model-CurrencyCode.md
@@ -251,10 +251,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Deal-BaseDeal.md b/docs/classes/YooKassa-Model-Deal-BaseDeal.md
index 63176d6f..89573e0a 100644
--- a/docs/classes/YooKassa-Model-Deal-BaseDeal.md
+++ b/docs/classes/YooKassa-Model-Deal-BaseDeal.md
@@ -448,10 +448,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 95efee0a..f4d3bd07 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 31815e0c..f70a8c49 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 c70f70ff..0d7c028d 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 a2b00ff1..45902176 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 f530d953..3734fd42 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 5754d5d1..379c50e7 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 9eaee3fd..4e322680 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 b1a012d4..0aa8bbbb 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 8a6ed769..13ab3bd0 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 1d558125..c07d7b52 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 ad1597da..78b0831f 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 c57e88f8..f3b0eafc 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 bd8af055..f17df3d6 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 be93563d..21b463bf 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Metadata.md b/docs/classes/YooKassa-Model-Metadata.md
index 5dc3047f..e3594cef 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-MonetaryAmount.md b/docs/classes/YooKassa-Model-MonetaryAmount.md
index 8133cf00..fbbf71d9 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 3ef9d011..b3186b67 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 7c19ab5c..37fe1d70 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 cfe0b134..5d6deeeb 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 28b535fe..7475289d 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 f631cd9c..a5b2bcad 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 8429ec19..16d4e5c0 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 503ce8f1..1baf46ae 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 04cf7f4d..1ed13fe2 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 8cadc958..b0b62356 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 19273a5e..12d34065 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 e6a31da1..24950961 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 2ee2111b..71b29ae9 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 31abe470..aa686904 100644
--- a/docs/classes/YooKassa-Model-Payment-AuthorizationDetails.md
+++ b/docs/classes/YooKassa-Model-Payment-AuthorizationDetails.md
@@ -571,10 +571,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 19300f4f..060db5c0 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 ba20e34b..c490d8ea 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 148b8627..c4652d5c 100644
--- a/docs/classes/YooKassa-Model-Payment-CancellationDetailsPartyCode.md
+++ b/docs/classes/YooKassa-Model-Payment-CancellationDetailsPartyCode.md
@@ -162,10 +162,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 ab853c0e..67e33885 100644
--- a/docs/classes/YooKassa-Model-Payment-CancellationDetailsReasonCode.md
+++ b/docs/classes/YooKassa-Model-Payment-CancellationDetailsReasonCode.md
@@ -339,10 +339,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 5e12f1b5..50918985 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 3c9df17a..f1f87dc5 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 d6ec47ac..2ce679a5 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 1141d53f..1a501ece 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 f8ae69c2..18818c7b 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 636451ba..ab65fb6e 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 406ab19b..5658c96d 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 d1f82ecb..a88c7bac 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 c423575c..e39ce192 100644
--- a/docs/classes/YooKassa-Model-Payment-ConfirmationType.md
+++ b/docs/classes/YooKassa-Model-Payment-ConfirmationType.md
@@ -91,7 +91,7 @@ CODE_VERIFICATION = 'code_verification'
```
**deprecated**
-Будет удален в будущих версиях
+Будет удален в следующих версиях
###### EMBEDDED
@@ -202,10 +202,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 3695ac92..19d9978a 100644
--- a/docs/classes/YooKassa-Model-Payment-Payment.md
+++ b/docs/classes/YooKassa-Model-Payment-Payment.md
@@ -1941,10 +1941,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 cfe6f647..52603fad 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentInterface.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentInterface.md
@@ -419,10 +419,10 @@ public getDeal() : \YooKassa\Model\Deal\PaymentDealInfo|null
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 685cffd0..e3862d15 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md
@@ -664,10 +664,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 be40ee58..9adaa6f9 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-CalculatedVatData.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-CalculatedVatData.md
@@ -551,10 +551,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 0f8d1675..615da430 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 e71bb197..587efba2 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-PayerBankDetails.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-PayerBankDetails.md
@@ -869,10 +869,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 aefa5c64..6694009d 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 d89addd5..38324e24 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatData.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatData.md
index 257e93e4..9dfa0b16 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatData.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatData.md
@@ -445,10 +445,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 b18a1a9b..fd98db42 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 df911e18..7b699dfd 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 da5638d3..da6608fd 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataRate.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataRate.md
@@ -178,10 +178,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 0ccc7fd5..a1cea829 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 8fae087e..fa946772 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCard.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCard.md
@@ -890,10 +890,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 b375f283..5336d877 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 07748873..ea474938 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 af2de108..292ae559 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodAlfaBank.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodAlfaBank.md
@@ -77,6 +77,7 @@
| --- | ------- | ----------- |
| category | | Class |
| author | | cms@yoomoney.ru |
+| deprecated | | Будет удален в следующих версиях |
---
## Properties
@@ -723,10 +724,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 fc7f188c..1a0cc08c 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodApplePay.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodApplePay.md
@@ -669,10 +669,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 04323123..c662c532 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodB2bSberbank.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodB2bSberbank.md
@@ -857,10 +857,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 ad486a0d..d7f87fbb 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodBankCard.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodBankCard.md
@@ -732,10 +732,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 2416b3b2..b7259999 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodCash.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodCash.md
@@ -669,10 +669,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 a4261f6f..730b9e60 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 da532699..bdcd7ca5 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodGooglePay.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodGooglePay.md
@@ -669,10 +669,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 43148830..f5c65f42 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodInstallments.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodInstallments.md
@@ -669,10 +669,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 11e09ddb..ae477ebe 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodMobileBalance.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodMobileBalance.md
@@ -723,10 +723,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 4b4aa3c1..06c161df 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodPsb.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodPsb.md
@@ -670,10 +670,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 0f9a2bde..ae4ca515 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodQiwi.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodQiwi.md
@@ -669,10 +669,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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
new file mode 100644
index 00000000..e0e3a33a
--- /dev/null
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberLoan.md
@@ -0,0 +1,812 @@
+# [YooKassa API SDK](../home.md)
+
+# Class: \YooKassa\Model\Payment\PaymentMethod\PaymentMethodSberLoan
+### Namespace: [\YooKassa\Model\Payment\PaymentMethod](../namespaces/yookassa-model-payment-paymentmethod.md)
+---
+**Summary:**
+
+Класс, представляющий модель PaymentMethodSberLoan.
+
+**Description:**
+
+Оплата с использованием Кредита от СберБанка.
+
+---
+### Constants
+* No constants found
+
+---
+### Properties
+| Visibility | Name | Flag | Summary |
+| ----------:| ---- | ---- | ------- |
+| public | [$discount_amount](../classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberLoan.md#property_discount_amount) | | Сумма скидки для рассрочки |
+| public | [$discountAmount](../classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberLoan.md#property_discountAmount) | | Сумма скидки для рассрочки |
+| public | [$id](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md#property_id) | | Идентификатор записи о сохраненных платежных данных |
+| public | [$loan_option](../classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberLoan.md#property_loan_option) | | Тариф кредита |
+| public | [$loanOption](../classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberLoan.md#property_loanOption) | | Тариф кредита |
+| public | [$saved](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md#property_saved) | | Возможность многократного использования |
+| public | [$title](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md#property_title) | | Название метода оплаты |
+| public | [$type](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md#property_type) | | Код способа оплаты |
+| protected | [$_id](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md#property__id) | | Идентификатор записи о сохраненных платежных данных. |
+| protected | [$_saved](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md#property__saved) | | С помощью сохраненного способа оплаты можно проводить [безакцептные списания](/developers/payment-acceptance/scenario-extensions/recurring-payments). |
+| protected | [$_title](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md#property__title) | | Название способа оплаты. |
+| protected | [$_type](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md#property__type) | | Код способа оплаты. |
+
+---
+### Methods
+| Visibility | Name | Flag | Summary |
+| ----------:| ---- | ---- | ------- |
+| public | [__construct()](../classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberLoan.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 | [getDiscountAmount()](../classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberLoan.md#method_getDiscountAmount) | | Возвращает сумму скидки для рассрочки. |
+| public | [getId()](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md#method_getId) | | Возвращает id. |
+| public | [getLoanOption()](../classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberLoan.md#method_getLoanOption) | | Возвращает тариф кредита. |
+| public | [getSaved()](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md#method_getSaved) | | Возвращает saved. |
+| public | [getTitle()](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md#method_getTitle) | | Возвращает Название способа оплаты. |
+| public | [getType()](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md#method_getType) | | Возвращает тип платежного метода. |
+| 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 | [setDiscountAmount()](../classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberLoan.md#method_setDiscountAmount) | | Устанавливает сумму скидки для рассрочки. |
+| public | [setId()](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md#method_setId) | | Устанавливает id. |
+| public | [setLoanOption()](../classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberLoan.md#method_setLoanOption) | | Устанавливает тариф кредита. |
+| public | [setSaved()](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md#method_setSaved) | | Устанавливает признак возможности многократного использования. |
+| public | [setTitle()](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md#method_setTitle) | | Устанавливает Название способа оплаты. |
+| public | [setType()](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md#method_setType) | | Устанавливает тип платежного метода. |
+| 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/Payment/PaymentMethod/PaymentMethodSberLoan.php](../../lib/Model/Payment/PaymentMethod/PaymentMethodSberLoan.php)
+* Package: YooKassa\Model
+* Class Hierarchy:
+ * [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+ * [\YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md)
+ * \YooKassa\Model\Payment\PaymentMethod\PaymentMethodSberLoan
+
+* See Also:
+ * [](https://yookassa.ru/developers/api)
+
+---
+### Tags
+| Tag | Version | Description |
+| --- | ------- | ----------- |
+| category | | Class |
+| author | | cms@yoomoney.ru |
+
+---
+## Properties
+
+#### public $discount_amount : \YooKassa\Model\AmountInterface
+---
+***Description***
+
+Сумма скидки для рассрочки
+
+**Type:** AmountInterface
+
+**Details:**
+
+
+
+#### public $discountAmount : \YooKassa\Model\AmountInterface
+---
+***Description***
+
+Сумма скидки для рассрочки
+
+**Type:** AmountInterface
+
+**Details:**
+
+
+
+#### public $id : string
+---
+***Description***
+
+Идентификатор записи о сохраненных платежных данных
+
+**Type:** string
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md)
+
+
+
+#### public $loan_option : string
+---
+***Description***
+
+Тариф кредита
+
+**Type:** string
+
+**Details:**
+
+
+
+#### public $loanOption : string
+---
+***Description***
+
+Тариф кредита
+
+**Type:** string
+
+**Details:**
+
+
+
+#### public $saved : bool
+---
+***Description***
+
+Возможность многократного использования
+
+**Type:** bool
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md)
+
+
+
+#### public $title : string
+---
+***Description***
+
+Название метода оплаты
+
+**Type:** string
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md)
+
+
+
+#### public $type : string
+---
+***Description***
+
+Код способа оплаты
+
+**Type:** string
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md)
+
+
+
+#### protected $_id : ?string
+---
+**Summary**
+
+Идентификатор записи о сохраненных платежных данных.
+
+**Type:** ?string
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md)
+
+
+
+#### protected $_saved : bool
+---
+**Summary**
+
+С помощью сохраненного способа оплаты можно проводить [безакцептные списания](/developers/payment-acceptance/scenario-extensions/recurring-payments).
+
+**Type:** bool
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md)
+
+
+
+#### protected $_title : ?string
+---
+**Summary**
+
+Название способа оплаты.
+
+**Type:** ?string
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md)
+
+
+
+#### protected $_type : ?string
+---
+**Summary**
+
+Код способа оплаты.
+
+**Type:** ?string
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md)
+
+
+
+---
+## Methods
+
+#### public __construct() : mixed
+
+```php
+public __construct(?array $data = []) : mixed
+```
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\PaymentMethodSberLoan](../classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberLoan.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 getDiscountAmount() : \YooKassa\Model\AmountInterface|null
+
+```php
+public getDiscountAmount() : \YooKassa\Model\AmountInterface|null
+```
+
+**Summary**
+
+Возвращает сумму скидки для рассрочки.
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\PaymentMethodSberLoan](../classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberLoan.md)
+
+**Returns:** \YooKassa\Model\AmountInterface|null - Сумма скидки для рассрочки
+
+
+
+#### public getId() : string|null
+
+```php
+public getId() : string|null
+```
+
+**Summary**
+
+Возвращает id.
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md)
+
+**Returns:** string|null -
+
+
+
+#### public getLoanOption() : ?string
+
+```php
+public getLoanOption() : ?string
+```
+
+**Summary**
+
+Возвращает тариф кредита.
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\PaymentMethodSberLoan](../classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberLoan.md)
+
+**Returns:** ?string -
+
+
+
+#### public getSaved() : bool|null
+
+```php
+public getSaved() : bool|null
+```
+
+**Summary**
+
+Возвращает saved.
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md)
+
+**Returns:** bool|null -
+
+
+
+#### public getTitle() : string|null
+
+```php
+public getTitle() : string|null
+```
+
+**Summary**
+
+Возвращает Название способа оплаты.
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md)
+
+**Returns:** string|null - Название способа оплаты
+
+
+
+#### public getType() : string|null
+
+```php
+public getType() : string|null
+```
+
+**Summary**
+
+Возвращает тип платежного метода.
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.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 setDiscountAmount() : self
+
+```php
+public setDiscountAmount(\YooKassa\Model\AmountInterface|array|null $discount_amount = null) : self
+```
+
+**Summary**
+
+Устанавливает сумму скидки для рассрочки.
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\PaymentMethodSberLoan](../classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberLoan.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| \YooKassa\Model\AmountInterface OR array OR null | discount_amount | Сумма скидки для рассрочки |
+
+**Returns:** self -
+
+
+
+#### public setId() : self
+
+```php
+public setId(string|null $id = null) : self
+```
+
+**Summary**
+
+Устанавливает id.
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string OR null | id | Идентификатор способа оплаты. |
+
+##### Throws:
+| Type | Description |
+| ---- | ----------- |
+| \Exception | |
+
+**Returns:** self -
+
+
+
+#### public setLoanOption() : self
+
+```php
+public setLoanOption(?string $loan_option) : self
+```
+
+**Summary**
+
+Устанавливает тариф кредита.
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\PaymentMethodSberLoan](../classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberLoan.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| ?string | loan_option | |
+
+**Returns:** self -
+
+
+
+#### public setSaved() : self
+
+```php
+public setSaved(bool|array|null $saved = null) : self
+```
+
+**Summary**
+
+Устанавливает признак возможности многократного использования.
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| bool OR array OR null | saved | С помощью сохраненного способа оплаты можно проводить [безакцептные списания](/developers/payment-acceptance/scenario-extensions/recurring-payments). |
+
+##### Throws:
+| Type | Description |
+| ---- | ----------- |
+| \Exception | |
+
+**Returns:** self -
+
+
+
+#### public setTitle() : self
+
+```php
+public setTitle(string|null $title = null) : self
+```
+
+**Summary**
+
+Устанавливает Название способа оплаты.
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string OR null | title | Название способа оплаты. |
+
+##### Throws:
+| Type | Description |
+| ---- | ----------- |
+| \Exception | |
+
+**Returns:** self -
+
+
+
+#### public setType() : self
+
+```php
+public setType(string|null $type = null) : self
+```
+
+**Summary**
+
+Устанавливает тип платежного метода.
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.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 - 13](../reports/deprecated.md)
+
+---
+
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
+
+© 2023 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 b07a068c..778a6ce7 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberbank.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberbank.md
@@ -789,10 +789,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 2a68cace..66324d2d 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSbp.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSbp.md
@@ -669,10 +669,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 1a0723e0..665e23a8 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodTinkoffBank.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodTinkoffBank.md
@@ -669,10 +669,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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
new file mode 100644
index 00000000..7510ff1c
--- /dev/null
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodUnknown.md
@@ -0,0 +1,679 @@
+# [YooKassa API SDK](../home.md)
+
+# Class: \YooKassa\Model\Payment\PaymentMethod\PaymentMethodUnknown
+### Namespace: [\YooKassa\Model\Payment\PaymentMethod](../namespaces/yookassa-model-payment-paymentmethod.md)
+---
+**Summary:**
+
+Класс, представляющий модель PaymentMethodUnknown.
+
+**Description:**
+
+Неизвестный платежный метод.
+
+---
+### Constants
+* No constants found
+
+---
+### Properties
+| Visibility | Name | Flag | Summary |
+| ----------:| ---- | ---- | ------- |
+| public | [$id](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md#property_id) | | Идентификатор записи о сохраненных платежных данных |
+| public | [$saved](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md#property_saved) | | Возможность многократного использования |
+| public | [$title](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md#property_title) | | Название метода оплаты |
+| public | [$type](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md#property_type) | | Код способа оплаты |
+| protected | [$_id](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md#property__id) | | Идентификатор записи о сохраненных платежных данных. |
+| protected | [$_saved](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md#property__saved) | | С помощью сохраненного способа оплаты можно проводить [безакцептные списания](/developers/payment-acceptance/scenario-extensions/recurring-payments). |
+| protected | [$_title](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md#property__title) | | Название способа оплаты. |
+| protected | [$_type](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md#property__type) | | Код способа оплаты. |
+
+---
+### Methods
+| Visibility | Name | Flag | Summary |
+| ----------:| ---- | ---- | ------- |
+| public | [__construct()](../classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodUnknown.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-Model-Payment-PaymentMethod-AbstractPaymentMethod.md#method_getId) | | Возвращает id. |
+| public | [getSaved()](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md#method_getSaved) | | Возвращает saved. |
+| public | [getTitle()](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md#method_getTitle) | | Возвращает Название способа оплаты. |
+| public | [getType()](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md#method_getType) | | Возвращает тип платежного метода. |
+| 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-Model-Payment-PaymentMethod-AbstractPaymentMethod.md#method_setId) | | Устанавливает id. |
+| public | [setSaved()](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md#method_setSaved) | | Устанавливает признак возможности многократного использования. |
+| public | [setTitle()](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md#method_setTitle) | | Устанавливает Название способа оплаты. |
+| public | [setType()](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md#method_setType) | | Устанавливает тип платежного метода. |
+| 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/Payment/PaymentMethod/PaymentMethodUnknown.php](../../lib/Model/Payment/PaymentMethod/PaymentMethodUnknown.php)
+* Package: YooKassa\Model
+* Class Hierarchy:
+ * [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+ * [\YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md)
+ * \YooKassa\Model\Payment\PaymentMethod\PaymentMethodUnknown
+
+* See Also:
+ * [](https://yookassa.ru/developers/api)
+
+---
+### Tags
+| Tag | Version | Description |
+| --- | ------- | ----------- |
+| category | | Class |
+| author | | cms@yoomoney.ru |
+| deprecated | | Не используется в реальных платежах |
+
+---
+## Properties
+
+#### public $id : string
+---
+***Description***
+
+Идентификатор записи о сохраненных платежных данных
+
+**Type:** string
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md)
+
+
+
+#### public $saved : bool
+---
+***Description***
+
+Возможность многократного использования
+
+**Type:** bool
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md)
+
+
+
+#### public $title : string
+---
+***Description***
+
+Название метода оплаты
+
+**Type:** string
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md)
+
+
+
+#### public $type : string
+---
+***Description***
+
+Код способа оплаты
+
+**Type:** string
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md)
+
+
+
+#### protected $_id : ?string
+---
+**Summary**
+
+Идентификатор записи о сохраненных платежных данных.
+
+**Type:** ?string
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md)
+
+
+
+#### protected $_saved : bool
+---
+**Summary**
+
+С помощью сохраненного способа оплаты можно проводить [безакцептные списания](/developers/payment-acceptance/scenario-extensions/recurring-payments).
+
+**Type:** bool
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md)
+
+
+
+#### protected $_title : ?string
+---
+**Summary**
+
+Название способа оплаты.
+
+**Type:** ?string
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md)
+
+
+
+#### protected $_type : ?string
+---
+**Summary**
+
+Код способа оплаты.
+
+**Type:** ?string
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md)
+
+
+
+---
+## Methods
+
+#### public __construct() : mixed
+
+```php
+public __construct(?array $data = []) : mixed
+```
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\PaymentMethodUnknown](../classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodUnknown.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 getId() : string|null
+
+```php
+public getId() : string|null
+```
+
+**Summary**
+
+Возвращает id.
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md)
+
+**Returns:** string|null -
+
+
+
+#### public getSaved() : bool|null
+
+```php
+public getSaved() : bool|null
+```
+
+**Summary**
+
+Возвращает saved.
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md)
+
+**Returns:** bool|null -
+
+
+
+#### public getTitle() : string|null
+
+```php
+public getTitle() : string|null
+```
+
+**Summary**
+
+Возвращает Название способа оплаты.
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md)
+
+**Returns:** string|null - Название способа оплаты
+
+
+
+#### public getType() : string|null
+
+```php
+public getType() : string|null
+```
+
+**Summary**
+
+Возвращает тип платежного метода.
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.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 setId() : self
+
+```php
+public setId(string|null $id = null) : self
+```
+
+**Summary**
+
+Устанавливает id.
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string OR null | id | Идентификатор способа оплаты. |
+
+##### Throws:
+| Type | Description |
+| ---- | ----------- |
+| \Exception | |
+
+**Returns:** self -
+
+
+
+#### public setSaved() : self
+
+```php
+public setSaved(bool|array|null $saved = null) : self
+```
+
+**Summary**
+
+Устанавливает признак возможности многократного использования.
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| bool OR array OR null | saved | С помощью сохраненного способа оплаты можно проводить [безакцептные списания](/developers/payment-acceptance/scenario-extensions/recurring-payments). |
+
+##### Throws:
+| Type | Description |
+| ---- | ----------- |
+| \Exception | |
+
+**Returns:** self -
+
+
+
+#### public setTitle() : self
+
+```php
+public setTitle(string|null $title = null) : self
+```
+
+**Summary**
+
+Устанавливает Название способа оплаты.
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string OR null | title | Название способа оплаты. |
+
+##### Throws:
+| Type | Description |
+| ---- | ----------- |
+| \Exception | |
+
+**Returns:** self -
+
+
+
+#### public setType() : self
+
+```php
+public setType(string|null $type = null) : self
+```
+
+**Summary**
+
+Устанавливает тип платежного метода.
+
+**Details:**
+* Inherited From: [\YooKassa\Model\Payment\PaymentMethod\AbstractPaymentMethod](../classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.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 - 13](../reports/deprecated.md)
+
+---
+
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
+
+© 2023 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 0ac2ccfe..f7d5da78 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodWebmoney.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodWebmoney.md
@@ -74,6 +74,7 @@
| --- | ------- | ----------- |
| category | | Class |
| author | | cms@yoomoney.ru |
+| deprecated | | Будет удален в следующих версиях |
---
## Properties
@@ -669,10 +670,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 12062c26..24cc6e1b 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodWechat.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodWechat.md
@@ -74,7 +74,7 @@
| --- | ------- | ----------- |
| category | | Class |
| author | | cms@yoomoney.ru |
-| deprecated | | Класс будет удалён в одной из будущих версий |
+| deprecated | | Будет удален в следующих версиях |
---
## Properties
@@ -670,10 +670,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 b93dc54f..23dc241e 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodYooMoney.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodYooMoney.md
@@ -736,10 +736,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 bc398484..1ce9875c 100644
--- a/docs/classes/YooKassa-Model-Payment-PaymentMethodType.md
+++ b/docs/classes/YooKassa-Model-Payment-PaymentMethodType.md
@@ -49,6 +49,8 @@
| public | [INSTALLMENTS](../classes/YooKassa-Model-Payment-PaymentMethodType.md#constant_INSTALLMENTS) | | Заплатить по частям |
| public | [WECHAT](../classes/YooKassa-Model-Payment-PaymentMethodType.md#constant_WECHAT) | *deprecated* | Оплата через WeChat. |
| public | [SBP](../classes/YooKassa-Model-Payment-PaymentMethodType.md#constant_SBP) | | Оплата через сервис быстрых платежей |
+| public | [SBER_LOAN](../classes/YooKassa-Model-Payment-PaymentMethodType.md#constant_SBER_LOAN) | | Прием оплаты с использованием Кредита от СберБанка |
+| public | [UNKNOWN](../classes/YooKassa-Model-Payment-PaymentMethodType.md#constant_UNKNOWN) | *deprecated* | Для неизвестных методов оплаты |
---
### Properties
@@ -236,6 +238,26 @@ SBP = 'sbp'
```
+
+###### SBER_LOAN
+Прием оплаты с использованием Кредита от СберБанка
+
+```php
+SBER_LOAN = 'sber_loan'
+```
+
+
+
+###### ~~UNKNOWN~~
+Для неизвестных методов оплаты
+
+```php
+UNKNOWN = 'unknown'
+```
+
+**deprecated**
+Не используется для реальных платежей
+
---
## Properties
@@ -318,10 +340,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 a6b44d86..e63aefbb 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 d9aa6aaf..4c88e872 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 fc3e7176..e94f9cd8 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 0a501b33..64bbe863 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 149264c3..c9a2031d 100644
--- a/docs/classes/YooKassa-Model-Payment-ThreeDSecure.md
+++ b/docs/classes/YooKassa-Model-Payment-ThreeDSecure.md
@@ -440,10 +440,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 ab024aa1..8f50e5d4 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 72f5e421..7ba5d780 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 9b74b398..d0f07d04 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 b48cc938..4279b922 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 ec608967..8545c549 100644
--- a/docs/classes/YooKassa-Model-Payout-IncomeReceipt.md
+++ b/docs/classes/YooKassa-Model-Payout-IncomeReceipt.md
@@ -644,10 +644,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 7ec27a7c..32255ad0 100644
--- a/docs/classes/YooKassa-Model-Payout-Payout.md
+++ b/docs/classes/YooKassa-Model-Payout-Payout.md
@@ -1267,10 +1267,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 48fa6a37..ca7d7876 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 61afed29..394d8c89 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 60a12f36..2df378fd 100644
--- a/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetailsReasonCode.md
+++ b/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetailsReasonCode.md
@@ -251,10 +251,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 0d622abe..a8af3ea5 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 f48c7094..3e17de99 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 123672d3..a43e90b0 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 e4d16afb..bafac864 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 808f0818..31d57fd9 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 5da6d213..63801e64 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 993f3909..3651fad3 100644
--- a/docs/classes/YooKassa-Model-Payout-PayoutInterface.md
+++ b/docs/classes/YooKassa-Model-Payout-PayoutInterface.md
@@ -238,10 +238,10 @@ public getTest() : bool|null
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 d78c7034..dd398d7f 100644
--- a/docs/classes/YooKassa-Model-Payout-PayoutSelfEmployed.md
+++ b/docs/classes/YooKassa-Model-Payout-PayoutSelfEmployed.md
@@ -452,10 +452,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 c96c9a4c..d365be3f 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 179aa343..4ec4a9fc 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 4ea1746b..e292f052 100644
--- a/docs/classes/YooKassa-Model-PersonalData-PersonalData.md
+++ b/docs/classes/YooKassa-Model-PersonalData-PersonalData.md
@@ -919,10 +919,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 45a0be2a..7abb0b53 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 81966a9a..5728bf64 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 d993e062..5995e88f 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 aaffd736..b299d5f8 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 df3a8cb1..994517ff 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 b38b4bed..8c240c5b 100644
--- a/docs/classes/YooKassa-Model-PersonalData-PersonalDataType.md
+++ b/docs/classes/YooKassa-Model-PersonalData-PersonalDataType.md
@@ -144,10 +144,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 9ebae83b..3396a7db 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 71f1396e..9d019b01 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 eeec4195..282a0f9d 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 ac2788e1..f136550a 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 8489ba5e..5e68a436 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 e5ab2162..17d98dc9 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 8304226e..af106f33 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 90e087ba..d21032ce 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 3497d41c..ecc79d5d 100644
--- a/docs/classes/YooKassa-Model-Receipt-Receipt.md
+++ b/docs/classes/YooKassa-Model-Receipt-Receipt.md
@@ -1050,10 +1050,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 44ea9c6c..d7cf6efc 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 36b53a81..a40a37e8 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 951fbff4..0776edc8 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 a042210f..26336269 100644
--- a/docs/classes/YooKassa-Model-Receipt-ReceiptItem.md
+++ b/docs/classes/YooKassa-Model-Receipt-ReceiptItem.md
@@ -1689,10 +1689,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 7d857473..9a3de3de 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 a2a8b471..b6cef5f4 100644
--- a/docs/classes/YooKassa-Model-Receipt-ReceiptItemInterface.md
+++ b/docs/classes/YooKassa-Model-Receipt-ReceiptItemInterface.md
@@ -436,10 +436,10 @@ public isShipping() : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 71880036..2307fa85 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 55a5de74..0fa4d487 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 f2a7d9da..9524bd5f 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 f88ff56e..ca4de727 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 f12e69a7..4ee90495 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 a4185127..7e73fa9f 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 a0b464d0..78ae2fbf 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 f3ea9a95..b849c04c 100644
--- a/docs/classes/YooKassa-Model-Refund-Refund.md
+++ b/docs/classes/YooKassa-Model-Refund-Refund.md
@@ -1079,10 +1079,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 fcd1214e..eaf0f12a 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 d49566a0..7f433e63 100644
--- a/docs/classes/YooKassa-Model-Refund-RefundCancellationDetailsPartyCode.md
+++ b/docs/classes/YooKassa-Model-Refund-RefundCancellationDetailsPartyCode.md
@@ -154,10 +154,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 06ee011a..2d63bd2c 100644
--- a/docs/classes/YooKassa-Model-Refund-RefundCancellationDetailsReasonCode.md
+++ b/docs/classes/YooKassa-Model-Refund-RefundCancellationDetailsReasonCode.md
@@ -166,10 +166,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 7aac5bae..e2ef9cf3 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 0cb8e7d1..97fb159e 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 85ce6d90..3a4e26e3 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 9f269147..c4709d3c 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 f7c8ff2d..b76de698 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 9444b129..192d2536 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 8bba79ae..4e584f21 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 3adcf911..80823a70 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 f2b06693..12d4aadf 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 0022026f..3b6c7c2e 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 a4817a1e..60658588 100644
--- a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedStatus.md
+++ b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedStatus.md
@@ -176,10 +176,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 ef3e1d78..e708c8f0 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 d57a51ee..417e50f6 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-AbstractListResponse.md b/docs/classes/YooKassa-Request-AbstractListResponse.md
index c3879952..8f275ce9 100644
--- a/docs/classes/YooKassa-Request-AbstractListResponse.md
+++ b/docs/classes/YooKassa-Request-AbstractListResponse.md
@@ -502,10 +502,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 33100c64..a4ba2183 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 656c7e33..220067ee 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 972fbeb2..38d51af4 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 7ea54cda..607b61d5 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 f397514d..6c74889d 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 8e59f16b..1a476f12 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 c67feaa0..6330262e 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 d19ed176..c417cf26 100644
--- a/docs/classes/YooKassa-Request-Deals-DealsRequest.md
+++ b/docs/classes/YooKassa-Request-Deals-DealsRequest.md
@@ -1371,10 +1371,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 39d9c3f8..7fc06325 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 b206eb77..2434287c 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 93a4dc62..0b853bbb 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 8fb34686..29489c48 100644
--- a/docs/classes/YooKassa-Request-Deals-DealsResponse.md
+++ b/docs/classes/YooKassa-Request-Deals-DealsResponse.md
@@ -532,10 +532,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 97b4318d..b85d7319 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 5240ba2c..dea217af 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 60dc2c44..091bf49a 100644
--- a/docs/classes/YooKassa-Request-Payments-AbstractPaymentResponse.md
+++ b/docs/classes/YooKassa-Request-Payments-AbstractPaymentResponse.md
@@ -1998,10 +1998,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 daf1a69c..debbd19a 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 b9de25c6..b57ade87 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 bf710652..797e08a0 100644
--- a/docs/classes/YooKassa-Request-Payments-CancelResponse.md
+++ b/docs/classes/YooKassa-Request-Payments-CancelResponse.md
@@ -1999,10 +1999,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 32ca49fe..c7d82bc7 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 0969044c..a986a2eb 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 6dc790d4..3efcae7f 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 444c7279..9dec8f10 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 4d61dcde..35408744 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 9f4ca076..7d74960b 100644
--- a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesQr.md
+++ b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesQr.md
@@ -535,10 +535,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 74d53620..60ec6538 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 2d72881b..620b95e7 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 f46788b6..3dea247f 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 d5ab5d6e..e8735d16 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 1dbc3e60..350eb23f 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 ef4aafda..f1613d7e 100644
--- a/docs/classes/YooKassa-Request-Payments-CreateCaptureResponse.md
+++ b/docs/classes/YooKassa-Request-Payments-CreateCaptureResponse.md
@@ -1999,10 +1999,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 d250dd22..c4985171 100644
--- a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequest.md
+++ b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequest.md
@@ -2024,10 +2024,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 a3932785..2594f8d0 100644
--- a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestBuilder.md
+++ b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestBuilder.md
@@ -1064,10 +1064,10 @@ protected initCurrentObject() : \YooKassa\Request\Payments\CreatePaymentRequest
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 548c1c31..6dc54b10 100644
--- a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestInterface.md
+++ b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestInterface.md
@@ -1016,10 +1016,10 @@ public setMerchantCustomerId(string|null $merchant_customer_id) : self
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 9f287708..0bcd7ee6 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 aef5618b..294b4bb9 100644
--- a/docs/classes/YooKassa-Request-Payments-CreatePaymentResponse.md
+++ b/docs/classes/YooKassa-Request-Payments-CreatePaymentResponse.md
@@ -1999,10 +1999,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 b9ebb58c..b41aa090 100644
--- a/docs/classes/YooKassa-Request-Payments-FraudData.md
+++ b/docs/classes/YooKassa-Request-Payments-FraudData.md
@@ -448,10 +448,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 e7f426e8..16fae8f5 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 28f1312c..a80f5749 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 3e0edcc3..f424a744 100644
--- a/docs/classes/YooKassa-Request-Payments-Locale.md
+++ b/docs/classes/YooKassa-Request-Payments-Locale.md
@@ -156,10 +156,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 d23ccb3e..f5a92ef2 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 14c47ebc..269c9e34 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 6f47d8fc..5f15b74e 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 33e48b56..104f418d 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataAlfabank.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataAlfabank.md
@@ -65,6 +65,7 @@
| --- | ------- | ----------- |
| category | | Class |
| author | | cms@yoomoney.ru |
+| deprecated | | Будет удален в следующих версиях |
---
## Properties
@@ -497,10 +498,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 fc174149..764d174a 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 ada0a57d..08ee69ec 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 e97261d5..e31f93a3 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 7c94a197..e7c67c38 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 41378ccc..2c55422f 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 d688db5b..6d58601f 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 f0f13d7a..17815f57 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 663e51e8..715e8a3d 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataInstallments.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataInstallments.md
@@ -443,10 +443,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 1c629f39..0520c756 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 9514ef4f..f04dcf69 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataQiwi.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataQiwi.md
@@ -497,10 +497,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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
new file mode 100644
index 00000000..9baa7577
--- /dev/null
+++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSberLoan.md
@@ -0,0 +1,452 @@
+# [YooKassa API SDK](../home.md)
+
+# Class: \YooKassa\Request\Payments\PaymentData\PaymentDataSberLoan
+### Namespace: [\YooKassa\Request\Payments\PaymentData](../namespaces/yookassa-request-payments-paymentdata.md)
+---
+**Summary:**
+
+Класс, представляющий модель PaymentDataSberLoan.
+
+**Description:**
+
+Данные для оплаты с использованием Кредита от СберБанка.
+
+---
+### Constants
+* No constants found
+
+---
+### Properties
+| Visibility | Name | Flag | Summary |
+| ----------:| ---- | ---- | ------- |
+| public | [$type](../classes/YooKassa-Request-Payments-PaymentData-AbstractPaymentData.md#property_type) | | Тип метода оплаты |
+| protected | [$_type](../classes/YooKassa-Request-Payments-PaymentData-AbstractPaymentData.md#property__type) | | |
+
+---
+### Methods
+| Visibility | Name | Flag | Summary |
+| ----------:| ---- | ---- | ------- |
+| public | [__construct()](../classes/YooKassa-Request-Payments-PaymentData-PaymentDataSberLoan.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-Request-Payments-PaymentData-AbstractPaymentData.md#method_getType) | | Возвращает тип метода оплаты. |
+| 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 | [toArray()](../classes/YooKassa-Common-AbstractObject.md#method_toArray) | | Возвращает ассоциативный массив со свойствами текущего объекта для его дальнейшей JSON сериализации Является алиасом метода AbstractObject::jsonSerialize(). |
+| protected | [getUnknownProperties()](../classes/YooKassa-Common-AbstractObject.md#method_getUnknownProperties) | | Возвращает массив свойств которые не существуют, но были заданы у объекта. |
+| protected | [setType()](../classes/YooKassa-Request-Payments-PaymentData-AbstractPaymentData.md#method_setType) | | Устанавливает тип метода оплаты. |
+| protected | [validatePropertyValue()](../classes/YooKassa-Common-AbstractObject.md#method_validatePropertyValue) | | |
+
+---
+### Details
+* File: [lib/Request/Payments/PaymentData/PaymentDataSberLoan.php](../../lib/Request/Payments/PaymentData/PaymentDataSberLoan.php)
+* Package: YooKassa\Request
+* Class Hierarchy:
+ * [\YooKassa\Common\AbstractObject](../classes/YooKassa-Common-AbstractObject.md)
+ * [\YooKassa\Request\Payments\PaymentData\AbstractPaymentData](../classes/YooKassa-Request-Payments-PaymentData-AbstractPaymentData.md)
+ * \YooKassa\Request\Payments\PaymentData\PaymentDataSberLoan
+
+* See Also:
+ * [](https://yookassa.ru/developers/api)
+
+---
+### Tags
+| Tag | Version | Description |
+| --- | ------- | ----------- |
+| category | | Class |
+| author | | cms@yoomoney.ru |
+
+---
+## Properties
+
+#### public $type : string
+---
+***Description***
+
+Тип метода оплаты
+
+**Type:** string
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payments\PaymentData\AbstractPaymentData](../classes/YooKassa-Request-Payments-PaymentData-AbstractPaymentData.md)
+
+
+
+#### protected $_type : ?string
+---
+**Type:** ?string
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payments\PaymentData\AbstractPaymentData](../classes/YooKassa-Request-Payments-PaymentData-AbstractPaymentData.md)
+
+
+
+---
+## Methods
+
+#### public __construct() : mixed
+
+```php
+public __construct(?array $data = []) : mixed
+```
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payments\PaymentData\PaymentDataSberLoan](../classes/YooKassa-Request-Payments-PaymentData-PaymentDataSberLoan.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**
+
+Возвращает тип метода оплаты.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payments\PaymentData\AbstractPaymentData](../classes/YooKassa-Request-Payments-PaymentData-AbstractPaymentData.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 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 setType() : self
+
+```php
+protected setType(string|null $type) : self
+```
+
+**Summary**
+
+Устанавливает тип метода оплаты.
+
+**Details:**
+* Inherited From: [\YooKassa\Request\Payments\PaymentData\AbstractPaymentData](../classes/YooKassa-Request-Payments-PaymentData-AbstractPaymentData.md)
+
+##### Parameters:
+| Type | Name | Description |
+| ---- | ---- | ----------- |
+| string OR null | type | Тип метода оплаты |
+
+**Returns:** self -
+
+
+
+#### 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 - 13](../reports/deprecated.md)
+
+---
+
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
+
+© 2023 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 ede70639..43234995 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 b05ac18f..4678a9f7 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSbp.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSbp.md
@@ -443,10 +443,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 838692e0..00aa0b32 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 67e09d70..0fa0d1c4 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 b60e5511..84d33628 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentResponse.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentResponse.md
@@ -1999,10 +1999,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 98941c78..b2b22ad6 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 aa531060..3061bc94 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 36d22afc..30d51e55 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 20864d3e..eccb4359 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 cbf25789..0992ff2b 100644
--- a/docs/classes/YooKassa-Request-Payments-PaymentsResponse.md
+++ b/docs/classes/YooKassa-Request-Payments-PaymentsResponse.md
@@ -532,10 +532,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 7d06fbc3..0ea85555 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 846319f7..c907c194 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 ce824e86..b84da6ac 100644
--- a/docs/classes/YooKassa-Request-Payouts-AbstractPayoutResponse.md
+++ b/docs/classes/YooKassa-Request-Payouts-AbstractPayoutResponse.md
@@ -1300,10 +1300,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 ef5e5fa0..f5f5c031 100644
--- a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequest.md
+++ b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequest.md
@@ -1339,10 +1339,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 01ef782f..7f720800 100644
--- a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestBuilder.md
+++ b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestBuilder.md
@@ -425,10 +425,10 @@ protected initCurrentObject() : \YooKassa\Request\Payouts\CreatePayoutRequest
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 a107888c..d52fe64d 100644
--- a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md
+++ b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md
@@ -655,10 +655,10 @@ public setMetadata(null|array|\YooKassa\Model\Metadata $metadata) : self
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 7da24056..305b9e94 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 4b5bc384..65e798ea 100644
--- a/docs/classes/YooKassa-Request-Payouts-CreatePayoutResponse.md
+++ b/docs/classes/YooKassa-Request-Payouts-CreatePayoutResponse.md
@@ -1301,10 +1301,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payouts-IncomeReceiptData.md b/docs/classes/YooKassa-Request-Payouts-IncomeReceiptData.md
index 36506878..49836789 100644
--- a/docs/classes/YooKassa-Request-Payouts-IncomeReceiptData.md
+++ b/docs/classes/YooKassa-Request-Payouts-IncomeReceiptData.md
@@ -523,10 +523,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 929aef6e..897a7a22 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 056a6fae..594e03f5 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 cc12f488..1d43e870 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 ef40c090..07c3997e 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 648a4a15..725ace75 100644
--- a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataSbp.md
+++ b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataSbp.md
@@ -599,10 +599,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 17a57336..b03f2a79 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 12c8ac80..bcadb28c 100644
--- a/docs/classes/YooKassa-Request-Payouts-PayoutPersonalData.md
+++ b/docs/classes/YooKassa-Request-Payouts-PayoutPersonalData.md
@@ -456,10 +456,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 04d8f997..2f3a5f70 100644
--- a/docs/classes/YooKassa-Request-Payouts-PayoutResponse.md
+++ b/docs/classes/YooKassa-Request-Payouts-PayoutResponse.md
@@ -1301,10 +1301,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-Payouts-PayoutSelfEmployedInfo.md b/docs/classes/YooKassa-Request-Payouts-PayoutSelfEmployedInfo.md
index bb467539..49d8be72 100644
--- a/docs/classes/YooKassa-Request-Payouts-PayoutSelfEmployedInfo.md
+++ b/docs/classes/YooKassa-Request-Payouts-PayoutSelfEmployedInfo.md
@@ -456,10 +456,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 546bddc9..1023fbe3 100644
--- a/docs/classes/YooKassa-Request-Payouts-SbpBanksResponse.md
+++ b/docs/classes/YooKassa-Request-Payouts-SbpBanksResponse.md
@@ -532,10 +532,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequest.md b/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequest.md
index 3e8ae5fb..d9ec45bd 100644
--- a/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequest.md
+++ b/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequest.md
@@ -945,10 +945,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequestBuilder.md b/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequestBuilder.md
index 013d838d..dae2e0b9 100644
--- a/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequestBuilder.md
+++ b/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequestBuilder.md
@@ -304,10 +304,10 @@ protected initCurrentObject() : \YooKassa\Request\PersonalData\CreatePersonalDat
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 3d3d5c60..ba152c3f 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequestSerializer.md b/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequestSerializer.md
index 7ae0377f..6bf87548 100644
--- a/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequestSerializer.md
+++ b/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequestSerializer.md
@@ -74,10 +74,10 @@ public serialize(\YooKassa\Request\PersonalData\CreatePersonalDataRequestInterfa
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 a460a096..4611e4dd 100644
--- a/docs/classes/YooKassa-Request-PersonalData-PersonalDataResponse.md
+++ b/docs/classes/YooKassa-Request-PersonalData-PersonalDataResponse.md
@@ -935,10 +935,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 9b05ea5d..3f3edbb9 100644
--- a/docs/classes/YooKassa-Request-Receipts-AbstractReceiptResponse.md
+++ b/docs/classes/YooKassa-Request-Receipts-AbstractReceiptResponse.md
@@ -1563,10 +1563,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 1c532331..25c70a03 100644
--- a/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequest.md
+++ b/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequest.md
@@ -1332,10 +1332,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 2e913bfa..ac12f04c 100644
--- a/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestBuilder.md
+++ b/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestBuilder.md
@@ -592,10 +592,10 @@ protected initCurrentObject() : \YooKassa\Request\Receipts\CreatePostReceiptRequ
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 8b073b5b..fa92bb63 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 c30da70c..af3ff8d3 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 e14bc2df..3589674e 100644
--- a/docs/classes/YooKassa-Request-Receipts-PaymentReceiptResponse.md
+++ b/docs/classes/YooKassa-Request-Receipts-PaymentReceiptResponse.md
@@ -1676,10 +1676,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 72881634..450e0ce5 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 7cde008c..3ba0bff7 100644
--- a/docs/classes/YooKassa-Request-Receipts-ReceiptResponseInterface.md
+++ b/docs/classes/YooKassa-Request-Receipts-ReceiptResponseInterface.md
@@ -206,10 +206,10 @@ public notEmpty() : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 72ebabc9..850159b9 100644
--- a/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItem.md
+++ b/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItem.md
@@ -1500,10 +1500,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 10a4accd..eff006e3 100644
--- a/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItemInterface.md
+++ b/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItemInterface.md
@@ -378,10 +378,10 @@ public getSupplier() : \YooKassa\Model\Receipt\SupplierInterface|null
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 d73c8a0d..122c96a7 100644
--- a/docs/classes/YooKassa-Request-Receipts-ReceiptsRequest.md
+++ b/docs/classes/YooKassa-Request-Receipts-ReceiptsRequest.md
@@ -1158,10 +1158,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 bb3cec7c..b34e7823 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 225e374c..f4846c1d 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 06c7531b..5a4555e6 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 3560d855..1b09176c 100644
--- a/docs/classes/YooKassa-Request-Receipts-ReceiptsResponse.md
+++ b/docs/classes/YooKassa-Request-Receipts-ReceiptsResponse.md
@@ -533,10 +533,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 7d9a486c..fe82d7d7 100644
--- a/docs/classes/YooKassa-Request-Receipts-RefundReceiptResponse.md
+++ b/docs/classes/YooKassa-Request-Receipts-RefundReceiptResponse.md
@@ -1676,10 +1676,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 7d8e97b5..fb8c3970 100644
--- a/docs/classes/YooKassa-Request-Receipts-SimpleReceiptResponse.md
+++ b/docs/classes/YooKassa-Request-Receipts-SimpleReceiptResponse.md
@@ -1589,10 +1589,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 72f23a8f..0af6c973 100644
--- a/docs/classes/YooKassa-Request-Refunds-AbstractRefundResponse.md
+++ b/docs/classes/YooKassa-Request-Refunds-AbstractRefundResponse.md
@@ -1104,10 +1104,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 94c6e980..8e0753a4 100644
--- a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequest.md
+++ b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequest.md
@@ -970,10 +970,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 ead1ff01..2ee2bd18 100644
--- a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestBuilder.md
+++ b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestBuilder.md
@@ -646,10 +646,10 @@ protected initCurrentObject() : \YooKassa\Request\Refunds\CreateRefundRequest
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 e5167359..2b06ad8b 100644
--- a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestInterface.md
+++ b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestInterface.md
@@ -341,10 +341,10 @@ public hasDeal() : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 3660ef96..393f9c98 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 4e6db4be..c09baee2 100644
--- a/docs/classes/YooKassa-Request-Refunds-CreateRefundResponse.md
+++ b/docs/classes/YooKassa-Request-Refunds-CreateRefundResponse.md
@@ -1105,10 +1105,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 ae62127d..80b1875d 100644
--- a/docs/classes/YooKassa-Request-Refunds-RefundResponse.md
+++ b/docs/classes/YooKassa-Request-Refunds-RefundResponse.md
@@ -1105,10 +1105,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 fa7d5d7c..04986bd4 100644
--- a/docs/classes/YooKassa-Request-Refunds-RefundsRequest.md
+++ b/docs/classes/YooKassa-Request-Refunds-RefundsRequest.md
@@ -1115,10 +1115,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 a3a52428..780d2e58 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 078a2991..62c7ee35 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 30cfb296..e6fa6cc3 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 02da5cab..025fcff9 100644
--- a/docs/classes/YooKassa-Request-Refunds-RefundsResponse.md
+++ b/docs/classes/YooKassa-Request-Refunds-RefundsResponse.md
@@ -532,10 +532,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 6563a120..1851b12d 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 baabf883..f876449b 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 bf945fe2..db68e20d 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 b7a1651a..dfe7dbdd 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 8b1c7592..600b3179 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 f68043c9..7b75a286 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 cd418ead..4a4912d7 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 3ca6c69b..2bb3f50a 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 e3659110..b474f0be 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/default.md b/docs/namespaces/default.md
index 53b00c6c..72cfdc1b 100644
--- a/docs/namespaces/default.md
+++ b/docs/namespaces/default.md
@@ -88,10 +88,10 @@ THE SOFTWARE.
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-client.md b/docs/namespaces/yookassa-client.md
index 533667b5..4335d684 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-common-exceptions.md b/docs/namespaces/yookassa-common-exceptions.md
index dd9c9244..853a8b17 100644
--- a/docs/namespaces/yookassa-common-exceptions.md
+++ b/docs/namespaces/yookassa-common-exceptions.md
@@ -37,10 +37,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-common.md b/docs/namespaces/yookassa-common.md
index c75e94bf..fc7198e1 100644
--- a/docs/namespaces/yookassa-common.md
+++ b/docs/namespaces/yookassa-common.md
@@ -39,10 +39,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-helpers-config.md b/docs/namespaces/yookassa-helpers-config.md
index cba19cea..d6f0fd8a 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-helpers.md b/docs/namespaces/yookassa-helpers.md
index b94b883e..60ba66f2 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-model-deal.md b/docs/namespaces/yookassa-model-deal.md
index 249b7633..86ec15d0 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-model-notification.md b/docs/namespaces/yookassa-model-notification.md
index 95a50ee2..88963a6a 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 12a3a2a0..edefd646 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 3a4f305c..39f3354e 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 00c618d9..871fef19 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 4d6ed0ab..f1a21b14 100644
--- a/docs/namespaces/yookassa-model-payment-paymentmethod.md
+++ b/docs/namespaces/yookassa-model-payment-paymentmethod.md
@@ -28,8 +28,10 @@
| [\YooKassa\Model\Payment\PaymentMethod\PaymentMethodPsb](../classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodPsb.md) | Класс, представляющий модель PaymentMethodPsb. |
| [\YooKassa\Model\Payment\PaymentMethod\PaymentMethodQiwi](../classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodQiwi.md) | Класс, представляющий модель PaymentMethodQiwi. |
| [\YooKassa\Model\Payment\PaymentMethod\PaymentMethodSberbank](../classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberbank.md) | Класс, представляющий модель PaymentMethodSberbank. |
+| [\YooKassa\Model\Payment\PaymentMethod\PaymentMethodSberLoan](../classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberLoan.md) | Класс, представляющий модель PaymentMethodSberLoan. |
| [\YooKassa\Model\Payment\PaymentMethod\PaymentMethodSbp](../classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSbp.md) | Класс, представляющий модель PaymentMethodSbp. |
| [\YooKassa\Model\Payment\PaymentMethod\PaymentMethodTinkoffBank](../classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodTinkoffBank.md) | Класс, представляющий модель PaymentMethodTinkoffBank. |
+| [\YooKassa\Model\Payment\PaymentMethod\PaymentMethodUnknown](../classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodUnknown.md) | Класс, представляющий модель PaymentMethodUnknown. |
| [\YooKassa\Model\Payment\PaymentMethod\PaymentMethodWebmoney](../classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodWebmoney.md) | Класс, представляющий модель PaymentMethodWebmoney. |
| [\YooKassa\Model\Payment\PaymentMethod\PaymentMethodWechat](../classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodWechat.md) | Класс, представляющий модель PaymentMethodWeChat. |
| [\YooKassa\Model\Payment\PaymentMethod\PaymentMethodYooMoney](../classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodYooMoney.md) | Класс, представляющий модель PaymentMethodYooMoney. |
@@ -45,10 +47,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-model-payment.md b/docs/namespaces/yookassa-model-payment.md
index 05fcbbb8..4526b0cc 100644
--- a/docs/namespaces/yookassa-model-payment.md
+++ b/docs/namespaces/yookassa-model-payment.md
@@ -47,10 +47,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-model-payout.md b/docs/namespaces/yookassa-model-payout.md
index ab0c4153..f703b771 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-model-personaldata.md b/docs/namespaces/yookassa-model-personaldata.md
index b1daabdb..a80af6a3 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-model-receipt.md b/docs/namespaces/yookassa-model-receipt.md
index 80e1b511..5b8f4f0a 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-model-refund.md b/docs/namespaces/yookassa-model-refund.md
index 35627f1c..b0edb8ef 100644
--- a/docs/namespaces/yookassa-model-refund.md
+++ b/docs/namespaces/yookassa-model-refund.md
@@ -33,10 +33,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-model-selfemployed.md b/docs/namespaces/yookassa-model-selfemployed.md
index eb23f95e..c47eb649 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-model-webhook.md b/docs/namespaces/yookassa-model-webhook.md
index c6670287..b6f4d587 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-model.md b/docs/namespaces/yookassa-model.md
index 1a41ca16..4056dfe6 100644
--- a/docs/namespaces/yookassa-model.md
+++ b/docs/namespaces/yookassa-model.md
@@ -42,10 +42,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-request-deals.md b/docs/namespaces/yookassa-request-deals.md
index 238a7862..859b377c 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 07227660..a916a30f 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 d136b6e9..3146e1a9 100644
--- a/docs/namespaces/yookassa-request-payments-paymentdata.md
+++ b/docs/namespaces/yookassa-request-payments-paymentdata.md
@@ -21,6 +21,7 @@
| [\YooKassa\Request\Payments\PaymentData\PaymentDataMobileBalance](../classes/YooKassa-Request-Payments-PaymentData-PaymentDataMobileBalance.md) | Класс, представляющий модель PaymentMethodDataMobileBalance. |
| [\YooKassa\Request\Payments\PaymentData\PaymentDataQiwi](../classes/YooKassa-Request-Payments-PaymentData-PaymentDataQiwi.md) | Класс, представляющий модель PaymentMethodDataQiwi. |
| [\YooKassa\Request\Payments\PaymentData\PaymentDataSberbank](../classes/YooKassa-Request-Payments-PaymentData-PaymentDataSberbank.md) | Класс, представляющий модель PaymentMethodDataSberbank. |
+| [\YooKassa\Request\Payments\PaymentData\PaymentDataSberLoan](../classes/YooKassa-Request-Payments-PaymentData-PaymentDataSberLoan.md) | Класс, представляющий модель PaymentDataSberLoan. |
| [\YooKassa\Request\Payments\PaymentData\PaymentDataSbp](../classes/YooKassa-Request-Payments-PaymentData-PaymentDataSbp.md) | Класс, представляющий модель PaymentMethodDataSbp. |
| [\YooKassa\Request\Payments\PaymentData\PaymentDataTinkoffBank](../classes/YooKassa-Request-Payments-PaymentData-PaymentDataTinkoffBank.md) | Класс, представляющий модель PaymentMethodDataTinkoffBank. |
| [\YooKassa\Request\Payments\PaymentData\PaymentDataYooMoney](../classes/YooKassa-Request-Payments-PaymentData-PaymentDataYooMoney.md) | Класс, представляющий модель PaymentMethodDataYooMoney. |
@@ -36,10 +37,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-request-payments.md b/docs/namespaces/yookassa-request-payments.md
index 37c2f3c3..307e7c69 100644
--- a/docs/namespaces/yookassa-request-payments.md
+++ b/docs/namespaces/yookassa-request-payments.md
@@ -60,10 +60,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 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 1c50e998..b0fe928a 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-request-payouts.md b/docs/namespaces/yookassa-request-payouts.md
index a9064056..1b012698 100644
--- a/docs/namespaces/yookassa-request-payouts.md
+++ b/docs/namespaces/yookassa-request-payouts.md
@@ -40,10 +40,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-request-personaldata.md b/docs/namespaces/yookassa-request-personaldata.md
index 3ecb3cec..c5931e21 100644
--- a/docs/namespaces/yookassa-request-personaldata.md
+++ b/docs/namespaces/yookassa-request-personaldata.md
@@ -30,10 +30,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-request-receipts.md b/docs/namespaces/yookassa-request-receipts.md
index ff000759..1480403c 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-request-refunds.md b/docs/namespaces/yookassa-request-refunds.md
index 0d499de6..a76cb084 100644
--- a/docs/namespaces/yookassa-request-refunds.md
+++ b/docs/namespaces/yookassa-request-refunds.md
@@ -37,10 +37,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-request-selfemployed.md b/docs/namespaces/yookassa-request-selfemployed.md
index f27a5d70..24d61a58 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-request-webhook.md b/docs/namespaces/yookassa-request-webhook.md
index b71bfa3a..551ad577 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa-request.md b/docs/namespaces/yookassa-request.md
index d1ef0ea5..79021268 100644
--- a/docs/namespaces/yookassa-request.md
+++ b/docs/namespaces/yookassa-request.md
@@ -32,10 +32,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/namespaces/yookassa.md b/docs/namespaces/yookassa.md
index a53d139c..15150daa 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/readme.md b/docs/readme.md
index 89e64fc7..0fab3476 100644
--- a/docs/readme.md
+++ b/docs/readme.md
@@ -88,10 +88,10 @@ THE SOFTWARE.
### Reports
* [Errors - 0](reports/errors.md)
* [Markers - 0](reports/markers.md)
-* [Deprecated - 8](reports/deprecated.md)
+* [Deprecated - 13](reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/reports/deprecated.md b/docs/reports/deprecated.md
index 4561009e..3b4cdc0c 100644
--- a/docs/reports/deprecated.md
+++ b/docs/reports/deprecated.md
@@ -3,16 +3,25 @@
# Deprecated Elements
### Table of Contents
* [lib/Model/Payment/ConfirmationType.php](../../lib/Model/Payment/ConfirmationType.php)
+* [lib/Model/Payment/PaymentMethod/PaymentMethodAlfaBank.php](../../lib/Model/Payment/PaymentMethod/PaymentMethodAlfaBank.php)
* [lib/Model/Payment/PaymentMethod/PaymentMethodFactory.php](../../lib/Model/Payment/PaymentMethod/PaymentMethodFactory.php)
* [lib/Model/Payment/PaymentMethod/PaymentMethodPsb.php](../../lib/Model/Payment/PaymentMethod/PaymentMethodPsb.php)
+* [lib/Model/Payment/PaymentMethod/PaymentMethodUnknown.php](../../lib/Model/Payment/PaymentMethod/PaymentMethodUnknown.php)
+* [lib/Model/Payment/PaymentMethod/PaymentMethodWebmoney.php](../../lib/Model/Payment/PaymentMethod/PaymentMethodWebmoney.php)
* [lib/Model/Payment/PaymentMethod/PaymentMethodWechat.php](../../lib/Model/Payment/PaymentMethod/PaymentMethodWechat.php)
* [lib/Model/Payment/PaymentMethodType.php](../../lib/Model/Payment/PaymentMethodType.php)
+* [lib/Request/Payments/PaymentData/PaymentDataAlfabank.php](../../lib/Request/Payments/PaymentData/PaymentDataAlfabank.php)
#### [lib/Model/Payment/ConfirmationType.php](../../lib/Model/Payment/ConfirmationType.php)
| Line | Element | Description |
| ---- | ------- | ----------- |
-| 62 | \YooKassa\Model\Payment\ConfirmationType::CODE_VERIFICATION | Будет удален в будущих версиях |
+| 62 | \YooKassa\Model\Payment\ConfirmationType::CODE_VERIFICATION | Будет удален в следующих версиях |
+
+#### [lib/Model/Payment/PaymentMethod/PaymentMethodAlfaBank.php](../../lib/Model/Payment/PaymentMethod/PaymentMethodAlfaBank.php)
+| Line | Element | Description |
+| ---- | ------- | ----------- |
+| 45 | \YooKassa\Model\Payment\PaymentMethod\PaymentMethodAlfaBank | Будет удален в следующих версиях |
#### [lib/Model/Payment/PaymentMethod/PaymentMethodFactory.php](../../lib/Model/Payment/PaymentMethod/PaymentMethodFactory.php)
| Line | Element | Description |
@@ -23,11 +32,21 @@
| Line | Element | Description |
| ---- | ------- | ----------- |
| 42 | \YooKassa\Model\Payment\PaymentMethod\PaymentMethodPsb | Будет удален в следующих версиях |
+
+#### [lib/Model/Payment/PaymentMethod/PaymentMethodUnknown.php](../../lib/Model/Payment/PaymentMethod/PaymentMethodUnknown.php)
+| Line | Element | Description |
+| ---- | ------- | ----------- |
+| 42 | \YooKassa\Model\Payment\PaymentMethod\PaymentMethodUnknown | Не используется в реальных платежах |
+
+#### [lib/Model/Payment/PaymentMethod/PaymentMethodWebmoney.php](../../lib/Model/Payment/PaymentMethod/PaymentMethodWebmoney.php)
+| Line | Element | Description |
+| ---- | ------- | ----------- |
+| 42 | \YooKassa\Model\Payment\PaymentMethod\PaymentMethodWebmoney | Будет удален в следующих версиях |
#### [lib/Model/Payment/PaymentMethod/PaymentMethodWechat.php](../../lib/Model/Payment/PaymentMethod/PaymentMethodWechat.php)
| Line | Element | Description |
| ---- | ------- | ----------- |
-| 42 | \YooKassa\Model\Payment\PaymentMethod\PaymentMethodWechat | Класс будет удалён в одной из будущих версий |
+| 42 | \YooKassa\Model\Payment\PaymentMethod\PaymentMethodWechat | Будет удален в следующих версиях |
#### [lib/Model/Payment/PaymentMethodType.php](../../lib/Model/Payment/PaymentMethodType.php)
| Line | Element | Description |
@@ -36,6 +55,12 @@
| 97 | \YooKassa\Model\Payment\PaymentMethodType::ALFABANK | Больше недоступен |
| 110 | \YooKassa\Model\Payment\PaymentMethodType::PSB | Больше недоступен |
| 120 | \YooKassa\Model\Payment\PaymentMethodType::WECHAT | Больше недоступен |
+| 133 | \YooKassa\Model\Payment\PaymentMethodType::UNKNOWN | Не используется для реальных платежей |
+
+#### [lib/Request/Payments/PaymentData/PaymentDataAlfabank.php](../../lib/Request/Payments/PaymentData/PaymentDataAlfabank.php)
+| Line | Element | Description |
+| ---- | ------- | ----------- |
+| 46 | \YooKassa\Request\Payments\PaymentData\PaymentDataAlfabank | Будет удален в следующих версиях |
---
@@ -48,10 +73,10 @@
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
-* [Deprecated - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/reports/errors.md b/docs/reports/errors.md
index 783b53bf..659a61ba 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/docs/reports/markers.md b/docs/reports/markers.md
index eea39777..f1cbe33f 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 - 8](../reports/deprecated.md)
+* [Deprecated - 13](../reports/deprecated.md)
---
-This document was automatically generated from source code comments on 2023-06-23 using [phpDocumentor](http://www.phpdoc.org/)
+This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
© 2023 YooMoney
\ No newline at end of file
diff --git a/lib/Client.php b/lib/Client.php
index 6c0ced6f..0e8ad0c3 100644
--- a/lib/Client.php
+++ b/lib/Client.php
@@ -119,7 +119,7 @@ class Client extends BaseClient
/**
* Текущая версия библиотеки.
*/
- public const SDK_VERSION = '3.0.2';
+ public const SDK_VERSION = '3.1.0';
/**
* Получить список платежей магазина.
diff --git a/lib/Model/Notification/NotificationFactory.php b/lib/Model/Notification/NotificationFactory.php
index 82086bf1..0c54b150 100644
--- a/lib/Model/Notification/NotificationFactory.php
+++ b/lib/Model/Notification/NotificationFactory.php
@@ -35,7 +35,7 @@ use InvalidArgumentException;
*/
class NotificationFactory
{
- private $typeClassMap = [
+ private array $typeClassMap = [
NotificationEventType::PAYMENT_CANCELED => 'NotificationCanceled',
NotificationEventType::REFUND_SUCCEEDED => 'NotificationRefundSucceeded',
NotificationEventType::PAYMENT_SUCCEEDED => 'NotificationSucceeded',
diff --git a/lib/Model/Payment/ConfirmationType.php b/lib/Model/Payment/ConfirmationType.php
index 47c5d91b..9383a71d 100644
--- a/lib/Model/Payment/ConfirmationType.php
+++ b/lib/Model/Payment/ConfirmationType.php
@@ -57,7 +57,7 @@ class ConfirmationType extends AbstractEnum
/**
* Необходимо ждать пока плательщик самостоятельно подтвердит платеж.
*
- * @deprecated Будет удален в будущих версиях
+ * @deprecated Будет удален в следующих версиях
*/
public const CODE_VERIFICATION = 'code_verification';
diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodAlfaBank.php b/lib/Model/Payment/PaymentMethod/PaymentMethodAlfaBank.php
index 67cc69ab..737061c9 100644
--- a/lib/Model/Payment/PaymentMethod/PaymentMethodAlfaBank.php
+++ b/lib/Model/Payment/PaymentMethod/PaymentMethodAlfaBank.php
@@ -38,6 +38,7 @@ use YooKassa\Model\Payment\PaymentMethodType;
* @package YooKassa\Model
* @author cms@yoomoney.ru
* @link https://yookassa.ru/developers/api
+ * @deprecated Будет удален в следующих версиях
*
* @property string $login Имя пользователя в Альфа-Клике
*/
diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodFactory.php b/lib/Model/Payment/PaymentMethod/PaymentMethodFactory.php
index a5d723fb..e4244e97 100644
--- a/lib/Model/Payment/PaymentMethod/PaymentMethodFactory.php
+++ b/lib/Model/Payment/PaymentMethod/PaymentMethodFactory.php
@@ -62,6 +62,8 @@ class PaymentMethodFactory
PaymentMethodType::PSB => 'PaymentMethodPsb',
PaymentMethodType::WECHAT => 'PaymentMethodWechat',
PaymentMethodType::SBP => 'PaymentMethodSbp',
+ PaymentMethodType::SBER_LOAN => 'PaymentMethodSberLoan',
+ PaymentMethodType::UNKNOWN => 'PaymentMethodUnknown',
];
/**
@@ -74,7 +76,7 @@ class PaymentMethodFactory
public function factory(?string $type): AbstractPaymentMethod
{
if (!array_key_exists($type, $this->typeClassMap)) {
- throw new InvalidArgumentException('Invalid payment method data type "' . $type . '"');
+ $type = PaymentMethodType::UNKNOWN;
}
$className = __NAMESPACE__ . '\\' . $this->typeClassMap[$type];
@@ -95,25 +97,14 @@ class PaymentMethodFactory
unset($data['type']);
} else {
throw new InvalidArgumentException(
- 'Parameter type not specified in PaymentDataFactory.factoryFromArray()'
+ 'Parameter type not specified in PaymentMethodFactory.factoryFromArray()'
);
}
}
$paymentData = $this->factory($type);
- $this->fillModel($paymentData, $data);
+ $paymentData->fromArray($data);
return $paymentData;
}
-
- private function fillModel(AbstractPaymentMethod $paymentData, array $data): void
- {
- foreach ($data as $key => $value) {
- if ($paymentData->offsetExists($key)) {
- $paymentData->offsetSet($key, $value);
- } elseif (is_array($value)) {
- $this->fillModel($paymentData, $value);
- }
- }
- }
}
diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodSberLoan.php b/lib/Model/Payment/PaymentMethod/PaymentMethodSberLoan.php
new file mode 100644
index 00000000..bd4da536
--- /dev/null
+++ b/lib/Model/Payment/PaymentMethod/PaymentMethodSberLoan.php
@@ -0,0 +1,122 @@
+setType(PaymentMethodType::SBER_LOAN);
+ }
+
+ /**
+ * Возвращает тариф кредита.
+ */
+ public function getLoanOption(): ?string
+ {
+ return $this->_loan_option;
+ }
+
+ /**
+ * Устанавливает тариф кредита.
+ */
+ public function setLoanOption(?string $loan_option): self
+ {
+ $this->_loan_option = $this->validatePropertyValue('_loan_option', $loan_option);
+ return $this;
+ }
+
+ /**
+ * Возвращает сумму скидки для рассрочки.
+ *
+ * @return AmountInterface|null Сумма скидки для рассрочки
+ */
+ public function getDiscountAmount(): ?AmountInterface
+ {
+ return $this->_discount_amount;
+ }
+
+ /**
+ * Устанавливает сумму скидки для рассрочки.
+ *
+ * @param AmountInterface|array|null $discount_amount Сумма скидки для рассрочки
+ *
+ * @return self
+ */
+ public function setDiscountAmount(mixed $discount_amount = null): self
+ {
+ $this->_discount_amount = $this->validatePropertyValue('_discount_amount', $discount_amount);
+ return $this;
+ }
+}
diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodUnknown.php b/lib/Model/Payment/PaymentMethod/PaymentMethodUnknown.php
new file mode 100644
index 00000000..713c51bd
--- /dev/null
+++ b/lib/Model/Payment/PaymentMethod/PaymentMethodUnknown.php
@@ -0,0 +1,49 @@
+setType(PaymentMethodType::UNKNOWN);
+ }
+}
diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodWebmoney.php b/lib/Model/Payment/PaymentMethod/PaymentMethodWebmoney.php
index 72fd960e..dfcbd438 100644
--- a/lib/Model/Payment/PaymentMethod/PaymentMethodWebmoney.php
+++ b/lib/Model/Payment/PaymentMethod/PaymentMethodWebmoney.php
@@ -37,6 +37,7 @@ use YooKassa\Model\Payment\PaymentMethodType;
* @package YooKassa\Model
* @author cms@yoomoney.ru
* @link https://yookassa.ru/developers/api
+ * @deprecated Будет удален в следующих версиях
*/
class PaymentMethodWebmoney extends AbstractPaymentMethod
{
diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodWechat.php b/lib/Model/Payment/PaymentMethod/PaymentMethodWechat.php
index 5e34a4f2..95686630 100644
--- a/lib/Model/Payment/PaymentMethod/PaymentMethodWechat.php
+++ b/lib/Model/Payment/PaymentMethod/PaymentMethodWechat.php
@@ -37,7 +37,7 @@ use YooKassa\Model\Payment\PaymentMethodType;
* @package YooKassa\Model
* @author cms@yoomoney.ru
* @link https://yookassa.ru/developers/api
- * @deprecated Класс будет удалён в одной из будущих версий
+ * @deprecated Будет удален в следующих версиях
*/
class PaymentMethodWechat extends AbstractPaymentMethod
{
diff --git a/lib/Model/Payment/PaymentMethodType.php b/lib/Model/Payment/PaymentMethodType.php
index 222944bd..9872235d 100644
--- a/lib/Model/Payment/PaymentMethodType.php
+++ b/lib/Model/Payment/PaymentMethodType.php
@@ -122,6 +122,16 @@ class PaymentMethodType extends AbstractEnum
/** Оплата через сервис быстрых платежей */
public const SBP = 'sbp';
+ /** Прием оплаты с использованием Кредита от СберБанка */
+ public const SBER_LOAN = 'sber_loan';
+
+ /**
+ * Для неизвестных методов оплаты
+ *
+ * @deprecated Не используется для реальных платежей
+ */
+ public const UNKNOWN = 'unknown';
+
protected static array $validValues = [
self::YOO_MONEY => true,
self::BANK_CARD => true,
@@ -139,5 +149,7 @@ class PaymentMethodType extends AbstractEnum
self::PSB => false,
self::WECHAT => false,
self::SBP => true,
+ self::SBER_LOAN => true,
+ self::UNKNOWN => false,
];
}
diff --git a/lib/Request/Payments/PaymentData/PaymentDataAlfabank.php b/lib/Request/Payments/PaymentData/PaymentDataAlfabank.php
index e94933c3..5e4cf612 100644
--- a/lib/Request/Payments/PaymentData/PaymentDataAlfabank.php
+++ b/lib/Request/Payments/PaymentData/PaymentDataAlfabank.php
@@ -39,6 +39,8 @@ use YooKassa\Validator\Constraints as Assert;
* @author cms@yoomoney.ru
* @link https://yookassa.ru/developers/api
*
+ * @deprecated Будет удален в следующих версиях
+ *
* @property string $login Логин пользователя в Альфа-Клике. Обязателен для сценария [External](/developers/payment-acceptance/getting-started/payment-process#external).
*/
class PaymentDataAlfabank extends AbstractPaymentData
diff --git a/lib/Request/Payments/PaymentData/PaymentDataFactory.php b/lib/Request/Payments/PaymentData/PaymentDataFactory.php
index 2cdd46b0..6e261e98 100644
--- a/lib/Request/Payments/PaymentData/PaymentDataFactory.php
+++ b/lib/Request/Payments/PaymentData/PaymentDataFactory.php
@@ -50,11 +50,11 @@ class PaymentDataFactory
PaymentMethodType::APPLE_PAY => 'PaymentDataApplePay',
PaymentMethodType::GOOGLE_PAY => 'PaymentDataGooglePay',
PaymentMethodType::QIWI => 'PaymentDataQiwi',
- PaymentMethodType::ALFABANK => 'PaymentDataAlfabank',
PaymentMethodType::INSTALLMENTS => 'PaymentDataInstallments',
PaymentMethodType::B2B_SBERBANK => 'PaymentDataB2bSberbank',
PaymentMethodType::TINKOFF_BANK => 'PaymentDataTinkoffBank',
PaymentMethodType::SBP => 'PaymentDataSbp',
+ PaymentMethodType::SBER_LOAN => 'PaymentDataSberLoan',
];
/**
diff --git a/lib/Request/Payments/PaymentData/PaymentDataSberLoan.php b/lib/Request/Payments/PaymentData/PaymentDataSberLoan.php
new file mode 100644
index 00000000..511e718a
--- /dev/null
+++ b/lib/Request/Payments/PaymentData/PaymentDataSberLoan.php
@@ -0,0 +1,48 @@
+setType(PaymentMethodType::SBER_LOAN);
+ }
+}
diff --git a/lib/Request/Receipts/ReceiptResponseFactory.php b/lib/Request/Receipts/ReceiptResponseFactory.php
index 6833ff0e..207f4090 100644
--- a/lib/Request/Receipts/ReceiptResponseFactory.php
+++ b/lib/Request/Receipts/ReceiptResponseFactory.php
@@ -34,7 +34,7 @@ use YooKassa\Model\Receipt\ReceiptType;
*/
class ReceiptResponseFactory
{
- private $typeClassMap = [
+ private array $typeClassMap = [
ReceiptType::PAYMENT => 'PaymentReceiptResponse',
ReceiptType::REFUND => 'RefundReceiptResponse',
ReceiptType::SIMPLE => 'SimpleReceiptResponse',
diff --git a/lib/Request/SelfEmployed/SelfEmployedRequestConfirmationFactory.php b/lib/Request/SelfEmployed/SelfEmployedRequestConfirmationFactory.php
index ec0bd3c7..630303fa 100644
--- a/lib/Request/SelfEmployed/SelfEmployedRequestConfirmationFactory.php
+++ b/lib/Request/SelfEmployed/SelfEmployedRequestConfirmationFactory.php
@@ -44,7 +44,7 @@ class SelfEmployedRequestConfirmationFactory
/**
* @var string[]
*/
- private $typeClassMap = [
+ private array $typeClassMap = [
SelfEmployedConfirmationType::REDIRECT => 'SelfEmployedRequestConfirmationRedirect',
];
diff --git a/phpdoc.xml b/phpdoc.xml
index 2bc53073..9b9a3c6b 100644
--- a/phpdoc.xml
+++ b/phpdoc.xml
@@ -9,7 +9,7 @@
-
+
latest
diff --git a/tests/Model/Notification/NotificationSucceededTest.php b/tests/Model/Notification/NotificationSucceededTest.php
index 4bed81bc..a66875aa 100644
--- a/tests/Model/Notification/NotificationSucceededTest.php
+++ b/tests/Model/Notification/NotificationSucceededTest.php
@@ -50,6 +50,40 @@ class NotificationSucceededTest extends AbstractTestNotification
],
];
+ $payment_methods = [
+ [
+ 'type' => PaymentMethodType::QIWI,
+ ],
+ [
+ 'type' => PaymentMethodType::TINKOFF_BANK,
+ ],
+ [
+ 'type' => PaymentMethodType::SBER_LOAN,
+ 'loan_option' => Random::value([
+ null,
+ 'loan',
+ 'installments_1',
+ 'installments_12',
+ 'installments_36',
+ ]),
+ 'discount_amount' => Random::value([
+ null,
+ [
+ 'value' => Random::float(0.01, 100000.0),
+ 'currency' => Random::value(CurrencyCode::getValidValues()),
+ ],
+ [
+ 'value' => Random::float(0.01, 1000000.0),
+ 'currency' => Random::value(CurrencyCode::getValidValues()),
+ ],
+ ]),
+ ],
+ [
+ 'type' => 'new_method',
+ 'new_property' => 'new_property_value',
+ ],
+ ];
+
for ($i = 0; $i < 10; $i++) {
$payment = [
'id' => Random::str(36),
@@ -62,9 +96,7 @@ class NotificationSucceededTest extends AbstractTestNotification
'value' => Random::float(0.01, 1000000.0),
'currency' => Random::value(CurrencyCode::getValidValues()),
],
- 'payment_method' => [
- 'type' => PaymentMethodType::QIWI,
- ],
+ 'payment_method' => Random::value($payment_methods),
'created_at' => date(YOOKASSA_DATE, Random::int(1, time())),
'captured_at' => date(YOOKASSA_DATE, Random::int(1, time())),
'confirmation' => Random::value($confirmations),
diff --git a/tests/Model/Payment/PaymentMethod/PaymentMethodFactoryTest.php b/tests/Model/Payment/PaymentMethod/PaymentMethodFactoryTest.php
index 0a188b14..2b4a22ac 100644
--- a/tests/Model/Payment/PaymentMethod/PaymentMethodFactoryTest.php
+++ b/tests/Model/Payment/PaymentMethod/PaymentMethodFactoryTest.php
@@ -27,18 +27,6 @@ class PaymentMethodFactoryTest extends TestCase
self::assertEquals($type, $paymentData->getType());
}
- /**
- * @dataProvider invalidTypeDataProvider
- *
- * @param mixed $type
- */
- public function testInvalidFactory($type): void
- {
- $this->expectException(InvalidArgumentException::class);
- $instance = $this->getTestInstance();
- $instance->factory($type);
- }
-
/**
* @dataProvider validArrayDataProvider
*/
@@ -268,7 +256,6 @@ class PaymentMethodFactoryTest extends TestCase
{
return [
[[]],
- [['type' => 'test']],
];
}
diff --git a/tests/Model/Payment/PaymentMethod/PaymentMethodSberLoanTest.php b/tests/Model/Payment/PaymentMethod/PaymentMethodSberLoanTest.php
new file mode 100644
index 00000000..7f9fb23d
--- /dev/null
+++ b/tests/Model/Payment/PaymentMethod/PaymentMethodSberLoanTest.php
@@ -0,0 +1,161 @@
+getTestInstance();
+
+ $instance->setLoanOption($value);
+ self::assertEquals($value, $instance->getLoanOption());
+ self::assertEquals($value, $instance->loan_option);
+
+ $instance = $this->getTestInstance();
+ $instance->loan_option = $value;
+ self::assertEquals($value, $instance->getLoanOption());
+ self::assertEquals($value, $instance->loan_option);
+ }
+
+ /**
+ * @dataProvider invalidLoanOptionDataProvider
+ *
+ * @param mixed $value
+ */
+ public function testSetInvalidLoanOption(mixed $value): void
+ {
+ $this->expectException(InvalidArgumentException::class);
+
+ $instance = $this->getTestInstance();
+ $instance->setLoanOption($value);
+ }
+
+ /**
+ * @dataProvider invalidLoanOptionDataProvider
+ *
+ * @param mixed $value
+ */
+ public function testSetterInvalidLoanOption(mixed $value): void
+ {
+ $this->expectException(InvalidArgumentException::class);
+
+ $instance = $this->getTestInstance();
+ $instance->loan_option = $value;
+ }
+
+ /**
+ * @dataProvider validDiscountAmountDataProvider
+ */
+ public function testGetSetDiscountAmount(mixed $value): void
+ {
+ $instance = $this->getTestInstance();
+
+ $instance->setDiscountAmount($value);
+ self::assertSame($value, $instance->getDiscountAmount());
+ self::assertSame($value, $instance->discount_amount);
+ self::assertSame($value, $instance->discountAmount);
+
+ $instance = $this->getTestInstance();
+ $instance->discount_amount = $value;
+ self::assertSame($value, $instance->getDiscountAmount());
+ self::assertSame($value, $instance->discount_amount);
+ self::assertSame($value, $instance->discountAmount);
+
+ $instance = $this->getTestInstance();
+ $instance->discountAmount = $value;
+ self::assertSame($value, $instance->getDiscountAmount());
+ self::assertSame($value, $instance->discount_amount);
+ self::assertSame($value, $instance->discountAmount);
+ }
+
+ /**
+ * @dataProvider invalidDiscountAmountDataProvider
+ *
+ * @param mixed $value
+ */
+ public function testSetInvalidDiscountAmount(mixed $value): void
+ {
+ $this->expectException(InvalidArgumentException::class);
+ $instance = $this->getTestInstance();
+ $instance->setDiscountAmount($value);
+ }
+
+ /**
+ * @dataProvider invalidDiscountAmountDataProvider
+ *
+ * @param mixed $value
+ */
+ public function testSetterInvalidDiscountAmount(mixed $value): void
+ {
+ $this->expectException(InvalidArgumentException::class);
+ $instance = $this->getTestInstance();
+ $instance->discount_amount = $value;
+ }
+
+ public function validLoanOptionDataProvider(): array
+ {
+ return [
+ [null],
+ [''],
+ ['loan'],
+ ['installments_1'],
+ ['installments_12'],
+ ['installments_36'],
+ ];
+ }
+
+ public function invalidLoanOptionDataProvider(): array
+ {
+ return [
+ [true],
+ ['2345678901234567'],
+ ['installments_'],
+ ];
+ }
+
+ public function validDiscountAmountDataProvider(): array
+ {
+ $result = [
+ [null],
+ ];
+ for ($i = 0; $i < 10; $i++) {
+ $result[] = [new MonetaryAmount(['value' => Random::int(1, 10000), 'currency' => Random::value(CurrencyCode::getEnabledValues())])];
+ }
+ return $result;
+ }
+
+ public function invalidDiscountAmountDataProvider(): array
+ {
+ return [
+ [true],
+ ['2345678901234567'],
+ ['installments_'],
+ ];
+ }
+}
diff --git a/tests/Model/Payment/PaymentMethod/PaymentMethodUnknownTest.php b/tests/Model/Payment/PaymentMethod/PaymentMethodUnknownTest.php
new file mode 100644
index 00000000..e8ab46dd
--- /dev/null
+++ b/tests/Model/Payment/PaymentMethod/PaymentMethodUnknownTest.php
@@ -0,0 +1,23 @@
+ Random::str(DealsRequest::MIN_LENGTH_DESCRIPTION, SafeDeal::MAX_LENGTH_DESCRIPTION),
'status' => $statuses[Random::int(0, count($statuses) - 1)],
'limit' => Random::int(1, DealsRequest::MAX_LIMIT_VALUE),
- 'cursor' => $this->randomString(Random::int(1, 30)),
+ 'cursor' => $this->randomString(Random::int(2, 30)),
];
$result[] = [$request];
}
diff --git a/tests/Request/Deals/DealsRequestSerializerTest.php b/tests/Request/Deals/DealsRequestSerializerTest.php
index dfcf8421..214a69c2 100644
--- a/tests/Request/Deals/DealsRequestSerializerTest.php
+++ b/tests/Request/Deals/DealsRequestSerializerTest.php
@@ -83,7 +83,7 @@ class DealsRequestSerializerTest extends TestCase
'fullTextSearch' => Random::str(DealsRequest::MIN_LENGTH_DESCRIPTION, SafeDeal::MAX_LENGTH_DESCRIPTION),
'status' => $statuses[Random::int(0, count($statuses) - 1)],
'limit' => Random::int(1, 100),
- 'cursor' => $this->randomString(Random::int(1, 30)),
+ 'cursor' => $this->randomString(Random::int(2, 30)),
];
$result[] = [$request];
}
diff --git a/tests/Request/Payments/CreatePaymentRequestSerializerTest.php b/tests/Request/Payments/CreatePaymentRequestSerializerTest.php
index 52402fbb..674c6529 100644
--- a/tests/Request/Payments/CreatePaymentRequestSerializerTest.php
+++ b/tests/Request/Payments/CreatePaymentRequestSerializerTest.php
@@ -26,7 +26,6 @@ use YooKassa\Request\Payments\CreatePaymentRequest;
use YooKassa\Request\Payments\CreatePaymentRequestSerializer;
use YooKassa\Request\Payments\Leg;
use YooKassa\Request\Payments\Passenger;
-use YooKassa\Request\Payments\PaymentData\PaymentDataAlfabank;
use YooKassa\Request\Payments\PaymentData\PaymentDataApplePay;
use YooKassa\Request\Payments\PaymentData\PaymentDataB2bSberbank;
use YooKassa\Request\Payments\PaymentData\PaymentDataBankCard;
@@ -37,6 +36,7 @@ use YooKassa\Request\Payments\PaymentData\PaymentDataInstallments;
use YooKassa\Request\Payments\PaymentData\PaymentDataMobileBalance;
use YooKassa\Request\Payments\PaymentData\PaymentDataQiwi;
use YooKassa\Request\Payments\PaymentData\PaymentDataSberbank;
+use YooKassa\Request\Payments\PaymentData\PaymentDataSbp;
use YooKassa\Request\Payments\PaymentData\PaymentDataYooMoney;
/**
@@ -355,7 +355,7 @@ class CreatePaymentRequestSerializerTest extends TestCase
new ConfirmationAttributesMobileApplication(),
];
$paymentData = [
- new PaymentDataAlfabank(),
+ new PaymentDataSbp(),
new PaymentDataApplePay(),
new PaymentDataGooglePay(),
new PaymentDataBankCard(),
@@ -367,7 +367,6 @@ class CreatePaymentRequestSerializerTest extends TestCase
new PaymentDataInstallments(),
new PaymentDataB2bSberbank(['payment_purpose' => Random::str(16), 'vat_data' => ['type' => VatDataType::UNTAXED]]),
];
- $paymentData[0]->setLogin(Random::str(10));
$paymentData[1]->setPaymentData(Random::str(10));
$paymentData[2]->setPaymentMethodToken(Random::str(10));
diff --git a/tests/Request/Payments/PaymentData/PaymentDataAlfabankTest.php b/tests/Request/Payments/PaymentData/PaymentDataAlfabankTest.php
deleted file mode 100644
index 72e251e7..00000000
--- a/tests/Request/Payments/PaymentData/PaymentDataAlfabankTest.php
+++ /dev/null
@@ -1,86 +0,0 @@
-getTestInstance();
-
- $instance->setLogin($value);
- self::assertEquals($value, $instance->getLogin());
- self::assertEquals($value, $instance->login);
-
- $instance = $this->getTestInstance();
- $instance->login = $value;
- self::assertEquals($value, $instance->getLogin());
- self::assertEquals($value, $instance->login);
- }
-
- /**
- * @dataProvider invalidLoginDataProvider
- *
- * @param mixed $value
- */
- public function testSetInvalidLogin($value): void
- {
- $this->expectException(TypeError::class);
- $instance = $this->getTestInstance();
- $instance->setLogin($value);
- }
-
- /**
- * @dataProvider invalidLoginDataProvider
- *
- * @param mixed $value
- */
- public function testSetterInvalidLogin($value): void
- {
- $this->expectException(TypeError::class);
- $instance = $this->getTestInstance();
- $instance->login = $value;
- }
-
- public static function validLoginDataProvider()
- {
- return [
- ['123'],
- [Random::str(256)],
- [Random::str(1024)],
- ];
- }
-
- public static function invalidLoginDataProvider()
- {
- return [
- [new \DateTime()],
- [new \stdClass()],
- [[false]],
- ];
- }
-
- protected function getTestInstance(): PaymentDataAlfabank
- {
- return new PaymentDataAlfabank();
- }
-
- protected function getExpectedType(): string
- {
- return PaymentMethodType::ALFABANK;
- }
-}
diff --git a/tests/Request/Payments/PaymentData/PaymentDataFactoryTest.php b/tests/Request/Payments/PaymentData/PaymentDataFactoryTest.php
index 6aa34232..efabafe6 100644
--- a/tests/Request/Payments/PaymentData/PaymentDataFactoryTest.php
+++ b/tests/Request/Payments/PaymentData/PaymentDataFactoryTest.php
@@ -102,12 +102,6 @@ class PaymentDataFactoryTest extends TestCase
public static function validArrayDataProvider()
{
$result = [
- [
- [
- 'type' => PaymentMethodType::ALFABANK,
- 'login' => Random::str(10, 20),
- ],
- ],
[
[
'type' => PaymentMethodType::GOOGLE_PAY,
@@ -184,6 +178,17 @@ class PaymentDataFactoryTest extends TestCase
return [
[[]],
[['type' => 'test']],
+ [
+ [
+ 'type' => PaymentMethodType::ALFABANK,
+ 'login' => Random::str(10, 20),
+ ],
+ ],
+ [
+ [
+ 'type' => PaymentMethodType::UNKNOWN,
+ ],
+ ],
];
}
diff --git a/tests/Request/Payments/PaymentData/PaymentDataSberLoanTest.php b/tests/Request/Payments/PaymentData/PaymentDataSberLoanTest.php
new file mode 100644
index 00000000..da67f908
--- /dev/null
+++ b/tests/Request/Payments/PaymentData/PaymentDataSberLoanTest.php
@@ -0,0 +1,23 @@
+ $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(1, 30)),
+ 'cursor' => Random::str(Random::int(2, 30)),
];
$result[] = [$request];
}