diff --git a/CHANGELOG.md b/CHANGELOG.md index d1677f96..5ba27161 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### v2.11.0 от 02.07.2024 +* Отключен платежный метод Installments + ### v2.10.1 от 04.06.2024 * Устанавливаем cms_name = yookassa_sdk_php_2 если он не установлен в запросе diff --git a/composer.json b/composer.json index ebf5c909..fe559f87 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%2F2.10.1&format=zip" + "url": "https://git.yoomoney.ru/rest/api/latest/projects/SDK/repos/yookassa-sdk-php/archive?at=refs%2Ftags%2F2.11.0&format=zip" }, - "version": "2.10.1", + "version": "2.11.0", "require": { "php": ">=5.3.0", "ext-curl": "*", diff --git a/docs/classes/JsonSerializable.md b/docs/classes/JsonSerializable.md index ec23de63..05758c2f 100644 --- a/docs/classes/JsonSerializable.md +++ b/docs/classes/JsonSerializable.md @@ -46,10 +46,10 @@ public jsonSerialize() : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Client-ApiClientInterface.md b/docs/classes/YooKassa-Client-ApiClientInterface.md index 96ab8440..d27f5d05 100644 --- a/docs/classes/YooKassa-Client-ApiClientInterface.md +++ b/docs/classes/YooKassa-Client-ApiClientInterface.md @@ -214,10 +214,10 @@ public setAdvancedCurlOptions() : void ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Client-BaseClient.md b/docs/classes/YooKassa-Client-BaseClient.md index e16a57c8..bac39343 100644 --- a/docs/classes/YooKassa-Client-BaseClient.md +++ b/docs/classes/YooKassa-Client-BaseClient.md @@ -694,10 +694,10 @@ protected handleError(\YooKassa\Common\ResponseObject $response) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Client-CurlClient.md b/docs/classes/YooKassa-Client-CurlClient.md index 39008939..d3188085 100644 --- a/docs/classes/YooKassa-Client-CurlClient.md +++ b/docs/classes/YooKassa-Client-CurlClient.md @@ -509,10 +509,10 @@ public setTimeout(int $timeout) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Client-UserAgent.md b/docs/classes/YooKassa-Client-UserAgent.md index 4923d5ac..eab31c97 100644 --- a/docs/classes/YooKassa-Client-UserAgent.md +++ b/docs/classes/YooKassa-Client-UserAgent.md @@ -312,10 +312,10 @@ public setModule(string $name, string $version) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Client.md b/docs/classes/YooKassa-Client.md index 3f8e67b1..067a0430 100644 --- a/docs/classes/YooKassa-Client.md +++ b/docs/classes/YooKassa-Client.md @@ -276,7 +276,7 @@ DEFAULT_ATTEMPTS_COUNT = 3 Текущая версия библиотеки ```php -SDK_VERSION = '2.10.1' +SDK_VERSION = '2.11.0' ``` @@ -2497,10 +2497,10 @@ protected handleError(\YooKassa\Common\ResponseObject $response) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-AbstractEnum.md b/docs/classes/YooKassa-Common-AbstractEnum.md index f04ae762..6d7d5308 100644 --- a/docs/classes/YooKassa-Common-AbstractEnum.md +++ b/docs/classes/YooKassa-Common-AbstractEnum.md @@ -114,10 +114,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-AbstractObject.md b/docs/classes/YooKassa-Common-AbstractObject.md index cc775985..f3642dc6 100644 --- a/docs/classes/YooKassa-Common-AbstractObject.md +++ b/docs/classes/YooKassa-Common-AbstractObject.md @@ -328,10 +328,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-AbstractPaymentRequest.md b/docs/classes/YooKassa-Common-AbstractPaymentRequest.md index 8bc74fb2..3c4b317e 100644 --- a/docs/classes/YooKassa-Common-AbstractPaymentRequest.md +++ b/docs/classes/YooKassa-Common-AbstractPaymentRequest.md @@ -734,10 +734,10 @@ protected setValidationError(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-AbstractPaymentRequestBuilder.md b/docs/classes/YooKassa-Common-AbstractPaymentRequestBuilder.md index 24b05761..30ccf2cc 100644 --- a/docs/classes/YooKassa-Common-AbstractPaymentRequestBuilder.md +++ b/docs/classes/YooKassa-Common-AbstractPaymentRequestBuilder.md @@ -458,10 +458,10 @@ protected initCurrentObject() : self ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-AbstractRefundRequest.md b/docs/classes/YooKassa-Common-AbstractRefundRequest.md index aa54dfbe..03241dee 100644 --- a/docs/classes/YooKassa-Common-AbstractRefundRequest.md +++ b/docs/classes/YooKassa-Common-AbstractRefundRequest.md @@ -633,10 +633,10 @@ protected setValidationError(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-AbstractRequest.md b/docs/classes/YooKassa-Common-AbstractRequest.md index 55121f6d..726850d9 100644 --- a/docs/classes/YooKassa-Common-AbstractRequest.md +++ b/docs/classes/YooKassa-Common-AbstractRequest.md @@ -403,10 +403,10 @@ protected setValidationError(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-AbstractRequestBuilder.md b/docs/classes/YooKassa-Common-AbstractRequestBuilder.md index 7f7b299c..4909c6b2 100644 --- a/docs/classes/YooKassa-Common-AbstractRequestBuilder.md +++ b/docs/classes/YooKassa-Common-AbstractRequestBuilder.md @@ -153,10 +153,10 @@ Abstract protected initCurrentObject() : \YooKassa\Common\AbstractRequest ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 9292becf..6ba2b97d 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 - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 26b96a9a..26acc139 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 - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 dc6fd21e..8e0be52a 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 - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 a6f90cf6..f998981e 100644 --- a/docs/classes/YooKassa-Common-Exceptions-BadApiRequestException.md +++ b/docs/classes/YooKassa-Common-Exceptions-BadApiRequestException.md @@ -148,10 +148,10 @@ public getResponseHeaders() : string[] ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 2e0aa98a..e9a13de0 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 - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 7bd95c3d..8cde822e 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 - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 8efc17ba..2355a7cf 100644 --- a/docs/classes/YooKassa-Common-Exceptions-ForbiddenException.md +++ b/docs/classes/YooKassa-Common-Exceptions-ForbiddenException.md @@ -148,10 +148,10 @@ public getResponseHeaders() : string[] ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 5a14c79a..91e2b6af 100644 --- a/docs/classes/YooKassa-Common-Exceptions-InternalServerError.md +++ b/docs/classes/YooKassa-Common-Exceptions-InternalServerError.md @@ -151,10 +151,10 @@ public getResponseHeaders() : string[] ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 a6b5b391..85d4ca75 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 - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 5dfc3827..8ab09048 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 - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 0e181e29..1c261ad6 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 - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 98144e59..46252139 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\AbstractRequest|null ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 002608c8..e2846aba 100644 --- a/docs/classes/YooKassa-Common-Exceptions-JsonException.md +++ b/docs/classes/YooKassa-Common-Exceptions-JsonException.md @@ -72,10 +72,10 @@ public __construct(mixed $message = "", mixed $code, mixed $previous = ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 856d579d..a575db2e 100644 --- a/docs/classes/YooKassa-Common-Exceptions-NotFoundException.md +++ b/docs/classes/YooKassa-Common-Exceptions-NotFoundException.md @@ -148,10 +148,10 @@ public getResponseHeaders() : string[] ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 4658a029..365411dd 100644 --- a/docs/classes/YooKassa-Common-Exceptions-ResponseProcessingException.md +++ b/docs/classes/YooKassa-Common-Exceptions-ResponseProcessingException.md @@ -148,10 +148,10 @@ public getResponseHeaders() : string[] ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 2ccefe08..afc54001 100644 --- a/docs/classes/YooKassa-Common-Exceptions-TooManyRequestsException.md +++ b/docs/classes/YooKassa-Common-Exceptions-TooManyRequestsException.md @@ -148,10 +148,10 @@ public getResponseHeaders() : string[] ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 1522c021..ceffce0c 100644 --- a/docs/classes/YooKassa-Common-Exceptions-UnauthorizedException.md +++ b/docs/classes/YooKassa-Common-Exceptions-UnauthorizedException.md @@ -151,10 +151,10 @@ public getResponseHeaders() : string[] ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-HttpVerb.md b/docs/classes/YooKassa-Common-HttpVerb.md index c2c06106..34da7aa4 100644 --- a/docs/classes/YooKassa-Common-HttpVerb.md +++ b/docs/classes/YooKassa-Common-HttpVerb.md @@ -189,10 +189,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-LoggerWrapper.md b/docs/classes/YooKassa-Common-LoggerWrapper.md index e4c1d1ed..a055ab2e 100644 --- a/docs/classes/YooKassa-Common-LoggerWrapper.md +++ b/docs/classes/YooKassa-Common-LoggerWrapper.md @@ -295,10 +295,10 @@ that are not necessarily wrong. ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-ResponseObject.md b/docs/classes/YooKassa-Common-ResponseObject.md index 92e48c3b..120ab115 100644 --- a/docs/classes/YooKassa-Common-ResponseObject.md +++ b/docs/classes/YooKassa-Common-ResponseObject.md @@ -158,10 +158,10 @@ public getHeaders() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 b842b452..366417ab 100644 --- a/docs/classes/YooKassa-Helpers-Config-ConfigurationLoader.md +++ b/docs/classes/YooKassa-Helpers-Config-ConfigurationLoader.md @@ -69,10 +69,10 @@ public load(mixed $filePath = null) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 062699e5..09349383 100644 --- a/docs/classes/YooKassa-Helpers-Config-ConfigurationLoaderInterface.md +++ b/docs/classes/YooKassa-Helpers-Config-ConfigurationLoaderInterface.md @@ -60,10 +60,10 @@ public load() : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Helpers-ProductCode.md b/docs/classes/YooKassa-Helpers-ProductCode.md index ad317ba4..e49051b5 100644 --- a/docs/classes/YooKassa-Helpers-ProductCode.md +++ b/docs/classes/YooKassa-Helpers-ProductCode.md @@ -631,10 +631,10 @@ public validate() : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Helpers-Random.md b/docs/classes/YooKassa-Helpers-Random.md index cc2ff9d3..7be882d4 100644 --- a/docs/classes/YooKassa-Helpers-Random.md +++ b/docs/classes/YooKassa-Helpers-Random.md @@ -239,10 +239,10 @@ Static public value(array $values, bool $useBest = true) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Helpers-RawHeadersParser.md b/docs/classes/YooKassa-Helpers-RawHeadersParser.md index 5e397997..345c2672 100644 --- a/docs/classes/YooKassa-Helpers-RawHeadersParser.md +++ b/docs/classes/YooKassa-Helpers-RawHeadersParser.md @@ -53,10 +53,10 @@ Static public parse(mixed $rawHeaders) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Helpers-SecurityHelper.md b/docs/classes/YooKassa-Helpers-SecurityHelper.md index f2274feb..5147c399 100644 --- a/docs/classes/YooKassa-Helpers-SecurityHelper.md +++ b/docs/classes/YooKassa-Helpers-SecurityHelper.md @@ -62,10 +62,10 @@ public isIPTrusted($ip) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Helpers-StringObject.md b/docs/classes/YooKassa-Helpers-StringObject.md index cf8f7314..8d5d3de4 100644 --- a/docs/classes/YooKassa-Helpers-StringObject.md +++ b/docs/classes/YooKassa-Helpers-StringObject.md @@ -79,10 +79,10 @@ public __toString() : string ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Helpers-TypeCast.md b/docs/classes/YooKassa-Helpers-TypeCast.md index 7a37b634..f179ede6 100644 --- a/docs/classes/YooKassa-Helpers-TypeCast.md +++ b/docs/classes/YooKassa-Helpers-TypeCast.md @@ -158,10 +158,10 @@ Static public castToDateTime(string|int|\DateTime $value) : \DateTime|null ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Helpers-UUID.md b/docs/classes/YooKassa-Helpers-UUID.md index ded0b765..51a83ea2 100644 --- a/docs/classes/YooKassa-Helpers-UUID.md +++ b/docs/classes/YooKassa-Helpers-UUID.md @@ -53,10 +53,10 @@ Static public v4() : string ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Airline.md b/docs/classes/YooKassa-Model-Airline.md index 51475bf0..17ca5100 100644 --- a/docs/classes/YooKassa-Model-Airline.md +++ b/docs/classes/YooKassa-Model-Airline.md @@ -662,10 +662,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-AirlineInterface.md b/docs/classes/YooKassa-Model-AirlineInterface.md index ea8f3206..19f49812 100644 --- a/docs/classes/YooKassa-Model-AirlineInterface.md +++ b/docs/classes/YooKassa-Model-AirlineInterface.md @@ -104,10 +104,10 @@ public getLegs() : \YooKassa\Model\LegInterface[] ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-AmountInterface.md b/docs/classes/YooKassa-Model-AmountInterface.md index a40c7ee9..113c8dd7 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 - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-AuthorizationDetails.md b/docs/classes/YooKassa-Model-AuthorizationDetails.md index 97280149..631d8667 100644 --- a/docs/classes/YooKassa-Model-AuthorizationDetails.md +++ b/docs/classes/YooKassa-Model-AuthorizationDetails.md @@ -513,10 +513,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-AuthorizationDetailsInterface.md b/docs/classes/YooKassa-Model-AuthorizationDetailsInterface.md index 22066c5e..c1bfc9a9 100644 --- a/docs/classes/YooKassa-Model-AuthorizationDetailsInterface.md +++ b/docs/classes/YooKassa-Model-AuthorizationDetailsInterface.md @@ -98,10 +98,10 @@ public getThreeDSecure() : \YooKassa\Model\ThreeDSecure|null ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-BaseDeal.md b/docs/classes/YooKassa-Model-BaseDeal.md index 38e5be02..be8e775c 100644 --- a/docs/classes/YooKassa-Model-BaseDeal.md +++ b/docs/classes/YooKassa-Model-BaseDeal.md @@ -367,10 +367,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-CancellationDetails.md b/docs/classes/YooKassa-Model-CancellationDetails.md index 9a147898..c126f75b 100644 --- a/docs/classes/YooKassa-Model-CancellationDetails.md +++ b/docs/classes/YooKassa-Model-CancellationDetails.md @@ -445,10 +445,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-CancellationDetailsInterface.md b/docs/classes/YooKassa-Model-CancellationDetailsInterface.md index c7d02389..1044b23b 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 - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-CancellationDetailsPartyCode.md b/docs/classes/YooKassa-Model-CancellationDetailsPartyCode.md index bff9f7ba..c4dd7dfe 100644 --- a/docs/classes/YooKassa-Model-CancellationDetailsPartyCode.md +++ b/docs/classes/YooKassa-Model-CancellationDetailsPartyCode.md @@ -149,10 +149,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-CancellationDetailsReasonCode.md b/docs/classes/YooKassa-Model-CancellationDetailsReasonCode.md index b5a702bd..8065a80e 100644 --- a/docs/classes/YooKassa-Model-CancellationDetailsReasonCode.md +++ b/docs/classes/YooKassa-Model-CancellationDetailsReasonCode.md @@ -326,10 +326,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Confirmation-AbstractConfirmation.md b/docs/classes/YooKassa-Model-Confirmation-AbstractConfirmation.md index 260db2c8..d1f4c239 100644 --- a/docs/classes/YooKassa-Model-Confirmation-AbstractConfirmation.md +++ b/docs/classes/YooKassa-Model-Confirmation-AbstractConfirmation.md @@ -438,10 +438,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Confirmation-ConfirmationCodeVerification.md b/docs/classes/YooKassa-Model-Confirmation-ConfirmationCodeVerification.md index e95b9699..44cf0a97 100644 --- a/docs/classes/YooKassa-Model-Confirmation-ConfirmationCodeVerification.md +++ b/docs/classes/YooKassa-Model-Confirmation-ConfirmationCodeVerification.md @@ -431,10 +431,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Confirmation-ConfirmationEmbedded.md b/docs/classes/YooKassa-Model-Confirmation-ConfirmationEmbedded.md index 6c9eca69..3ceb3a94 100644 --- a/docs/classes/YooKassa-Model-Confirmation-ConfirmationEmbedded.md +++ b/docs/classes/YooKassa-Model-Confirmation-ConfirmationEmbedded.md @@ -477,10 +477,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Confirmation-ConfirmationExternal.md b/docs/classes/YooKassa-Model-Confirmation-ConfirmationExternal.md index 113ae63b..2b9bd4da 100644 --- a/docs/classes/YooKassa-Model-Confirmation-ConfirmationExternal.md +++ b/docs/classes/YooKassa-Model-Confirmation-ConfirmationExternal.md @@ -432,10 +432,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Confirmation-ConfirmationFactory.md b/docs/classes/YooKassa-Model-Confirmation-ConfirmationFactory.md index 3375172a..5701fda8 100644 --- a/docs/classes/YooKassa-Model-Confirmation-ConfirmationFactory.md +++ b/docs/classes/YooKassa-Model-Confirmation-ConfirmationFactory.md @@ -85,10 +85,10 @@ public factoryFromArray(array $data, string|null $type = null) : \YooKassa\Model ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Confirmation-ConfirmationMobileApplication.md b/docs/classes/YooKassa-Model-Confirmation-ConfirmationMobileApplication.md index a2190d3e..48f6f0b6 100644 --- a/docs/classes/YooKassa-Model-Confirmation-ConfirmationMobileApplication.md +++ b/docs/classes/YooKassa-Model-Confirmation-ConfirmationMobileApplication.md @@ -555,10 +555,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Confirmation-ConfirmationQr.md b/docs/classes/YooKassa-Model-Confirmation-ConfirmationQr.md index bc367c80..66a2adbf 100644 --- a/docs/classes/YooKassa-Model-Confirmation-ConfirmationQr.md +++ b/docs/classes/YooKassa-Model-Confirmation-ConfirmationQr.md @@ -490,10 +490,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Confirmation-ConfirmationRedirect.md b/docs/classes/YooKassa-Model-Confirmation-ConfirmationRedirect.md index 61eeb4cb..b25aed52 100644 --- a/docs/classes/YooKassa-Model-Confirmation-ConfirmationRedirect.md +++ b/docs/classes/YooKassa-Model-Confirmation-ConfirmationRedirect.md @@ -598,10 +598,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-ConfirmationAttributes-AbstractConfirmationAttributes.md b/docs/classes/YooKassa-Model-ConfirmationAttributes-AbstractConfirmationAttributes.md index 42e1fab4..c658b68f 100644 --- a/docs/classes/YooKassa-Model-ConfirmationAttributes-AbstractConfirmationAttributes.md +++ b/docs/classes/YooKassa-Model-ConfirmationAttributes-AbstractConfirmationAttributes.md @@ -409,10 +409,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesCodeVerification.md b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesCodeVerification.md index 2e8b9cbc..e0b5894d 100644 --- a/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesCodeVerification.md +++ b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesCodeVerification.md @@ -402,10 +402,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesEmbedded.md b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesEmbedded.md index b0e19850..2237938e 100644 --- a/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesEmbedded.md +++ b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesEmbedded.md @@ -402,10 +402,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesExternal.md b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesExternal.md index ddb3da20..7328c8bb 100644 --- a/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesExternal.md +++ b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesExternal.md @@ -403,10 +403,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesFactory.md b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesFactory.md index 885d38c2..83d952e6 100644 --- a/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesFactory.md +++ b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesFactory.md @@ -77,10 +77,10 @@ public factoryFromArray(array $data, string|null $type = null) : \YooKassa\Model ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesMobileApplication.md b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesMobileApplication.md index afa002ce..d1d6445a 100644 --- a/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesMobileApplication.md +++ b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesMobileApplication.md @@ -466,10 +466,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesQr.md b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesQr.md index 35a6d973..370e54ab 100644 --- a/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesQr.md +++ b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesQr.md @@ -402,10 +402,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesRedirect.md b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesRedirect.md index c53101c2..3366edd1 100644 --- a/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesRedirect.md +++ b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesRedirect.md @@ -509,10 +509,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-ConfirmationType.md b/docs/classes/YooKassa-Model-ConfirmationType.md index bf6e60a1..b3c5c73d 100644 --- a/docs/classes/YooKassa-Model-ConfirmationType.md +++ b/docs/classes/YooKassa-Model-ConfirmationType.md @@ -190,10 +190,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-CurrencyCode.md b/docs/classes/YooKassa-Model-CurrencyCode.md index fbe850d7..4cb5f9ab 100644 --- a/docs/classes/YooKassa-Model-CurrencyCode.md +++ b/docs/classes/YooKassa-Model-CurrencyCode.md @@ -249,10 +249,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 f756d192..9a4e1f08 100644 --- a/docs/classes/YooKassa-Model-Deal-CaptureDealData.md +++ b/docs/classes/YooKassa-Model-Deal-CaptureDealData.md @@ -411,10 +411,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 c38c817d..6083e901 100644 --- a/docs/classes/YooKassa-Model-Deal-DealBalanceAmount.md +++ b/docs/classes/YooKassa-Model-Deal-DealBalanceAmount.md @@ -477,10 +477,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 5c729ead..1e62e4a7 100644 --- a/docs/classes/YooKassa-Model-Deal-DealStatus.md +++ b/docs/classes/YooKassa-Model-Deal-DealStatus.md @@ -140,10 +140,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 f0ba3f4c..cc322966 100644 --- a/docs/classes/YooKassa-Model-Deal-DealType.md +++ b/docs/classes/YooKassa-Model-Deal-DealType.md @@ -129,10 +129,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 b957a9e0..e0cb5e1b 100644 --- a/docs/classes/YooKassa-Model-Deal-FeeMoment.md +++ b/docs/classes/YooKassa-Model-Deal-FeeMoment.md @@ -139,10 +139,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 921b98cf..9205bfab 100644 --- a/docs/classes/YooKassa-Model-Deal-PaymentDealInfo.md +++ b/docs/classes/YooKassa-Model-Deal-PaymentDealInfo.md @@ -465,10 +465,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 822e9cc5..ead1690f 100644 --- a/docs/classes/YooKassa-Model-Deal-PayoutDealInfo.md +++ b/docs/classes/YooKassa-Model-Deal-PayoutDealInfo.md @@ -388,10 +388,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 ab082287..044d75fd 100644 --- a/docs/classes/YooKassa-Model-Deal-RefundDealData.md +++ b/docs/classes/YooKassa-Model-Deal-RefundDealData.md @@ -424,10 +424,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 b27ef9b0..e528a5df 100644 --- a/docs/classes/YooKassa-Model-Deal-RefundDealInfo.md +++ b/docs/classes/YooKassa-Model-Deal-RefundDealInfo.md @@ -478,10 +478,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 ec0464dd..9a903155 100644 --- a/docs/classes/YooKassa-Model-Deal-SettlementPayoutPayment.md +++ b/docs/classes/YooKassa-Model-Deal-SettlementPayoutPayment.md @@ -444,10 +444,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 cac5c22a..39eb8078 100644 --- a/docs/classes/YooKassa-Model-Deal-SettlementPayoutPaymentType.md +++ b/docs/classes/YooKassa-Model-Deal-SettlementPayoutPaymentType.md @@ -127,10 +127,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 d55d2bd9..03002dde 100644 --- a/docs/classes/YooKassa-Model-Deal-SettlementPayoutRefund.md +++ b/docs/classes/YooKassa-Model-Deal-SettlementPayoutRefund.md @@ -448,10 +448,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-DealInterface.md b/docs/classes/YooKassa-Model-DealInterface.md index 9444b9e3..685a5d59 100644 --- a/docs/classes/YooKassa-Model-DealInterface.md +++ b/docs/classes/YooKassa-Model-DealInterface.md @@ -254,10 +254,10 @@ public getTest() : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-FraudData.md b/docs/classes/YooKassa-Model-FraudData.md index ce378b4a..e6ea6040 100644 --- a/docs/classes/YooKassa-Model-FraudData.md +++ b/docs/classes/YooKassa-Model-FraudData.md @@ -410,10 +410,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Leg.md b/docs/classes/YooKassa-Model-Leg.md index 3aac3dad..6fad8305 100644 --- a/docs/classes/YooKassa-Model-Leg.md +++ b/docs/classes/YooKassa-Model-Leg.md @@ -580,10 +580,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-LegInterface.md b/docs/classes/YooKassa-Model-LegInterface.md index 6868f4af..4948bb8b 100644 --- a/docs/classes/YooKassa-Model-LegInterface.md +++ b/docs/classes/YooKassa-Model-LegInterface.md @@ -155,10 +155,10 @@ public setDepartureDate(\DateTime|string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Locale.md b/docs/classes/YooKassa-Model-Locale.md index 9c7036af..bbcf4884 100644 --- a/docs/classes/YooKassa-Model-Locale.md +++ b/docs/classes/YooKassa-Model-Locale.md @@ -144,10 +144,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Metadata.md b/docs/classes/YooKassa-Model-Metadata.md index f23b267d..11b1d696 100644 --- a/docs/classes/YooKassa-Model-Metadata.md +++ b/docs/classes/YooKassa-Model-Metadata.md @@ -373,10 +373,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-MonetaryAmount.md b/docs/classes/YooKassa-Model-MonetaryAmount.md index 89266a50..f153ecfe 100644 --- a/docs/classes/YooKassa-Model-MonetaryAmount.md +++ b/docs/classes/YooKassa-Model-MonetaryAmount.md @@ -537,10 +537,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 8cab5353..800b6c83 100644 --- a/docs/classes/YooKassa-Model-Notification-AbstractNotification.md +++ b/docs/classes/YooKassa-Model-Notification-AbstractNotification.md @@ -567,10 +567,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 6c228a16..0669853a 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationCanceled.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationCanceled.md @@ -592,10 +592,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 1f12b8a6..38556b90 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationDealClosed.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationDealClosed.md @@ -592,10 +592,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 324da957..296a8d62 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationFactory.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationFactory.md @@ -134,10 +134,10 @@ public factory(array $data) : \YooKassa\Model\Notification\AbstractNotification ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 4540280d..a7f4d4f5 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\PaymentInterface|\YooKassa\Model\RefundInte ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 6d826340..e6b9e404 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationPayoutCanceled.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationPayoutCanceled.md @@ -592,10 +592,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 60fc45b2..13392180 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationPayoutSucceeded.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationPayoutSucceeded.md @@ -592,10 +592,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 b16fafc1..e667ac40 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationRefundSucceeded.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationRefundSucceeded.md @@ -592,10 +592,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 f4ebdbc2..f3223692 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationSucceeded.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationSucceeded.md @@ -592,10 +592,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 5d1f7185..7770e769 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationWaitingForCapture.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationWaitingForCapture.md @@ -597,10 +597,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-NotificationEventType.md b/docs/classes/YooKassa-Model-NotificationEventType.md index 48880d4c..0df55555 100644 --- a/docs/classes/YooKassa-Model-NotificationEventType.md +++ b/docs/classes/YooKassa-Model-NotificationEventType.md @@ -199,10 +199,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-NotificationType.md b/docs/classes/YooKassa-Model-NotificationType.md index 8bd44433..ed05901b 100644 --- a/docs/classes/YooKassa-Model-NotificationType.md +++ b/docs/classes/YooKassa-Model-NotificationType.md @@ -127,10 +127,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Passenger.md b/docs/classes/YooKassa-Model-Passenger.md index b5b87922..4cbb9da8 100644 --- a/docs/classes/YooKassa-Model-Passenger.md +++ b/docs/classes/YooKassa-Model-Passenger.md @@ -486,10 +486,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PassengerInterface.md b/docs/classes/YooKassa-Model-PassengerInterface.md index 086f4536..754ea347 100644 --- a/docs/classes/YooKassa-Model-PassengerInterface.md +++ b/docs/classes/YooKassa-Model-PassengerInterface.md @@ -114,10 +114,10 @@ public setLastName(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment.md b/docs/classes/YooKassa-Model-Payment.md index 3f0da8b3..daca1f36 100644 --- a/docs/classes/YooKassa-Model-Payment.md +++ b/docs/classes/YooKassa-Model-Payment.md @@ -1804,10 +1804,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-AbstractPaymentData.md b/docs/classes/YooKassa-Model-PaymentData-AbstractPaymentData.md index f20ecaa8..a15bd382 100644 --- a/docs/classes/YooKassa-Model-PaymentData-AbstractPaymentData.md +++ b/docs/classes/YooKassa-Model-PaymentData-AbstractPaymentData.md @@ -388,10 +388,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatData.md b/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatData.md index 8b0a9bc4..24e2b9bf 100644 --- a/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatData.md +++ b/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatData.md @@ -512,10 +512,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatDataInterface.md b/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatDataInterface.md index 2fceef14..a7b657d5 100644 --- a/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatDataInterface.md +++ b/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatDataInterface.md @@ -98,10 +98,10 @@ public getAmount() : \YooKassa\Model\AmountInterface ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatDataRate.md b/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatDataRate.md index 07a4f50d..41002315 100644 --- a/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatDataRate.md +++ b/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatDataRate.md @@ -165,10 +165,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatDataType.md b/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatDataType.md index 316b75f1..6dd34f24 100644 --- a/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatDataType.md +++ b/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatDataType.md @@ -155,10 +155,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-PaymentDataAlfabank.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataAlfabank.md index 37973bfc..89b3b0a3 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataAlfabank.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataAlfabank.md @@ -442,10 +442,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-PaymentDataApplePay.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataApplePay.md index c9e43fed..aee9bf91 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataApplePay.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataApplePay.md @@ -462,10 +462,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-PaymentDataB2bSberbank.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataB2bSberbank.md index 8e8c3623..b4ad9969 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataB2bSberbank.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataB2bSberbank.md @@ -490,10 +490,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-PaymentDataBankCard.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataBankCard.md index 4e9da292..bc035787 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataBankCard.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataBankCard.md @@ -436,10 +436,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-PaymentDataBankCardCard.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataBankCardCard.md index 6bdf73fe..1da47730 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataBankCardCard.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataBankCardCard.md @@ -631,10 +631,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-PaymentDataCash.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataCash.md index fa11c8dd..1318e3a4 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataCash.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataCash.md @@ -436,10 +436,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-PaymentDataFactory.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataFactory.md index 856fc531..24fe9ad0 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataFactory.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataFactory.md @@ -85,10 +85,10 @@ public factoryFromArray(array $data, string|null $type = null) : \YooKassa\Model ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-PaymentDataGooglePay.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataGooglePay.md index 89d8d22f..2635e69c 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataGooglePay.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataGooglePay.md @@ -490,10 +490,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-PaymentDataInstallments.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataInstallments.md index 51c7cc61..0065bbd7 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataInstallments.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataInstallments.md @@ -47,6 +47,12 @@ * [\YooKassa\Model\PaymentData\AbstractPaymentData](../classes/YooKassa-Model-PaymentData-AbstractPaymentData.md) * \YooKassa\Model\PaymentData\PaymentDataInstallments +--- +### Tags +| Tag | Version | Description | +| --- | ------- | ----------- | +| deprecated | | Будет удален в следующих версиях | + --- ## Properties @@ -381,10 +387,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-PaymentDataMobileBalance.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataMobileBalance.md index 8f859edb..412fd47a 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataMobileBalance.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataMobileBalance.md @@ -432,10 +432,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-PaymentDataQiwi.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataQiwi.md index bdc503c2..4e40535a 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataQiwi.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataQiwi.md @@ -429,10 +429,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-PaymentDataSberLoan.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataSberLoan.md index bdb1d06b..81b0a066 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataSberLoan.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataSberLoan.md @@ -381,10 +381,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-PaymentDataSberbank.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataSberbank.md index 6854421c..1ec19edb 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataSberbank.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataSberbank.md @@ -432,10 +432,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-PaymentDataSbp.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataSbp.md index 30bd5348..0aab6415 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataSbp.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataSbp.md @@ -381,10 +381,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-PaymentDataTinkoffBank.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataTinkoffBank.md index 912d6ee0..9ce18661 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataTinkoffBank.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataTinkoffBank.md @@ -381,10 +381,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-PaymentDataWebmoney.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataWebmoney.md index b6f30af1..6886d78f 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataWebmoney.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataWebmoney.md @@ -388,10 +388,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-PaymentDataWechat.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataWechat.md index eff2ca06..de8e39ff 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataWechat.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataWechat.md @@ -387,10 +387,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-PaymentDataYooMoney.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataYooMoney.md index bfeff13a..39a87787 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataYooMoney.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataYooMoney.md @@ -381,10 +381,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentInterface.md b/docs/classes/YooKassa-Model-PaymentInterface.md index 5417afaf..72c7fd7b 100644 --- a/docs/classes/YooKassa-Model-PaymentInterface.md +++ b/docs/classes/YooKassa-Model-PaymentInterface.md @@ -424,10 +424,10 @@ public getDeal() : \YooKassa\Model\Deal\PaymentDealInfo ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-AbstractPaymentMethod.md b/docs/classes/YooKassa-Model-PaymentMethod-AbstractPaymentMethod.md index 5691df6e..02ddc14a 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-AbstractPaymentMethod.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-AbstractPaymentMethod.md @@ -537,10 +537,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-B2b-Sberbank-PayerBankDetails.md b/docs/classes/YooKassa-Model-PaymentMethod-B2b-Sberbank-PayerBankDetails.md index 5748c15a..7cc49cca 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-B2b-Sberbank-PayerBankDetails.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-B2b-Sberbank-PayerBankDetails.md @@ -822,10 +822,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-B2b-Sberbank-PayerBankDetailsInterface.md b/docs/classes/YooKassa-Model-PaymentMethod-B2b-Sberbank-PayerBankDetailsInterface.md index e7b74363..04ece6b2 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-B2b-Sberbank-PayerBankDetailsInterface.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-B2b-Sberbank-PayerBankDetailsInterface.md @@ -212,10 +212,10 @@ public getAccount() : string ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-BankCard.md b/docs/classes/YooKassa-Model-PaymentMethod-BankCard.md index 59616fb3..718da9d0 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-BankCard.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-BankCard.md @@ -851,10 +851,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-BankCardSource.md b/docs/classes/YooKassa-Model-PaymentMethod-BankCardSource.md index 69645ea2..e8a1e1d3 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-BankCardSource.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-BankCardSource.md @@ -155,10 +155,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodAlfaBank.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodAlfaBank.md index 1f7d7d6c..50d546b2 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodAlfaBank.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodAlfaBank.md @@ -605,10 +605,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodApplePay.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodApplePay.md index df5821f3..3980c323 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodApplePay.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodApplePay.md @@ -545,10 +545,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodB2bSberbank.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodB2bSberbank.md index 7d35c284..cac40af8 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodB2bSberbank.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodB2bSberbank.md @@ -720,10 +720,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodBankCard.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodBankCard.md index 44ee8a0b..85cf9764 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodBankCard.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodBankCard.md @@ -777,10 +777,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodCardType.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodCardType.md index 75356be9..5abb72eb 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodCardType.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodCardType.md @@ -257,10 +257,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodCash.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodCash.md index 087dc956..d938deb8 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodCash.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodCash.md @@ -545,10 +545,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodFactory.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodFactory.md index b1caba4a..cf9ee9e4 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodFactory.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodFactory.md @@ -99,10 +99,10 @@ public factoryFromArray(array $data, string|null $type = null) : \YooKassa\Model ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodGooglePay.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodGooglePay.md index 98432d2c..47ab7b4d 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodGooglePay.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodGooglePay.md @@ -545,10 +545,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodInstallments.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodInstallments.md index 95ae3555..0e408206 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodInstallments.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodInstallments.md @@ -56,6 +56,12 @@ * [\YooKassa\Model\PaymentMethod\AbstractPaymentMethod](../classes/YooKassa-Model-PaymentMethod-AbstractPaymentMethod.md) * \YooKassa\Model\PaymentMethod\PaymentMethodInstallments +--- +### Tags +| Tag | Version | Description | +| --- | ------- | ----------- | +| deprecated | | Будет удален в следующих версиях | + --- ## Properties @@ -545,10 +551,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodMobileBalance.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodMobileBalance.md index 15766f9a..afcdeff8 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodMobileBalance.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodMobileBalance.md @@ -599,10 +599,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodPsb.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodPsb.md index e159c88b..5ef935b3 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodPsb.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodPsb.md @@ -538,10 +538,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodQiwi.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodQiwi.md index 9bd4d18b..2ed93975 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodQiwi.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodQiwi.md @@ -551,10 +551,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodSberLoan.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodSberLoan.md index 42f6303e..49c7fd6c 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodSberLoan.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodSberLoan.md @@ -666,10 +666,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodSberbank.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodSberbank.md index 297dfc5c..f5a1b042 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodSberbank.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodSberbank.md @@ -849,10 +849,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodSbp.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodSbp.md index d4a8b338..115698ea 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodSbp.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodSbp.md @@ -532,10 +532,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodTinkoffBank.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodTinkoffBank.md index 865554d8..7281a92d 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodTinkoffBank.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodTinkoffBank.md @@ -532,10 +532,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodUnknown.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodUnknown.md index d73b7329..4e92333f 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodUnknown.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodUnknown.md @@ -538,10 +538,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodWebmoney.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodWebmoney.md index 1d6887e8..7df90910 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodWebmoney.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodWebmoney.md @@ -551,10 +551,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodWechat.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodWechat.md index aad4817b..d002cff3 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodWechat.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodWechat.md @@ -538,10 +538,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodYooMoney.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodYooMoney.md index 6eb51ca9..5aac9562 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodYooMoney.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodYooMoney.md @@ -612,10 +612,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethodType.md b/docs/classes/YooKassa-Model-PaymentMethodType.md index 70e7544d..0c93f83d 100644 --- a/docs/classes/YooKassa-Model-PaymentMethodType.md +++ b/docs/classes/YooKassa-Model-PaymentMethodType.md @@ -44,7 +44,7 @@ PaymentMethodType - Тип источника средств для провед | public | [B2B_SBERBANK](../classes/YooKassa-Model-PaymentMethodType.md#constant_B2B_SBERBANK) | | Сбербанк Бизнес Онлайн | | public | [TINKOFF_BANK](../classes/YooKassa-Model-PaymentMethodType.md#constant_TINKOFF_BANK) | | Интернет-банк Тинькофф | | public | [PSB](../classes/YooKassa-Model-PaymentMethodType.md#constant_PSB) | *deprecated* | ПромсвязьБанк | -| public | [INSTALLMENTS](../classes/YooKassa-Model-PaymentMethodType.md#constant_INSTALLMENTS) | | Заплатить по частям | +| public | [INSTALLMENTS](../classes/YooKassa-Model-PaymentMethodType.md#constant_INSTALLMENTS) | *deprecated* | Заплатить по частям | | public | [WECHAT](../classes/YooKassa-Model-PaymentMethodType.md#constant_WECHAT) | *deprecated* | Оплата через WeChat | | public | [SBP](../classes/YooKassa-Model-PaymentMethodType.md#constant_SBP) | | Оплата через сервис быстрых платежей | | public | [SBER_LOAN](../classes/YooKassa-Model-PaymentMethodType.md#constant_SBER_LOAN) | | Прием оплаты с использованием Кредита от СберБанка | @@ -200,13 +200,15 @@ PSB = 'psb' Будет удален в следующих версиях -###### INSTALLMENTS +###### ~~INSTALLMENTS~~ Заплатить по частям ```php INSTALLMENTS = 'installments' ``` +**deprecated** +Будет удален в следующих версиях ###### ~~WECHAT~~ @@ -330,10 +332,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentStatus.md b/docs/classes/YooKassa-Model-PaymentStatus.md index 7d242863..1c85c3b2 100644 --- a/docs/classes/YooKassa-Model-PaymentStatus.md +++ b/docs/classes/YooKassa-Model-PaymentStatus.md @@ -166,10 +166,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 ee671f30..09e395e0 100644 --- a/docs/classes/YooKassa-Model-Payout-AbstractPayoutDestination.md +++ b/docs/classes/YooKassa-Model-Payout-AbstractPayoutDestination.md @@ -388,10 +388,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 8f623e6a..6d9c85a5 100644 --- a/docs/classes/YooKassa-Model-Payout-IncomeReceipt.md +++ b/docs/classes/YooKassa-Model-Payout-IncomeReceipt.md @@ -597,10 +597,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 6a78d323..de58a6cc 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetails.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetails.md @@ -444,10 +444,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 bb5efb6c..d5b93674 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetailsPartyCode.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetailsPartyCode.md @@ -151,10 +151,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 b2f21254..306cf52a 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 - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 83e5835e..b2691f55 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutDestinationBankCard.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutDestinationBankCard.md @@ -436,10 +436,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 3f51ebf5..42979bf0 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutDestinationBankCardCard.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutDestinationBankCardCard.md @@ -664,10 +664,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 f962046d..daff1182 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutDestinationFactory.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutDestinationFactory.md @@ -85,10 +85,10 @@ public factoryFromArray(array $data, string|null $type = null) : \YooKassa\Model ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 5df5e0ba..ebf2a97e 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutDestinationSbp.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutDestinationSbp.md @@ -582,10 +582,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 73e0df97..ad95c62a 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutDestinationType.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutDestinationType.md @@ -121,10 +121,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 40dde5b8..010cec42 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutDestinationYooMoney.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutDestinationYooMoney.md @@ -461,10 +461,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 a8b85e9b..1f1708c3 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutSelfEmployed.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutSelfEmployed.md @@ -394,10 +394,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 be9cdf6b..53fb4547 100644 --- a/docs/classes/YooKassa-Model-Payout-SbpParticipantBank.md +++ b/docs/classes/YooKassa-Model-Payout-SbpParticipantBank.md @@ -458,10 +458,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payout.md b/docs/classes/YooKassa-Model-Payout.md index 43368b6e..27a9dbab 100644 --- a/docs/classes/YooKassa-Model-Payout.md +++ b/docs/classes/YooKassa-Model-Payout.md @@ -1079,10 +1079,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PayoutInterface.md b/docs/classes/YooKassa-Model-PayoutInterface.md index c3f727dd..71700e55 100644 --- a/docs/classes/YooKassa-Model-PayoutInterface.md +++ b/docs/classes/YooKassa-Model-PayoutInterface.md @@ -234,10 +234,10 @@ public getTest() : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PayoutStatus.md b/docs/classes/YooKassa-Model-PayoutStatus.md index d15528f0..68613234 100644 --- a/docs/classes/YooKassa-Model-PayoutStatus.md +++ b/docs/classes/YooKassa-Model-PayoutStatus.md @@ -155,10 +155,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 ee19bd88..b8b62861 100644 --- a/docs/classes/YooKassa-Model-PersonalData-PersonalData.md +++ b/docs/classes/YooKassa-Model-PersonalData-PersonalData.md @@ -772,10 +772,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 2152239a..3a4441cf 100644 --- a/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetails.md +++ b/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetails.md @@ -417,10 +417,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 0f902c3f..d1e0b580 100644 --- a/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetailsPartyCode.md +++ b/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetailsPartyCode.md @@ -129,10 +129,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 35d8e2ad..4ead3da9 100644 --- a/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetailsReasonCode.md +++ b/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetailsReasonCode.md @@ -129,10 +129,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 83d91fc1..32d42e21 100644 --- a/docs/classes/YooKassa-Model-PersonalData-PersonalDataInterface.md +++ b/docs/classes/YooKassa-Model-PersonalData-PersonalDataInterface.md @@ -353,10 +353,10 @@ public setMetadata(\YooKassa\Model\Metadata|array|null $metadata = null) : $this ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 cea2d7dd..7f727589 100644 --- a/docs/classes/YooKassa-Model-PersonalData-PersonalDataStatus.md +++ b/docs/classes/YooKassa-Model-PersonalData-PersonalDataStatus.md @@ -165,10 +165,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 c140afb8..1f1e81b5 100644 --- a/docs/classes/YooKassa-Model-PersonalData-PersonalDataType.md +++ b/docs/classes/YooKassa-Model-PersonalData-PersonalDataType.md @@ -141,10 +141,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 f4ee8c87..d15c0a53 100644 --- a/docs/classes/YooKassa-Model-Receipt-AdditionalUserProps.md +++ b/docs/classes/YooKassa-Model-Receipt-AdditionalUserProps.md @@ -465,10 +465,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 d4ef1c96..ebce4d4f 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 - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 9a027758..8bb6bbe6 100644 --- a/docs/classes/YooKassa-Model-Receipt-IndustryDetails.md +++ b/docs/classes/YooKassa-Model-Receipt-IndustryDetails.md @@ -629,10 +629,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 b4c76c71..45cef3d6 100644 --- a/docs/classes/YooKassa-Model-Receipt-MarkCodeInfo.md +++ b/docs/classes/YooKassa-Model-Receipt-MarkCodeInfo.md @@ -961,10 +961,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 248e2d71..d6f2c0a6 100644 --- a/docs/classes/YooKassa-Model-Receipt-MarkQuantity.md +++ b/docs/classes/YooKassa-Model-Receipt-MarkQuantity.md @@ -457,10 +457,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 272267b4..ace37fbc 100644 --- a/docs/classes/YooKassa-Model-Receipt-OperationalDetails.md +++ b/docs/classes/YooKassa-Model-Receipt-OperationalDetails.md @@ -554,10 +554,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 c6889a02..49355fbe 100644 --- a/docs/classes/YooKassa-Model-Receipt-PaymentMode.md +++ b/docs/classes/YooKassa-Model-Receipt-PaymentMode.md @@ -189,10 +189,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 58abfaab..c6784924 100644 --- a/docs/classes/YooKassa-Model-Receipt-PaymentSubject.md +++ b/docs/classes/YooKassa-Model-Receipt-PaymentSubject.md @@ -449,10 +449,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 d746a0ed..536968eb 100644 --- a/docs/classes/YooKassa-Model-Receipt-ReceiptItemAmount.md +++ b/docs/classes/YooKassa-Model-Receipt-ReceiptItemAmount.md @@ -534,10 +534,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 7c85c306..519e012a 100644 --- a/docs/classes/YooKassa-Model-Receipt-ReceiptItemMeasure.md +++ b/docs/classes/YooKassa-Model-Receipt-ReceiptItemMeasure.md @@ -362,10 +362,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 629ef07c..9c7e8821 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 - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt.md b/docs/classes/YooKassa-Model-Receipt.md index ef0965cb..d6cc208b 100644 --- a/docs/classes/YooKassa-Model-Receipt.md +++ b/docs/classes/YooKassa-Model-Receipt.md @@ -1045,10 +1045,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-ReceiptCustomer.md b/docs/classes/YooKassa-Model-ReceiptCustomer.md index efc3bece..09e12d05 100644 --- a/docs/classes/YooKassa-Model-ReceiptCustomer.md +++ b/docs/classes/YooKassa-Model-ReceiptCustomer.md @@ -604,10 +604,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-ReceiptCustomerInterface.md b/docs/classes/YooKassa-Model-ReceiptCustomerInterface.md index 8f32a972..9f2e2e1b 100644 --- a/docs/classes/YooKassa-Model-ReceiptCustomerInterface.md +++ b/docs/classes/YooKassa-Model-ReceiptCustomerInterface.md @@ -136,10 +136,10 @@ public jsonSerialize() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-ReceiptInterface.md b/docs/classes/YooKassa-Model-ReceiptInterface.md index 526e45b9..95086665 100644 --- a/docs/classes/YooKassa-Model-ReceiptInterface.md +++ b/docs/classes/YooKassa-Model-ReceiptInterface.md @@ -177,10 +177,10 @@ public normalize(\YooKassa\Model\AmountInterface $orderAmount, bool $withShippin ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-ReceiptItem.md b/docs/classes/YooKassa-Model-ReceiptItem.md index 06ad7bb0..fc956863 100644 --- a/docs/classes/YooKassa-Model-ReceiptItem.md +++ b/docs/classes/YooKassa-Model-ReceiptItem.md @@ -1703,10 +1703,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-ReceiptItemInterface.md b/docs/classes/YooKassa-Model-ReceiptItemInterface.md index 97a5d6cf..8ce96967 100644 --- a/docs/classes/YooKassa-Model-ReceiptItemInterface.md +++ b/docs/classes/YooKassa-Model-ReceiptItemInterface.md @@ -432,10 +432,10 @@ public isShipping() : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-ReceiptRegistrationStatus.md b/docs/classes/YooKassa-Model-ReceiptRegistrationStatus.md index a96a5ebe..a093dd69 100644 --- a/docs/classes/YooKassa-Model-ReceiptRegistrationStatus.md +++ b/docs/classes/YooKassa-Model-ReceiptRegistrationStatus.md @@ -155,10 +155,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-ReceiptType.md b/docs/classes/YooKassa-Model-ReceiptType.md index 549a1735..07220164 100644 --- a/docs/classes/YooKassa-Model-ReceiptType.md +++ b/docs/classes/YooKassa-Model-ReceiptType.md @@ -155,10 +155,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Recipient.md b/docs/classes/YooKassa-Model-Recipient.md index 52a3f91a..4295b846 100644 --- a/docs/classes/YooKassa-Model-Recipient.md +++ b/docs/classes/YooKassa-Model-Recipient.md @@ -490,10 +490,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-RecipientInterface.md b/docs/classes/YooKassa-Model-RecipientInterface.md index d11a1655..036179e0 100644 --- a/docs/classes/YooKassa-Model-RecipientInterface.md +++ b/docs/classes/YooKassa-Model-RecipientInterface.md @@ -90,10 +90,10 @@ public getGatewayId() : string ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Refund.md b/docs/classes/YooKassa-Model-Refund.md index eebf1e63..8010b4d9 100644 --- a/docs/classes/YooKassa-Model-Refund.md +++ b/docs/classes/YooKassa-Model-Refund.md @@ -940,10 +940,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-RefundInterface.md b/docs/classes/YooKassa-Model-RefundInterface.md index 03b805de..8d88e84a 100644 --- a/docs/classes/YooKassa-Model-RefundInterface.md +++ b/docs/classes/YooKassa-Model-RefundInterface.md @@ -214,10 +214,10 @@ public getDeal() : \YooKassa\Model\Deal\RefundDealInfo ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-RefundStatus.md b/docs/classes/YooKassa-Model-RefundStatus.md index 302c0a86..1819afd9 100644 --- a/docs/classes/YooKassa-Model-RefundStatus.md +++ b/docs/classes/YooKassa-Model-RefundStatus.md @@ -149,10 +149,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Requestor.md b/docs/classes/YooKassa-Model-Requestor.md index 1d861ba2..0d730c76 100644 --- a/docs/classes/YooKassa-Model-Requestor.md +++ b/docs/classes/YooKassa-Model-Requestor.md @@ -633,10 +633,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-RequestorInterface.md b/docs/classes/YooKassa-Model-RequestorInterface.md index 86d61ffc..0dc6a97d 100644 --- a/docs/classes/YooKassa-Model-RequestorInterface.md +++ b/docs/classes/YooKassa-Model-RequestorInterface.md @@ -213,10 +213,10 @@ public setClientName(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-SafeDeal.md b/docs/classes/YooKassa-Model-SafeDeal.md index 496b6ba3..cea3f83a 100644 --- a/docs/classes/YooKassa-Model-SafeDeal.md +++ b/docs/classes/YooKassa-Model-SafeDeal.md @@ -854,10 +854,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 0a118bf3..becac43e 100644 --- a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployed.md +++ b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployed.md @@ -743,10 +743,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 eae06aca..62930fd2 100644 --- a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmation.md +++ b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmation.md @@ -394,10 +394,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 cf7a840c..2840653d 100644 --- a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationFactory.md +++ b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationFactory.md @@ -85,10 +85,10 @@ public factoryFromArray(array $data, string|null $type = null) : \YooKassa\Model ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 99ed2526..9a711688 100644 --- a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationRedirect.md +++ b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationRedirect.md @@ -457,10 +457,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 bfb1895a..e0997426 100644 --- a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationType.md +++ b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationType.md @@ -138,10 +138,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 8b297eb2..927b2b31 100644 --- a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedInterface.md +++ b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedInterface.md @@ -368,10 +368,10 @@ public setTest(bool $test) : $this ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 04c549af..ebd00906 100644 --- a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedStatus.md +++ b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedStatus.md @@ -163,10 +163,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Settlement.md b/docs/classes/YooKassa-Model-Settlement.md index b9daf1d6..07461e54 100644 --- a/docs/classes/YooKassa-Model-Settlement.md +++ b/docs/classes/YooKassa-Model-Settlement.md @@ -444,10 +444,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-SettlementInterface.md b/docs/classes/YooKassa-Model-SettlementInterface.md index cd73fe20..0a23a448 100644 --- a/docs/classes/YooKassa-Model-SettlementInterface.md +++ b/docs/classes/YooKassa-Model-SettlementInterface.md @@ -79,10 +79,10 @@ public getAmount() : \YooKassa\Model\AmountInterface ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Source.md b/docs/classes/YooKassa-Model-Source.md index 97722e33..b64da2ac 100644 --- a/docs/classes/YooKassa-Model-Source.md +++ b/docs/classes/YooKassa-Model-Source.md @@ -566,10 +566,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-SourceInterface.md b/docs/classes/YooKassa-Model-SourceInterface.md index f10b4c76..d34ab9d3 100644 --- a/docs/classes/YooKassa-Model-SourceInterface.md +++ b/docs/classes/YooKassa-Model-SourceInterface.md @@ -203,10 +203,10 @@ public setPlatformFeeAmount(\YooKassa\Model\AmountInterface|array $value) : mixe ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Supplier.md b/docs/classes/YooKassa-Model-Supplier.md index 6a7a529d..43e63d7f 100644 --- a/docs/classes/YooKassa-Model-Supplier.md +++ b/docs/classes/YooKassa-Model-Supplier.md @@ -501,10 +501,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-SupplierInterface.md b/docs/classes/YooKassa-Model-SupplierInterface.md index 3f85c9e3..2e802742 100644 --- a/docs/classes/YooKassa-Model-SupplierInterface.md +++ b/docs/classes/YooKassa-Model-SupplierInterface.md @@ -173,10 +173,10 @@ public setInn(string|null $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-ThreeDSecure.md b/docs/classes/YooKassa-Model-ThreeDSecure.md index af1b51b4..974bdb93 100644 --- a/docs/classes/YooKassa-Model-ThreeDSecure.md +++ b/docs/classes/YooKassa-Model-ThreeDSecure.md @@ -393,10 +393,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Transfer.md b/docs/classes/YooKassa-Model-Transfer.md index d4eabed2..1177bfc0 100644 --- a/docs/classes/YooKassa-Model-Transfer.md +++ b/docs/classes/YooKassa-Model-Transfer.md @@ -810,10 +810,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-TransferInterface.md b/docs/classes/YooKassa-Model-TransferInterface.md index 8776344f..36d5215c 100644 --- a/docs/classes/YooKassa-Model-TransferInterface.md +++ b/docs/classes/YooKassa-Model-TransferInterface.md @@ -370,10 +370,10 @@ public hasMetadata() : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-TransferStatus.md b/docs/classes/YooKassa-Model-TransferStatus.md index 3b300ee4..6e153477 100644 --- a/docs/classes/YooKassa-Model-TransferStatus.md +++ b/docs/classes/YooKassa-Model-TransferStatus.md @@ -166,10 +166,10 @@ Static public valueExists(mixed $value) : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 c19fa49b..5b73dd5d 100644 --- a/docs/classes/YooKassa-Model-Webhook-Webhook.md +++ b/docs/classes/YooKassa-Model-Webhook-Webhook.md @@ -496,10 +496,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 a68ce53c..9b4cc445 100644 --- a/docs/classes/YooKassa-Request-Deals-AbstractDealResponse.md +++ b/docs/classes/YooKassa-Request-Deals-AbstractDealResponse.md @@ -857,10 +857,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 b08a8b20..8dcf4d86 100644 --- a/docs/classes/YooKassa-Request-Deals-CreateDealRequest.md +++ b/docs/classes/YooKassa-Request-Deals-CreateDealRequest.md @@ -762,10 +762,10 @@ protected setValidationError(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 c8d6fed7..a7c03e43 100644 --- a/docs/classes/YooKassa-Request-Deals-CreateDealRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Deals-CreateDealRequestBuilder.md @@ -349,10 +349,10 @@ protected initCurrentObject() : \YooKassa\Request\Deals\CreateDealRequest ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 b90b6a28..93d1c748 100644 --- a/docs/classes/YooKassa-Request-Deals-CreateDealRequestInterface.md +++ b/docs/classes/YooKassa-Request-Deals-CreateDealRequestInterface.md @@ -282,10 +282,10 @@ public setMetadata(\YooKassa\Model\Metadata|array|null $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 51e10436..0cea1ddd 100644 --- a/docs/classes/YooKassa-Request-Deals-CreateDealRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Deals-CreateDealRequestSerializer.md @@ -61,10 +61,10 @@ public serialize(\YooKassa\Request\Deals\CreateDealRequestInterface $request) : ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 a0f600dd..7c9cf859 100644 --- a/docs/classes/YooKassa-Request-Deals-CreateDealResponse.md +++ b/docs/classes/YooKassa-Request-Deals-CreateDealResponse.md @@ -856,10 +856,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 11226c1d..83b0be47 100644 --- a/docs/classes/YooKassa-Request-Deals-DealResponse.md +++ b/docs/classes/YooKassa-Request-Deals-DealResponse.md @@ -856,10 +856,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 1ebb01d3..b4d69f34 100644 --- a/docs/classes/YooKassa-Request-Deals-DealsRequest.md +++ b/docs/classes/YooKassa-Request-Deals-DealsRequest.md @@ -1390,10 +1390,10 @@ protected setValidationError(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 67300066..96de8df9 100644 --- a/docs/classes/YooKassa-Request-Deals-DealsRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Deals-DealsRequestBuilder.md @@ -494,10 +494,10 @@ protected initCurrentObject() : \YooKassa\Request\Deals\DealsRequest ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 71493a21..1a609ab3 100644 --- a/docs/classes/YooKassa-Request-Deals-DealsRequestInterface.md +++ b/docs/classes/YooKassa-Request-Deals-DealsRequestInterface.md @@ -761,10 +761,10 @@ public setFullTextSearch(string $value) : void ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 6604cd63..b0537729 100644 --- a/docs/classes/YooKassa-Request-Deals-DealsRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Deals-DealsRequestSerializer.md @@ -61,10 +61,10 @@ public serialize(\YooKassa\Request\Deals\DealsRequest|\YooKassa\Request\Deals\De ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 ff9761bc..e3323e0d 100644 --- a/docs/classes/YooKassa-Request-Deals-DealsResponse.md +++ b/docs/classes/YooKassa-Request-Deals-DealsResponse.md @@ -385,10 +385,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 0bb0308e..c0774fb4 100644 --- a/docs/classes/YooKassa-Request-Payments-AbstractPaymentResponse.md +++ b/docs/classes/YooKassa-Request-Payments-AbstractPaymentResponse.md @@ -1846,10 +1846,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 359540b0..7dddb13f 100644 --- a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequest.md +++ b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequest.md @@ -1961,10 +1961,10 @@ protected setValidationError(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 ac154e64..1c7ad40c 100644 --- a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestBuilder.md @@ -1126,10 +1126,10 @@ protected initCurrentObject() : \YooKassa\Request\Payments\CreatePaymentRequest ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 7339d62c..1f0fb83d 100644 --- a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestInterface.md +++ b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestInterface.md @@ -1012,10 +1012,10 @@ public setMerchantCustomerId(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 c01779a2..c2fd2120 100644 --- a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestSerializer.md @@ -61,10 +61,10 @@ public serialize(\YooKassa\Request\Payments\CreatePaymentRequestInterface $reque ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 203dd194..92003ec1 100644 --- a/docs/classes/YooKassa-Request-Payments-CreatePaymentResponse.md +++ b/docs/classes/YooKassa-Request-Payments-CreatePaymentResponse.md @@ -1840,10 +1840,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-Payment-CancelResponse.md b/docs/classes/YooKassa-Request-Payments-Payment-CancelResponse.md index 29f5f783..b1f8a7ed 100644 --- a/docs/classes/YooKassa-Request-Payments-Payment-CancelResponse.md +++ b/docs/classes/YooKassa-Request-Payments-Payment-CancelResponse.md @@ -1840,10 +1840,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequest.md b/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequest.md index b35e1936..e034e63a 100644 --- a/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequest.md +++ b/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequest.md @@ -856,10 +856,10 @@ protected setValidationError(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequestBuilder.md b/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequestBuilder.md index 38c1e8f8..c553f888 100644 --- a/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequestBuilder.md @@ -525,10 +525,10 @@ protected initCurrentObject() : \YooKassa\Request\Payments\Payment\CreateCapture ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequestInterface.md b/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequestInterface.md index 62cd6e97..8e259509 100644 --- a/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequestInterface.md +++ b/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequestInterface.md @@ -292,10 +292,10 @@ public setDeal(\YooKassa\Model\Deal\PaymentDealInfo|array|null $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequestSerializer.md b/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequestSerializer.md index a2383917..1ad34471 100644 --- a/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequestSerializer.md @@ -61,10 +61,10 @@ public serialize(\YooKassa\Request\Payments\Payment\CreateCaptureRequestInterfac ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureResponse.md b/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureResponse.md index 414a9459..f6b42407 100644 --- a/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureResponse.md +++ b/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureResponse.md @@ -1840,10 +1840,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 bb9e0c42..6697da2e 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentResponse.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentResponse.md @@ -1840,10 +1840,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 2da73e50..1f65d462 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentsRequest.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentsRequest.md @@ -1380,10 +1380,10 @@ protected setValidationError(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 9fc7e3ce..388ae6f3 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentsRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentsRequestBuilder.md @@ -494,10 +494,10 @@ protected initCurrentObject() : \YooKassa\Request\Payments\PaymentsRequest ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 4640d4d0..80737bc6 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentsRequestInterface.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentsRequestInterface.md @@ -761,10 +761,10 @@ public setPaymentMethod(string $value) : void ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 65c4f25d..c055b0fc 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentsRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentsRequestSerializer.md @@ -61,10 +61,10 @@ public serialize(\YooKassa\Request\Payments\PaymentsRequestInterface $request) : ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 024a4b4d..f09c8c92 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentsResponse.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentsResponse.md @@ -385,10 +385,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 cc472f81..c0b87fec 100644 --- a/docs/classes/YooKassa-Request-Payouts-AbstractPayoutResponse.md +++ b/docs/classes/YooKassa-Request-Payouts-AbstractPayoutResponse.md @@ -1096,10 +1096,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 8e346ef7..747c6bef 100644 --- a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequest.md +++ b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequest.md @@ -1262,10 +1262,10 @@ protected setValidationError(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 0df20d00..57b73607 100644 --- a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestBuilder.md @@ -515,10 +515,10 @@ protected initCurrentObject() : \YooKassa\Request\Payouts\CreatePayoutRequest ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 47e0e725..e22e512f 100644 --- a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md +++ b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md @@ -651,10 +651,10 @@ public setMetadata(\YooKassa\Model\Metadata|array|null $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 4342bfb6..86bf5061 100644 --- a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestSerializer.md @@ -61,10 +61,10 @@ public serialize(\YooKassa\Request\Payouts\CreatePayoutRequestInterface $request ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 00dbfca2..5f9cbe6c 100644 --- a/docs/classes/YooKassa-Request-Payouts-CreatePayoutResponse.md +++ b/docs/classes/YooKassa-Request-Payouts-CreatePayoutResponse.md @@ -1097,10 +1097,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 84ab921e..5b7ba2a4 100644 --- a/docs/classes/YooKassa-Request-Payouts-IncomeReceiptData.md +++ b/docs/classes/YooKassa-Request-Payouts-IncomeReceiptData.md @@ -464,10 +464,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 8064e825..062fc017 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-AbstractPayoutDestinationData.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-AbstractPayoutDestinationData.md @@ -403,10 +403,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 76f25948..eadae875 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataBankCard.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataBankCard.md @@ -451,10 +451,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 be1fe86b..6b5532ce 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataBankCardCard.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataBankCardCard.md @@ -391,10 +391,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 fd58ffbd..20a231ed 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataFactory.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataFactory.md @@ -88,10 +88,10 @@ public factoryFromArray(array $data, string|null $type = null) : \YooKassa\Reque ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 69323736..e97c69a7 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataSbp.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataSbp.md @@ -533,10 +533,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 70229bb6..7aec1175 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataYooMoney.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataYooMoney.md @@ -479,10 +479,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 19550772..280635b2 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutPersonalData.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutPersonalData.md @@ -376,10 +376,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 c1cc48b4..ed06b83b 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutResponse.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutResponse.md @@ -1097,10 +1097,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 12508029..8eacae78 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutSelfEmployedInfo.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutSelfEmployedInfo.md @@ -397,10 +397,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 56ec6923..177564b8 100644 --- a/docs/classes/YooKassa-Request-Payouts-SbpBanksResponse.md +++ b/docs/classes/YooKassa-Request-Payouts-SbpBanksResponse.md @@ -399,10 +399,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 17ebecad..9fd55781 100644 --- a/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequest.md +++ b/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequest.md @@ -861,10 +861,10 @@ protected setValidationError(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 2642440e..47b957b3 100644 --- a/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequestBuilder.md +++ b/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequestBuilder.md @@ -359,10 +359,10 @@ protected initCurrentObject() : \YooKassa\Request\PersonalData\CreatePersonalDat ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 70121246..c8f4f740 100644 --- a/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequestInterface.md +++ b/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequestInterface.md @@ -373,10 +373,10 @@ public toArray() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 aeda99ec..42b13d4d 100644 --- a/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequestSerializer.md +++ b/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequestSerializer.md @@ -61,10 +61,10 @@ public serialize(\YooKassa\Request\PersonalData\CreatePersonalDataRequestInterfa ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 ed99bd0f..1b2b3a49 100644 --- a/docs/classes/YooKassa-Request-PersonalData-PersonalDataResponse.md +++ b/docs/classes/YooKassa-Request-PersonalData-PersonalDataResponse.md @@ -781,10 +781,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 201ccab9..66aee5ac 100644 --- a/docs/classes/YooKassa-Request-Receipts-AbstractReceiptResponse.md +++ b/docs/classes/YooKassa-Request-Receipts-AbstractReceiptResponse.md @@ -1457,10 +1457,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 eb8c2fd4..73eb60f1 100644 --- a/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequest.md +++ b/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequest.md @@ -1090,10 +1090,10 @@ protected setValidationError(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 cc193541..443252bc 100644 --- a/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestBuilder.md @@ -594,10 +594,10 @@ protected initCurrentObject() : \YooKassa\Request\Receipts\CreatePostReceiptRequ ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 24306ed2..e09d2977 100644 --- a/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestInterface.md +++ b/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestInterface.md @@ -614,10 +614,10 @@ public notEmpty() : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 73bb25a1..d027dc23 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 - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 e554accd..cc37f032 100644 --- a/docs/classes/YooKassa-Request-Receipts-PaymentReceiptResponse.md +++ b/docs/classes/YooKassa-Request-Receipts-PaymentReceiptResponse.md @@ -1561,10 +1561,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 97dfa1cb..f1f79a17 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 - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 d28afabf..0701acc0 100644 --- a/docs/classes/YooKassa-Request-Receipts-ReceiptResponseInterface.md +++ b/docs/classes/YooKassa-Request-Receipts-ReceiptResponseInterface.md @@ -210,10 +210,10 @@ public notEmpty() : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 ea6369f4..169cdaaf 100644 --- a/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItem.md +++ b/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItem.md @@ -1509,10 +1509,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 aa80fc3b..4d86f35e 100644 --- a/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItemInterface.md +++ b/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItemInterface.md @@ -374,10 +374,10 @@ public getSupplier() : \YooKassa\Model\SupplierInterface ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 f7990c0f..ed7c1f13 100644 --- a/docs/classes/YooKassa-Request-Receipts-ReceiptsRequest.md +++ b/docs/classes/YooKassa-Request-Receipts-ReceiptsRequest.md @@ -1140,10 +1140,10 @@ protected setValidationError(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 a561a125..3a30a330 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 - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 f926f4b0..22037f7f 100644 --- a/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestInterface.md +++ b/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestInterface.md @@ -374,10 +374,10 @@ public hasLimit() : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 07a15b3e..ce31b074 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 - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 643be642..5b545079 100644 --- a/docs/classes/YooKassa-Request-Receipts-ReceiptsResponse.md +++ b/docs/classes/YooKassa-Request-Receipts-ReceiptsResponse.md @@ -138,10 +138,10 @@ public hasNextCursor() : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 35c6826f..23d6dd00 100644 --- a/docs/classes/YooKassa-Request-Receipts-RefundReceiptResponse.md +++ b/docs/classes/YooKassa-Request-Receipts-RefundReceiptResponse.md @@ -1561,10 +1561,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 48296fac..42da74d2 100644 --- a/docs/classes/YooKassa-Request-Receipts-SimpleReceiptResponse.md +++ b/docs/classes/YooKassa-Request-Receipts-SimpleReceiptResponse.md @@ -1478,10 +1478,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 07f73986..bcd0bd9c 100644 --- a/docs/classes/YooKassa-Request-Refunds-AbstractRefundResponse.md +++ b/docs/classes/YooKassa-Request-Refunds-AbstractRefundResponse.md @@ -955,10 +955,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 6bbfd388..f8992784 100644 --- a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequest.md +++ b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequest.md @@ -976,10 +976,10 @@ protected setValidationError(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 9ed42aff..109a8ef5 100644 --- a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestBuilder.md @@ -620,10 +620,10 @@ protected initCurrentObject() : \YooKassa\Request\Refunds\CreateRefundRequest ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 735d966a..295a089d 100644 --- a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestInterface.md +++ b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestInterface.md @@ -335,10 +335,10 @@ public hasDeal() : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 d4ccb1b9..a474ef07 100644 --- a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestSerializer.md @@ -61,10 +61,10 @@ public serialize(\YooKassa\Request\Refunds\CreateRefundRequestInterface $request ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 8c47fe92..74f42b3d 100644 --- a/docs/classes/YooKassa-Request-Refunds-CreateRefundResponse.md +++ b/docs/classes/YooKassa-Request-Refunds-CreateRefundResponse.md @@ -951,10 +951,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 c775b032..df0b24b6 100644 --- a/docs/classes/YooKassa-Request-Refunds-RefundResponse.md +++ b/docs/classes/YooKassa-Request-Refunds-RefundResponse.md @@ -951,10 +951,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 823e0117..bc044c22 100644 --- a/docs/classes/YooKassa-Request-Refunds-RefundsRequest.md +++ b/docs/classes/YooKassa-Request-Refunds-RefundsRequest.md @@ -1068,10 +1068,10 @@ protected setValidationError(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 4f4e58fd..13a4a324 100644 --- a/docs/classes/YooKassa-Request-Refunds-RefundsRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Refunds-RefundsRequestBuilder.md @@ -378,10 +378,10 @@ protected initCurrentObject() : \YooKassa\Request\Refunds\RefundsRequest ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 f5316707..6e39f676 100644 --- a/docs/classes/YooKassa-Request-Refunds-RefundsRequestInterface.md +++ b/docs/classes/YooKassa-Request-Refunds-RefundsRequestInterface.md @@ -301,10 +301,10 @@ public hasCursor() : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 e717ded3..62114eba 100644 --- a/docs/classes/YooKassa-Request-Refunds-RefundsRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Refunds-RefundsRequestSerializer.md @@ -61,10 +61,10 @@ public serialize(\YooKassa\Request\Refunds\RefundsRequestInterface $request) : a ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 8f8a1773..c59803c7 100644 --- a/docs/classes/YooKassa-Request-Refunds-RefundsResponse.md +++ b/docs/classes/YooKassa-Request-Refunds-RefundsResponse.md @@ -120,10 +120,10 @@ public hasNextCursor() : bool ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 1c6cfaa6..7ae67e47 100644 --- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequest.md +++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequest.md @@ -655,10 +655,10 @@ protected setValidationError(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 fdd852fa..7bd4af10 100644 --- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestBuilder.md +++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestBuilder.md @@ -228,10 +228,10 @@ protected initCurrentObject() : \YooKassa\Request\SelfEmployed\SelfEmployedReque ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 aa475e8f..72bd2b11 100644 --- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmation.md +++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmation.md @@ -373,10 +373,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 5653ec9c..cab68ff2 100644 --- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmationFactory.md +++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmationFactory.md @@ -85,10 +85,10 @@ public factoryFromArray(array $data, string|null $type = null) : \YooKassa\Reque ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 11b5294b..4d69a2f9 100644 --- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmationRedirect.md +++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmationRedirect.md @@ -368,10 +368,10 @@ protected setType(string $value) : mixed ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 274769f4..a4eaa27b 100644 --- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestSerializer.md +++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestSerializer.md @@ -61,10 +61,10 @@ public serialize(\YooKassa\Request\SelfEmployed\SelfEmployedRequest $request) : ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 2c155bc3..a2db4385 100644 --- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedResponse.md +++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedResponse.md @@ -750,10 +750,10 @@ protected getUnknownProperties() : array ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 d35ab1c0..f7d99457 100644 --- a/docs/classes/YooKassa-Request-Webhook-WebhookListResponse.md +++ b/docs/classes/YooKassa-Request-Webhook-WebhookListResponse.md @@ -97,10 +97,10 @@ public getType() : string ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/default.md b/docs/namespaces/default.md index 8e8c75f1..97517a8f 100644 --- a/docs/namespaces/default.md +++ b/docs/namespaces/default.md @@ -48,10 +48,10 @@ ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-client.md b/docs/namespaces/yookassa-client.md index 6275e2cc..06bd8788 100644 --- a/docs/namespaces/yookassa-client.md +++ b/docs/namespaces/yookassa-client.md @@ -29,10 +29,10 @@ ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-common-exceptions.md b/docs/namespaces/yookassa-common-exceptions.md index 5b631da1..0ca8ead5 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 - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-common.md b/docs/namespaces/yookassa-common.md index 62f4edfd..29422f0d 100644 --- a/docs/namespaces/yookassa-common.md +++ b/docs/namespaces/yookassa-common.md @@ -34,10 +34,10 @@ ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-helpers-config.md b/docs/namespaces/yookassa-helpers-config.md index e282e262..5c2b9b7f 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 - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-helpers.md b/docs/namespaces/yookassa-helpers.md index 6b7213b8..b7aedfd3 100644 --- a/docs/namespaces/yookassa-helpers.md +++ b/docs/namespaces/yookassa-helpers.md @@ -31,10 +31,10 @@ ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-confirmation.md b/docs/namespaces/yookassa-model-confirmation.md index cdea44ef..0d298d6d 100644 --- a/docs/namespaces/yookassa-model-confirmation.md +++ b/docs/namespaces/yookassa-model-confirmation.md @@ -28,10 +28,10 @@ ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-confirmationattributes.md b/docs/namespaces/yookassa-model-confirmationattributes.md index bc561dc3..123f4297 100644 --- a/docs/namespaces/yookassa-model-confirmationattributes.md +++ b/docs/namespaces/yookassa-model-confirmationattributes.md @@ -28,10 +28,10 @@ ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-deal.md b/docs/namespaces/yookassa-model-deal.md index a4fd748e..5ea12c67 100644 --- a/docs/namespaces/yookassa-model-deal.md +++ b/docs/namespaces/yookassa-model-deal.md @@ -32,10 +32,10 @@ ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-notification.md b/docs/namespaces/yookassa-model-notification.md index 0be7f462..1d7591b0 100644 --- a/docs/namespaces/yookassa-model-notification.md +++ b/docs/namespaces/yookassa-model-notification.md @@ -35,10 +35,10 @@ ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-paymentdata-b2b-sberbank.md b/docs/namespaces/yookassa-model-paymentdata-b2b-sberbank.md index fc72fcee..662c6156 100644 --- a/docs/namespaces/yookassa-model-paymentdata-b2b-sberbank.md +++ b/docs/namespaces/yookassa-model-paymentdata-b2b-sberbank.md @@ -29,10 +29,10 @@ ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-paymentdata-b2b.md b/docs/namespaces/yookassa-model-paymentdata-b2b.md index 3856ac65..f4b543d2 100644 --- a/docs/namespaces/yookassa-model-paymentdata-b2b.md +++ b/docs/namespaces/yookassa-model-paymentdata-b2b.md @@ -19,10 +19,10 @@ ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-paymentdata.md b/docs/namespaces/yookassa-model-paymentdata.md index a3eb96f8..8c3ddff1 100644 --- a/docs/namespaces/yookassa-model-paymentdata.md +++ b/docs/namespaces/yookassa-model-paymentdata.md @@ -43,10 +43,10 @@ ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-paymentmethod-b2b-sberbank.md b/docs/namespaces/yookassa-model-paymentmethod-b2b-sberbank.md index 4f2f61b8..10cb36fb 100644 --- a/docs/namespaces/yookassa-model-paymentmethod-b2b-sberbank.md +++ b/docs/namespaces/yookassa-model-paymentmethod-b2b-sberbank.md @@ -27,10 +27,10 @@ ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-paymentmethod-b2b.md b/docs/namespaces/yookassa-model-paymentmethod-b2b.md index b5974e70..50be621b 100644 --- a/docs/namespaces/yookassa-model-paymentmethod-b2b.md +++ b/docs/namespaces/yookassa-model-paymentmethod-b2b.md @@ -19,10 +19,10 @@ ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-paymentmethod.md b/docs/namespaces/yookassa-model-paymentmethod.md index c0af2470..e902303b 100644 --- a/docs/namespaces/yookassa-model-paymentmethod.md +++ b/docs/namespaces/yookassa-model-paymentmethod.md @@ -47,10 +47,10 @@ ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-payout.md b/docs/namespaces/yookassa-model-payout.md index f07f9474..9cff714c 100644 --- a/docs/namespaces/yookassa-model-payout.md +++ b/docs/namespaces/yookassa-model-payout.md @@ -33,10 +33,10 @@ ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-personaldata.md b/docs/namespaces/yookassa-model-personaldata.md index 4a5821b2..9dcfe956 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 - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-receipt.md b/docs/namespaces/yookassa-model-receipt.md index e8e3ec23..063ab001 100644 --- a/docs/namespaces/yookassa-model-receipt.md +++ b/docs/namespaces/yookassa-model-receipt.md @@ -31,10 +31,10 @@ ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-selfemployed.md b/docs/namespaces/yookassa-model-selfemployed.md index dcc43191..234a9656 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 - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-webhook.md b/docs/namespaces/yookassa-model-webhook.md index b0020c8c..8c78cdf7 100644 --- a/docs/namespaces/yookassa-model-webhook.md +++ b/docs/namespaces/yookassa-model-webhook.md @@ -21,10 +21,10 @@ ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model.md b/docs/namespaces/yookassa-model.md index 7e3c790e..643a6a5c 100644 --- a/docs/namespaces/yookassa-model.md +++ b/docs/namespaces/yookassa-model.md @@ -95,10 +95,10 @@ ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-deals.md b/docs/namespaces/yookassa-request-deals.md index 0b2d25fe..aa6b51b3 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 - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-payments-payment.md b/docs/namespaces/yookassa-request-payments-payment.md index ebc06873..c536e805 100644 --- a/docs/namespaces/yookassa-request-payments-payment.md +++ b/docs/namespaces/yookassa-request-payments-payment.md @@ -31,10 +31,10 @@ ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-payments.md b/docs/namespaces/yookassa-request-payments.md index b8d30d3c..7d827395 100644 --- a/docs/namespaces/yookassa-request-payments.md +++ b/docs/namespaces/yookassa-request-payments.md @@ -41,10 +41,10 @@ ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 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 59a3618c..8d126375 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 - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-payouts.md b/docs/namespaces/yookassa-request-payouts.md index c9f34b21..2b9c1a1d 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 - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-personaldata.md b/docs/namespaces/yookassa-request-personaldata.md index 238896cb..8a3fc172 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 - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-receipts.md b/docs/namespaces/yookassa-request-receipts.md index 204792cd..08abd4f2 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 - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-refunds.md b/docs/namespaces/yookassa-request-refunds.md index 650f83fe..e4d1252f 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 - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-selfemployed.md b/docs/namespaces/yookassa-request-selfemployed.md index e47c861e..23d3ddea 100644 --- a/docs/namespaces/yookassa-request-selfemployed.md +++ b/docs/namespaces/yookassa-request-selfemployed.md @@ -27,10 +27,10 @@ ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-webhook.md b/docs/namespaces/yookassa-request-webhook.md index 95eda0be..5c19bda3 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 - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request.md b/docs/namespaces/yookassa-request.md index fd20c3bd..a0ca86e9 100644 --- a/docs/namespaces/yookassa-request.md +++ b/docs/namespaces/yookassa-request.md @@ -26,10 +26,10 @@ ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa.md b/docs/namespaces/yookassa.md index a14cd758..97c6e5bb 100644 --- a/docs/namespaces/yookassa.md +++ b/docs/namespaces/yookassa.md @@ -29,10 +29,10 @@ ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/readme.md b/docs/readme.md index fc2fea7c..ce4a1fa7 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -48,10 +48,10 @@ ### Reports * [Errors - 0](reports/errors.md) * [Markers - 1](reports/markers.md) -* [Deprecated - 38](reports/deprecated.md) +* [Deprecated - 41](reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/reports/deprecated.md b/docs/reports/deprecated.md index 2731f6d4..72505e19 100644 --- a/docs/reports/deprecated.md +++ b/docs/reports/deprecated.md @@ -5,12 +5,14 @@ * [lib/Model/ConfirmationType.php](../../lib/Model/ConfirmationType.php) * [lib/Model/Payment.php](../../lib/Model/Payment.php) * [lib/Model/PaymentData/PaymentDataAlfabank.php](../../lib/Model/PaymentData/PaymentDataAlfabank.php) +* [lib/Model/PaymentData/PaymentDataInstallments.php](../../lib/Model/PaymentData/PaymentDataInstallments.php) * [lib/Model/PaymentData/PaymentDataQiwi.php](../../lib/Model/PaymentData/PaymentDataQiwi.php) * [lib/Model/PaymentData/PaymentDataWebmoney.php](../../lib/Model/PaymentData/PaymentDataWebmoney.php) * [lib/Model/PaymentData/PaymentDataWechat.php](../../lib/Model/PaymentData/PaymentDataWechat.php) * [lib/Model/PaymentMethod/PaymentMethodAlfaBank.php](../../lib/Model/PaymentMethod/PaymentMethodAlfaBank.php) * [lib/Model/PaymentMethod/PaymentMethodBankCard.php](../../lib/Model/PaymentMethod/PaymentMethodBankCard.php) * [lib/Model/PaymentMethod/PaymentMethodFactory.php](../../lib/Model/PaymentMethod/PaymentMethodFactory.php) +* [lib/Model/PaymentMethod/PaymentMethodInstallments.php](../../lib/Model/PaymentMethod/PaymentMethodInstallments.php) * [lib/Model/PaymentMethod/PaymentMethodPsb.php](../../lib/Model/PaymentMethod/PaymentMethodPsb.php) * [lib/Model/PaymentMethod/PaymentMethodQiwi.php](../../lib/Model/PaymentMethod/PaymentMethodQiwi.php) * [lib/Model/PaymentMethod/PaymentMethodUnknown.php](../../lib/Model/PaymentMethod/PaymentMethodUnknown.php) @@ -39,6 +41,11 @@ | Line | Element | Description | | ---- | ------- | ----------- | | 41 | \YooKassa\Model\PaymentData\PaymentDataAlfabank | Будет удален в следующих версиях | + +#### [lib/Model/PaymentData/PaymentDataInstallments.php](../../lib/Model/PaymentData/PaymentDataInstallments.php) +| Line | Element | Description | +| ---- | ------- | ----------- | +| 35 | \YooKassa\Model\PaymentData\PaymentDataInstallments | Будет удален в следующих версиях | #### [lib/Model/PaymentData/PaymentDataQiwi.php](../../lib/Model/PaymentData/PaymentDataQiwi.php) | Line | Element | Description | @@ -77,6 +84,11 @@ | Line | Element | Description | | ---- | ------- | ----------- | | 40 | \YooKassa\Model\PaymentMethod\PaymentMethodFactory::YANDEX_MONEY | Для поддержки старых платежей | + +#### [lib/Model/PaymentMethod/PaymentMethodInstallments.php](../../lib/Model/PaymentMethod/PaymentMethodInstallments.php) +| Line | Element | Description | +| ---- | ------- | ----------- | +| 37 | \YooKassa\Model\PaymentMethod\PaymentMethodInstallments | Будет удален в следующих версиях | #### [lib/Model/PaymentMethod/PaymentMethodPsb.php](../../lib/Model/PaymentMethod/PaymentMethodPsb.php) | Line | Element | Description | @@ -110,8 +122,9 @@ | 77 | \YooKassa\Model\PaymentMethodType::WEBMONEY | Будет удален в следующих версиях | | 82 | \YooKassa\Model\PaymentMethodType::ALFABANK | Будет удален в следующих версиях | | 91 | \YooKassa\Model\PaymentMethodType::PSB | Будет удален в следующих версиях | -| 98 | \YooKassa\Model\PaymentMethodType::WECHAT | Будет удален в следующих версиях | -| 107 | \YooKassa\Model\PaymentMethodType::UNKNOWN | Не используется для реальных платежей | +| 96 | \YooKassa\Model\PaymentMethodType::INSTALLMENTS | Будет удален в следующих версиях | +| 101 | \YooKassa\Model\PaymentMethodType::WECHAT | Будет удален в следующих версиях | +| 110 | \YooKassa\Model\PaymentMethodType::UNKNOWN | Не используется для реальных платежей | #### [lib/Model/Payout/PayoutCancellationDetailsPartyCode.php](../../lib/Model/Payout/PayoutCancellationDetailsPartyCode.php) | Line | Element | Description | @@ -153,10 +166,10 @@ ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/reports/errors.md b/docs/reports/errors.md index 0c05ddbf..270ba574 100644 --- a/docs/reports/errors.md +++ b/docs/reports/errors.md @@ -14,10 +14,10 @@ ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/reports/markers.md b/docs/reports/markers.md index 61177adb..67d56344 100644 --- a/docs/reports/markers.md +++ b/docs/reports/markers.md @@ -18,10 +18,10 @@ ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) -* [Deprecated - 38](../reports/deprecated.md) +* [Deprecated - 41](../reports/deprecated.md) --- -This document was automatically generated from source code comments on 2024-06-05 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-07-02 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/lib/Client.php b/lib/Client.php index fa7d5e0b..8185b20b 100644 --- a/lib/Client.php +++ b/lib/Client.php @@ -122,7 +122,7 @@ class Client extends BaseClient /** * Текущая версия библиотеки */ - const SDK_VERSION = '2.10.1'; + const SDK_VERSION = '2.11.0'; /** * Получить список платежей магазина diff --git a/lib/Model/PaymentData/PaymentDataFactory.php b/lib/Model/PaymentData/PaymentDataFactory.php index 5fe89424..d0c7dda8 100644 --- a/lib/Model/PaymentData/PaymentDataFactory.php +++ b/lib/Model/PaymentData/PaymentDataFactory.php @@ -44,7 +44,6 @@ class PaymentDataFactory PaymentMethodType::MOBILE_BALANCE => 'PaymentDataMobileBalance', PaymentMethodType::APPLE_PAY => 'PaymentDataApplePay', PaymentMethodType::GOOGLE_PAY => 'PaymentDataGooglePay', - PaymentMethodType::INSTALLMENTS => 'PaymentDataInstallments', PaymentMethodType::B2B_SBERBANK => 'PaymentDataB2bSberbank', PaymentMethodType::TINKOFF_BANK => 'PaymentDataTinkoffBank', PaymentMethodType::SBP => 'PaymentDataSbp', diff --git a/lib/Model/PaymentData/PaymentDataInstallments.php b/lib/Model/PaymentData/PaymentDataInstallments.php index b57821b0..43ba0dfd 100644 --- a/lib/Model/PaymentData/PaymentDataInstallments.php +++ b/lib/Model/PaymentData/PaymentDataInstallments.php @@ -30,6 +30,7 @@ use YooKassa\Model\PaymentMethodType; /** * Данные для проведения оплаты по частям + * @deprecated Будет удален в следующих версиях */ class PaymentDataInstallments extends AbstractPaymentData { diff --git a/lib/Model/PaymentMethod/PaymentMethodInstallments.php b/lib/Model/PaymentMethod/PaymentMethodInstallments.php index eaab8442..99b35054 100644 --- a/lib/Model/PaymentMethod/PaymentMethodInstallments.php +++ b/lib/Model/PaymentMethod/PaymentMethodInstallments.php @@ -32,6 +32,7 @@ use YooKassa\Model\PaymentMethodType; * Класс, описывающий метод оплаты при оплате по частям * * @property string $type Тип объекта + * @deprecated Будет удален в следующих версиях */ class PaymentMethodInstallments extends AbstractPaymentMethod { diff --git a/lib/Model/PaymentMethodType.php b/lib/Model/PaymentMethodType.php index 37290d41..853b4dc4 100644 --- a/lib/Model/PaymentMethodType.php +++ b/lib/Model/PaymentMethodType.php @@ -89,7 +89,10 @@ class PaymentMethodType extends AbstractEnum * @deprecated Будет удален в следующих версиях */ const PSB = 'psb'; - /** Заплатить по частям */ + /** + * Заплатить по частям + * @deprecated Будет удален в следующих версиях + */ const INSTALLMENTS = 'installments'; /** * Оплата через WeChat @@ -118,7 +121,7 @@ class PaymentMethodType extends AbstractEnum self::WEBMONEY => false, self::ALFABANK => false, self::TINKOFF_BANK => true, - self::INSTALLMENTS => true, + self::INSTALLMENTS => false, self::B2B_SBERBANK => true, self::PSB => false, self::WECHAT => false, diff --git a/phpdoc.xml b/phpdoc.xml index 25e5ee03..9974c9d0 100644 --- a/phpdoc.xml +++ b/phpdoc.xml @@ -9,7 +9,7 @@ .phpdoc - + latest diff --git a/tests/Model/PaymentData/PaymentDataFactoryTest.php b/tests/Model/PaymentData/PaymentDataFactoryTest.php index cf44e3e8..8d86824e 100644 --- a/tests/Model/PaymentData/PaymentDataFactoryTest.php +++ b/tests/Model/PaymentData/PaymentDataFactoryTest.php @@ -147,11 +147,6 @@ class PaymentDataFactoryTest extends TestCase 'type' => PaymentMethodType::YOO_MONEY, ), ), - array( - array( - 'type' => PaymentMethodType::INSTALLMENTS, - ), - ), array( array( 'type' => PaymentMethodType::TINKOFF_BANK, @@ -180,6 +175,11 @@ class PaymentDataFactoryTest extends TestCase 'login' => Random::str(10, 20), ), ), + array( + array( + 'type' => PaymentMethodType::INSTALLMENTS, + ), + ), array( array( 'type' => PaymentMethodType::UNKNOWN,