diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e0ae4b1..846ebe01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### v3.1.1 от 16.10.2023 +* PaymentRequest.save_payment_method может быть null + ### v3.1.0 от 30.06.2023 * Добавлена обработка неизвестных методов оплаты * Добавлен новый метод оплаты sber_loan diff --git a/composer.json b/composer.json index ea48a212..63c19a3a 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.1.0&format=zip" + "url": "https://git.yoomoney.ru/rest/api/latest/projects/SDK/repos/yookassa-sdk-php/archive?at=refs%2Ftags%2F3.1.1&format=zip" }, - "version": "3.1.0", + "version": "3.1.1", "require": { "php": ">=8.0", "ext-curl": "*", diff --git a/docs/classes/YooKassa-Client-ApiClientInterface.md b/docs/classes/YooKassa-Client-ApiClientInterface.md index 63766850..6aaf3cb3 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 fddb8960..b5b1b234 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 bc236ad4..315cb00a 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 10b547cd..5741f2dd 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 f5959357..fbfe4f7f 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.1.0' +SDK_VERSION = '3.1.1' ``` @@ -2536,10 +2536,10 @@ protected handleError(\YooKassa\Common\ResponseObject $response) : void ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 0](../reports/markers.md) -* [Deprecated - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 c2a735f7..9dd679db 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 f2f3db2d..936798c5 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 a95055d2..69a5f150 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 6ba0cb6d..9f00147e 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 82682ecf..3434792b 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 5fba2c75..4345199b 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 6dfe4833..ac38dbc9 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 6aa89443..a6ad5080 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 c7971c5b..08aab2f7 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 fd143243..bdd14211 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 7df940a6..4cef82f2 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 ddd7ae77..df5ffa54 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 f8e54e63..d458da3c 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 5b0fbd20..d2643abb 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 fd0a75e4..4882bef4 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 f8d74a3f..127726ef 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 b93cfa67..7ec0a286 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 83beae92..b1db76ed 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 e8fc1da6..1fe36602 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 5abc1b8c..66e196f1 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 ed8ee79e..de114983 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 8070c93f..568be235 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 b1fda47b..5d7b47cb 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 93fc5674..1fb9b562 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 1e7ac0a1..3a644404 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 3b78cd54..3d5bb47a 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 ba2707eb..4e028355 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 10e339b6..be117ef8 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 d88e9c4b..b7a77a8d 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 25e28bd5..bf906168 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 69ea3d12..1fc26ea6 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 e806877c..e7ca74c3 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 9df16563..1f32e5df 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 f080285f..b4140e25 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 91e58cb9..dc1a7a0b 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 593d9d19..e368f191 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 98bcda16..dc675b52 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 752a82a7..1357fd6c 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 c38f7c7e..d7cbfedd 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 89573e0a..8673ed1e 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 f4d3bd07..f33fcc40 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 f70a8c49..14c738cf 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 0d7c028d..f21537c9 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 45902176..58fe652f 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 3734fd42..c994bbaf 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 379c50e7..f853fb24 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 4e322680..d66620cf 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 0aa8bbbb..724ed33a 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 13ab3bd0..c44975a1 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 c07d7b52..be933ae7 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 78b0831f..c3313231 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 f3b0eafc..ecf0704b 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 f17df3d6..f8c13a88 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 21b463bf..a22b9895 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 e3594cef..c267a5e6 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 fbbf71d9..5195cfb4 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 b3186b67..cd466d6d 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 37fe1d70..ac1628a5 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 5d6deeeb..7a983737 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 7475289d..4dc71412 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 a5b2bcad..6e6e6066 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 16d4e5c0..3cc65400 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 1baf46ae..1da47b77 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 1ed13fe2..3f7daff5 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 b0b62356..18bb48cd 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 12d34065..c001868e 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 24950961..c9508b77 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 71b29ae9..6e7c449e 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 aa686904..55c65f7d 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 060db5c0..92b54147 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 c490d8ea..058b7090 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 c4652d5c..a87a2951 100644 --- a/docs/classes/YooKassa-Model-Payment-CancellationDetailsPartyCode.md +++ b/docs/classes/YooKassa-Model-Payment-CancellationDetailsPartyCode.md @@ -17,6 +17,7 @@ | ----------:| ---- | ---- | ------- | | public | [MERCHANT](../classes/YooKassa-Model-Payment-CancellationDetailsPartyCode.md#constant_MERCHANT) | | Продавец товаров и услуг. | | public | [YOO_MONEY](../classes/YooKassa-Model-Payment-CancellationDetailsPartyCode.md#constant_YOO_MONEY) | | ЮKassa. | +| public | [YANDEX_CHECKOUT](../classes/YooKassa-Model-Payment-CancellationDetailsPartyCode.md#constant_YANDEX_CHECKOUT) | *deprecated* | | | public | [PAYMENT_NETWORK](../classes/YooKassa-Model-Payment-CancellationDetailsPartyCode.md#constant_PAYMENT_NETWORK) | | «Внешние» участники платежного процесса (например, эмитент, сторонний платежный сервис). | --- @@ -71,6 +72,15 @@ YOO_MONEY = 'yoo_money' ``` + +###### ~~YANDEX_CHECKOUT~~ +```php +YANDEX_CHECKOUT = 'yandex_checkout' +``` + +**deprecated** +Устарел. Оставлен для обратной совместимости + ###### PAYMENT_NETWORK «Внешние» участники платежного процесса (например, эмитент, сторонний платежный сервис). @@ -162,10 +172,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 0](../reports/markers.md) -* [Deprecated - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 67e33885..a3bd716f 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 50918985..c0c0b498 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 f1f87dc5..7ee05e57 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 2ce679a5..3466a8fe 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 1a501ece..745411f5 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 18818c7b..d286d747 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 ab65fb6e..6c3a983d 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 5658c96d..7ed63abc 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 a88c7bac..0153ad34 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 e39ce192..0f086e6d 100644 --- a/docs/classes/YooKassa-Model-Payment-ConfirmationType.md +++ b/docs/classes/YooKassa-Model-Payment-ConfirmationType.md @@ -202,10 +202,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 0](../reports/markers.md) -* [Deprecated - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 19d9978a..f54b67e8 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 52603fad..104a9945 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 e3862d15..535088ff 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 9adaa6f9..8fe49693 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 615da430..8745736b 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 587efba2..6712b7e0 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 6694009d..4a1268f2 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 38324e24..989a73b1 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 9dfa0b16..8d569004 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 fd98db42..15582a4a 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 7b699dfd..6dd59b46 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 da6608fd..e802f19d 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 a1cea829..f0a5a909 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 fa946772..a49b8fee 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 5336d877..5fd640e3 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 ea474938..2211a7a8 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 292ae559..39d48bdc 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodAlfaBank.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodAlfaBank.md @@ -724,10 +724,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 0](../reports/markers.md) -* [Deprecated - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 1a0cc08c..325e3eb9 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 c662c532..d9b43ca2 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 d7f87fbb..1572fa5e 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 b7259999..ffdcd031 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 730b9e60..53592c2a 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 bdcd7ca5..003ee874 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 f5c65f42..e3d4af36 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 ae477ebe..80942960 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 06c161df..dffbd62a 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 ae4ca515..bc6816d6 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 index e0e3a33a..5cd1ce59 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberLoan.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberLoan.md @@ -803,10 +803,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 0](../reports/markers.md) -* [Deprecated - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 778a6ce7..cf2aee91 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 66324d2d..e23c4d3e 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 665e23a8..d6872e89 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 index 7510ff1c..33a7090e 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodUnknown.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodUnknown.md @@ -670,10 +670,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 0](../reports/markers.md) -* [Deprecated - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 f7d5da78..2cc794fc 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodWebmoney.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodWebmoney.md @@ -670,10 +670,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 0](../reports/markers.md) -* [Deprecated - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 24cc6e1b..6f786b19 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodWechat.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodWechat.md @@ -670,10 +670,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 0](../reports/markers.md) -* [Deprecated - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 23dc241e..aa119450 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 1ce9875c..755c33f0 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethodType.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethodType.md @@ -340,10 +340,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 0](../reports/markers.md) -* [Deprecated - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 e63aefbb..c139a923 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 4c88e872..60510473 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 e94f9cd8..e0969074 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 64bbe863..6baab88a 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 c9a2031d..8f4ae16d 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 8f50e5d4..891a62cc 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 7ba5d780..40757c36 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 d0f07d04..8a720530 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 4279b922..504a82d0 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 8545c549..92627f90 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 32255ad0..499a0ea6 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 ca7d7876..cf369443 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 394d8c89..d6b0c3b4 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 2df378fd..ebd4ada6 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 a8af3ea5..eb31efe0 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 3e17de99..3e44d196 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 a43e90b0..066d6893 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 bafac864..5aa08273 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 31d57fd9..0fdc55cf 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 63801e64..a28e88f8 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 3651fad3..7d6fc21a 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 dd398d7f..d47fd2d7 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 d365be3f..07859720 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 4ec4a9fc..1dcaf25a 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 e292f052..2d5d7c8b 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 7abb0b53..93fe513e 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 5728bf64..28ed26a6 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 5995e88f..545b3c95 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 b299d5f8..0e3fc0dd 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 994517ff..23143e9b 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 8c240c5b..468d7788 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 3396a7db..cf9796a8 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 9d019b01..6570c255 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 282a0f9d..27e21b09 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 f136550a..db45cd3f 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 5e68a436..73fa1bd0 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 17d98dc9..f19004ec 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 af106f33..57466593 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 d21032ce..023ad865 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 ecc79d5d..60b8bbe1 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 d7cf6efc..ecbbdc11 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 a40a37e8..ffc290b7 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 0776edc8..d5abb5a9 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 26336269..f0083d56 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 9a3de3de..c7e4495d 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 b6cef5f4..5480be28 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 2307fa85..d24f4798 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 0fa4d487..ee434fa7 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 9524bd5f..674f7641 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 ca4de727..87ebc054 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 4ee90495..21826e5f 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 7e73fa9f..cf01d7f7 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 78ae2fbf..06cc00bc 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 b849c04c..780aff8b 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 eaf0f12a..1f2e65c0 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 7f433e63..982cc995 100644 --- a/docs/classes/YooKassa-Model-Refund-RefundCancellationDetailsPartyCode.md +++ b/docs/classes/YooKassa-Model-Refund-RefundCancellationDetailsPartyCode.md @@ -18,6 +18,7 @@ | Visibility | Name | Flag | Summary | | ----------:| ---- | ---- | ------- | | public | [YOO_MONEY](../classes/YooKassa-Model-Refund-RefundCancellationDetailsPartyCode.md#constant_YOO_MONEY) | | ЮKassa | +| public | [YANDEX_CHECKOUT](../classes/YooKassa-Model-Refund-RefundCancellationDetailsPartyCode.md#constant_YANDEX_CHECKOUT) | *deprecated* | | | public | [REFUND_NETWORK](../classes/YooKassa-Model-Refund-RefundCancellationDetailsPartyCode.md#constant_REFUND_NETWORK) | | Любые участники процесса возврата, кроме ЮKassa и вас (например, эмитент банковской карты) | --- @@ -63,6 +64,15 @@ YOO_MONEY = 'yoo_money' ``` + +###### ~~YANDEX_CHECKOUT~~ +```php +YANDEX_CHECKOUT = 'yandex_checkout' +``` + +**deprecated** +Устарел. Оставлен для обратной совместимости + ###### REFUND_NETWORK Любые участники процесса возврата, кроме ЮKassa и вас (например, эмитент банковской карты) @@ -154,10 +164,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 0](../reports/markers.md) -* [Deprecated - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 2d63bd2c..e1c4b335 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 e2ef9cf3..50efa6ff 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 97fb159e..6aa8d8b9 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 3a4e26e3..14c1dd13 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 c4709d3c..024a6a11 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 b76de698..51faedfe 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 192d2536..6a86c643 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 4e584f21..0a14df1a 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 80823a70..bfc1ab1f 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 12d4aadf..d5448ef2 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 3b6c7c2e..946e0315 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 60658588..626884af 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 e708c8f0..cfa0c0d6 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 417e50f6..34179883 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 8f275ce9..46e48036 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 a4ba2183..444210c3 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 220067ee..ac1806c6 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 38d51af4..f9693b5f 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 607b61d5..306a6ba2 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 6c74889d..7382156c 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 1a476f12..2bda8e3f 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 6330262e..e402093f 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 c417cf26..75ab9368 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 7fc06325..77f66fd7 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 2434287c..d6cf9b7c 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 0b853bbb..8718848e 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 29489c48..3e282e35 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 b85d7319..2634cf84 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 dea217af..6b7f0e7c 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 091bf49a..269149d2 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 debbd19a..e7a5af0a 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 b57ade87..80856955 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 797e08a0..e31c36b2 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 c7d82bc7..db476293 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 a986a2eb..d662104e 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 3efcae7f..7b492245 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 9dec8f10..8a8f1a80 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 35408744..e59d5b92 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 7d74960b..ada8aa08 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 60ec6538..3c291a47 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 620b95e7..888414b7 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 3dea247f..1cf435b9 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 e8735d16..2282b1d1 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 350eb23f..e7b2865a 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 f1613d7e..7c189497 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 c4985171..c2a4d3fa 100644 --- a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequest.md +++ b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequest.md @@ -526,25 +526,25 @@ IPv4 или IPv6-адрес покупателя. Если не указан, и -#### public $save_payment_method : bool +#### public $save_payment_method : bool|null --- ***Description*** Сохранить платежные данные для последующего использования. Значение true инициирует создание многоразового payment_method -**Type:** bool +**Type:** bool|null **Details:** -#### public $savePaymentMethod : bool +#### public $savePaymentMethod : bool|null --- ***Description*** Сохранить платежные данные для последующего использования. Значение true инициирует создание многоразового payment_method -**Type:** bool +**Type:** bool|null **Details:** @@ -1041,10 +1041,10 @@ public getRecipient() : null|\YooKassa\Model\Payment\RecipientInterface -#### public getSavePaymentMethod() : bool +#### public getSavePaymentMethod() : bool|null ```php -public getSavePaymentMethod() : bool +public getSavePaymentMethod() : bool|null ``` **Summary** @@ -1054,7 +1054,7 @@ public getSavePaymentMethod() : bool **Details:** * Inherited From: [\YooKassa\Request\Payments\CreatePaymentRequest](../classes/YooKassa-Request-Payments-CreatePaymentRequest.md) -**Returns:** bool - Флаг сохранения платёжных данных +**Returns:** bool|null - Флаг сохранения платёжных данных @@ -1874,7 +1874,7 @@ public setRecipient(null|array|\YooKassa\Model\Payment\RecipientInterface $recip #### public setSavePaymentMethod() : self ```php -public setSavePaymentMethod(bool $save_payment_method) : self +public setSavePaymentMethod(bool|null $save_payment_method = null) : self ``` **Summary** @@ -1887,7 +1887,7 @@ public setSavePaymentMethod(bool $save_payment_method) : self ##### Parameters: | Type | Name | Description | | ---- | ---- | ----------- | -| bool | save_payment_method | Сохранить платежные данные для последующего использования | +| bool OR null | save_payment_method | Сохранить платежные данные для последующего использования | ##### Throws: | Type | Description | @@ -2024,10 +2024,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 0](../reports/markers.md) -* [Deprecated - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 2594f8d0..97544421 100644 --- a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestBuilder.md @@ -951,7 +951,7 @@ public setRecipient(array|\YooKassa\Model\Payment\RecipientInterface|null $value #### public setSavePaymentMethod() : \YooKassa\Request\Payments\CreatePaymentRequestBuilder ```php -public setSavePaymentMethod(bool $value) : \YooKassa\Request\Payments\CreatePaymentRequestBuilder +public setSavePaymentMethod(bool|null $value = null) : \YooKassa\Request\Payments\CreatePaymentRequestBuilder ``` **Summary** @@ -964,7 +964,7 @@ public setSavePaymentMethod(bool $value) : \YooKassa\Request\Payments\CreatePaym ##### Parameters: | Type | Name | Description | | ---- | ---- | ----------- | -| bool | value | Сохранить платежные данные для последующего использования | +| bool OR null | value | Сохранить платежные данные для последующего использования | ##### Throws: | Type | Description | @@ -1064,10 +1064,10 @@ protected initCurrentObject() : \YooKassa\Request\Payments\CreatePaymentRequest ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 0](../reports/markers.md) -* [Deprecated - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 6dc54b10..f5b32c9b 100644 --- a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestInterface.md +++ b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestInterface.md @@ -490,10 +490,10 @@ public setConfirmation(null|array|\YooKassa\Request\Payments\ConfirmationAttribu -#### public getSavePaymentMethod() : bool +#### public getSavePaymentMethod() : bool|null ```php -public getSavePaymentMethod() : bool +public getSavePaymentMethod() : bool|null ``` **Summary** @@ -503,7 +503,7 @@ public getSavePaymentMethod() : bool **Details:** * Inherited From: [\YooKassa\Request\Payments\CreatePaymentRequestInterface](../classes/YooKassa-Request-Payments-CreatePaymentRequestInterface.md) -**Returns:** bool - Флаг сохранения платёжных данных +**Returns:** bool|null - Флаг сохранения платёжных данных @@ -527,7 +527,7 @@ public hasSavePaymentMethod() : bool #### public setSavePaymentMethod() : self ```php -public setSavePaymentMethod(bool $save_payment_method) : self +public setSavePaymentMethod(bool|null $save_payment_method = null) : self ``` **Summary** @@ -540,7 +540,7 @@ public setSavePaymentMethod(bool $save_payment_method) : self ##### Parameters: | Type | Name | Description | | ---- | ---- | ----------- | -| bool | save_payment_method | Сохранить платежные данные для последующего использования | +| bool OR null | save_payment_method | Сохранить платежные данные для последующего использования | **Returns:** self - @@ -1016,10 +1016,10 @@ public setMerchantCustomerId(string|null $merchant_customer_id) : self ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 0](../reports/markers.md) -* [Deprecated - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 0bcd7ee6..58afaafe 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 294b4bb9..8e9c7506 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 b41aa090..ee1590de 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 16fae8f5..71e46055 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 a80f5749..066c4774 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 f424a744..6e5eac32 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 f5a92ef2..fbeaef67 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 269c9e34..379d9049 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 5f15b74e..666ced83 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 104f418d..3dc4f733 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataAlfabank.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataAlfabank.md @@ -498,10 +498,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 0](../reports/markers.md) -* [Deprecated - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 764d174a..69f74fae 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 08ee69ec..57782378 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 e31f93a3..a1c15591 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 e7c67c38..39eba47f 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 2c55422f..76692e39 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 6d58601f..8eb51707 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 17815f57..43b9256c 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 715e8a3d..79b92948 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 0520c756..bb9b4c03 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 f04dcf69..d1d15069 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 index 9baa7577..ce602c2e 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSberLoan.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSberLoan.md @@ -443,10 +443,10 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 0](../reports/markers.md) -* [Deprecated - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 43234995..fd571ac4 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 4678a9f7..60fad3f1 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 00aa0b32..9b68bff1 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 0fa0d1c4..330ecca9 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 84d33628..40f40897 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 b2b22ad6..471fd12b 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 3061bc94..a835c1b1 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 30d51e55..57361903 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 eccb4359..64b5c646 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 0992ff2b..d5c7e53e 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 0ea85555..ac8018d1 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 c907c194..904e0995 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 b84da6ac..910d7e05 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 f5f5c031..44eb803c 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 7f720800..a02e973b 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 d52fe64d..0733f944 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 305b9e94..5ba628c6 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 65e798ea..37d7baa1 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 49836789..1e4b2976 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 897a7a22..a93c46ad 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 594e03f5..7754f323 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 1d43e870..c14571d7 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 07c3997e..8f628ea7 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 725ace75..19b8d293 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 b03f2a79..584dbe74 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 bcadb28c..6717d494 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 2f3a5f70..c9f6bcb7 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 49d8be72..9dfd20b3 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 1023fbe3..52532b8c 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 d9ec45bd..584a33ce 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 dae2e0b9..52c5c1b7 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 ba152c3f..9a0c6ea9 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 6bf87548..95d958cd 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 4611e4dd..3f26f788 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 3f3edbb9..c2506552 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 25c70a03..98a66b33 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 ac12f04c..ac220a3f 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 fa92bb63..29870a2c 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 af3ff8d3..b0be0edd 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 3589674e..4952ee43 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 450e0ce5..57e64037 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 3ba0bff7..ee7cd90a 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 850159b9..0970df4e 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 eff006e3..21d06ff9 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 122c96a7..c1c86b41 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 b34e7823..c64e9d8b 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 f4846c1d..77348656 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 5a4555e6..252e6cc0 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 1b09176c..594b4d89 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 fe82d7d7..14766e0d 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 fb8c3970..8bf5583b 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 0af6c973..1b9cc76d 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 8e0753a4..a6166e41 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 2ee2bd18..0e1fe80f 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 2b06ad8b..0e8c3d55 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 393f9c98..31d00c19 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 c09baee2..0ea98a44 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 80b1875d..943bc2ee 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 04986bd4..763b2ba7 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 780d2e58..3e6730ba 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 62c7ee35..beddaf52 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 e6fa6cc3..01074da6 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 025fcff9..abc061bf 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 1851b12d..1dbbe667 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 f876449b..24c7ed76 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 db68e20d..f5e2dfcd 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 dfe7dbdd..961d1b06 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 600b3179..baaa7fa9 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 7b75a286..15d4e829 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 4a4912d7..f24901de 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 2bb3f50a..6e69f714 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 b474f0be..63300c56 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 72cfdc1b..484f8322 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 4335d684..a4c3e3b6 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 853a8b17..fb56041f 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 fc7198e1..e82d73c6 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 d6f0fd8a..8798b77d 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 60ba66f2..2a384528 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 86ec15d0..80a2dfae 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 88963a6a..c3035cc6 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 edefd646..ee3b9158 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 39f3354e..a0e33d8e 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 871fef19..b39c5060 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 f1a21b14..7fad365b 100644 --- a/docs/namespaces/yookassa-model-payment-paymentmethod.md +++ b/docs/namespaces/yookassa-model-payment-paymentmethod.md @@ -47,10 +47,10 @@ ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 0](../reports/markers.md) -* [Deprecated - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 4526b0cc..45c3e3dd 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 f703b771..f7b3548a 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 a80af6a3..43236ed5 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 5b8f4f0a..d0da9c89 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 b0edb8ef..91bd3961 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 c47eb649..84da6800 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 b6f4d587..549fb4c1 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 4056dfe6..bff977e9 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 859b377c..afcd6513 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 a916a30f..16ed4f76 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 3146e1a9..abab5e33 100644 --- a/docs/namespaces/yookassa-request-payments-paymentdata.md +++ b/docs/namespaces/yookassa-request-payments-paymentdata.md @@ -37,10 +37,10 @@ ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 0](../reports/markers.md) -* [Deprecated - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 307e7c69..4e7953b6 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 b0fe928a..d636a42b 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 1b012698..f157de98 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 c5931e21..bb82c660 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 1480403c..e8324b2e 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 a76cb084..89591fef 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 24d61a58..b4fd4f19 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 551ad577..0208424f 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 79021268..259e3d7a 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 15150daa..b4d778e7 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 0fab3476..882a502d 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 - 13](reports/deprecated.md) +* [Deprecated - 15](reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 3b4cdc0c..d24cbabe 100644 --- a/docs/reports/deprecated.md +++ b/docs/reports/deprecated.md @@ -2,6 +2,7 @@ # Deprecated Elements ### Table of Contents +* [lib/Model/Payment/CancellationDetailsPartyCode.php](../../lib/Model/Payment/CancellationDetailsPartyCode.php) * [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) @@ -10,8 +11,14 @@ * [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/Model/Refund/RefundCancellationDetailsPartyCode.php](../../lib/Model/Refund/RefundCancellationDetailsPartyCode.php) * [lib/Request/Payments/PaymentData/PaymentDataAlfabank.php](../../lib/Request/Payments/PaymentData/PaymentDataAlfabank.php) + +#### [lib/Model/Payment/CancellationDetailsPartyCode.php](../../lib/Model/Payment/CancellationDetailsPartyCode.php) +| Line | Element | Description | +| ---- | ------- | ----------- | +| 56 | \YooKassa\Model\Payment\CancellationDetailsPartyCode::YANDEX_CHECKOUT | Устарел. Оставлен для обратной совместимости | #### [lib/Model/Payment/ConfirmationType.php](../../lib/Model/Payment/ConfirmationType.php) | Line | Element | Description | @@ -56,6 +63,11 @@ | 110 | \YooKassa\Model\Payment\PaymentMethodType::PSB | Больше недоступен | | 120 | \YooKassa\Model\Payment\PaymentMethodType::WECHAT | Больше недоступен | | 133 | \YooKassa\Model\Payment\PaymentMethodType::UNKNOWN | Не используется для реальных платежей | + +#### [lib/Model/Refund/RefundCancellationDetailsPartyCode.php](../../lib/Model/Refund/RefundCancellationDetailsPartyCode.php) +| Line | Element | Description | +| ---- | ------- | ----------- | +| 51 | \YooKassa\Model\Refund\RefundCancellationDetailsPartyCode::YANDEX_CHECKOUT | Устарел. Оставлен для обратной совместимости | #### [lib/Request/Payments/PaymentData/PaymentDataAlfabank.php](../../lib/Request/Payments/PaymentData/PaymentDataAlfabank.php) | Line | Element | Description | @@ -73,10 +85,10 @@ ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 0](../reports/markers.md) -* [Deprecated - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 659a61ba..f514a5d3 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 f1cbe33f..572745fa 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 - 13](../reports/deprecated.md) +* [Deprecated - 15](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-10-17 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 0e8ad0c3..8d74e88b 100644 --- a/lib/Client.php +++ b/lib/Client.php @@ -119,7 +119,7 @@ class Client extends BaseClient /** * Текущая версия библиотеки. */ - public const SDK_VERSION = '3.1.0'; + public const SDK_VERSION = '3.1.1'; /** * Получить список платежей магазина. diff --git a/lib/Model/Payment/CancellationDetailsPartyCode.php b/lib/Model/Payment/CancellationDetailsPartyCode.php index 60109076..3cecbe54 100644 --- a/lib/Model/Payment/CancellationDetailsPartyCode.php +++ b/lib/Model/Payment/CancellationDetailsPartyCode.php @@ -50,6 +50,11 @@ class CancellationDetailsPartyCode extends AbstractEnum */ public const YOO_MONEY = 'yoo_money'; + /** + * @deprecated Устарел. Оставлен для обратной совместимости + */ + public const YANDEX_CHECKOUT = 'yandex_checkout'; + /** * «Внешние» участники платежного процесса (например, эмитент, сторонний платежный сервис). */ @@ -58,6 +63,7 @@ class CancellationDetailsPartyCode extends AbstractEnum protected static array $validValues = [ self::MERCHANT => true, self::YOO_MONEY => true, + self::YANDEX_CHECKOUT => false, self::PAYMENT_NETWORK => true, ]; } diff --git a/lib/Model/Refund/RefundCancellationDetailsPartyCode.php b/lib/Model/Refund/RefundCancellationDetailsPartyCode.php index b1768c6d..972c67ec 100644 --- a/lib/Model/Refund/RefundCancellationDetailsPartyCode.php +++ b/lib/Model/Refund/RefundCancellationDetailsPartyCode.php @@ -45,11 +45,17 @@ class RefundCancellationDetailsPartyCode extends AbstractEnum /** ЮKassa */ public const YOO_MONEY = 'yoo_money'; + /** + * @deprecated Устарел. Оставлен для обратной совместимости + */ + public const YANDEX_CHECKOUT = 'yandex_checkout'; + /** Любые участники процесса возврата, кроме ЮKassa и вас (например, эмитент банковской карты) */ public const REFUND_NETWORK = 'refund_network'; protected static array $validValues = [ self::YOO_MONEY => true, + self::YANDEX_CHECKOUT => false, self::REFUND_NETWORK => true, ]; } diff --git a/lib/Model/Webhook/WebhookInterface.php b/lib/Model/Webhook/WebhookInterface.php index 444f433a..105fbcc9 100644 --- a/lib/Model/Webhook/WebhookInterface.php +++ b/lib/Model/Webhook/WebhookInterface.php @@ -2,7 +2,6 @@ namespace YooKassa\Model\Webhook; - /** * Interface WebhookInterface. * @@ -64,4 +63,4 @@ interface WebhookInterface * @return self */ public function setUrl(?string $url = null): self; -} \ No newline at end of file +} diff --git a/lib/Request/Payments/CreatePaymentRequest.php b/lib/Request/Payments/CreatePaymentRequest.php index 9c270e45..560f7443 100644 --- a/lib/Request/Payments/CreatePaymentRequest.php +++ b/lib/Request/Payments/CreatePaymentRequest.php @@ -64,8 +64,8 @@ use YooKassa\Validator\Constraints as Assert; * @property AbstractPaymentData $paymentMethodData Данные используемые для создания метода оплаты * @property AbstractPaymentData $payment_method_data Данные используемые для создания метода оплаты * @property AbstractConfirmationAttributes $confirmation Способ подтверждения платежа - * @property bool $savePaymentMethod Сохранить платежные данные для последующего использования. Значение true инициирует создание многоразового payment_method - * @property bool $save_payment_method Сохранить платежные данные для последующего использования. Значение true инициирует создание многоразового payment_method + * @property bool|null $savePaymentMethod Сохранить платежные данные для последующего использования. Значение true инициирует создание многоразового payment_method + * @property bool|null $save_payment_method Сохранить платежные данные для последующего использования. Значение true инициирует создание многоразового payment_method * @property bool $capture Автоматически принять поступившую оплату * @property string $clientIp IPv4 или IPv6-адрес покупателя. Если не указан, используется IP-адрес TCP-подключения * @property string $client_ip IPv4 или IPv6-адрес покупателя. Если не указан, используется IP-адрес TCP-подключения @@ -122,11 +122,10 @@ class CreatePaymentRequest extends AbstractPaymentRequest implements CreatePayme private ?AbstractConfirmationAttributes $_confirmation = null; /** - * @var bool Сохранить платежные данные для последующего использования. Значение true инициирует создание многоразового payment_method. + * @var bool|null Сохранить платежные данные для последующего использования. Значение true инициирует создание многоразового payment_method. */ - #[Assert\NotNull] #[Assert\Type('bool')] - private bool $_save_payment_method = false; + private ?bool $_save_payment_method = null; /** * @var bool Автоматически принять поступившую оплату @@ -378,9 +377,9 @@ class CreatePaymentRequest extends AbstractPaymentRequest implements CreatePayme /** * Возвращает флаг сохранения платёжных данных. * - * @return bool Флаг сохранения платёжных данных + * @return bool|null Флаг сохранения платёжных данных */ - public function getSavePaymentMethod(): bool + public function getSavePaymentMethod(): ?bool { return $this->_save_payment_method; } @@ -398,11 +397,11 @@ class CreatePaymentRequest extends AbstractPaymentRequest implements CreatePayme /** * Устанавливает флаг сохранения платёжных данных. Значение true инициирует создание многоразового payment_method. * - * @param bool $save_payment_method Сохранить платежные данные для последующего использования + * @param bool|null $save_payment_method Сохранить платежные данные для последующего использования * * @throws InvalidPropertyValueTypeException Генерируется если переданный аргумент не кастится в bool */ - public function setSavePaymentMethod(bool $save_payment_method): self + public function setSavePaymentMethod(?bool $save_payment_method = null): self { $this->_save_payment_method = $this->validatePropertyValue('_save_payment_method', $save_payment_method); return $this; diff --git a/lib/Request/Payments/CreatePaymentRequestBuilder.php b/lib/Request/Payments/CreatePaymentRequestBuilder.php index f873d972..5619630e 100644 --- a/lib/Request/Payments/CreatePaymentRequestBuilder.php +++ b/lib/Request/Payments/CreatePaymentRequestBuilder.php @@ -223,13 +223,13 @@ class CreatePaymentRequestBuilder extends AbstractPaymentRequestBuilder /** * Устанавливает флаг сохранения платёжных данных. Значение true инициирует создание многоразового payment_method. * - * @param bool $value Сохранить платежные данные для последующего использования + * @param bool|null $value Сохранить платежные данные для последующего использования * * @return CreatePaymentRequestBuilder Инстанс текущего билдера * * @throws InvalidPropertyValueTypeException Генерируется если переданный аргумент не кастится в bool */ - public function setSavePaymentMethod(bool $value): CreatePaymentRequestBuilder + public function setSavePaymentMethod(?bool $value = null): CreatePaymentRequestBuilder { $this->currentObject->setSavePaymentMethod($value); diff --git a/lib/Request/Payments/CreatePaymentRequestInterface.php b/lib/Request/Payments/CreatePaymentRequestInterface.php index 806222b6..545b2fea 100644 --- a/lib/Request/Payments/CreatePaymentRequestInterface.php +++ b/lib/Request/Payments/CreatePaymentRequestInterface.php @@ -56,8 +56,8 @@ use YooKassa\Request\Payments\PaymentData\AbstractPaymentData; * @property AbstractPaymentData $paymentMethodData Данные используемые для создания метода оплаты * @property AbstractPaymentData $payment_method_data Данные используемые для создания метода оплаты * @property AbstractConfirmationAttributes $confirmation Способ подтверждения платежа - * @property bool $savePaymentMethod Сохранить платежные данные для последующего использования. Значение true инициирует создание многоразового payment_method - * @property bool $save_payment_method Сохранить платежные данные для последующего использования. Значение true инициирует создание многоразового payment_method + * @property bool|null $savePaymentMethod Сохранить платежные данные для последующего использования. Значение true инициирует создание многоразового payment_method + * @property bool|null $save_payment_method Сохранить платежные данные для последующего использования. Значение true инициирует создание многоразового payment_method * @property bool $capture Автоматически принять поступившую оплату * @property string $clientIp IPv4 или IPv6-адрес покупателя. Если не указан, используется IP-адрес TCP-подключения * @property string $client_ip IPv4 или IPv6-адрес покупателя. Если не указан, используется IP-адрес TCP-подключения @@ -220,9 +220,9 @@ interface CreatePaymentRequestInterface /** * Возвращает флаг сохранения платёжных данных. * - * @return bool Флаг сохранения платёжных данных + * @return bool|null Флаг сохранения платёжных данных */ - public function getSavePaymentMethod(): bool; + public function getSavePaymentMethod(): ?bool; /** * Проверяет, был ли установлен флаг сохранения платёжных данных. @@ -234,9 +234,9 @@ interface CreatePaymentRequestInterface /** * Устанавливает флаг сохранения платёжных данных. Значение true инициирует создание многоразового payment_method. * - * @param bool $save_payment_method Сохранить платежные данные для последующего использования + * @param bool|null $save_payment_method Сохранить платежные данные для последующего использования */ - public function setSavePaymentMethod(bool $save_payment_method): self; + public function setSavePaymentMethod(?bool $save_payment_method = null): self; /** * Возвращает флаг автоматического принятия поступившей оплаты. diff --git a/phpdoc.xml b/phpdoc.xml index 9b9a3c6b..f7d1e77f 100644 --- a/phpdoc.xml +++ b/phpdoc.xml @@ -9,7 +9,7 @@ .phpdoc - + latest diff --git a/tests/Model/Receipt/ReceiptItemTest.php b/tests/Model/Receipt/ReceiptItemTest.php index d0535236..be8333d1 100644 --- a/tests/Model/Receipt/ReceiptItemTest.php +++ b/tests/Model/Receipt/ReceiptItemTest.php @@ -97,6 +97,7 @@ class ReceiptItemTest extends TestCase [''], [new StringObject('')], [false], + [Random::str(129, 180)], ]; } diff --git a/tests/Request/Payments/CreatePaymentRequestBuilderTest.php b/tests/Request/Payments/CreatePaymentRequestBuilderTest.php index b70394be..3438c83e 100644 --- a/tests/Request/Payments/CreatePaymentRequestBuilderTest.php +++ b/tests/Request/Payments/CreatePaymentRequestBuilderTest.php @@ -733,7 +733,7 @@ class CreatePaymentRequestBuilderTest extends TestCase $builder = new CreatePaymentRequestBuilder(); $instance = $builder->build($this->getRequiredData()); - self::assertFalse($instance->getSavePaymentMethod()); + self::assertNull($instance->getSavePaymentMethod()); $builder->setSavePaymentMethod($options['savePaymentMethod']); $instance = $builder->build($this->getRequiredData()); diff --git a/tests/Request/Payments/CreatePaymentRequestSerializerTest.php b/tests/Request/Payments/CreatePaymentRequestSerializerTest.php index 674c6529..b446893d 100644 --- a/tests/Request/Payments/CreatePaymentRequestSerializerTest.php +++ b/tests/Request/Payments/CreatePaymentRequestSerializerTest.php @@ -177,7 +177,7 @@ class CreatePaymentRequestSerializerTest extends TestCase if (array_key_exists('capture', $options)) { $expected['capture'] = (bool) $options['capture']; } - if (array_key_exists('savePaymentMethod', $options)) { + if (array_key_exists('savePaymentMethod', $options) && isset($options['savePaymentMethod'])) { $expected['save_payment_method'] = (bool) $options['savePaymentMethod']; } if (!empty($options['description'])) { @@ -298,7 +298,7 @@ class CreatePaymentRequestSerializerTest extends TestCase ], 'description' => Random::str(10), 'capture' => true, - 'savePaymentMethod' => false, + 'savePaymentMethod' => null, 'airline' => [ 'booking_reference' => Random::str(10), 'ticket_number' => Random::int(10), diff --git a/tests/Request/Payments/CreatePaymentRequestTest.php b/tests/Request/Payments/CreatePaymentRequestTest.php index 2dcb7f24..d4c305c8 100644 --- a/tests/Request/Payments/CreatePaymentRequestTest.php +++ b/tests/Request/Payments/CreatePaymentRequestTest.php @@ -84,6 +84,47 @@ class CreatePaymentRequestTest extends TestCase } } + /** + * @dataProvider validDataProvider + * + * @param mixed $options + */ + public function testDescription($options): void + { + $instance = new CreatePaymentRequest(); + + self::assertFalse($instance->hasDescription()); + self::assertNull($instance->getDescription()); + self::assertNull($instance->description); + + $instance->setDescription($options['description'] ?? null); + if (empty($options['description'])) { + self::assertFalse($instance->hasDescription()); + self::assertNull($instance->getDescription()); + self::assertNull($instance->description); + } else { + self::assertTrue($instance->hasDescription()); + self::assertSame($options['description'], $instance->getDescription()); + self::assertSame($options['description'], $instance->description); + } + + $instance->setDescription(null); + self::assertFalse($instance->hasDescription()); + self::assertNull($instance->getDescription()); + self::assertNull($instance->description); + + $instance->description = $options['description'] ?? null; + if (empty($options['description'])) { + self::assertFalse($instance->hasDescription()); + self::assertNull($instance->getDescription()); + self::assertNull($instance->description); + } else { + self::assertTrue($instance->hasDescription()); + self::assertSame($options['description'], $instance->getDescription()); + self::assertSame($options['description'], $instance->description); + } + } + /** * @dataProvider validDataProvider * @@ -384,15 +425,15 @@ class CreatePaymentRequestTest extends TestCase { $instance = new CreatePaymentRequest(); - self::assertTrue($instance->hasSavePaymentMethod()); - self::assertFalse($instance->getSavePaymentMethod()); - self::assertFalse($instance->savePaymentMethod); + self::assertFalse($instance->hasSavePaymentMethod()); + self::assertNull($instance->getSavePaymentMethod()); + self::assertNull($instance->savePaymentMethod); $instance->setSavePaymentMethod($options['savePaymentMethod']); if (null === $options['savePaymentMethod'] || '' === $options['savePaymentMethod']) { - self::assertTrue($instance->hasSavePaymentMethod()); - self::assertFalse($instance->getSavePaymentMethod()); - self::assertFalse($instance->savePaymentMethod); + self::assertFalse($instance->hasSavePaymentMethod()); + self::assertNull($instance->getSavePaymentMethod()); + self::assertNull($instance->savePaymentMethod); } else { self::assertTrue($instance->hasSavePaymentMethod()); self::assertSame($options['savePaymentMethod'], $instance->getSavePaymentMethod()); @@ -401,9 +442,9 @@ class CreatePaymentRequestTest extends TestCase $instance->savePaymentMethod = $options['savePaymentMethod']; if (null === $options['savePaymentMethod'] || '' === $options['savePaymentMethod']) { - self::assertTrue($instance->hasSavePaymentMethod()); - self::assertFalse($instance->getSavePaymentMethod()); - self::assertFalse($instance->savePaymentMethod); + self::assertFalse($instance->hasSavePaymentMethod()); + self::assertNull($instance->getSavePaymentMethod()); + self::assertNull($instance->savePaymentMethod); } else { self::assertTrue($instance->hasSavePaymentMethod()); self::assertSame($options['savePaymentMethod'], $instance->getSavePaymentMethod()); @@ -859,7 +900,7 @@ class CreatePaymentRequestTest extends TestCase 'paymentMethodId' => null, 'paymentMethodData' => null, 'confirmation' => null, - 'savePaymentMethod' => false, + 'savePaymentMethod' => null, 'capture' => true, 'clientIp' => null, 'metadata' => null, @@ -902,6 +943,7 @@ class CreatePaymentRequestTest extends TestCase ]; for ($i = 0; $i < 10; $i++) { $request = [ + 'description' => Random::str(0, Payment::MAX_LENGTH_DESCRIPTION), 'recipient' => new Recipient(['account_id' => Random::str(11, '0123456789')]), 'amount' => new MonetaryAmount(Random::int(1, 1000000)), 'referenceId' => uniqid('', true),