diff --git a/CHANGELOG.md b/CHANGELOG.md index d7b8c32d..6ee3796c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### v3.8.0 от 17.01.2025 +* Добавлена поддержка НДС 5% и 7% +* Обновлен Copyright + ### v3.7.4 от 16.12.2024 * Исправлены deprecated для PHP 8.4 diff --git a/composer.json b/composer.json index 67c66550..07ba4b74 100644 --- a/composer.json +++ b/composer.json @@ -13,9 +13,9 @@ ], "dist": { "type": "zip", - "url": "https://git.yoomoney.ru/rest/api/latest/projects/SDK/repos/yookassa-sdk-php/archive?at=refs%2Ftags%2F3.7.4&format=zip" + "url": "https://git.yoomoney.ru/rest/api/latest/projects/SDK/repos/yookassa-sdk-php/archive?at=refs%2Ftags%2F3.8.0&format=zip" }, - "version": "3.7.4", + "version": "3.8.0", "require": { "php": ">=8.0", "ext-curl": "*", diff --git a/docs/classes/YooKassa-Client-ApiClientInterface.md b/docs/classes/YooKassa-Client-ApiClientInterface.md index 5c6c203f..ebf024da 100644 --- a/docs/classes/YooKassa-Client-ApiClientInterface.md +++ b/docs/classes/YooKassa-Client-ApiClientInterface.md @@ -227,6 +227,6 @@ public setAdvancedCurlOptions() : void --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Client-BaseClient.md b/docs/classes/YooKassa-Client-BaseClient.md index edaed088..2fb04389 100644 --- a/docs/classes/YooKassa-Client-BaseClient.md +++ b/docs/classes/YooKassa-Client-BaseClient.md @@ -735,6 +735,6 @@ protected handleError(\YooKassa\Common\ResponseObject $response) : void --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Client-CurlClient.md b/docs/classes/YooKassa-Client-CurlClient.md index 74f74998..9b3ea533 100644 --- a/docs/classes/YooKassa-Client-CurlClient.md +++ b/docs/classes/YooKassa-Client-CurlClient.md @@ -514,6 +514,6 @@ public setTimeout(int $timeout) : void --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Client-UserAgent.md b/docs/classes/YooKassa-Client-UserAgent.md index 67cccee6..55a6e32d 100644 --- a/docs/classes/YooKassa-Client-UserAgent.md +++ b/docs/classes/YooKassa-Client-UserAgent.md @@ -329,6 +329,6 @@ public setModule(string $name, string $version) : void --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Client.md b/docs/classes/YooKassa-Client.md index 22cc3a4d..e95399bf 100644 --- a/docs/classes/YooKassa-Client.md +++ b/docs/classes/YooKassa-Client.md @@ -284,7 +284,7 @@ DEFAULT_ATTEMPTS_COUNT = 3 Текущая версия библиотеки. ```php -SDK_VERSION = '3.7.4' +SDK_VERSION = '3.8.0' ``` @@ -2733,6 +2733,6 @@ protected handleError(\YooKassa\Common\ResponseObject $response) : void --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-AbstractEnum.md b/docs/classes/YooKassa-Common-AbstractEnum.md index 68aba406..d37e665b 100644 --- a/docs/classes/YooKassa-Common-AbstractEnum.md +++ b/docs/classes/YooKassa-Common-AbstractEnum.md @@ -131,6 +131,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-AbstractObject.md b/docs/classes/YooKassa-Common-AbstractObject.md index b6e671d1..0219689c 100644 --- a/docs/classes/YooKassa-Common-AbstractObject.md +++ b/docs/classes/YooKassa-Common-AbstractObject.md @@ -379,6 +379,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-AbstractRequest.md b/docs/classes/YooKassa-Common-AbstractRequest.md index 647bcc19..488ec6c4 100644 --- a/docs/classes/YooKassa-Common-AbstractRequest.md +++ b/docs/classes/YooKassa-Common-AbstractRequest.md @@ -456,6 +456,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-AbstractRequestBuilder.md b/docs/classes/YooKassa-Common-AbstractRequestBuilder.md index 56c5b170..9bfd7d1c 100644 --- a/docs/classes/YooKassa-Common-AbstractRequestBuilder.md +++ b/docs/classes/YooKassa-Common-AbstractRequestBuilder.md @@ -164,6 +164,6 @@ Abstract protected initCurrentObject() : \YooKassa\Common\AbstractRequestInterfa --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-AbstractRequestInterface.md b/docs/classes/YooKassa-Common-AbstractRequestInterface.md index c5cbcf13..421ea4e9 100644 --- a/docs/classes/YooKassa-Common-AbstractRequestInterface.md +++ b/docs/classes/YooKassa-Common-AbstractRequestInterface.md @@ -103,6 +103,6 @@ public getLastValidationError() : string|null --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 21992bbf..aef3ae0c 100644 --- a/docs/classes/YooKassa-Common-Exceptions-ApiConnectionException.md +++ b/docs/classes/YooKassa-Common-Exceptions-ApiConnectionException.md @@ -221,6 +221,6 @@ protected parseErrorResponse(mixed $responseBody) : string --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 5bcf4f74..09fb3dac 100644 --- a/docs/classes/YooKassa-Common-Exceptions-ApiException.md +++ b/docs/classes/YooKassa-Common-Exceptions-ApiException.md @@ -216,6 +216,6 @@ protected parseErrorResponse(mixed $responseBody) : string --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 a6070c95..8b862334 100644 --- a/docs/classes/YooKassa-Common-Exceptions-AuthorizeException.md +++ b/docs/classes/YooKassa-Common-Exceptions-AuthorizeException.md @@ -221,6 +221,6 @@ protected parseErrorResponse(mixed $responseBody) : string --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 0fd6f6d5..8086a729 100644 --- a/docs/classes/YooKassa-Common-Exceptions-BadApiRequestException.md +++ b/docs/classes/YooKassa-Common-Exceptions-BadApiRequestException.md @@ -231,6 +231,6 @@ protected parseErrorResponse(mixed $responseBody) : string --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 cd15c73b..343a32a7 100644 --- a/docs/classes/YooKassa-Common-Exceptions-EmptyPropertyValueException.md +++ b/docs/classes/YooKassa-Common-Exceptions-EmptyPropertyValueException.md @@ -79,6 +79,6 @@ public getProperty() : string --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 f732bee9..c259d015 100644 --- a/docs/classes/YooKassa-Common-Exceptions-ExtensionNotFoundException.md +++ b/docs/classes/YooKassa-Common-Exceptions-ExtensionNotFoundException.md @@ -67,6 +67,6 @@ Constructor. --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 05c44662..eeb8f8ab 100644 --- a/docs/classes/YooKassa-Common-Exceptions-ForbiddenException.md +++ b/docs/classes/YooKassa-Common-Exceptions-ForbiddenException.md @@ -231,6 +231,6 @@ protected parseErrorResponse(mixed $responseBody) : string --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 3ab38793..734957e8 100644 --- a/docs/classes/YooKassa-Common-Exceptions-InternalServerError.md +++ b/docs/classes/YooKassa-Common-Exceptions-InternalServerError.md @@ -234,6 +234,6 @@ protected parseErrorResponse(mixed $responseBody) : string --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 07125489..a080907f 100644 --- a/docs/classes/YooKassa-Common-Exceptions-InvalidPropertyException.md +++ b/docs/classes/YooKassa-Common-Exceptions-InvalidPropertyException.md @@ -78,6 +78,6 @@ public getProperty() : string --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 6aadeb9c..1e19c523 100644 --- a/docs/classes/YooKassa-Common-Exceptions-InvalidPropertyValueException.md +++ b/docs/classes/YooKassa-Common-Exceptions-InvalidPropertyValueException.md @@ -94,6 +94,6 @@ public getValue() : mixed --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 bff33f68..c9b2c31e 100644 --- a/docs/classes/YooKassa-Common-Exceptions-InvalidPropertyValueTypeException.md +++ b/docs/classes/YooKassa-Common-Exceptions-InvalidPropertyValueTypeException.md @@ -94,6 +94,6 @@ public getType() : string --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 da6528eb..f2f03690 100644 --- a/docs/classes/YooKassa-Common-Exceptions-InvalidRequestException.md +++ b/docs/classes/YooKassa-Common-Exceptions-InvalidRequestException.md @@ -78,6 +78,6 @@ public getRequestObject() : ?\YooKassa\Common\AbstractRequestInterface --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 e45beebc..3fd2e578 100644 --- a/docs/classes/YooKassa-Common-Exceptions-JsonException.md +++ b/docs/classes/YooKassa-Common-Exceptions-JsonException.md @@ -77,6 +77,6 @@ public __construct(mixed $message = '', mixed $code, mixed $previous = --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 eff5ae6e..d0bdbec5 100644 --- a/docs/classes/YooKassa-Common-Exceptions-NotFoundException.md +++ b/docs/classes/YooKassa-Common-Exceptions-NotFoundException.md @@ -231,6 +231,6 @@ protected parseErrorResponse(mixed $responseBody) : string --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 f1848441..947c9bc2 100644 --- a/docs/classes/YooKassa-Common-Exceptions-ResponseProcessingException.md +++ b/docs/classes/YooKassa-Common-Exceptions-ResponseProcessingException.md @@ -231,6 +231,6 @@ protected parseErrorResponse(mixed $responseBody) : string --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 dc5fc905..52a98aeb 100644 --- a/docs/classes/YooKassa-Common-Exceptions-TooManyRequestsException.md +++ b/docs/classes/YooKassa-Common-Exceptions-TooManyRequestsException.md @@ -231,6 +231,6 @@ protected parseErrorResponse(mixed $responseBody) : string --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 4d4e0a5a..2a0cd2af 100644 --- a/docs/classes/YooKassa-Common-Exceptions-UnauthorizedException.md +++ b/docs/classes/YooKassa-Common-Exceptions-UnauthorizedException.md @@ -234,6 +234,6 @@ protected parseErrorResponse(mixed $responseBody) : string --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-HttpVerb.md b/docs/classes/YooKassa-Common-HttpVerb.md index 878f3ab2..7f2cd816 100644 --- a/docs/classes/YooKassa-Common-HttpVerb.md +++ b/docs/classes/YooKassa-Common-HttpVerb.md @@ -206,6 +206,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-ListObject.md b/docs/classes/YooKassa-Common-ListObject.md index 133a4d4b..b644c26d 100644 --- a/docs/classes/YooKassa-Common-ListObject.md +++ b/docs/classes/YooKassa-Common-ListObject.md @@ -477,6 +477,6 @@ public toArray() : array --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-ListObjectInterface.md b/docs/classes/YooKassa-Common-ListObjectInterface.md index 7db92db2..38d4f0f1 100644 --- a/docs/classes/YooKassa-Common-ListObjectInterface.md +++ b/docs/classes/YooKassa-Common-ListObjectInterface.md @@ -219,6 +219,6 @@ public toArray() : array --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-LoggerWrapper.md b/docs/classes/YooKassa-Common-LoggerWrapper.md index d3f9eac5..00821090 100644 --- a/docs/classes/YooKassa-Common-LoggerWrapper.md +++ b/docs/classes/YooKassa-Common-LoggerWrapper.md @@ -316,6 +316,6 @@ that are not necessarily wrong. --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-ResponseObject.md b/docs/classes/YooKassa-Common-ResponseObject.md index c985013a..26c9ccd9 100644 --- a/docs/classes/YooKassa-Common-ResponseObject.md +++ b/docs/classes/YooKassa-Common-ResponseObject.md @@ -175,6 +175,6 @@ public getHeaders() : array --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 898673ec..d2501b70 100644 --- a/docs/classes/YooKassa-Helpers-Config-ConfigurationLoader.md +++ b/docs/classes/YooKassa-Helpers-Config-ConfigurationLoader.md @@ -95,6 +95,6 @@ public load(mixed $filePath = null) : self --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 8f5b9d63..69644fef 100644 --- a/docs/classes/YooKassa-Helpers-Config-ConfigurationLoaderInterface.md +++ b/docs/classes/YooKassa-Helpers-Config-ConfigurationLoaderInterface.md @@ -77,6 +77,6 @@ public load() : \YooKassa\Helpers\Config\ConfigurationLoaderInterface --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Helpers-ProductCode.md b/docs/classes/YooKassa-Helpers-ProductCode.md index fe8ddd1a..d15d008e 100644 --- a/docs/classes/YooKassa-Helpers-ProductCode.md +++ b/docs/classes/YooKassa-Helpers-ProductCode.md @@ -646,6 +646,6 @@ public validate() : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Helpers-Random.md b/docs/classes/YooKassa-Helpers-Random.md index a46c6f97..c3522eae 100644 --- a/docs/classes/YooKassa-Helpers-Random.md +++ b/docs/classes/YooKassa-Helpers-Random.md @@ -216,6 +216,6 @@ Static public value(array $values) : mixed --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Helpers-RawHeadersParser.md b/docs/classes/YooKassa-Helpers-RawHeadersParser.md index 6c12dcc0..e8e29abe 100644 --- a/docs/classes/YooKassa-Helpers-RawHeadersParser.md +++ b/docs/classes/YooKassa-Helpers-RawHeadersParser.md @@ -74,6 +74,6 @@ Static public parse(mixed $rawHeaders) : mixed --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Helpers-SecurityHelper.md b/docs/classes/YooKassa-Helpers-SecurityHelper.md index 55d2648d..7f53efa4 100644 --- a/docs/classes/YooKassa-Helpers-SecurityHelper.md +++ b/docs/classes/YooKassa-Helpers-SecurityHelper.md @@ -83,6 +83,6 @@ public isIPTrusted(mixed $ip) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Helpers-StringObject.md b/docs/classes/YooKassa-Helpers-StringObject.md index 8698bcfc..203c3651 100644 --- a/docs/classes/YooKassa-Helpers-StringObject.md +++ b/docs/classes/YooKassa-Helpers-StringObject.md @@ -96,6 +96,6 @@ public __toString() : string --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Helpers-TypeCast.md b/docs/classes/YooKassa-Helpers-TypeCast.md index 2ab1dd35..b33cf998 100644 --- a/docs/classes/YooKassa-Helpers-TypeCast.md +++ b/docs/classes/YooKassa-Helpers-TypeCast.md @@ -170,6 +170,6 @@ Static public castToDateTime(\DateTime|int|string $value) : null|\DateTime --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Helpers-UUID.md b/docs/classes/YooKassa-Helpers-UUID.md index 9bda4a54..c925094e 100644 --- a/docs/classes/YooKassa-Helpers-UUID.md +++ b/docs/classes/YooKassa-Helpers-UUID.md @@ -69,6 +69,6 @@ Static public v4() : string --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-AmountInterface.md b/docs/classes/YooKassa-Model-AmountInterface.md index 9ec74eb2..fef27c60 100644 --- a/docs/classes/YooKassa-Model-AmountInterface.md +++ b/docs/classes/YooKassa-Model-AmountInterface.md @@ -165,6 +165,6 @@ public toArray() : array --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-CancellationDetailsInterface.md b/docs/classes/YooKassa-Model-CancellationDetailsInterface.md index fa833455..352b74d8 100644 --- a/docs/classes/YooKassa-Model-CancellationDetailsInterface.md +++ b/docs/classes/YooKassa-Model-CancellationDetailsInterface.md @@ -83,6 +83,6 @@ public getReason() : string --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-CurrencyCode.md b/docs/classes/YooKassa-Model-CurrencyCode.md index 00b8d461..fc250734 100644 --- a/docs/classes/YooKassa-Model-CurrencyCode.md +++ b/docs/classes/YooKassa-Model-CurrencyCode.md @@ -265,6 +265,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Deal-AbstractBaseDeal.md b/docs/classes/YooKassa-Model-Deal-AbstractBaseDeal.md index 826033a7..76d63650 100644 --- a/docs/classes/YooKassa-Model-Deal-AbstractBaseDeal.md +++ b/docs/classes/YooKassa-Model-Deal-AbstractBaseDeal.md @@ -452,6 +452,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 4cd9592f..50b6d204 100644 --- a/docs/classes/YooKassa-Model-Deal-CaptureDealData.md +++ b/docs/classes/YooKassa-Model-Deal-CaptureDealData.md @@ -436,6 +436,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 45b4b253..2dcff440 100644 --- a/docs/classes/YooKassa-Model-Deal-DealBalanceAmount.md +++ b/docs/classes/YooKassa-Model-Deal-DealBalanceAmount.md @@ -514,6 +514,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Deal-DealInterface.md b/docs/classes/YooKassa-Model-Deal-DealInterface.md index 0854781c..c5c69df7 100644 --- a/docs/classes/YooKassa-Model-Deal-DealInterface.md +++ b/docs/classes/YooKassa-Model-Deal-DealInterface.md @@ -262,6 +262,6 @@ public getTest() : bool|null --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 6acee2ab..ea9fff64 100644 --- a/docs/classes/YooKassa-Model-Deal-DealStatus.md +++ b/docs/classes/YooKassa-Model-Deal-DealStatus.md @@ -168,6 +168,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 a67f75eb..90b9b4b1 100644 --- a/docs/classes/YooKassa-Model-Deal-DealType.md +++ b/docs/classes/YooKassa-Model-Deal-DealType.md @@ -156,6 +156,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 371afdd5..3ed7c04a 100644 --- a/docs/classes/YooKassa-Model-Deal-FeeMoment.md +++ b/docs/classes/YooKassa-Model-Deal-FeeMoment.md @@ -163,6 +163,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 17f15f81..590ccc64 100644 --- a/docs/classes/YooKassa-Model-Deal-PaymentDealInfo.md +++ b/docs/classes/YooKassa-Model-Deal-PaymentDealInfo.md @@ -510,6 +510,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 c96231a1..3b5ad2f8 100644 --- a/docs/classes/YooKassa-Model-Deal-PayoutDealInfo.md +++ b/docs/classes/YooKassa-Model-Deal-PayoutDealInfo.md @@ -459,6 +459,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 619d8cf7..926e3c88 100644 --- a/docs/classes/YooKassa-Model-Deal-RefundDealData.md +++ b/docs/classes/YooKassa-Model-Deal-RefundDealData.md @@ -452,6 +452,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 c9e459ab..1e6f7103 100644 --- a/docs/classes/YooKassa-Model-Deal-RefundDealInfo.md +++ b/docs/classes/YooKassa-Model-Deal-RefundDealInfo.md @@ -506,6 +506,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Deal-SafeDeal.md b/docs/classes/YooKassa-Model-Deal-SafeDeal.md index efe195a4..1fc84e96 100644 --- a/docs/classes/YooKassa-Model-Deal-SafeDeal.md +++ b/docs/classes/YooKassa-Model-Deal-SafeDeal.md @@ -1204,6 +1204,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 11165f63..cfd39e08 100644 --- a/docs/classes/YooKassa-Model-Deal-SettlementPayoutPayment.md +++ b/docs/classes/YooKassa-Model-Deal-SettlementPayoutPayment.md @@ -495,6 +495,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 f15249f4..25965adf 100644 --- a/docs/classes/YooKassa-Model-Deal-SettlementPayoutPaymentType.md +++ b/docs/classes/YooKassa-Model-Deal-SettlementPayoutPaymentType.md @@ -156,6 +156,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 d306a2e0..1967f045 100644 --- a/docs/classes/YooKassa-Model-Deal-SettlementPayoutRefund.md +++ b/docs/classes/YooKassa-Model-Deal-SettlementPayoutRefund.md @@ -499,6 +499,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-AbstractDeliveryMethod.md b/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-AbstractDeliveryMethod.md index 39ac0402..e51813d4 100644 --- a/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-AbstractDeliveryMethod.md +++ b/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-AbstractDeliveryMethod.md @@ -449,6 +449,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodFactory.md b/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodFactory.md index ecbbda2f..e1dd1137 100644 --- a/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodFactory.md +++ b/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodFactory.md @@ -102,6 +102,6 @@ public factoryFromArray(array $data, null|string $type = null) : \YooKassa\Model --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodSelf.md b/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodSelf.md index 6b42426f..5003559d 100644 --- a/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodSelf.md +++ b/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodSelf.md @@ -526,6 +526,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodType.md b/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodType.md index 535dd63d..27b83fbe 100644 --- a/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodType.md +++ b/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodType.md @@ -172,6 +172,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodUnknown.md b/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodUnknown.md index 06d55536..1c4e6757 100644 --- a/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodUnknown.md +++ b/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodUnknown.md @@ -448,6 +448,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Invoice-Invoice.md b/docs/classes/YooKassa-Model-Invoice-Invoice.md index 4e58bec0..de06bf50 100644 --- a/docs/classes/YooKassa-Model-Invoice-Invoice.md +++ b/docs/classes/YooKassa-Model-Invoice-Invoice.md @@ -1141,6 +1141,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Invoice-InvoiceCancellationDetails.md b/docs/classes/YooKassa-Model-Invoice-InvoiceCancellationDetails.md index ed58262f..fedcbe54 100644 --- a/docs/classes/YooKassa-Model-Invoice-InvoiceCancellationDetails.md +++ b/docs/classes/YooKassa-Model-Invoice-InvoiceCancellationDetails.md @@ -493,6 +493,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Invoice-InvoiceCancellationDetailsPartyCode.md b/docs/classes/YooKassa-Model-Invoice-InvoiceCancellationDetailsPartyCode.md index 13ee32a1..c40328f8 100644 --- a/docs/classes/YooKassa-Model-Invoice-InvoiceCancellationDetailsPartyCode.md +++ b/docs/classes/YooKassa-Model-Invoice-InvoiceCancellationDetailsPartyCode.md @@ -156,6 +156,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Invoice-InvoiceCancellationDetailsReasonCode.md b/docs/classes/YooKassa-Model-Invoice-InvoiceCancellationDetailsReasonCode.md index d202ce34..490cde23 100644 --- a/docs/classes/YooKassa-Model-Invoice-InvoiceCancellationDetailsReasonCode.md +++ b/docs/classes/YooKassa-Model-Invoice-InvoiceCancellationDetailsReasonCode.md @@ -186,6 +186,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Invoice-InvoiceInterface.md b/docs/classes/YooKassa-Model-Invoice-InvoiceInterface.md index bd4deae4..d2a17db0 100644 --- a/docs/classes/YooKassa-Model-Invoice-InvoiceInterface.md +++ b/docs/classes/YooKassa-Model-Invoice-InvoiceInterface.md @@ -506,6 +506,6 @@ public setMetadata(string|array|null $metadata = null) : self --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Invoice-InvoiceStatus.md b/docs/classes/YooKassa-Model-Invoice-InvoiceStatus.md index da8a335a..a14770a9 100644 --- a/docs/classes/YooKassa-Model-Invoice-InvoiceStatus.md +++ b/docs/classes/YooKassa-Model-Invoice-InvoiceStatus.md @@ -182,6 +182,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Invoice-LineItem.md b/docs/classes/YooKassa-Model-Invoice-LineItem.md index 2583cc94..32c9627e 100644 --- a/docs/classes/YooKassa-Model-Invoice-LineItem.md +++ b/docs/classes/YooKassa-Model-Invoice-LineItem.md @@ -634,6 +634,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Invoice-PaymentDetails.md b/docs/classes/YooKassa-Model-Invoice-PaymentDetails.md index 929f4c88..b94a5226 100644 --- a/docs/classes/YooKassa-Model-Invoice-PaymentDetails.md +++ b/docs/classes/YooKassa-Model-Invoice-PaymentDetails.md @@ -494,6 +494,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Metadata.md b/docs/classes/YooKassa-Model-Metadata.md index 83b0978d..a165cffe 100644 --- a/docs/classes/YooKassa-Model-Metadata.md +++ b/docs/classes/YooKassa-Model-Metadata.md @@ -407,6 +407,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-MonetaryAmount.md b/docs/classes/YooKassa-Model-MonetaryAmount.md index a5854ceb..12770647 100644 --- a/docs/classes/YooKassa-Model-MonetaryAmount.md +++ b/docs/classes/YooKassa-Model-MonetaryAmount.md @@ -575,6 +575,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 024012c6..956a9244 100644 --- a/docs/classes/YooKassa-Model-Notification-AbstractNotification.md +++ b/docs/classes/YooKassa-Model-Notification-AbstractNotification.md @@ -623,6 +623,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 c5ae0b14..10595db4 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationCanceled.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationCanceled.md @@ -673,6 +673,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 d43f40cb..9b006377 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationDealClosed.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationDealClosed.md @@ -673,6 +673,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Notification-NotificationEventType.md b/docs/classes/YooKassa-Model-Notification-NotificationEventType.md index a0b0e72c..1b2df8ed 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationEventType.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationEventType.md @@ -203,6 +203,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 ae150bc8..bc490a0d 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationFactory.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationFactory.md @@ -142,6 +142,6 @@ public factory(array $data) : \YooKassa\Model\Notification\AbstractNotification --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 528b8fbe..bc08882a 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationInterface.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationInterface.md @@ -104,6 +104,6 @@ public getObject() : \YooKassa\Model\Payment\PaymentInterface|\YooKassa\Model\Re --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 cde265af..9117c060 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationPayoutCanceled.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationPayoutCanceled.md @@ -673,6 +673,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 2cf32a1d..ff9c9f1f 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationPayoutSucceeded.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationPayoutSucceeded.md @@ -673,6 +673,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 0b87c1cc..24783dbf 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationRefundSucceeded.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationRefundSucceeded.md @@ -673,6 +673,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 cc4efa72..a9580505 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationSucceeded.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationSucceeded.md @@ -673,6 +673,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Notification-NotificationType.md b/docs/classes/YooKassa-Model-Notification-NotificationType.md index 67761644..fa984715 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationType.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationType.md @@ -134,6 +134,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 fd33e612..e15ddb51 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationWaitingForCapture.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationWaitingForCapture.md @@ -675,6 +675,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-AuthorizationDetails.md b/docs/classes/YooKassa-Model-Payment-AuthorizationDetails.md index d41f5347..1a57c198 100644 --- a/docs/classes/YooKassa-Model-Payment-AuthorizationDetails.md +++ b/docs/classes/YooKassa-Model-Payment-AuthorizationDetails.md @@ -577,6 +577,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-AuthorizationDetailsInterface.md b/docs/classes/YooKassa-Model-Payment-AuthorizationDetailsInterface.md index 7b3c927f..3a1722b7 100644 --- a/docs/classes/YooKassa-Model-Payment-AuthorizationDetailsInterface.md +++ b/docs/classes/YooKassa-Model-Payment-AuthorizationDetailsInterface.md @@ -104,6 +104,6 @@ public getThreeDSecure() : null|\YooKassa\Model\Payment\ThreeDSecure --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-CancellationDetails.md b/docs/classes/YooKassa-Model-Payment-CancellationDetails.md index a6667de4..4843a8e1 100644 --- a/docs/classes/YooKassa-Model-Payment-CancellationDetails.md +++ b/docs/classes/YooKassa-Model-Payment-CancellationDetails.md @@ -495,6 +495,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-CancellationDetailsPartyCode.md b/docs/classes/YooKassa-Model-Payment-CancellationDetailsPartyCode.md index 52473281..06a829f8 100644 --- a/docs/classes/YooKassa-Model-Payment-CancellationDetailsPartyCode.md +++ b/docs/classes/YooKassa-Model-Payment-CancellationDetailsPartyCode.md @@ -176,6 +176,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-CancellationDetailsReasonCode.md b/docs/classes/YooKassa-Model-Payment-CancellationDetailsReasonCode.md index 746acc89..10a02422 100644 --- a/docs/classes/YooKassa-Model-Payment-CancellationDetailsReasonCode.md +++ b/docs/classes/YooKassa-Model-Payment-CancellationDetailsReasonCode.md @@ -353,6 +353,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-Confirmation-AbstractConfirmation.md b/docs/classes/YooKassa-Model-Payment-Confirmation-AbstractConfirmation.md index d3ed2d0f..e17c7595 100644 --- a/docs/classes/YooKassa-Model-Payment-Confirmation-AbstractConfirmation.md +++ b/docs/classes/YooKassa-Model-Payment-Confirmation-AbstractConfirmation.md @@ -507,6 +507,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationCodeVerification.md b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationCodeVerification.md index c4c1e768..1e6b29de 100644 --- a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationCodeVerification.md +++ b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationCodeVerification.md @@ -502,6 +502,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationEmbedded.md b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationEmbedded.md index cffc4ca6..287c1882 100644 --- a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationEmbedded.md +++ b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationEmbedded.md @@ -574,6 +574,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationExternal.md b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationExternal.md index cd046b89..124445b5 100644 --- a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationExternal.md +++ b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationExternal.md @@ -519,6 +519,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationFactory.md b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationFactory.md index 1d8d083a..2479532c 100644 --- a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationFactory.md +++ b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationFactory.md @@ -99,6 +99,6 @@ public factoryFromArray(array $data, null|string $type = null) : \YooKassa\Model --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationMobileApplication.md b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationMobileApplication.md index f2e12820..3a124668 100644 --- a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationMobileApplication.md +++ b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationMobileApplication.md @@ -573,6 +573,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationQr.md b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationQr.md index 382358ec..8764b6ad 100644 --- a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationQr.md +++ b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationQr.md @@ -573,6 +573,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationRedirect.md b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationRedirect.md index 9083d818..1f119403 100644 --- a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationRedirect.md +++ b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationRedirect.md @@ -696,6 +696,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-ConfirmationType.md b/docs/classes/YooKassa-Model-Payment-ConfirmationType.md index 81789196..c1e642fb 100644 --- a/docs/classes/YooKassa-Model-Payment-ConfirmationType.md +++ b/docs/classes/YooKassa-Model-Payment-ConfirmationType.md @@ -206,6 +206,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-Payment.md b/docs/classes/YooKassa-Model-Payment-Payment.md index a2a19562..2c92decf 100644 --- a/docs/classes/YooKassa-Model-Payment-Payment.md +++ b/docs/classes/YooKassa-Model-Payment-Payment.md @@ -1997,6 +1997,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentInterface.md b/docs/classes/YooKassa-Model-Payment-PaymentInterface.md index 30c1e170..37a5460f 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentInterface.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentInterface.md @@ -483,6 +483,6 @@ public getInvoiceDetails() : \YooKassa\Model\Payment\PaymentInvoiceDetails|null --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentInvoiceDetails.md b/docs/classes/YooKassa-Model-Payment-PaymentInvoiceDetails.md index f5dffab4..5dff6cce 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentInvoiceDetails.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentInvoiceDetails.md @@ -439,6 +439,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md index b088b496..0cf7ad4a 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md @@ -668,6 +668,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-AbstractVatData.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-AbstractVatData.md index e5adb540..bbba3d10 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-AbstractVatData.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-AbstractVatData.md @@ -449,6 +449,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-CalculatedVatData.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-CalculatedVatData.md index 81b29267..47d36e0b 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-CalculatedVatData.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-CalculatedVatData.md @@ -20,7 +20,7 @@ | Visibility | Name | Flag | Summary | | ----------:| ---- | ---- | ------- | | public | [$amount](../classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-CalculatedVatData.md#property_amount) | | Сумма НДС | -| public | [$rate](../classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-CalculatedVatData.md#property_rate) | | Налоговая ставка (в процентах). Возможные значения: ~`7`, ~`10`, ~`18` и ~`20`. | +| public | [$rate](../classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-CalculatedVatData.md#property_rate) | | Налоговая ставка (в процентах). Возможные значения: ~`5`, ~`7`, ~`10`, ~`18` и ~`20`. | | public | [$type](../classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-AbstractVatData.md#property_type) | | Способ расчёта НДС | | protected | [$_type](../classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-AbstractVatData.md#property__type) | | | @@ -88,7 +88,7 @@ --- ***Description*** -Налоговая ставка (в процентах). Возможные значения: ~`7`, ~`10`, ~`18` и ~`20`. +Налоговая ставка (в процентах). Возможные значения: ~`5`, ~`7`, ~`10`, ~`18` и ~`20`. **Type:** string @@ -555,6 +555,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-MixedVatData.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-MixedVatData.md index 943404ee..736bd3da 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-MixedVatData.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-MixedVatData.md @@ -501,6 +501,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-PayerBankDetails.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-PayerBankDetails.md index d0544d76..7d8e1347 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-PayerBankDetails.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-PayerBankDetails.md @@ -938,6 +938,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-PayerBankDetailsInterface.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-PayerBankDetailsInterface.md index a6ff1135..48a9d6b5 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-PayerBankDetailsInterface.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-PayerBankDetailsInterface.md @@ -220,6 +220,6 @@ public getAccount() : string|null --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-UntaxedVatData.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-UntaxedVatData.md index ea308247..30b408d5 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-UntaxedVatData.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-UntaxedVatData.md @@ -447,6 +447,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataFactory.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataFactory.md index 410796d4..e6ae988f 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataFactory.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataFactory.md @@ -103,6 +103,6 @@ public factoryFromArray(array|null $data = [], string|null $type = null) : \YooK --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataInterface.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataInterface.md index cf8fb428..4fd50cc9 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataInterface.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataInterface.md @@ -106,6 +106,6 @@ public getAmount() : \YooKassa\Model\AmountInterface|null --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataRate.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataRate.md index 2d99fdb7..96191d50 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataRate.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataRate.md @@ -12,6 +12,7 @@ Налоговая ставка НДС. Возможные значения: +- 5 - 5% - 7 - 7% - 10 - 10% - 18 - 18% @@ -21,6 +22,7 @@ ### Constants | Visibility | Name | Flag | Summary | | ----------:| ---- | ---- | ------- | +| public | [RATE_5](../classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataRate.md#constant_RATE_5) | | 5% | | public | [RATE_7](../classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataRate.md#constant_RATE_7) | | 7% | | public | [RATE_10](../classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataRate.md#constant_RATE_10) | | 10% | | public | [RATE_18](../classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataRate.md#constant_RATE_18) | | 18% | @@ -60,6 +62,15 @@ --- ## Constants + +###### RATE_5 +5% + +```php +RATE_5 = '5' +``` + + ###### RATE_7 7% @@ -182,6 +193,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataType.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataType.md index e10b2455..91327bb5 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataType.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataType.md @@ -171,6 +171,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCard.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCard.md index 5c833dd0..2f610871 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCard.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCard.md @@ -961,6 +961,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCardProduct.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCardProduct.md index 8a1011d2..1d768cb1 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCardProduct.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCardProduct.md @@ -494,6 +494,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCardSource.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCardSource.md index 4ed3870f..6a5f1b61 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCardSource.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCardSource.md @@ -171,6 +171,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCardType.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCardType.md index 3e0766f4..ac1a040e 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCardType.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCardType.md @@ -273,6 +273,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-ElectronicCertificate-ElectronicCertificate.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-ElectronicCertificate-ElectronicCertificate.md index ac90574a..f2508312 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-ElectronicCertificate-ElectronicCertificate.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-ElectronicCertificate-ElectronicCertificate.md @@ -653,6 +653,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-ElectronicCertificate-ElectronicCertificateApprovedPaymentArticle.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-ElectronicCertificate-ElectronicCertificateApprovedPaymentArticle.md index 37e6b968..0c74ac7a 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-ElectronicCertificate-ElectronicCertificateApprovedPaymentArticle.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-ElectronicCertificate-ElectronicCertificateApprovedPaymentArticle.md @@ -640,6 +640,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-ElectronicCertificate-ElectronicCertificatePaymentData.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-ElectronicCertificate-ElectronicCertificatePaymentData.md index 07962b5e..3bd18066 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-ElectronicCertificate-ElectronicCertificatePaymentData.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-ElectronicCertificate-ElectronicCertificatePaymentData.md @@ -507,6 +507,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodAlfaBank.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodAlfaBank.md index a67e5ab5..281674c4 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodAlfaBank.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodAlfaBank.md @@ -728,6 +728,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodApplePay.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodApplePay.md index 3f0d9275..3260677a 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodApplePay.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodApplePay.md @@ -673,6 +673,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodB2bSberbank.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodB2bSberbank.md index c4dba30d..25e9c974 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodB2bSberbank.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodB2bSberbank.md @@ -874,6 +874,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodBankCard.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodBankCard.md index 74f16de6..afae844b 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodBankCard.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodBankCard.md @@ -736,6 +736,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodCash.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodCash.md index 6ea65bf8..ba05d9b3 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodCash.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodCash.md @@ -673,6 +673,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodElectronicCertificate.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodElectronicCertificate.md index 7a7767a8..5774b336 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodElectronicCertificate.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodElectronicCertificate.md @@ -861,6 +861,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodFactory.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodFactory.md index 7c688ffe..77bad3df 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodFactory.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodFactory.md @@ -116,6 +116,6 @@ public factoryFromArray(array $data, null|string $type = null) : \YooKassa\Model --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodGooglePay.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodGooglePay.md index 04865d4e..10e638b9 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodGooglePay.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodGooglePay.md @@ -673,6 +673,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodInstallments.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodInstallments.md index 601631f1..2b67df73 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodInstallments.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodInstallments.md @@ -674,6 +674,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodMobileBalance.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodMobileBalance.md index 64ca0de9..3e3f6c28 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodMobileBalance.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodMobileBalance.md @@ -727,6 +727,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodPsb.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodPsb.md index 666336c5..00946a5a 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodPsb.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodPsb.md @@ -674,6 +674,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodQiwi.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodQiwi.md index 4933d536..7395f6de 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodQiwi.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodQiwi.md @@ -674,6 +674,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberLoan.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberLoan.md index 7e3ef1c9..751aea37 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberLoan.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberLoan.md @@ -807,6 +807,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberbank.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberbank.md index 0e4d9b09..ef8a9a20 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberbank.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberbank.md @@ -793,6 +793,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSbp.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSbp.md index ad9494f1..c916cae0 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSbp.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSbp.md @@ -807,6 +807,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodTinkoffBank.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodTinkoffBank.md index 716ee20c..13c75c10 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodTinkoffBank.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodTinkoffBank.md @@ -739,6 +739,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodUnknown.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodUnknown.md index 508785a2..5d7697a2 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodUnknown.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodUnknown.md @@ -674,6 +674,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodWebmoney.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodWebmoney.md index 86e009bc..f26eb5f0 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodWebmoney.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodWebmoney.md @@ -674,6 +674,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodWechat.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodWechat.md index afb5f42e..b3aaf2ec 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodWechat.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodWechat.md @@ -674,6 +674,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodYooMoney.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodYooMoney.md index dfc7ce3f..78f1ccdd 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodYooMoney.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodYooMoney.md @@ -740,6 +740,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-SbpPayerBankDetails.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-SbpPayerBankDetails.md index 84b08fd0..06db4a97 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-SbpPayerBankDetails.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-SbpPayerBankDetails.md @@ -494,6 +494,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethodType.md b/docs/classes/YooKassa-Model-Payment-PaymentMethodType.md index 3c152b2b..6b63631a 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethodType.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethodType.md @@ -358,6 +358,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentStatus.md b/docs/classes/YooKassa-Model-Payment-PaymentStatus.md index eea578f5..a1525f22 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentStatus.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentStatus.md @@ -182,6 +182,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-ReceiptRegistrationStatus.md b/docs/classes/YooKassa-Model-Payment-ReceiptRegistrationStatus.md index 7b496cf9..3b345b1b 100644 --- a/docs/classes/YooKassa-Model-Payment-ReceiptRegistrationStatus.md +++ b/docs/classes/YooKassa-Model-Payment-ReceiptRegistrationStatus.md @@ -171,6 +171,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-Recipient.md b/docs/classes/YooKassa-Model-Payment-Recipient.md index 60d60d83..8dc2ee6b 100644 --- a/docs/classes/YooKassa-Model-Payment-Recipient.md +++ b/docs/classes/YooKassa-Model-Payment-Recipient.md @@ -531,6 +531,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-RecipientInterface.md b/docs/classes/YooKassa-Model-Payment-RecipientInterface.md index 7966d107..4fde055c 100644 --- a/docs/classes/YooKassa-Model-Payment-RecipientInterface.md +++ b/docs/classes/YooKassa-Model-Payment-RecipientInterface.md @@ -98,6 +98,6 @@ public getGatewayId() : string|null --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-ThreeDSecure.md b/docs/classes/YooKassa-Model-Payment-ThreeDSecure.md index 32d19687..d21074e6 100644 --- a/docs/classes/YooKassa-Model-Payment-ThreeDSecure.md +++ b/docs/classes/YooKassa-Model-Payment-ThreeDSecure.md @@ -439,6 +439,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-Transfer.md b/docs/classes/YooKassa-Model-Payment-Transfer.md index 1d515a61..8379ce74 100644 --- a/docs/classes/YooKassa-Model-Payment-Transfer.md +++ b/docs/classes/YooKassa-Model-Payment-Transfer.md @@ -886,6 +886,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-TransferInterface.md b/docs/classes/YooKassa-Model-Payment-TransferInterface.md index 21db51f6..65ce62f6 100644 --- a/docs/classes/YooKassa-Model-Payment-TransferInterface.md +++ b/docs/classes/YooKassa-Model-Payment-TransferInterface.md @@ -312,6 +312,6 @@ public getMetadata() : null|\YooKassa\Model\Metadata --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-TransferStatus.md b/docs/classes/YooKassa-Model-Payment-TransferStatus.md index 480fe16e..6e82744a 100644 --- a/docs/classes/YooKassa-Model-Payment-TransferStatus.md +++ b/docs/classes/YooKassa-Model-Payment-TransferStatus.md @@ -181,6 +181,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 02161dfd..f244ec9d 100644 --- a/docs/classes/YooKassa-Model-Payout-AbstractPayoutDestination.md +++ b/docs/classes/YooKassa-Model-Payout-AbstractPayoutDestination.md @@ -452,6 +452,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 88f395c5..e808faa4 100644 --- a/docs/classes/YooKassa-Model-Payout-IncomeReceipt.md +++ b/docs/classes/YooKassa-Model-Payout-IncomeReceipt.md @@ -648,6 +648,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payout-Payout.md b/docs/classes/YooKassa-Model-Payout-Payout.md index e5eea482..b64dd88a 100644 --- a/docs/classes/YooKassa-Model-Payout-Payout.md +++ b/docs/classes/YooKassa-Model-Payout-Payout.md @@ -1271,6 +1271,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 1983b242..bd919453 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetails.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetails.md @@ -495,6 +495,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 f165c66d..07a89c54 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetailsPartyCode.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetailsPartyCode.md @@ -167,6 +167,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 85766a50..8a90ffa6 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetailsReasonCode.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetailsReasonCode.md @@ -255,6 +255,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 2206334b..106a067d 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutDestinationBankCard.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutDestinationBankCard.md @@ -509,6 +509,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 30da53fa..ad6a1c35 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutDestinationBankCardCard.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutDestinationBankCardCard.md @@ -707,6 +707,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 f04bb2a7..4d32c7bf 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutDestinationFactory.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutDestinationFactory.md @@ -102,6 +102,6 @@ public factoryFromArray(array $data, null|string $type = null) : \YooKassa\Model --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 0174513b..b1b4fcf9 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutDestinationSbp.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutDestinationSbp.md @@ -655,6 +655,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 1bc3b785..d371e0b8 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutDestinationType.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutDestinationType.md @@ -178,6 +178,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 7911b233..09a338a2 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutDestinationYooMoney.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutDestinationYooMoney.md @@ -542,6 +542,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payout-PayoutInterface.md b/docs/classes/YooKassa-Model-Payout-PayoutInterface.md index 5125fef8..a4526b40 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutInterface.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutInterface.md @@ -242,6 +242,6 @@ public getTest() : bool|null --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 d311054b..08cbac2d 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutSelfEmployed.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutSelfEmployed.md @@ -456,6 +456,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payout-PayoutStatus.md b/docs/classes/YooKassa-Model-Payout-PayoutStatus.md index e98ab762..1dc9d934 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutStatus.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutStatus.md @@ -178,6 +178,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 27b76205..454b0948 100644 --- a/docs/classes/YooKassa-Model-Payout-SbpParticipantBank.md +++ b/docs/classes/YooKassa-Model-Payout-SbpParticipantBank.md @@ -580,6 +580,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 4d4e00eb..9f824db2 100644 --- a/docs/classes/YooKassa-Model-PersonalData-PersonalData.md +++ b/docs/classes/YooKassa-Model-PersonalData-PersonalData.md @@ -927,6 +927,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 8ca8aeaa..9e0dfb0c 100644 --- a/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetails.md +++ b/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetails.md @@ -493,6 +493,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 7ec1dc95..c3706656 100644 --- a/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetailsPartyCode.md +++ b/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetailsPartyCode.md @@ -146,6 +146,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 5d3d1020..6eca62fd 100644 --- a/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetailsReasonCode.md +++ b/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetailsReasonCode.md @@ -146,6 +146,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 ea0b835a..8e65fda1 100644 --- a/docs/classes/YooKassa-Model-PersonalData-PersonalDataInterface.md +++ b/docs/classes/YooKassa-Model-PersonalData-PersonalDataInterface.md @@ -366,6 +366,6 @@ public setMetadata(null|array|\YooKassa\Model\Metadata $metadata = null) : self --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 a39dad2b..d497ea37 100644 --- a/docs/classes/YooKassa-Model-PersonalData-PersonalDataStatus.md +++ b/docs/classes/YooKassa-Model-PersonalData-PersonalDataStatus.md @@ -170,6 +170,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 57268368..547a1558 100644 --- a/docs/classes/YooKassa-Model-PersonalData-PersonalDataType.md +++ b/docs/classes/YooKassa-Model-PersonalData-PersonalDataType.md @@ -159,6 +159,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 e2cefabc..253ec1fd 100644 --- a/docs/classes/YooKassa-Model-Receipt-AdditionalUserProps.md +++ b/docs/classes/YooKassa-Model-Receipt-AdditionalUserProps.md @@ -513,6 +513,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 d3228b9b..ab73bbe2 100644 --- a/docs/classes/YooKassa-Model-Receipt-AgentType.md +++ b/docs/classes/YooKassa-Model-Receipt-AgentType.md @@ -207,6 +207,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 c8e05986..9d714030 100644 --- a/docs/classes/YooKassa-Model-Receipt-IndustryDetails.md +++ b/docs/classes/YooKassa-Model-Receipt-IndustryDetails.md @@ -673,6 +673,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 72a17baf..8a42de9f 100644 --- a/docs/classes/YooKassa-Model-Receipt-MarkCodeInfo.md +++ b/docs/classes/YooKassa-Model-Receipt-MarkCodeInfo.md @@ -1089,6 +1089,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 1a04675b..79c55f6e 100644 --- a/docs/classes/YooKassa-Model-Receipt-MarkQuantity.md +++ b/docs/classes/YooKassa-Model-Receipt-MarkQuantity.md @@ -513,6 +513,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 43e28f7e..7c758936 100644 --- a/docs/classes/YooKassa-Model-Receipt-OperationalDetails.md +++ b/docs/classes/YooKassa-Model-Receipt-OperationalDetails.md @@ -606,6 +606,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 3b54328c..741ef2d6 100644 --- a/docs/classes/YooKassa-Model-Receipt-PaymentMode.md +++ b/docs/classes/YooKassa-Model-Receipt-PaymentMode.md @@ -206,6 +206,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 bff6c2e6..a98975ae 100644 --- a/docs/classes/YooKassa-Model-Receipt-PaymentSubject.md +++ b/docs/classes/YooKassa-Model-Receipt-PaymentSubject.md @@ -466,6 +466,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-Receipt.md b/docs/classes/YooKassa-Model-Receipt-Receipt.md index b3d580d6..e8b96a23 100644 --- a/docs/classes/YooKassa-Model-Receipt-Receipt.md +++ b/docs/classes/YooKassa-Model-Receipt-Receipt.md @@ -1072,6 +1072,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-ReceiptCustomer.md b/docs/classes/YooKassa-Model-Receipt-ReceiptCustomer.md index b3efbc15..f24b74bc 100644 --- a/docs/classes/YooKassa-Model-Receipt-ReceiptCustomer.md +++ b/docs/classes/YooKassa-Model-Receipt-ReceiptCustomer.md @@ -648,6 +648,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-ReceiptCustomerInterface.md b/docs/classes/YooKassa-Model-Receipt-ReceiptCustomerInterface.md index eeaabc9a..bd657cfc 100644 --- a/docs/classes/YooKassa-Model-Receipt-ReceiptCustomerInterface.md +++ b/docs/classes/YooKassa-Model-Receipt-ReceiptCustomerInterface.md @@ -144,6 +144,6 @@ public jsonSerialize() : array --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-ReceiptInterface.md b/docs/classes/YooKassa-Model-Receipt-ReceiptInterface.md index fca50b07..2aedb1b8 100644 --- a/docs/classes/YooKassa-Model-Receipt-ReceiptInterface.md +++ b/docs/classes/YooKassa-Model-Receipt-ReceiptInterface.md @@ -185,6 +185,6 @@ public normalize(\YooKassa\Model\AmountInterface $orderAmount, bool $withShippin --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-ReceiptItem.md b/docs/classes/YooKassa-Model-Receipt-ReceiptItem.md index c0e6f952..43a7e93b 100644 --- a/docs/classes/YooKassa-Model-Receipt-ReceiptItem.md +++ b/docs/classes/YooKassa-Model-Receipt-ReceiptItem.md @@ -50,8 +50,8 @@ | public | [$productCode](../classes/YooKassa-Model-Receipt-ReceiptItem.md#property_productCode) | | Код товара (тег в 54 ФЗ — 1162) | | public | [$quantity](../classes/YooKassa-Model-Receipt-ReceiptItem.md#property_quantity) | | Количество (тег в 54 ФЗ — 1023) | | public | [$supplier](../classes/YooKassa-Model-Receipt-ReceiptItem.md#property_supplier) | | Информация о поставщике товара или услуги (тег в 54 ФЗ — 1224) | -| public | [$vat_code](../classes/YooKassa-Model-Receipt-ReceiptItem.md#property_vat_code) | | Ставка НДС (тег в 54 ФЗ — 1199), число 1-6 | -| public | [$vatCode](../classes/YooKassa-Model-Receipt-ReceiptItem.md#property_vatCode) | | Ставка НДС (тег в 54 ФЗ — 1199), число 1-6 | +| public | [$vat_code](../classes/YooKassa-Model-Receipt-ReceiptItem.md#property_vat_code) | | Ставка НДС (тег в 54 ФЗ — 1199), число 1-10 | +| public | [$vatCode](../classes/YooKassa-Model-Receipt-ReceiptItem.md#property_vatCode) | | Ставка НДС (тег в 54 ФЗ — 1199), число 1-10 | --- ### Methods @@ -531,7 +531,7 @@ ADD_PROPS_MAX_LENGTH = 64 : int --- ***Description*** -Ставка НДС (тег в 54 ФЗ — 1199), число 1-6 +Ставка НДС (тег в 54 ФЗ — 1199), число 1-10 **Type:** int @@ -543,7 +543,7 @@ ADD_PROPS_MAX_LENGTH = 64 : int --- ***Description*** -Ставка НДС (тег в 54 ФЗ — 1199), число 1-6 +Ставка НДС (тег в 54 ФЗ — 1199), число 1-10 **Type:** int @@ -1070,7 +1070,7 @@ public getVatCode() : null|int **Details:** * Inherited From: [\YooKassa\Model\Receipt\ReceiptItem](../classes/YooKassa-Model-Receipt-ReceiptItem.md) -**Returns:** null|int - Ставка НДС, число 1-6, или null, если ставка не задана +**Returns:** null|int - Ставка НДС, число 1-10, или null, если ставка не задана @@ -1706,6 +1706,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 dd240f96..3af8a88a 100644 --- a/docs/classes/YooKassa-Model-Receipt-ReceiptItemAmount.md +++ b/docs/classes/YooKassa-Model-Receipt-ReceiptItemAmount.md @@ -571,6 +571,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-ReceiptItemInterface.md b/docs/classes/YooKassa-Model-Receipt-ReceiptItemInterface.md index 56c142a1..182d942a 100644 --- a/docs/classes/YooKassa-Model-Receipt-ReceiptItemInterface.md +++ b/docs/classes/YooKassa-Model-Receipt-ReceiptItemInterface.md @@ -56,8 +56,8 @@ Interface ReceiptItemInterface. | property | | Дробное количество маркированного товара (тег в 54 ФЗ — 1291) | | property | | Суммарная стоимость покупаемого товара в копейках/центах | | property | | Цена товара (тег в 54 ФЗ — 1079) | -| property | | Ставка НДС, число 1-6 (тег в 54 ФЗ — 1199) | -| property | | Ставка НДС, число 1-6 (тег в 54 ФЗ — 1199) | +| property | | Ставка НДС, число 1-10 (тег в 54 ФЗ — 1199) | +| property | | Ставка НДС, число 1-10 (тег в 54 ФЗ — 1199) | | property | | Признак предмета расчета (тег в 54 ФЗ — 1212) | | property | | Признак предмета расчета (тег в 54 ФЗ — 1212) | | property | | Признак способа расчета (тег в 54 ФЗ — 1214) | @@ -165,7 +165,7 @@ public getVatCode() : null|int **Details:** * Inherited From: [\YooKassa\Model\Receipt\ReceiptItemInterface](../classes/YooKassa-Model-Receipt-ReceiptItemInterface.md) -**Returns:** null|int - Ставка НДС, число 1-6, или null, если ставка не задана +**Returns:** null|int - Ставка НДС, число 1-10, или null, если ставка не задана @@ -440,6 +440,6 @@ public isShipping() : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 404af68c..c1cd4f4f 100644 --- a/docs/classes/YooKassa-Model-Receipt-ReceiptItemMeasure.md +++ b/docs/classes/YooKassa-Model-Receipt-ReceiptItemMeasure.md @@ -378,6 +378,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-ReceiptType.md b/docs/classes/YooKassa-Model-Receipt-ReceiptType.md index b39d0861..ff542225 100644 --- a/docs/classes/YooKassa-Model-Receipt-ReceiptType.md +++ b/docs/classes/YooKassa-Model-Receipt-ReceiptType.md @@ -159,6 +159,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-Settlement.md b/docs/classes/YooKassa-Model-Receipt-Settlement.md index bee0a65f..e4fc8c5e 100644 --- a/docs/classes/YooKassa-Model-Receipt-Settlement.md +++ b/docs/classes/YooKassa-Model-Receipt-Settlement.md @@ -492,6 +492,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-SettlementInterface.md b/docs/classes/YooKassa-Model-Receipt-SettlementInterface.md index 50a99ee5..dc649226 100644 --- a/docs/classes/YooKassa-Model-Receipt-SettlementInterface.md +++ b/docs/classes/YooKassa-Model-Receipt-SettlementInterface.md @@ -87,6 +87,6 @@ public getAmount() : \YooKassa\Model\AmountInterface|null --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 f2b8dd73..3cffb910 100644 --- a/docs/classes/YooKassa-Model-Receipt-SettlementType.md +++ b/docs/classes/YooKassa-Model-Receipt-SettlementType.md @@ -172,6 +172,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-Supplier.md b/docs/classes/YooKassa-Model-Receipt-Supplier.md index c7c9b907..8ce1917e 100644 --- a/docs/classes/YooKassa-Model-Receipt-Supplier.md +++ b/docs/classes/YooKassa-Model-Receipt-Supplier.md @@ -551,6 +551,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-SupplierInterface.md b/docs/classes/YooKassa-Model-Receipt-SupplierInterface.md index a0e610f5..23ba3990 100644 --- a/docs/classes/YooKassa-Model-Receipt-SupplierInterface.md +++ b/docs/classes/YooKassa-Model-Receipt-SupplierInterface.md @@ -181,6 +181,6 @@ public setInn(null|string $inn) : mixed --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Refund-Refund.md b/docs/classes/YooKassa-Model-Refund-Refund.md index ee88af63..edb3102e 100644 --- a/docs/classes/YooKassa-Model-Refund-Refund.md +++ b/docs/classes/YooKassa-Model-Refund-Refund.md @@ -1150,6 +1150,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Refund-RefundCancellationDetails.md b/docs/classes/YooKassa-Model-Refund-RefundCancellationDetails.md index 1d048bfd..4f04e96d 100644 --- a/docs/classes/YooKassa-Model-Refund-RefundCancellationDetails.md +++ b/docs/classes/YooKassa-Model-Refund-RefundCancellationDetails.md @@ -495,6 +495,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Refund-RefundCancellationDetailsPartyCode.md b/docs/classes/YooKassa-Model-Refund-RefundCancellationDetailsPartyCode.md index 7cb6ed8c..06d70b99 100644 --- a/docs/classes/YooKassa-Model-Refund-RefundCancellationDetailsPartyCode.md +++ b/docs/classes/YooKassa-Model-Refund-RefundCancellationDetailsPartyCode.md @@ -168,6 +168,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Refund-RefundCancellationDetailsReasonCode.md b/docs/classes/YooKassa-Model-Refund-RefundCancellationDetailsReasonCode.md index 3e0fa96c..c222592c 100644 --- a/docs/classes/YooKassa-Model-Refund-RefundCancellationDetailsReasonCode.md +++ b/docs/classes/YooKassa-Model-Refund-RefundCancellationDetailsReasonCode.md @@ -236,6 +236,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Refund-RefundInterface.md b/docs/classes/YooKassa-Model-Refund-RefundInterface.md index f95bf7ad..b8ff8c18 100644 --- a/docs/classes/YooKassa-Model-Refund-RefundInterface.md +++ b/docs/classes/YooKassa-Model-Refund-RefundInterface.md @@ -225,6 +225,6 @@ public getDeal() : null|\YooKassa\Model\Deal\RefundDealInfo --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Refund-RefundMethod-AbstractRefundMethod.md b/docs/classes/YooKassa-Model-Refund-RefundMethod-AbstractRefundMethod.md index 3398b7df..4afbbc5f 100644 --- a/docs/classes/YooKassa-Model-Refund-RefundMethod-AbstractRefundMethod.md +++ b/docs/classes/YooKassa-Model-Refund-RefundMethod-AbstractRefundMethod.md @@ -452,6 +452,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Refund-RefundMethod-ElectronicCertificate-ElectronicCertificateRefundArticle.md b/docs/classes/YooKassa-Model-Refund-RefundMethod-ElectronicCertificate-ElectronicCertificateRefundArticle.md index 392703fd..8faaaedb 100644 --- a/docs/classes/YooKassa-Model-Refund-RefundMethod-ElectronicCertificate-ElectronicCertificateRefundArticle.md +++ b/docs/classes/YooKassa-Model-Refund-RefundMethod-ElectronicCertificate-ElectronicCertificateRefundArticle.md @@ -640,6 +640,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Refund-RefundMethod-ElectronicCertificate-ElectronicCertificateRefundData.md b/docs/classes/YooKassa-Model-Refund-RefundMethod-ElectronicCertificate-ElectronicCertificateRefundData.md index 196324cc..15a6153e 100644 --- a/docs/classes/YooKassa-Model-Refund-RefundMethod-ElectronicCertificate-ElectronicCertificateRefundData.md +++ b/docs/classes/YooKassa-Model-Refund-RefundMethod-ElectronicCertificate-ElectronicCertificateRefundData.md @@ -508,6 +508,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodElectronicCertificate.md b/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodElectronicCertificate.md index e85fd534..086da9bc 100644 --- a/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodElectronicCertificate.md +++ b/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodElectronicCertificate.md @@ -585,6 +585,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodFactory.md b/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodFactory.md index eaf0437d..4ae17dc1 100644 --- a/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodFactory.md +++ b/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodFactory.md @@ -102,6 +102,6 @@ public factoryFromArray(array $data, null|string $type = null) : \YooKassa\Model --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodSbp.md b/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodSbp.md index 1b07fc84..750885a4 100644 --- a/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodSbp.md +++ b/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodSbp.md @@ -518,6 +518,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodUnknown.md b/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodUnknown.md index 6f2874c7..b178e276 100644 --- a/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodUnknown.md +++ b/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodUnknown.md @@ -452,6 +452,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Refund-RefundMethodType.md b/docs/classes/YooKassa-Model-Refund-RefundMethodType.md index d0706531..cc16ce70 100644 --- a/docs/classes/YooKassa-Model-Refund-RefundMethodType.md +++ b/docs/classes/YooKassa-Model-Refund-RefundMethodType.md @@ -172,6 +172,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Refund-RefundStatus.md b/docs/classes/YooKassa-Model-Refund-RefundStatus.md index 3af2c020..4b0d94ad 100644 --- a/docs/classes/YooKassa-Model-Refund-RefundStatus.md +++ b/docs/classes/YooKassa-Model-Refund-RefundStatus.md @@ -165,6 +165,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Refund-Source.md b/docs/classes/YooKassa-Model-Refund-Source.md index f2bd6c8d..8aa7b753 100644 --- a/docs/classes/YooKassa-Model-Refund-Source.md +++ b/docs/classes/YooKassa-Model-Refund-Source.md @@ -612,6 +612,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Refund-SourceInterface.md b/docs/classes/YooKassa-Model-Refund-SourceInterface.md index cab670b9..531e12b8 100644 --- a/docs/classes/YooKassa-Model-Refund-SourceInterface.md +++ b/docs/classes/YooKassa-Model-Refund-SourceInterface.md @@ -213,6 +213,6 @@ public setPlatformFeeAmount(\YooKassa\Model\AmountInterface|array|null $platform --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 c2b846ba..f882df5f 100644 --- a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployed.md +++ b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployed.md @@ -874,6 +874,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 b9bafcad..1ad66586 100644 --- a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmation.md +++ b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmation.md @@ -449,6 +449,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 b79f5174..4bc57cd2 100644 --- a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationFactory.md +++ b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationFactory.md @@ -100,6 +100,6 @@ public factoryFromArray(array $data, null|string $type = null) : \YooKassa\Model --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 30e68df1..985bf67b 100644 --- a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationRedirect.md +++ b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationRedirect.md @@ -522,6 +522,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 b2ad9d69..2e36ce43 100644 --- a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationType.md +++ b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationType.md @@ -155,6 +155,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 8396e4e3..c887222c 100644 --- a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedInterface.md +++ b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedInterface.md @@ -364,6 +364,6 @@ public setTest(bool $test) : self --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 41266ee7..f612a5c9 100644 --- a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedStatus.md +++ b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedStatus.md @@ -191,6 +191,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Settings-FiscalizationData.md b/docs/classes/YooKassa-Model-Settings-FiscalizationData.md index 646d5ecb..f5dfce08 100644 --- a/docs/classes/YooKassa-Model-Settings-FiscalizationData.md +++ b/docs/classes/YooKassa-Model-Settings-FiscalizationData.md @@ -492,6 +492,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Settings-FiscalizationProvider.md b/docs/classes/YooKassa-Model-Settings-FiscalizationProvider.md index dfbd2bde..fad84ed9 100644 --- a/docs/classes/YooKassa-Model-Settings-FiscalizationProvider.md +++ b/docs/classes/YooKassa-Model-Settings-FiscalizationProvider.md @@ -299,6 +299,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Settings-Me.md b/docs/classes/YooKassa-Model-Settings-Me.md index f59d6b69..b4361ce0 100644 --- a/docs/classes/YooKassa-Model-Settings-Me.md +++ b/docs/classes/YooKassa-Model-Settings-Me.md @@ -1018,6 +1018,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 a77c0230..3ea4431b 100644 --- a/docs/classes/YooKassa-Model-Webhook-Webhook.md +++ b/docs/classes/YooKassa-Model-Webhook-Webhook.md @@ -546,6 +546,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Webhook-WebhookInterface.md b/docs/classes/YooKassa-Model-Webhook-WebhookInterface.md index 5c4ef0d6..68d1800e 100644 --- a/docs/classes/YooKassa-Model-Webhook-WebhookInterface.md +++ b/docs/classes/YooKassa-Model-Webhook-WebhookInterface.md @@ -175,6 +175,6 @@ public setUrl(string|null $url = null) : self --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-AbstractListResponse.md b/docs/classes/YooKassa-Request-AbstractListResponse.md index a5d4b40a..97b34b10 100644 --- a/docs/classes/YooKassa-Request-AbstractListResponse.md +++ b/docs/classes/YooKassa-Request-AbstractListResponse.md @@ -506,6 +506,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 e2f474d1..a6155a4b 100644 --- a/docs/classes/YooKassa-Request-Deals-AbstractDealResponse.md +++ b/docs/classes/YooKassa-Request-Deals-AbstractDealResponse.md @@ -1236,6 +1236,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 f8004090..cc89da9d 100644 --- a/docs/classes/YooKassa-Request-Deals-CreateDealRequest.md +++ b/docs/classes/YooKassa-Request-Deals-CreateDealRequest.md @@ -811,6 +811,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 6457ef82..031d8bbe 100644 --- a/docs/classes/YooKassa-Request-Deals-CreateDealRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Deals-CreateDealRequestBuilder.md @@ -284,6 +284,6 @@ protected initCurrentObject() : \YooKassa\Request\Deals\CreateDealRequest --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 2ec0d177..812fe86d 100644 --- a/docs/classes/YooKassa-Request-Deals-CreateDealRequestInterface.md +++ b/docs/classes/YooKassa-Request-Deals-CreateDealRequestInterface.md @@ -290,6 +290,6 @@ public setMetadata(null|array|\YooKassa\Model\Metadata $metadata) : self --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 10c42210..3a65d177 100644 --- a/docs/classes/YooKassa-Request-Deals-CreateDealRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Deals-CreateDealRequestSerializer.md @@ -78,6 +78,6 @@ public serialize(\YooKassa\Request\Deals\CreateDealRequestInterface $request) : --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 db64639e..bbf7bb20 100644 --- a/docs/classes/YooKassa-Request-Deals-CreateDealResponse.md +++ b/docs/classes/YooKassa-Request-Deals-CreateDealResponse.md @@ -1237,6 +1237,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 416d2c2a..f73a1a70 100644 --- a/docs/classes/YooKassa-Request-Deals-DealResponse.md +++ b/docs/classes/YooKassa-Request-Deals-DealResponse.md @@ -1237,6 +1237,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 98a9c83d..8a5ab418 100644 --- a/docs/classes/YooKassa-Request-Deals-DealsRequest.md +++ b/docs/classes/YooKassa-Request-Deals-DealsRequest.md @@ -1492,6 +1492,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 f2ae88d3..c733b79f 100644 --- a/docs/classes/YooKassa-Request-Deals-DealsRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Deals-DealsRequestBuilder.md @@ -441,6 +441,6 @@ protected initCurrentObject() : \YooKassa\Request\Deals\DealsRequest --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 beb71a02..48f274c5 100644 --- a/docs/classes/YooKassa-Request-Deals-DealsRequestInterface.md +++ b/docs/classes/YooKassa-Request-Deals-DealsRequestInterface.md @@ -769,6 +769,6 @@ public setFullTextSearch(string|null $full_text_search) : self --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 dacf0308..b364379c 100644 --- a/docs/classes/YooKassa-Request-Deals-DealsRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Deals-DealsRequestSerializer.md @@ -78,6 +78,6 @@ public serialize(\YooKassa\Common\AbstractRequest|\YooKassa\Request\Deals\DealsR --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 51b59268..2482dac1 100644 --- a/docs/classes/YooKassa-Request-Deals-DealsResponse.md +++ b/docs/classes/YooKassa-Request-Deals-DealsResponse.md @@ -536,6 +536,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequest.md b/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequest.md index 34f2d53f..d1ab856d 100644 --- a/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequest.md +++ b/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequest.md @@ -984,6 +984,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequestBuilder.md b/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequestBuilder.md index 3321f332..9c0f589c 100644 --- a/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequestBuilder.md @@ -443,6 +443,6 @@ protected initCurrentObject() : \YooKassa\Request\Invoices\CreateInvoiceRequest --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequestInterface.md b/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequestInterface.md index 51406cc6..0bc39f45 100644 --- a/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequestInterface.md +++ b/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequestInterface.md @@ -399,6 +399,6 @@ public setMetadata(\YooKassa\Model\Metadata|array|null $metadata = null) : \YooK --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequestSerializer.md b/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequestSerializer.md index f096de28..77f46038 100644 --- a/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequestSerializer.md @@ -78,6 +78,6 @@ public serialize(\YooKassa\Request\Invoices\CreateInvoiceRequestInterface $reque --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-AbstractDeliveryMethodData.md b/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-AbstractDeliveryMethodData.md index 96eda404..4cd29300 100644 --- a/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-AbstractDeliveryMethodData.md +++ b/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-AbstractDeliveryMethodData.md @@ -449,6 +449,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataFactory.md b/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataFactory.md index ba50173b..e5f6d626 100644 --- a/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataFactory.md +++ b/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataFactory.md @@ -102,6 +102,6 @@ public factoryFromArray(array $data, null|string $type = null) : \YooKassa\Reque --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataSelf.md b/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataSelf.md index ea7c877f..d7bb50f3 100644 --- a/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataSelf.md +++ b/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataSelf.md @@ -464,6 +464,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Invoices-InvoiceResponse.md b/docs/classes/YooKassa-Request-Invoices-InvoiceResponse.md index 4e361f34..9e8d9c66 100644 --- a/docs/classes/YooKassa-Request-Invoices-InvoiceResponse.md +++ b/docs/classes/YooKassa-Request-Invoices-InvoiceResponse.md @@ -1165,6 +1165,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Invoices-PaymentData.md b/docs/classes/YooKassa-Request-Invoices-PaymentData.md index 72963e5e..2d7e530e 100644 --- a/docs/classes/YooKassa-Request-Invoices-PaymentData.md +++ b/docs/classes/YooKassa-Request-Invoices-PaymentData.md @@ -843,6 +843,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-AbstractPaymentRequest.md b/docs/classes/YooKassa-Request-Payments-AbstractPaymentRequest.md index 34fc4e24..368aed1d 100644 --- a/docs/classes/YooKassa-Request-Payments-AbstractPaymentRequest.md +++ b/docs/classes/YooKassa-Request-Payments-AbstractPaymentRequest.md @@ -810,6 +810,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-AbstractPaymentRequestBuilder.md b/docs/classes/YooKassa-Request-Payments-AbstractPaymentRequestBuilder.md index e2887dd0..041315d7 100644 --- a/docs/classes/YooKassa-Request-Payments-AbstractPaymentRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Payments-AbstractPaymentRequestBuilder.md @@ -475,6 +475,6 @@ protected initCurrentObject() : \YooKassa\Common\AbstractRequestInterface|null --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 41bc5359..7e100a5b 100644 --- a/docs/classes/YooKassa-Request-Payments-AbstractPaymentResponse.md +++ b/docs/classes/YooKassa-Request-Payments-AbstractPaymentResponse.md @@ -2053,6 +2053,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-Airline.md b/docs/classes/YooKassa-Request-Payments-Airline.md index f7d9e420..768d8f25 100644 --- a/docs/classes/YooKassa-Request-Payments-Airline.md +++ b/docs/classes/YooKassa-Request-Payments-Airline.md @@ -694,6 +694,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-AirlineInterface.md b/docs/classes/YooKassa-Request-Payments-AirlineInterface.md index 2aec6420..98d28c7d 100644 --- a/docs/classes/YooKassa-Request-Payments-AirlineInterface.md +++ b/docs/classes/YooKassa-Request-Payments-AirlineInterface.md @@ -127,6 +127,6 @@ public getLegs() : \YooKassa\Request\Payments\LegInterface[]|\YooKassa\Common\Li --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-CancelResponse.md b/docs/classes/YooKassa-Request-Payments-CancelResponse.md index 9e17697e..10bff9ce 100644 --- a/docs/classes/YooKassa-Request-Payments-CancelResponse.md +++ b/docs/classes/YooKassa-Request-Payments-CancelResponse.md @@ -2054,6 +2054,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-AbstractConfirmationAttributes.md b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-AbstractConfirmationAttributes.md index 3c505453..babd929f 100644 --- a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-AbstractConfirmationAttributes.md +++ b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-AbstractConfirmationAttributes.md @@ -511,6 +511,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesEmbedded.md b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesEmbedded.md index 757a141b..0e0388ac 100644 --- a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesEmbedded.md +++ b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesEmbedded.md @@ -539,6 +539,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesExternal.md b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesExternal.md index 49b540e7..111cc03c 100644 --- a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesExternal.md +++ b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesExternal.md @@ -539,6 +539,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesFactory.md b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesFactory.md index 68fb5885..3ec31b7d 100644 --- a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesFactory.md +++ b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesFactory.md @@ -94,6 +94,6 @@ public factoryFromArray(array $data, string|null $type = null) : \YooKassa\Reque --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesMobileApplication.md b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesMobileApplication.md index 318c38ce..6ee407da 100644 --- a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesMobileApplication.md +++ b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesMobileApplication.md @@ -601,6 +601,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesQr.md b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesQr.md index ea540d26..23653da2 100644 --- a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesQr.md +++ b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesQr.md @@ -598,6 +598,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesRedirect.md b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesRedirect.md index c0357304..76e5d3c2 100644 --- a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesRedirect.md +++ b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesRedirect.md @@ -648,6 +648,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-CreateCaptureRequest.md b/docs/classes/YooKassa-Request-Payments-CreateCaptureRequest.md index 55fbdfa0..f8ff7e91 100644 --- a/docs/classes/YooKassa-Request-Payments-CreateCaptureRequest.md +++ b/docs/classes/YooKassa-Request-Payments-CreateCaptureRequest.md @@ -942,6 +942,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-CreateCaptureRequestBuilder.md b/docs/classes/YooKassa-Request-Payments-CreateCaptureRequestBuilder.md index 3598e028..21e81063 100644 --- a/docs/classes/YooKassa-Request-Payments-CreateCaptureRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Payments-CreateCaptureRequestBuilder.md @@ -523,6 +523,6 @@ protected initCurrentObject() : \YooKassa\Common\AbstractRequestInterface|null --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-CreateCaptureRequestInterface.md b/docs/classes/YooKassa-Request-Payments-CreateCaptureRequestInterface.md index 96d3d521..0c379002 100644 --- a/docs/classes/YooKassa-Request-Payments-CreateCaptureRequestInterface.md +++ b/docs/classes/YooKassa-Request-Payments-CreateCaptureRequestInterface.md @@ -293,6 +293,6 @@ public setDeal(null|array|\YooKassa\Model\Deal\CaptureDealData $deal) : \YooKass --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-CreateCaptureRequestSerializer.md b/docs/classes/YooKassa-Request-Payments-CreateCaptureRequestSerializer.md index 8582ef3f..32c2d2d4 100644 --- a/docs/classes/YooKassa-Request-Payments-CreateCaptureRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Payments-CreateCaptureRequestSerializer.md @@ -78,6 +78,6 @@ public serialize(\YooKassa\Request\Payments\CreateCaptureRequestInterface $reque --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-CreateCaptureResponse.md b/docs/classes/YooKassa-Request-Payments-CreateCaptureResponse.md index 74566e82..f63a3e36 100644 --- a/docs/classes/YooKassa-Request-Payments-CreateCaptureResponse.md +++ b/docs/classes/YooKassa-Request-Payments-CreateCaptureResponse.md @@ -2054,6 +2054,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 2628248f..a46a82e5 100644 --- a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequest.md +++ b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequest.md @@ -2080,6 +2080,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 ecd7a676..50d48d36 100644 --- a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestBuilder.md @@ -1098,6 +1098,6 @@ protected initCurrentObject() : \YooKassa\Request\Payments\CreatePaymentRequest --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 949b3323..1d88badb 100644 --- a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestInterface.md +++ b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestInterface.md @@ -1019,6 +1019,6 @@ public setReceiver(null|array|\YooKassa\Request\Payments\ReceiverData\AbstractRe --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 9bab2771..262141aa 100644 --- a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestSerializer.md @@ -78,6 +78,6 @@ public serialize(\YooKassa\Request\Payments\CreatePaymentRequestInterface $reque --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 0be69f41..90afdf61 100644 --- a/docs/classes/YooKassa-Request-Payments-CreatePaymentResponse.md +++ b/docs/classes/YooKassa-Request-Payments-CreatePaymentResponse.md @@ -2054,6 +2054,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-FraudData.md b/docs/classes/YooKassa-Request-Payments-FraudData.md index 48edabba..6af83232 100644 --- a/docs/classes/YooKassa-Request-Payments-FraudData.md +++ b/docs/classes/YooKassa-Request-Payments-FraudData.md @@ -520,6 +520,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-Leg.md b/docs/classes/YooKassa-Request-Payments-Leg.md index a46b7b70..622f42c9 100644 --- a/docs/classes/YooKassa-Request-Payments-Leg.md +++ b/docs/classes/YooKassa-Request-Payments-Leg.md @@ -689,6 +689,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-LegInterface.md b/docs/classes/YooKassa-Request-Payments-LegInterface.md index 8c0c251e..e50d3142 100644 --- a/docs/classes/YooKassa-Request-Payments-LegInterface.md +++ b/docs/classes/YooKassa-Request-Payments-LegInterface.md @@ -180,6 +180,6 @@ public setDepartureDate(\DateTime|string|null $value) : self --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-Locale.md b/docs/classes/YooKassa-Request-Payments-Locale.md index 66af3496..58ce1a99 100644 --- a/docs/classes/YooKassa-Request-Payments-Locale.md +++ b/docs/classes/YooKassa-Request-Payments-Locale.md @@ -162,6 +162,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-MerchantCustomerBankAccount.md b/docs/classes/YooKassa-Request-Payments-MerchantCustomerBankAccount.md index 09a9525e..b7779499 100644 --- a/docs/classes/YooKassa-Request-Payments-MerchantCustomerBankAccount.md +++ b/docs/classes/YooKassa-Request-Payments-MerchantCustomerBankAccount.md @@ -506,6 +506,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-Passenger.md b/docs/classes/YooKassa-Request-Payments-Passenger.md index 26fa294d..2be16704 100644 --- a/docs/classes/YooKassa-Request-Payments-Passenger.md +++ b/docs/classes/YooKassa-Request-Payments-Passenger.md @@ -521,6 +521,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PassengerInterface.md b/docs/classes/YooKassa-Request-Payments-PassengerInterface.md index e311f0ec..224ca96b 100644 --- a/docs/classes/YooKassa-Request-Payments-PassengerInterface.md +++ b/docs/classes/YooKassa-Request-Payments-PassengerInterface.md @@ -135,6 +135,6 @@ public setLastName(string|null $value) : self --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-AbstractPaymentData.md b/docs/classes/YooKassa-Request-Payments-PaymentData-AbstractPaymentData.md index 8103e4ba..571ff86c 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-AbstractPaymentData.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-AbstractPaymentData.md @@ -449,6 +449,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-ElectronicCertificate-ElectronicCertificateArticle.md b/docs/classes/YooKassa-Request-Payments-PaymentData-ElectronicCertificate-ElectronicCertificateArticle.md index c51ba9ac..38ac9b30 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-ElectronicCertificate-ElectronicCertificateArticle.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-ElectronicCertificate-ElectronicCertificateArticle.md @@ -815,6 +815,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataAlfabank.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataAlfabank.md index af633644..dfdfb501 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataAlfabank.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataAlfabank.md @@ -502,6 +502,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataApplePay.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataApplePay.md index 9b77ddbb..657a4214 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataApplePay.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataApplePay.md @@ -514,6 +514,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataB2bSberbank.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataB2bSberbank.md index 36b8e561..f302c36b 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataB2bSberbank.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataB2bSberbank.md @@ -581,6 +581,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataBankCard.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataBankCard.md index 94646bf2..b2591aee 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataBankCard.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataBankCard.md @@ -501,6 +501,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataBankCardCard.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataBankCardCard.md index 465e8895..a94116e4 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataBankCardCard.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataBankCardCard.md @@ -681,6 +681,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataCash.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataCash.md index a3c177a9..99da039d 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataCash.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataCash.md @@ -501,6 +501,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataElectronicCertificate.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataElectronicCertificate.md index c5e248c3..3eb085f7 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataElectronicCertificate.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataElectronicCertificate.md @@ -635,6 +635,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataFactory.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataFactory.md index 995f9b74..f56d6884 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataFactory.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataFactory.md @@ -102,6 +102,6 @@ public factoryFromArray(array|null $data = null, string|null $type = null) : \Yo --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataGooglePay.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataGooglePay.md index c98a6ce9..5d472806 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataGooglePay.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataGooglePay.md @@ -581,6 +581,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataInstallments.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataInstallments.md index 3f6995c7..69618a3f 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataInstallments.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataInstallments.md @@ -448,6 +448,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataMobileBalance.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataMobileBalance.md index b9244ced..460bafef 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataMobileBalance.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataMobileBalance.md @@ -501,6 +501,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataQiwi.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataQiwi.md index c36a5547..f9d34995 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataQiwi.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataQiwi.md @@ -502,6 +502,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSberLoan.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSberLoan.md index 2618f552..26bb97c2 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSberLoan.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSberLoan.md @@ -447,6 +447,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSberbank.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSberbank.md index e44dd528..dd0bb12d 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSberbank.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSberbank.md @@ -501,6 +501,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSbp.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSbp.md index c906b728..5bc582d8 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSbp.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSbp.md @@ -447,6 +447,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataTinkoffBank.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataTinkoffBank.md index f8cf812c..90baef23 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataTinkoffBank.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataTinkoffBank.md @@ -447,6 +447,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataYooMoney.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataYooMoney.md index 12b7c5f6..0a7e579f 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataYooMoney.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataYooMoney.md @@ -447,6 +447,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 53eb8be7..9d174a17 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentResponse.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentResponse.md @@ -2054,6 +2054,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 4474f389..cfdbda47 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentsRequest.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentsRequest.md @@ -1361,6 +1361,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 ae0ab495..4374ce51 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentsRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentsRequestBuilder.md @@ -511,6 +511,6 @@ protected initCurrentObject() : \YooKassa\Request\Payments\PaymentsRequest --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 01230d6d..1456391b 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentsRequestInterface.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentsRequestInterface.md @@ -769,6 +769,6 @@ public setPaymentMethod(string $payment_method) : self --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 767fa9db..970e1b3d 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentsRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentsRequestSerializer.md @@ -78,6 +78,6 @@ public serialize(\YooKassa\Request\Payments\PaymentsRequestInterface $request) : --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 706da21b..e75d862a 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentsResponse.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentsResponse.md @@ -536,6 +536,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-ReceiverData-AbstractReceiver.md b/docs/classes/YooKassa-Request-Payments-ReceiverData-AbstractReceiver.md index 6dadc2df..e6ee1a34 100644 --- a/docs/classes/YooKassa-Request-Payments-ReceiverData-AbstractReceiver.md +++ b/docs/classes/YooKassa-Request-Payments-ReceiverData-AbstractReceiver.md @@ -452,6 +452,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverBankAccount.md b/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverBankAccount.md index 7b1028cd..6520824a 100644 --- a/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverBankAccount.md +++ b/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverBankAccount.md @@ -585,6 +585,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverDigitalWallet.md b/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverDigitalWallet.md index b1668fa1..cabff669 100644 --- a/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverDigitalWallet.md +++ b/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverDigitalWallet.md @@ -531,6 +531,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverFactory.md b/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverFactory.md index 8846e077..5be5fe58 100644 --- a/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverFactory.md +++ b/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverFactory.md @@ -102,6 +102,6 @@ public factoryFromArray(array|null $data = null, string|null $type = null) : \Yo --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverMobileBalance.md b/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverMobileBalance.md index d8bc3e7c..44adb3fa 100644 --- a/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverMobileBalance.md +++ b/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverMobileBalance.md @@ -518,6 +518,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverType.md b/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverType.md index eccc9fd4..68380a80 100644 --- a/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverType.md +++ b/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverType.md @@ -175,6 +175,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-TransferData.md b/docs/classes/YooKassa-Request-Payments-TransferData.md index e56c192a..e815cc0d 100644 --- a/docs/classes/YooKassa-Request-Payments-TransferData.md +++ b/docs/classes/YooKassa-Request-Payments-TransferData.md @@ -768,6 +768,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-TransferDataInterface.md b/docs/classes/YooKassa-Request-Payments-TransferDataInterface.md index 8a66cee5..ec7d31d0 100644 --- a/docs/classes/YooKassa-Request-Payments-TransferDataInterface.md +++ b/docs/classes/YooKassa-Request-Payments-TransferDataInterface.md @@ -336,6 +336,6 @@ public hasMetadata() : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 a5968ba0..df7acbfe 100644 --- a/docs/classes/YooKassa-Request-Payouts-AbstractPayoutResponse.md +++ b/docs/classes/YooKassa-Request-Payouts-AbstractPayoutResponse.md @@ -1304,6 +1304,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 deeed869..9b4d808d 100644 --- a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequest.md +++ b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequest.md @@ -1343,6 +1343,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 be20e299..fd545787 100644 --- a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestBuilder.md @@ -429,6 +429,6 @@ protected initCurrentObject() : \YooKassa\Request\Payouts\CreatePayoutRequest --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 f8d7a8fd..7bc7c03b 100644 --- a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md +++ b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md @@ -659,6 +659,6 @@ public setMetadata(null|array|\YooKassa\Model\Metadata $metadata) : self --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 88bcd2db..c4146ead 100644 --- a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestSerializer.md @@ -78,6 +78,6 @@ public serialize(\YooKassa\Request\Payouts\CreatePayoutRequestInterface $request --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 70440c5d..c32a5629 100644 --- a/docs/classes/YooKassa-Request-Payouts-CreatePayoutResponse.md +++ b/docs/classes/YooKassa-Request-Payouts-CreatePayoutResponse.md @@ -1305,6 +1305,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 f1c418d8..99773535 100644 --- a/docs/classes/YooKassa-Request-Payouts-IncomeReceiptData.md +++ b/docs/classes/YooKassa-Request-Payouts-IncomeReceiptData.md @@ -527,6 +527,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 c9195ad6..dfbdacf0 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-AbstractPayoutDestinationData.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-AbstractPayoutDestinationData.md @@ -468,6 +468,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 2b07dddb..7086ddc5 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataBankCard.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataBankCard.md @@ -524,6 +524,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 561c2a7a..a1919d57 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataBankCardCard.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataBankCardCard.md @@ -439,6 +439,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 0e88c8bd..09038253 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataFactory.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataFactory.md @@ -102,6 +102,6 @@ public factoryFromArray(array $data, null|string $type = null) : \YooKassa\Reque --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 e905ccf1..897dd9c7 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataSbp.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataSbp.md @@ -603,6 +603,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 7aa0ca23..a8204f26 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataYooMoney.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataYooMoney.md @@ -570,6 +570,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 c9cdc331..9b1371b7 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutPersonalData.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutPersonalData.md @@ -462,6 +462,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 63dd86c0..4ebb8b04 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutResponse.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutResponse.md @@ -1305,6 +1305,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 bc73cdcb..3b9359b5 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutSelfEmployedInfo.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutSelfEmployedInfo.md @@ -460,6 +460,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 faa6d504..022200af 100644 --- a/docs/classes/YooKassa-Request-Payouts-SbpBanksResponse.md +++ b/docs/classes/YooKassa-Request-Payouts-SbpBanksResponse.md @@ -536,6 +536,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-PersonalData-CreatePayoutStatementRecipientPersonalDataRequestBuilder.md b/docs/classes/YooKassa-Request-PersonalData-CreatePayoutStatementRecipientPersonalDataRequestBuilder.md index 298e4b9e..3dda6736 100644 --- a/docs/classes/YooKassa-Request-PersonalData-CreatePayoutStatementRecipientPersonalDataRequestBuilder.md +++ b/docs/classes/YooKassa-Request-PersonalData-CreatePayoutStatementRecipientPersonalDataRequestBuilder.md @@ -308,6 +308,6 @@ protected initCurrentObject() : \YooKassa\Request\PersonalData\PersonalDataType\ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 8b709b56..68ed350f 100644 --- a/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequestInterface.md +++ b/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequestInterface.md @@ -380,6 +380,6 @@ public toArray() : array --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-PersonalData-CreateSbpPayoutRecipientPersonalDataRequestBuilder.md b/docs/classes/YooKassa-Request-PersonalData-CreateSbpPayoutRecipientPersonalDataRequestBuilder.md index 590008a9..ad76af36 100644 --- a/docs/classes/YooKassa-Request-PersonalData-CreateSbpPayoutRecipientPersonalDataRequestBuilder.md +++ b/docs/classes/YooKassa-Request-PersonalData-CreateSbpPayoutRecipientPersonalDataRequestBuilder.md @@ -285,6 +285,6 @@ protected initCurrentObject() : \YooKassa\Request\PersonalData\PersonalDataType\ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 a4d2fae0..8922fd09 100644 --- a/docs/classes/YooKassa-Request-PersonalData-PersonalDataResponse.md +++ b/docs/classes/YooKassa-Request-PersonalData-PersonalDataResponse.md @@ -943,6 +943,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-AbstractPersonalDataRequest.md b/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-AbstractPersonalDataRequest.md index 513a6d2e..4946fe6f 100644 --- a/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-AbstractPersonalDataRequest.md +++ b/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-AbstractPersonalDataRequest.md @@ -662,6 +662,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-PayoutStatementRecipientPersonalDataRequest.md b/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-PayoutStatementRecipientPersonalDataRequest.md index 9997090d..2d1dfb8c 100644 --- a/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-PayoutStatementRecipientPersonalDataRequest.md +++ b/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-PayoutStatementRecipientPersonalDataRequest.md @@ -1034,6 +1034,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-RecipientPersonalDataRequestFactory.md b/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-RecipientPersonalDataRequestFactory.md index c61311a7..ba68c9f3 100644 --- a/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-RecipientPersonalDataRequestFactory.md +++ b/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-RecipientPersonalDataRequestFactory.md @@ -102,6 +102,6 @@ public factoryFromArray(array|null $data = null, string|null $type = null) : \Yo --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-SbpPayoutRecipientPersonalDataRequest.md b/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-SbpPayoutRecipientPersonalDataRequest.md index d73fda9e..3e31d439 100644 --- a/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-SbpPayoutRecipientPersonalDataRequest.md +++ b/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-SbpPayoutRecipientPersonalDataRequest.md @@ -963,6 +963,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 e06c3bbe..c082e311 100644 --- a/docs/classes/YooKassa-Request-Receipts-AbstractReceiptResponse.md +++ b/docs/classes/YooKassa-Request-Receipts-AbstractReceiptResponse.md @@ -1567,6 +1567,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 cbab43d2..2f4d2324 100644 --- a/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequest.md +++ b/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequest.md @@ -1336,6 +1336,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 6dde8211..00ae3637 100644 --- a/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestBuilder.md @@ -596,6 +596,6 @@ protected initCurrentObject() : \YooKassa\Request\Receipts\CreatePostReceiptRequ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 c93b8d59..0a72a928 100644 --- a/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestInterface.md +++ b/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestInterface.md @@ -591,6 +591,6 @@ public notEmpty() : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 85c4f0ac..ef018ac3 100644 --- a/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestSerializer.md @@ -65,6 +65,6 @@ public serialize(\YooKassa\Request\Receipts\CreatePostReceiptRequestInterface $r --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 ee21e688..d5b5404d 100644 --- a/docs/classes/YooKassa-Request-Receipts-PaymentReceiptResponse.md +++ b/docs/classes/YooKassa-Request-Receipts-PaymentReceiptResponse.md @@ -1680,6 +1680,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 69c296d7..86852e18 100644 --- a/docs/classes/YooKassa-Request-Receipts-ReceiptResponseFactory.md +++ b/docs/classes/YooKassa-Request-Receipts-ReceiptResponseFactory.md @@ -65,6 +65,6 @@ public factory(array $data) : \YooKassa\Request\Receipts\AbstractReceiptResponse --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 7eea9e12..bf3f8f59 100644 --- a/docs/classes/YooKassa-Request-Receipts-ReceiptResponseInterface.md +++ b/docs/classes/YooKassa-Request-Receipts-ReceiptResponseInterface.md @@ -210,6 +210,6 @@ public notEmpty() : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 5778410e..12c4da8f 100644 --- a/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItem.md +++ b/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItem.md @@ -47,8 +47,8 @@ | public | [$productCode](../classes/YooKassa-Request-Receipts-ReceiptResponseItem.md#property_productCode) | | Код товара — уникальный номер, который присваивается экземпляру товара при маркировке (тег в 54 ФЗ — 1162) | | public | [$quantity](../classes/YooKassa-Request-Receipts-ReceiptResponseItem.md#property_quantity) | | Количество (тег в 54 ФЗ — 1023) | | public | [$supplier](../classes/YooKassa-Request-Receipts-ReceiptResponseItem.md#property_supplier) | | Информация о поставщике товара или услуги (тег в 54 ФЗ — 1224) | -| public | [$vat_code](../classes/YooKassa-Request-Receipts-ReceiptResponseItem.md#property_vat_code) | | Ставка НДС, число 1-6 (тег в 54 ФЗ — 1199) | -| public | [$vatCode](../classes/YooKassa-Request-Receipts-ReceiptResponseItem.md#property_vatCode) | | Ставка НДС, число 1-6 (тег в 54 ФЗ — 1199) | +| public | [$vat_code](../classes/YooKassa-Request-Receipts-ReceiptResponseItem.md#property_vat_code) | | Ставка НДС, число 1-10 (тег в 54 ФЗ — 1199) | +| public | [$vatCode](../classes/YooKassa-Request-Receipts-ReceiptResponseItem.md#property_vatCode) | | Ставка НДС, число 1-10 (тег в 54 ФЗ — 1199) | --- ### Methods @@ -480,7 +480,7 @@ MAX_PRODUCT_CODE_LENGTH = 96 : int --- ***Description*** -Ставка НДС, число 1-6 (тег в 54 ФЗ — 1199) +Ставка НДС, число 1-10 (тег в 54 ФЗ — 1199) **Type:** int @@ -492,7 +492,7 @@ MAX_PRODUCT_CODE_LENGTH = 96 : int --- ***Description*** -Ставка НДС, число 1-6 (тег в 54 ФЗ — 1199) +Ставка НДС, число 1-10 (тег в 54 ФЗ — 1199) **Type:** int @@ -951,7 +951,7 @@ public getVatCode() : null|int **Details:** * Inherited From: [\YooKassa\Request\Receipts\ReceiptResponseItem](../classes/YooKassa-Request-Receipts-ReceiptResponseItem.md) -**Returns:** null|int - Ставка НДС, число 1-6, или null, если ставка не задана +**Returns:** null|int - Ставка НДС, число 1-10, или null, если ставка не задана @@ -1429,7 +1429,7 @@ public setVatCode(int|null $vat_code = null) : self ##### Parameters: | Type | Name | Description | | ---- | ---- | ----------- | -| int OR null | vat_code | Ставка НДС, число 1-6 | +| int OR null | vat_code | Ставка НДС, число 1-10 | **Returns:** self - @@ -1504,6 +1504,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 a72a0c1c..3ef8ecb4 100644 --- a/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItemInterface.md +++ b/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItemInterface.md @@ -50,8 +50,8 @@ Interface ReceiptResponseItemInterface. | property | | Количество (тег в 54 ФЗ — 1023) | | property | | Суммарная стоимость покупаемого товара в копейках/центах | | property | | Цена товара (тег в 54 ФЗ — 1079) | -| property | | Ставка НДС, число 1-6 (тег в 54 ФЗ — 1199) | -| property | | Ставка НДС, число 1-6 (тег в 54 ФЗ — 1199) | +| property | | Ставка НДС, число 1-10 (тег в 54 ФЗ — 1199) | +| property | | Ставка НДС, число 1-10 (тег в 54 ФЗ — 1199) | | property | | Признак предмета расчета (тег в 54 ФЗ — 1212) | | property | | Признак предмета расчета (тег в 54 ФЗ — 1212) | | property | | Признак способа расчета (тег в 54 ФЗ — 1214) | @@ -158,7 +158,7 @@ public getVatCode() : null|int **Details:** * Inherited From: [\YooKassa\Request\Receipts\ReceiptResponseItemInterface](../classes/YooKassa-Request-Receipts-ReceiptResponseItemInterface.md) -**Returns:** null|int - Ставка НДС, число 1-6, или null, если ставка не задана +**Returns:** null|int - Ставка НДС, число 1-10, или null, если ставка не задана @@ -382,6 +382,6 @@ public getSupplier() : \YooKassa\Model\Receipt\SupplierInterface|null --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 0e8982bf..d7eb1177 100644 --- a/docs/classes/YooKassa-Request-Receipts-ReceiptsRequest.md +++ b/docs/classes/YooKassa-Request-Receipts-ReceiptsRequest.md @@ -1240,6 +1240,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 62e9f79a..20260312 100644 --- a/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestBuilder.md @@ -411,6 +411,6 @@ protected initCurrentObject() : \YooKassa\Request\Receipts\ReceiptsRequest --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 924346a7..6c58430a 100644 --- a/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestInterface.md +++ b/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestInterface.md @@ -382,6 +382,6 @@ public hasLimit() : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 47aeaeb2..40143033 100644 --- a/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestSerializer.md @@ -65,6 +65,6 @@ public serialize(\YooKassa\Request\Receipts\ReceiptsRequestInterface $request) : --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 99fbffa7..c637411a 100644 --- a/docs/classes/YooKassa-Request-Receipts-ReceiptsResponse.md +++ b/docs/classes/YooKassa-Request-Receipts-ReceiptsResponse.md @@ -537,6 +537,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 2b3a9834..dfda1b79 100644 --- a/docs/classes/YooKassa-Request-Receipts-RefundReceiptResponse.md +++ b/docs/classes/YooKassa-Request-Receipts-RefundReceiptResponse.md @@ -1680,6 +1680,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 844c40f5..a9bf997b 100644 --- a/docs/classes/YooKassa-Request-Receipts-SimpleReceiptResponse.md +++ b/docs/classes/YooKassa-Request-Receipts-SimpleReceiptResponse.md @@ -1593,6 +1593,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 399ec7bd..16b09bff 100644 --- a/docs/classes/YooKassa-Request-Refunds-AbstractRefundResponse.md +++ b/docs/classes/YooKassa-Request-Refunds-AbstractRefundResponse.md @@ -1177,6 +1177,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 2a639be9..1da3c948 100644 --- a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequest.md +++ b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequest.md @@ -1072,6 +1072,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 85d26352..3b61c3ec 100644 --- a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestBuilder.md @@ -673,6 +673,6 @@ protected initCurrentObject() : \YooKassa\Request\Refunds\CreateRefundRequest --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 8f016082..ba80f1d5 100644 --- a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestInterface.md +++ b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestInterface.md @@ -345,6 +345,6 @@ public hasDeal() : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 5c1fc522..f4b41777 100644 --- a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestSerializer.md @@ -78,6 +78,6 @@ public serialize(\YooKassa\Request\Refunds\CreateRefundRequestInterface $request --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 f16cf03b..94dd0e9a 100644 --- a/docs/classes/YooKassa-Request-Refunds-CreateRefundResponse.md +++ b/docs/classes/YooKassa-Request-Refunds-CreateRefundResponse.md @@ -1178,6 +1178,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Refunds-RefundMethodData-AbstractRefundMethodData.md b/docs/classes/YooKassa-Request-Refunds-RefundMethodData-AbstractRefundMethodData.md index 3ddabec1..035e5179 100644 --- a/docs/classes/YooKassa-Request-Refunds-RefundMethodData-AbstractRefundMethodData.md +++ b/docs/classes/YooKassa-Request-Refunds-RefundMethodData-AbstractRefundMethodData.md @@ -452,6 +452,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Refunds-RefundMethodData-RefundMethodDataElectronicCertificate.md b/docs/classes/YooKassa-Request-Refunds-RefundMethodData-RefundMethodDataElectronicCertificate.md index a55a8d61..0c889302 100644 --- a/docs/classes/YooKassa-Request-Refunds-RefundMethodData-RefundMethodDataElectronicCertificate.md +++ b/docs/classes/YooKassa-Request-Refunds-RefundMethodData-RefundMethodDataElectronicCertificate.md @@ -585,6 +585,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Refunds-RefundMethodData-RefundMethodDataFactory.md b/docs/classes/YooKassa-Request-Refunds-RefundMethodData-RefundMethodDataFactory.md index 5761f947..b14079a8 100644 --- a/docs/classes/YooKassa-Request-Refunds-RefundMethodData-RefundMethodDataFactory.md +++ b/docs/classes/YooKassa-Request-Refunds-RefundMethodData-RefundMethodDataFactory.md @@ -102,6 +102,6 @@ public factoryFromArray(array $data, null|string $type = null) : \YooKassa\Reque --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 34279175..77f95b8f 100644 --- a/docs/classes/YooKassa-Request-Refunds-RefundResponse.md +++ b/docs/classes/YooKassa-Request-Refunds-RefundResponse.md @@ -1178,6 +1178,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 ca6ee058..de695b9b 100644 --- a/docs/classes/YooKassa-Request-Refunds-RefundsRequest.md +++ b/docs/classes/YooKassa-Request-Refunds-RefundsRequest.md @@ -1143,6 +1143,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 d3b4bf58..700ea80b 100644 --- a/docs/classes/YooKassa-Request-Refunds-RefundsRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Refunds-RefundsRequestBuilder.md @@ -395,6 +395,6 @@ protected initCurrentObject() : \YooKassa\Request\Refunds\RefundsRequestInterfac --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 2c25fcfb..1f5bf1e3 100644 --- a/docs/classes/YooKassa-Request-Refunds-RefundsRequestInterface.md +++ b/docs/classes/YooKassa-Request-Refunds-RefundsRequestInterface.md @@ -309,6 +309,6 @@ public hasCursor() : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 56f5d606..c8e12335 100644 --- a/docs/classes/YooKassa-Request-Refunds-RefundsRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Refunds-RefundsRequestSerializer.md @@ -78,6 +78,6 @@ public serialize(\YooKassa\Request\Refunds\RefundsRequestInterface $request) : a --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 f0ee6e67..8b8903c3 100644 --- a/docs/classes/YooKassa-Request-Refunds-RefundsResponse.md +++ b/docs/classes/YooKassa-Request-Refunds-RefundsResponse.md @@ -536,6 +536,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 c36e7807..2c0b508a 100644 --- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequest.md +++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequest.md @@ -725,6 +725,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 41764d3b..98477e2b 100644 --- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestBuilder.md +++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestBuilder.md @@ -265,6 +265,6 @@ protected initCurrentObject() : \YooKassa\Request\SelfEmployed\SelfEmployedReque --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 1c27f6da..13a712d0 100644 --- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmation.md +++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmation.md @@ -449,6 +449,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 d58a72d7..79df5d45 100644 --- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmationFactory.md +++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmationFactory.md @@ -102,6 +102,6 @@ public factoryFromArray(array $data, null|string $type = null) : \YooKassa\Reque --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 3bd98703..88675eda 100644 --- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmationRedirect.md +++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmationRedirect.md @@ -455,6 +455,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestInterface.md b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestInterface.md index 6efd20da..97cb1014 100644 --- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestInterface.md +++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestInterface.md @@ -251,6 +251,6 @@ public validate() : bool --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 3bd80b42..684a6224 100644 --- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestSerializer.md +++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestSerializer.md @@ -78,6 +78,6 @@ public serialize(\YooKassa\Request\SelfEmployed\SelfEmployedRequest $request) : --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 cc32b466..c70a1ff2 100644 --- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedResponse.md +++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedResponse.md @@ -888,6 +888,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 c4f232c3..f6ff88e7 100644 --- a/docs/classes/YooKassa-Request-Webhook-WebhookListResponse.md +++ b/docs/classes/YooKassa-Request-Webhook-WebhookListResponse.md @@ -537,6 +537,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/default.md b/docs/namespaces/default.md index 2e62cc0e..6e61207e 100644 --- a/docs/namespaces/default.md +++ b/docs/namespaces/default.md @@ -71,6 +71,6 @@ YOOKASSA_SDK_ROOT_PATH = __DIR__ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-client.md b/docs/namespaces/yookassa-client.md index b24e1a8d..e4d460b4 100644 --- a/docs/namespaces/yookassa-client.md +++ b/docs/namespaces/yookassa-client.md @@ -33,6 +33,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-common-exceptions.md b/docs/namespaces/yookassa-common-exceptions.md index 1af15135..85d16a8e 100644 --- a/docs/namespaces/yookassa-common-exceptions.md +++ b/docs/namespaces/yookassa-common-exceptions.md @@ -41,6 +41,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-common.md b/docs/namespaces/yookassa-common.md index 720128f7..9691239d 100644 --- a/docs/namespaces/yookassa-common.md +++ b/docs/namespaces/yookassa-common.md @@ -43,6 +43,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-helpers-config.md b/docs/namespaces/yookassa-helpers-config.md index f6df3d90..d0364f5a 100644 --- a/docs/namespaces/yookassa-helpers-config.md +++ b/docs/namespaces/yookassa-helpers-config.md @@ -31,6 +31,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-helpers.md b/docs/namespaces/yookassa-helpers.md index 793d5621..ef942338 100644 --- a/docs/namespaces/yookassa-helpers.md +++ b/docs/namespaces/yookassa-helpers.md @@ -35,6 +35,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-deal.md b/docs/namespaces/yookassa-model-deal.md index 84089e57..d52c4d84 100644 --- a/docs/namespaces/yookassa-model-deal.md +++ b/docs/namespaces/yookassa-model-deal.md @@ -44,6 +44,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-invoice-deliverymethod.md b/docs/namespaces/yookassa-model-invoice-deliverymethod.md index 9f88deb9..69524b2b 100644 --- a/docs/namespaces/yookassa-model-invoice-deliverymethod.md +++ b/docs/namespaces/yookassa-model-invoice-deliverymethod.md @@ -29,6 +29,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-invoice.md b/docs/namespaces/yookassa-model-invoice.md index 3ce9ff90..e3ef6cd8 100644 --- a/docs/namespaces/yookassa-model-invoice.md +++ b/docs/namespaces/yookassa-model-invoice.md @@ -41,6 +41,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-notification.md b/docs/namespaces/yookassa-model-notification.md index 69c3cb33..3880be78 100644 --- a/docs/namespaces/yookassa-model-notification.md +++ b/docs/namespaces/yookassa-model-notification.md @@ -41,6 +41,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-payment-confirmation.md b/docs/namespaces/yookassa-model-payment-confirmation.md index c03aea52..58483b21 100644 --- a/docs/namespaces/yookassa-model-payment-confirmation.md +++ b/docs/namespaces/yookassa-model-payment-confirmation.md @@ -32,6 +32,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-payment-paymentmethod-b2b-sberbank.md b/docs/namespaces/yookassa-model-payment-paymentmethod-b2b-sberbank.md index f57755de..a3cf624f 100644 --- a/docs/namespaces/yookassa-model-payment-paymentmethod-b2b-sberbank.md +++ b/docs/namespaces/yookassa-model-payment-paymentmethod-b2b-sberbank.md @@ -39,6 +39,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-payment-paymentmethod-b2b.md b/docs/namespaces/yookassa-model-payment-paymentmethod-b2b.md index 4b7fc40e..4219f6b9 100644 --- a/docs/namespaces/yookassa-model-payment-paymentmethod-b2b.md +++ b/docs/namespaces/yookassa-model-payment-paymentmethod-b2b.md @@ -23,6 +23,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-payment-paymentmethod-electroniccertificate.md b/docs/namespaces/yookassa-model-payment-paymentmethod-electroniccertificate.md index f0889102..171c9f75 100644 --- a/docs/namespaces/yookassa-model-payment-paymentmethod-electroniccertificate.md +++ b/docs/namespaces/yookassa-model-payment-paymentmethod-electroniccertificate.md @@ -27,6 +27,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-payment-paymentmethod.md b/docs/namespaces/yookassa-model-payment-paymentmethod.md index 24227030..128e72af 100644 --- a/docs/namespaces/yookassa-model-payment-paymentmethod.md +++ b/docs/namespaces/yookassa-model-payment-paymentmethod.md @@ -55,6 +55,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-payment.md b/docs/namespaces/yookassa-model-payment.md index 391afd7b..e7aca7e5 100644 --- a/docs/namespaces/yookassa-model-payment.md +++ b/docs/namespaces/yookassa-model-payment.md @@ -52,6 +52,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-payout.md b/docs/namespaces/yookassa-model-payout.md index e704750d..160bcc7c 100644 --- a/docs/namespaces/yookassa-model-payout.md +++ b/docs/namespaces/yookassa-model-payout.md @@ -45,6 +45,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-personaldata.md b/docs/namespaces/yookassa-model-personaldata.md index fcb3d4a6..7883a57d 100644 --- a/docs/namespaces/yookassa-model-personaldata.md +++ b/docs/namespaces/yookassa-model-personaldata.md @@ -36,6 +36,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-receipt.md b/docs/namespaces/yookassa-model-receipt.md index c7be75dc..875661ed 100644 --- a/docs/namespaces/yookassa-model-receipt.md +++ b/docs/namespaces/yookassa-model-receipt.md @@ -51,6 +51,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-refund-refundmethod-electroniccertificate.md b/docs/namespaces/yookassa-model-refund-refundmethod-electroniccertificate.md index dd84994b..9fcddce9 100644 --- a/docs/namespaces/yookassa-model-refund-refundmethod-electroniccertificate.md +++ b/docs/namespaces/yookassa-model-refund-refundmethod-electroniccertificate.md @@ -26,6 +26,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-refund-refundmethod.md b/docs/namespaces/yookassa-model-refund-refundmethod.md index a0475fb8..839c9fe3 100644 --- a/docs/namespaces/yookassa-model-refund-refundmethod.md +++ b/docs/namespaces/yookassa-model-refund-refundmethod.md @@ -33,6 +33,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-refund.md b/docs/namespaces/yookassa-model-refund.md index 046cce02..7b856ee7 100644 --- a/docs/namespaces/yookassa-model-refund.md +++ b/docs/namespaces/yookassa-model-refund.md @@ -42,6 +42,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-selfemployed.md b/docs/namespaces/yookassa-model-selfemployed.md index 2ed4fa38..d9f5ae15 100644 --- a/docs/namespaces/yookassa-model-selfemployed.md +++ b/docs/namespaces/yookassa-model-selfemployed.md @@ -36,6 +36,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-settings.md b/docs/namespaces/yookassa-model-settings.md index ff6607e2..395039e7 100644 --- a/docs/namespaces/yookassa-model-settings.md +++ b/docs/namespaces/yookassa-model-settings.md @@ -27,6 +27,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-webhook.md b/docs/namespaces/yookassa-model-webhook.md index 1a304799..d41b8d7c 100644 --- a/docs/namespaces/yookassa-model-webhook.md +++ b/docs/namespaces/yookassa-model-webhook.md @@ -31,6 +31,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model.md b/docs/namespaces/yookassa-model.md index db9fddef..270b281b 100644 --- a/docs/namespaces/yookassa-model.md +++ b/docs/namespaces/yookassa-model.md @@ -48,6 +48,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-deals.md b/docs/namespaces/yookassa-request-deals.md index 238ecefd..a8abac2b 100644 --- a/docs/namespaces/yookassa-request-deals.md +++ b/docs/namespaces/yookassa-request-deals.md @@ -41,6 +41,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-invoices-deliverymethoddata.md b/docs/namespaces/yookassa-request-invoices-deliverymethoddata.md index 5aad373d..38d66a55 100644 --- a/docs/namespaces/yookassa-request-invoices-deliverymethoddata.md +++ b/docs/namespaces/yookassa-request-invoices-deliverymethoddata.md @@ -27,6 +27,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-invoices.md b/docs/namespaces/yookassa-request-invoices.md index f313b239..f4fd0d24 100644 --- a/docs/namespaces/yookassa-request-invoices.md +++ b/docs/namespaces/yookassa-request-invoices.md @@ -39,6 +39,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-payments-confirmationattributes.md b/docs/namespaces/yookassa-request-payments-confirmationattributes.md index 9fc92514..751281bf 100644 --- a/docs/namespaces/yookassa-request-payments-confirmationattributes.md +++ b/docs/namespaces/yookassa-request-payments-confirmationattributes.md @@ -31,6 +31,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-payments-paymentdata-electroniccertificate.md b/docs/namespaces/yookassa-request-payments-paymentdata-electroniccertificate.md index 5d2e067e..cc9595f2 100644 --- a/docs/namespaces/yookassa-request-payments-paymentdata-electroniccertificate.md +++ b/docs/namespaces/yookassa-request-payments-paymentdata-electroniccertificate.md @@ -25,6 +25,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-payments-paymentdata.md b/docs/namespaces/yookassa-request-payments-paymentdata.md index 3d9f6222..a5a1f6f8 100644 --- a/docs/namespaces/yookassa-request-payments-paymentdata.md +++ b/docs/namespaces/yookassa-request-payments-paymentdata.md @@ -46,6 +46,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-payments-receiverdata.md b/docs/namespaces/yookassa-request-payments-receiverdata.md index 902424c1..30a58135 100644 --- a/docs/namespaces/yookassa-request-payments-receiverdata.md +++ b/docs/namespaces/yookassa-request-payments-receiverdata.md @@ -30,6 +30,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-payments.md b/docs/namespaces/yookassa-request-payments.md index b8926cf2..cc924e80 100644 --- a/docs/namespaces/yookassa-request-payments.md +++ b/docs/namespaces/yookassa-request-payments.md @@ -66,6 +66,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 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 637edaab..f18dfeaa 100644 --- a/docs/namespaces/yookassa-request-payouts-payoutdestinationdata.md +++ b/docs/namespaces/yookassa-request-payouts-payoutdestinationdata.md @@ -30,6 +30,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-payouts.md b/docs/namespaces/yookassa-request-payouts.md index 1b4e2d5d..3ab5cf5c 100644 --- a/docs/namespaces/yookassa-request-payouts.md +++ b/docs/namespaces/yookassa-request-payouts.md @@ -44,6 +44,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-personaldata-personaldatatype.md b/docs/namespaces/yookassa-request-personaldata-personaldatatype.md index 2d1a2d80..6361a8d3 100644 --- a/docs/namespaces/yookassa-request-personaldata-personaldatatype.md +++ b/docs/namespaces/yookassa-request-personaldata-personaldatatype.md @@ -28,6 +28,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-personaldata.md b/docs/namespaces/yookassa-request-personaldata.md index 7c287748..a7d6f593 100644 --- a/docs/namespaces/yookassa-request-personaldata.md +++ b/docs/namespaces/yookassa-request-personaldata.md @@ -37,6 +37,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-receipts.md b/docs/namespaces/yookassa-request-receipts.md index a0b924d1..bc54641d 100644 --- a/docs/namespaces/yookassa-request-receipts.md +++ b/docs/namespaces/yookassa-request-receipts.md @@ -46,6 +46,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-refunds-refundmethoddata.md b/docs/namespaces/yookassa-request-refunds-refundmethoddata.md index 056830a5..ce6cc1b3 100644 --- a/docs/namespaces/yookassa-request-refunds-refundmethoddata.md +++ b/docs/namespaces/yookassa-request-refunds-refundmethoddata.md @@ -27,6 +27,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-refunds.md b/docs/namespaces/yookassa-request-refunds.md index 34c41faf..d732c668 100644 --- a/docs/namespaces/yookassa-request-refunds.md +++ b/docs/namespaces/yookassa-request-refunds.md @@ -45,6 +45,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-selfemployed.md b/docs/namespaces/yookassa-request-selfemployed.md index 4a222a9b..37116aaf 100644 --- a/docs/namespaces/yookassa-request-selfemployed.md +++ b/docs/namespaces/yookassa-request-selfemployed.md @@ -37,6 +37,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-webhook.md b/docs/namespaces/yookassa-request-webhook.md index 17d9bf49..2e2ed796 100644 --- a/docs/namespaces/yookassa-request-webhook.md +++ b/docs/namespaces/yookassa-request-webhook.md @@ -25,6 +25,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request.md b/docs/namespaces/yookassa-request.md index 431f2363..906ba4ff 100644 --- a/docs/namespaces/yookassa-request.md +++ b/docs/namespaces/yookassa-request.md @@ -37,6 +37,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa.md b/docs/namespaces/yookassa.md index 9386dda8..f9625888 100644 --- a/docs/namespaces/yookassa.md +++ b/docs/namespaces/yookassa.md @@ -33,6 +33,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/readme.md b/docs/readme.md index 0f72ef56..6c73b4f9 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -71,6 +71,6 @@ YOOKASSA_SDK_ROOT_PATH = __DIR__ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/reports/deprecated.md b/docs/reports/deprecated.md index 0dfe146d..18979374 100644 --- a/docs/reports/deprecated.md +++ b/docs/reports/deprecated.md @@ -166,6 +166,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/reports/errors.md b/docs/reports/errors.md index ba4002eb..2e69f9ba 100644 --- a/docs/reports/errors.md +++ b/docs/reports/errors.md @@ -18,6 +18,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/docs/reports/markers.md b/docs/reports/markers.md index b3290e40..5a3f0a62 100644 --- a/docs/reports/markers.md +++ b/docs/reports/markers.md @@ -18,6 +18,6 @@ --- -This document was automatically generated from source code comments on 2024-12-16 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.phpdoc.org/) -© 2024 YooMoney \ No newline at end of file +© 2025 YooMoney \ No newline at end of file diff --git a/lib/Client.php b/lib/Client.php index 50e25d3d..f8ae625c 100644 --- a/lib/Client.php +++ b/lib/Client.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -125,7 +125,7 @@ class Client extends BaseClient /** * Текущая версия библиотеки. */ - public const SDK_VERSION = '3.7.4'; + public const SDK_VERSION = '3.8.0'; /** * Получить список платежей магазина. diff --git a/lib/Client/ApiClientInterface.php b/lib/Client/ApiClientInterface.php index e8e9eb01..6e7fa27a 100644 --- a/lib/Client/ApiClientInterface.php +++ b/lib/Client/ApiClientInterface.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Client/BaseClient.php b/lib/Client/BaseClient.php index 61dc2137..07f6d205 100644 --- a/lib/Client/BaseClient.php +++ b/lib/Client/BaseClient.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Client/CurlClient.php b/lib/Client/CurlClient.php index 39e6ee2b..812162b5 100644 --- a/lib/Client/CurlClient.php +++ b/lib/Client/CurlClient.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Client/UserAgent.php b/lib/Client/UserAgent.php index 55a3a449..c3d32287 100644 --- a/lib/Client/UserAgent.php +++ b/lib/Client/UserAgent.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Common/AbstractEnum.php b/lib/Common/AbstractEnum.php index ac6a1d82..6ec1debd 100644 --- a/lib/Common/AbstractEnum.php +++ b/lib/Common/AbstractEnum.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Common/AbstractObject.php b/lib/Common/AbstractObject.php index 5c7c6bdd..69bcbdd2 100644 --- a/lib/Common/AbstractObject.php +++ b/lib/Common/AbstractObject.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Common/AbstractRequest.php b/lib/Common/AbstractRequest.php index 0f08e5f0..2d9ac4df 100644 --- a/lib/Common/AbstractRequest.php +++ b/lib/Common/AbstractRequest.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Common/AbstractRequestBuilder.php b/lib/Common/AbstractRequestBuilder.php index d1840271..34d4a04c 100644 --- a/lib/Common/AbstractRequestBuilder.php +++ b/lib/Common/AbstractRequestBuilder.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Common/AbstractRequestInterface.php b/lib/Common/AbstractRequestInterface.php index 1ad867de..ad6e5f70 100644 --- a/lib/Common/AbstractRequestInterface.php +++ b/lib/Common/AbstractRequestInterface.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Common/Exceptions/ApiConnectionException.php b/lib/Common/Exceptions/ApiConnectionException.php index 5461600d..44f42c53 100644 --- a/lib/Common/Exceptions/ApiConnectionException.php +++ b/lib/Common/Exceptions/ApiConnectionException.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Common/Exceptions/ApiException.php b/lib/Common/Exceptions/ApiException.php index 28400549..b4beecaa 100644 --- a/lib/Common/Exceptions/ApiException.php +++ b/lib/Common/Exceptions/ApiException.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Common/Exceptions/AuthorizeException.php b/lib/Common/Exceptions/AuthorizeException.php index 0482e206..843e83ed 100644 --- a/lib/Common/Exceptions/AuthorizeException.php +++ b/lib/Common/Exceptions/AuthorizeException.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Common/Exceptions/BadApiRequestException.php b/lib/Common/Exceptions/BadApiRequestException.php index 064c2c76..121b8048 100644 --- a/lib/Common/Exceptions/BadApiRequestException.php +++ b/lib/Common/Exceptions/BadApiRequestException.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Common/Exceptions/EmptyPropertyValueException.php b/lib/Common/Exceptions/EmptyPropertyValueException.php index 73dd81c3..bd773f00 100644 --- a/lib/Common/Exceptions/EmptyPropertyValueException.php +++ b/lib/Common/Exceptions/EmptyPropertyValueException.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Common/Exceptions/ExtensionNotFoundException.php b/lib/Common/Exceptions/ExtensionNotFoundException.php index c9b070df..c393051c 100644 --- a/lib/Common/Exceptions/ExtensionNotFoundException.php +++ b/lib/Common/Exceptions/ExtensionNotFoundException.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Common/Exceptions/ForbiddenException.php b/lib/Common/Exceptions/ForbiddenException.php index 954f8adf..fbfc17be 100644 --- a/lib/Common/Exceptions/ForbiddenException.php +++ b/lib/Common/Exceptions/ForbiddenException.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Common/Exceptions/InternalServerError.php b/lib/Common/Exceptions/InternalServerError.php index 446eeb73..529e7a6e 100644 --- a/lib/Common/Exceptions/InternalServerError.php +++ b/lib/Common/Exceptions/InternalServerError.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Common/Exceptions/InvalidPropertyException.php b/lib/Common/Exceptions/InvalidPropertyException.php index 81f1f85e..e23360ac 100644 --- a/lib/Common/Exceptions/InvalidPropertyException.php +++ b/lib/Common/Exceptions/InvalidPropertyException.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Common/Exceptions/InvalidPropertyValueException.php b/lib/Common/Exceptions/InvalidPropertyValueException.php index 03f5558b..a1a4f823 100644 --- a/lib/Common/Exceptions/InvalidPropertyValueException.php +++ b/lib/Common/Exceptions/InvalidPropertyValueException.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Common/Exceptions/InvalidPropertyValueTypeException.php b/lib/Common/Exceptions/InvalidPropertyValueTypeException.php index 27d2c00d..c3e3054e 100644 --- a/lib/Common/Exceptions/InvalidPropertyValueTypeException.php +++ b/lib/Common/Exceptions/InvalidPropertyValueTypeException.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Common/Exceptions/InvalidRequestException.php b/lib/Common/Exceptions/InvalidRequestException.php index 0ad26ae0..c02cd028 100644 --- a/lib/Common/Exceptions/InvalidRequestException.php +++ b/lib/Common/Exceptions/InvalidRequestException.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Common/Exceptions/JsonException.php b/lib/Common/Exceptions/JsonException.php index 8776c8da..0a63c496 100644 --- a/lib/Common/Exceptions/JsonException.php +++ b/lib/Common/Exceptions/JsonException.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Common/Exceptions/NotFoundException.php b/lib/Common/Exceptions/NotFoundException.php index c0397277..3aa68465 100644 --- a/lib/Common/Exceptions/NotFoundException.php +++ b/lib/Common/Exceptions/NotFoundException.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Common/Exceptions/ResponseProcessingException.php b/lib/Common/Exceptions/ResponseProcessingException.php index d8e68e34..37fad4ec 100644 --- a/lib/Common/Exceptions/ResponseProcessingException.php +++ b/lib/Common/Exceptions/ResponseProcessingException.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Common/Exceptions/TooManyRequestsException.php b/lib/Common/Exceptions/TooManyRequestsException.php index 8191f407..3ec2e492 100644 --- a/lib/Common/Exceptions/TooManyRequestsException.php +++ b/lib/Common/Exceptions/TooManyRequestsException.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Common/Exceptions/UnauthorizedException.php b/lib/Common/Exceptions/UnauthorizedException.php index 2541c786..f8674fdf 100644 --- a/lib/Common/Exceptions/UnauthorizedException.php +++ b/lib/Common/Exceptions/UnauthorizedException.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Common/HttpVerb.php b/lib/Common/HttpVerb.php index 54f8cb5c..7c380b42 100644 --- a/lib/Common/HttpVerb.php +++ b/lib/Common/HttpVerb.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Common/ListObject.php b/lib/Common/ListObject.php index f6066f7b..6f28f4cc 100644 --- a/lib/Common/ListObject.php +++ b/lib/Common/ListObject.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Common/ListObjectInterface.php b/lib/Common/ListObjectInterface.php index 47f44dd3..3049c4b4 100644 --- a/lib/Common/ListObjectInterface.php +++ b/lib/Common/ListObjectInterface.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Common/LoggerWrapper.php b/lib/Common/LoggerWrapper.php index 519a6fe5..b573cf8b 100644 --- a/lib/Common/LoggerWrapper.php +++ b/lib/Common/LoggerWrapper.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Common/ResponseObject.php b/lib/Common/ResponseObject.php index 7e8e33e8..18711eb0 100644 --- a/lib/Common/ResponseObject.php +++ b/lib/Common/ResponseObject.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Helpers/Config/ConfigurationLoader.php b/lib/Helpers/Config/ConfigurationLoader.php index 5493d8b8..d6c472c4 100644 --- a/lib/Helpers/Config/ConfigurationLoader.php +++ b/lib/Helpers/Config/ConfigurationLoader.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Helpers/Config/ConfigurationLoaderInterface.php b/lib/Helpers/Config/ConfigurationLoaderInterface.php index 7c3e7911..f27f2c2a 100644 --- a/lib/Helpers/Config/ConfigurationLoaderInterface.php +++ b/lib/Helpers/Config/ConfigurationLoaderInterface.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Helpers/ProductCode.php b/lib/Helpers/ProductCode.php index c110d780..b218c49d 100644 --- a/lib/Helpers/ProductCode.php +++ b/lib/Helpers/ProductCode.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Helpers/Random.php b/lib/Helpers/Random.php index 852854a8..df5fb5e7 100644 --- a/lib/Helpers/Random.php +++ b/lib/Helpers/Random.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Helpers/RawHeadersParser.php b/lib/Helpers/RawHeadersParser.php index 0cb02f57..b8db4589 100644 --- a/lib/Helpers/RawHeadersParser.php +++ b/lib/Helpers/RawHeadersParser.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Helpers/SecurityHelper.php b/lib/Helpers/SecurityHelper.php index ca18ec89..6f6d6342 100644 --- a/lib/Helpers/SecurityHelper.php +++ b/lib/Helpers/SecurityHelper.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Helpers/StringObject.php b/lib/Helpers/StringObject.php index 05003c19..a96ea233 100644 --- a/lib/Helpers/StringObject.php +++ b/lib/Helpers/StringObject.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Helpers/TypeCast.php b/lib/Helpers/TypeCast.php index 3bb9ff53..fe417122 100644 --- a/lib/Helpers/TypeCast.php +++ b/lib/Helpers/TypeCast.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Helpers/UUID.php b/lib/Helpers/UUID.php index cc5070cc..9a86af5d 100644 --- a/lib/Helpers/UUID.php +++ b/lib/Helpers/UUID.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/AmountInterface.php b/lib/Model/AmountInterface.php index 26e0fe9f..b93989a0 100644 --- a/lib/Model/AmountInterface.php +++ b/lib/Model/AmountInterface.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/CancellationDetailsInterface.php b/lib/Model/CancellationDetailsInterface.php index 69ca76d8..ce867c6f 100644 --- a/lib/Model/CancellationDetailsInterface.php +++ b/lib/Model/CancellationDetailsInterface.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/CurrencyCode.php b/lib/Model/CurrencyCode.php index a88235ba..a252264d 100644 --- a/lib/Model/CurrencyCode.php +++ b/lib/Model/CurrencyCode.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Deal/AbstractBaseDeal.php b/lib/Model/Deal/AbstractBaseDeal.php index 2309753f..19ece5e2 100644 --- a/lib/Model/Deal/AbstractBaseDeal.php +++ b/lib/Model/Deal/AbstractBaseDeal.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Deal/CaptureDealData.php b/lib/Model/Deal/CaptureDealData.php index d2477b4e..e8caf9a9 100644 --- a/lib/Model/Deal/CaptureDealData.php +++ b/lib/Model/Deal/CaptureDealData.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Deal/DealBalanceAmount.php b/lib/Model/Deal/DealBalanceAmount.php index 4245478d..658bbafa 100644 --- a/lib/Model/Deal/DealBalanceAmount.php +++ b/lib/Model/Deal/DealBalanceAmount.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Deal/DealInterface.php b/lib/Model/Deal/DealInterface.php index caad4c0e..62c5648a 100644 --- a/lib/Model/Deal/DealInterface.php +++ b/lib/Model/Deal/DealInterface.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Deal/DealStatus.php b/lib/Model/Deal/DealStatus.php index c83b1cad..659f8869 100644 --- a/lib/Model/Deal/DealStatus.php +++ b/lib/Model/Deal/DealStatus.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Deal/DealType.php b/lib/Model/Deal/DealType.php index db841a4b..7873feca 100644 --- a/lib/Model/Deal/DealType.php +++ b/lib/Model/Deal/DealType.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Deal/FeeMoment.php b/lib/Model/Deal/FeeMoment.php index 7cd2b0bc..364d355b 100644 --- a/lib/Model/Deal/FeeMoment.php +++ b/lib/Model/Deal/FeeMoment.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Deal/PaymentDealInfo.php b/lib/Model/Deal/PaymentDealInfo.php index bdc4e622..6d3ba648 100644 --- a/lib/Model/Deal/PaymentDealInfo.php +++ b/lib/Model/Deal/PaymentDealInfo.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Deal/PayoutDealInfo.php b/lib/Model/Deal/PayoutDealInfo.php index b301bd2d..fe72730e 100644 --- a/lib/Model/Deal/PayoutDealInfo.php +++ b/lib/Model/Deal/PayoutDealInfo.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Deal/RefundDealData.php b/lib/Model/Deal/RefundDealData.php index 6f908a38..7e9c7643 100644 --- a/lib/Model/Deal/RefundDealData.php +++ b/lib/Model/Deal/RefundDealData.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Deal/RefundDealInfo.php b/lib/Model/Deal/RefundDealInfo.php index b4b01e80..6e1fa366 100644 --- a/lib/Model/Deal/RefundDealInfo.php +++ b/lib/Model/Deal/RefundDealInfo.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Deal/SafeDeal.php b/lib/Model/Deal/SafeDeal.php index c7098d0c..37a4f70b 100644 --- a/lib/Model/Deal/SafeDeal.php +++ b/lib/Model/Deal/SafeDeal.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Deal/SettlementPayoutPayment.php b/lib/Model/Deal/SettlementPayoutPayment.php index 6600b701..e7aa2239 100644 --- a/lib/Model/Deal/SettlementPayoutPayment.php +++ b/lib/Model/Deal/SettlementPayoutPayment.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Deal/SettlementPayoutPaymentType.php b/lib/Model/Deal/SettlementPayoutPaymentType.php index 19e69ab5..4a5693b4 100644 --- a/lib/Model/Deal/SettlementPayoutPaymentType.php +++ b/lib/Model/Deal/SettlementPayoutPaymentType.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Deal/SettlementPayoutRefund.php b/lib/Model/Deal/SettlementPayoutRefund.php index cb651b0a..c69b09b3 100644 --- a/lib/Model/Deal/SettlementPayoutRefund.php +++ b/lib/Model/Deal/SettlementPayoutRefund.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Invoice/DeliveryMethod/AbstractDeliveryMethod.php b/lib/Model/Invoice/DeliveryMethod/AbstractDeliveryMethod.php index c4811cf2..b1281818 100644 --- a/lib/Model/Invoice/DeliveryMethod/AbstractDeliveryMethod.php +++ b/lib/Model/Invoice/DeliveryMethod/AbstractDeliveryMethod.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Invoice/DeliveryMethod/DeliveryMethodFactory.php b/lib/Model/Invoice/DeliveryMethod/DeliveryMethodFactory.php index 5e45b174..7b4b8809 100644 --- a/lib/Model/Invoice/DeliveryMethod/DeliveryMethodFactory.php +++ b/lib/Model/Invoice/DeliveryMethod/DeliveryMethodFactory.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Invoice/DeliveryMethod/DeliveryMethodSelf.php b/lib/Model/Invoice/DeliveryMethod/DeliveryMethodSelf.php index 4b23bca5..81d238de 100644 --- a/lib/Model/Invoice/DeliveryMethod/DeliveryMethodSelf.php +++ b/lib/Model/Invoice/DeliveryMethod/DeliveryMethodSelf.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Invoice/DeliveryMethod/DeliveryMethodType.php b/lib/Model/Invoice/DeliveryMethod/DeliveryMethodType.php index f928ad50..33cb6785 100644 --- a/lib/Model/Invoice/DeliveryMethod/DeliveryMethodType.php +++ b/lib/Model/Invoice/DeliveryMethod/DeliveryMethodType.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Invoice/DeliveryMethod/DeliveryMethodUnknown.php b/lib/Model/Invoice/DeliveryMethod/DeliveryMethodUnknown.php index 6481ec62..fd7dcb23 100644 --- a/lib/Model/Invoice/DeliveryMethod/DeliveryMethodUnknown.php +++ b/lib/Model/Invoice/DeliveryMethod/DeliveryMethodUnknown.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Invoice/Invoice.php b/lib/Model/Invoice/Invoice.php index e12ef9a4..0b28f0f6 100644 --- a/lib/Model/Invoice/Invoice.php +++ b/lib/Model/Invoice/Invoice.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Invoice/InvoiceCancellationDetails.php b/lib/Model/Invoice/InvoiceCancellationDetails.php index 753606f9..6ed2f61f 100644 --- a/lib/Model/Invoice/InvoiceCancellationDetails.php +++ b/lib/Model/Invoice/InvoiceCancellationDetails.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Invoice/InvoiceCancellationDetailsPartyCode.php b/lib/Model/Invoice/InvoiceCancellationDetailsPartyCode.php index b9ce1750..0a6b65ad 100644 --- a/lib/Model/Invoice/InvoiceCancellationDetailsPartyCode.php +++ b/lib/Model/Invoice/InvoiceCancellationDetailsPartyCode.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Invoice/InvoiceCancellationDetailsReasonCode.php b/lib/Model/Invoice/InvoiceCancellationDetailsReasonCode.php index 362671bc..131e0427 100644 --- a/lib/Model/Invoice/InvoiceCancellationDetailsReasonCode.php +++ b/lib/Model/Invoice/InvoiceCancellationDetailsReasonCode.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Invoice/InvoiceInterface.php b/lib/Model/Invoice/InvoiceInterface.php index 30fd9190..8a1fe7bf 100644 --- a/lib/Model/Invoice/InvoiceInterface.php +++ b/lib/Model/Invoice/InvoiceInterface.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Invoice/InvoiceStatus.php b/lib/Model/Invoice/InvoiceStatus.php index 4a22b4d2..fb7eeb35 100644 --- a/lib/Model/Invoice/InvoiceStatus.php +++ b/lib/Model/Invoice/InvoiceStatus.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Invoice/LineItem.php b/lib/Model/Invoice/LineItem.php index 6d0d5cd4..d57c2940 100644 --- a/lib/Model/Invoice/LineItem.php +++ b/lib/Model/Invoice/LineItem.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Invoice/PaymentDetails.php b/lib/Model/Invoice/PaymentDetails.php index 4c7eb6be..95fc2ca9 100644 --- a/lib/Model/Invoice/PaymentDetails.php +++ b/lib/Model/Invoice/PaymentDetails.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Metadata.php b/lib/Model/Metadata.php index db3a4ee5..fc453620 100644 --- a/lib/Model/Metadata.php +++ b/lib/Model/Metadata.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/MonetaryAmount.php b/lib/Model/MonetaryAmount.php index acd9f5d9..8477bda6 100644 --- a/lib/Model/MonetaryAmount.php +++ b/lib/Model/MonetaryAmount.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Notification/AbstractNotification.php b/lib/Model/Notification/AbstractNotification.php index 1a025a36..aba329f7 100644 --- a/lib/Model/Notification/AbstractNotification.php +++ b/lib/Model/Notification/AbstractNotification.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Notification/NotificationCanceled.php b/lib/Model/Notification/NotificationCanceled.php index 3ff968ae..c3c048f6 100644 --- a/lib/Model/Notification/NotificationCanceled.php +++ b/lib/Model/Notification/NotificationCanceled.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Notification/NotificationDealClosed.php b/lib/Model/Notification/NotificationDealClosed.php index 8b96052d..38557c1f 100644 --- a/lib/Model/Notification/NotificationDealClosed.php +++ b/lib/Model/Notification/NotificationDealClosed.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Notification/NotificationEventType.php b/lib/Model/Notification/NotificationEventType.php index 0fb81028..38c28344 100644 --- a/lib/Model/Notification/NotificationEventType.php +++ b/lib/Model/Notification/NotificationEventType.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Notification/NotificationFactory.php b/lib/Model/Notification/NotificationFactory.php index ab1562ce..18bdc0b7 100644 --- a/lib/Model/Notification/NotificationFactory.php +++ b/lib/Model/Notification/NotificationFactory.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Notification/NotificationInterface.php b/lib/Model/Notification/NotificationInterface.php index a7b55270..93f6c5b8 100644 --- a/lib/Model/Notification/NotificationInterface.php +++ b/lib/Model/Notification/NotificationInterface.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Notification/NotificationPayoutCanceled.php b/lib/Model/Notification/NotificationPayoutCanceled.php index 40e69f8e..38d0a26b 100644 --- a/lib/Model/Notification/NotificationPayoutCanceled.php +++ b/lib/Model/Notification/NotificationPayoutCanceled.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Notification/NotificationPayoutSucceeded.php b/lib/Model/Notification/NotificationPayoutSucceeded.php index 69e75803..3b373288 100644 --- a/lib/Model/Notification/NotificationPayoutSucceeded.php +++ b/lib/Model/Notification/NotificationPayoutSucceeded.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Notification/NotificationRefundSucceeded.php b/lib/Model/Notification/NotificationRefundSucceeded.php index 718b01a9..ab600b57 100644 --- a/lib/Model/Notification/NotificationRefundSucceeded.php +++ b/lib/Model/Notification/NotificationRefundSucceeded.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Notification/NotificationSucceeded.php b/lib/Model/Notification/NotificationSucceeded.php index 299608e9..82883ed5 100644 --- a/lib/Model/Notification/NotificationSucceeded.php +++ b/lib/Model/Notification/NotificationSucceeded.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Notification/NotificationType.php b/lib/Model/Notification/NotificationType.php index b36641d5..95d7597b 100644 --- a/lib/Model/Notification/NotificationType.php +++ b/lib/Model/Notification/NotificationType.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Notification/NotificationWaitingForCapture.php b/lib/Model/Notification/NotificationWaitingForCapture.php index 441ad572..c2e71a8f 100644 --- a/lib/Model/Notification/NotificationWaitingForCapture.php +++ b/lib/Model/Notification/NotificationWaitingForCapture.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/AuthorizationDetails.php b/lib/Model/Payment/AuthorizationDetails.php index 2e1d11e7..805cd1a5 100644 --- a/lib/Model/Payment/AuthorizationDetails.php +++ b/lib/Model/Payment/AuthorizationDetails.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/AuthorizationDetailsInterface.php b/lib/Model/Payment/AuthorizationDetailsInterface.php index 8c9f0b03..fc948b39 100644 --- a/lib/Model/Payment/AuthorizationDetailsInterface.php +++ b/lib/Model/Payment/AuthorizationDetailsInterface.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/CancellationDetails.php b/lib/Model/Payment/CancellationDetails.php index 599a3dc2..92994d9e 100644 --- a/lib/Model/Payment/CancellationDetails.php +++ b/lib/Model/Payment/CancellationDetails.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/CancellationDetailsPartyCode.php b/lib/Model/Payment/CancellationDetailsPartyCode.php index ba59ff1a..ddafb90c 100644 --- a/lib/Model/Payment/CancellationDetailsPartyCode.php +++ b/lib/Model/Payment/CancellationDetailsPartyCode.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/CancellationDetailsReasonCode.php b/lib/Model/Payment/CancellationDetailsReasonCode.php index b8078250..7d222cce 100644 --- a/lib/Model/Payment/CancellationDetailsReasonCode.php +++ b/lib/Model/Payment/CancellationDetailsReasonCode.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/Confirmation/AbstractConfirmation.php b/lib/Model/Payment/Confirmation/AbstractConfirmation.php index 6905888e..83a5fc83 100644 --- a/lib/Model/Payment/Confirmation/AbstractConfirmation.php +++ b/lib/Model/Payment/Confirmation/AbstractConfirmation.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/Confirmation/ConfirmationCodeVerification.php b/lib/Model/Payment/Confirmation/ConfirmationCodeVerification.php index 944e0b63..f1732938 100644 --- a/lib/Model/Payment/Confirmation/ConfirmationCodeVerification.php +++ b/lib/Model/Payment/Confirmation/ConfirmationCodeVerification.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/Confirmation/ConfirmationEmbedded.php b/lib/Model/Payment/Confirmation/ConfirmationEmbedded.php index 50742e3c..423a8e3e 100644 --- a/lib/Model/Payment/Confirmation/ConfirmationEmbedded.php +++ b/lib/Model/Payment/Confirmation/ConfirmationEmbedded.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/Confirmation/ConfirmationExternal.php b/lib/Model/Payment/Confirmation/ConfirmationExternal.php index 1881e387..1d9c9264 100644 --- a/lib/Model/Payment/Confirmation/ConfirmationExternal.php +++ b/lib/Model/Payment/Confirmation/ConfirmationExternal.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/Confirmation/ConfirmationFactory.php b/lib/Model/Payment/Confirmation/ConfirmationFactory.php index 01ab1c8a..69319b99 100644 --- a/lib/Model/Payment/Confirmation/ConfirmationFactory.php +++ b/lib/Model/Payment/Confirmation/ConfirmationFactory.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/Confirmation/ConfirmationMobileApplication.php b/lib/Model/Payment/Confirmation/ConfirmationMobileApplication.php index d3f04dfb..b71be7a9 100644 --- a/lib/Model/Payment/Confirmation/ConfirmationMobileApplication.php +++ b/lib/Model/Payment/Confirmation/ConfirmationMobileApplication.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/Confirmation/ConfirmationQr.php b/lib/Model/Payment/Confirmation/ConfirmationQr.php index 900db6dc..59d7185c 100644 --- a/lib/Model/Payment/Confirmation/ConfirmationQr.php +++ b/lib/Model/Payment/Confirmation/ConfirmationQr.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/Confirmation/ConfirmationRedirect.php b/lib/Model/Payment/Confirmation/ConfirmationRedirect.php index 853e6963..45a6866a 100644 --- a/lib/Model/Payment/Confirmation/ConfirmationRedirect.php +++ b/lib/Model/Payment/Confirmation/ConfirmationRedirect.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/ConfirmationType.php b/lib/Model/Payment/ConfirmationType.php index 546a184f..5b15174f 100644 --- a/lib/Model/Payment/ConfirmationType.php +++ b/lib/Model/Payment/ConfirmationType.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/Payment.php b/lib/Model/Payment/Payment.php index a0f1caa9..9d66e01b 100644 --- a/lib/Model/Payment/Payment.php +++ b/lib/Model/Payment/Payment.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentInterface.php b/lib/Model/Payment/PaymentInterface.php index e26c3570..9eebaa3b 100644 --- a/lib/Model/Payment/PaymentInterface.php +++ b/lib/Model/Payment/PaymentInterface.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentInvoiceDetails.php b/lib/Model/Payment/PaymentInvoiceDetails.php index 52795ee5..50aa4735 100644 --- a/lib/Model/Payment/PaymentInvoiceDetails.php +++ b/lib/Model/Payment/PaymentInvoiceDetails.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentMethod/AbstractPaymentMethod.php b/lib/Model/Payment/PaymentMethod/AbstractPaymentMethod.php index 12b8282e..00feb779 100644 --- a/lib/Model/Payment/PaymentMethod/AbstractPaymentMethod.php +++ b/lib/Model/Payment/PaymentMethod/AbstractPaymentMethod.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/AbstractVatData.php b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/AbstractVatData.php index 323f04cd..638d2c62 100644 --- a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/AbstractVatData.php +++ b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/AbstractVatData.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/CalculatedVatData.php b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/CalculatedVatData.php index 307afde4..97ad3d6d 100644 --- a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/CalculatedVatData.php +++ b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/CalculatedVatData.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -40,7 +40,7 @@ use YooKassa\Validator\Constraints as Assert; * @author cms@yoomoney.ru * @link https://yookassa.ru/developers/api * - * @property string $rate Налоговая ставка (в процентах). Возможные значения: ~`7`, ~`10`, ~`18` и ~`20`. + * @property string $rate Налоговая ставка (в процентах). Возможные значения: ~`5`, ~`7`, ~`10`, ~`18` и ~`20`. * @property AmountInterface $amount Сумма НДС */ class CalculatedVatData extends AbstractVatData diff --git a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/MixedVatData.php b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/MixedVatData.php index 5b86951d..f636f7f3 100644 --- a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/MixedVatData.php +++ b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/MixedVatData.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/PayerBankDetails.php b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/PayerBankDetails.php index a385ed94..3438c052 100644 --- a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/PayerBankDetails.php +++ b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/PayerBankDetails.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/PayerBankDetailsInterface.php b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/PayerBankDetailsInterface.php index 6e048667..d368c9e5 100644 --- a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/PayerBankDetailsInterface.php +++ b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/PayerBankDetailsInterface.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/UntaxedVatData.php b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/UntaxedVatData.php index c6dc4177..2e874f22 100644 --- a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/UntaxedVatData.php +++ b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/UntaxedVatData.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/VatDataFactory.php b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/VatDataFactory.php index 9420e091..09dec77b 100644 --- a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/VatDataFactory.php +++ b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/VatDataFactory.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/VatDataInterface.php b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/VatDataInterface.php index a85c910d..4679aa65 100644 --- a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/VatDataInterface.php +++ b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/VatDataInterface.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/VatDataRate.php b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/VatDataRate.php index f4effa0a..7b90e9d8 100644 --- a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/VatDataRate.php +++ b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/VatDataRate.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -34,6 +34,7 @@ use YooKassa\Common\AbstractEnum; * Налоговая ставка НДС. * * Возможные значения: + * - 5 - 5% * - 7 - 7% * - 10 - 10% * - 18 - 18% @@ -46,6 +47,9 @@ use YooKassa\Common\AbstractEnum; */ class VatDataRate extends AbstractEnum { + /** 5% */ + public const RATE_5 = '5'; + /** 7% */ public const RATE_7 = '7'; @@ -59,9 +63,10 @@ class VatDataRate extends AbstractEnum public const RATE_20 = '20'; protected static array $validValues = [ + self::RATE_5 => true, self::RATE_7 => true, self::RATE_10 => true, - self::RATE_18 => true, + self::RATE_18 => false, self::RATE_20 => true, ]; } diff --git a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/VatDataType.php b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/VatDataType.php index e06120e1..36ecd8b5 100644 --- a/lib/Model/Payment/PaymentMethod/B2b/Sberbank/VatDataType.php +++ b/lib/Model/Payment/PaymentMethod/B2b/Sberbank/VatDataType.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentMethod/BankCard.php b/lib/Model/Payment/PaymentMethod/BankCard.php index d28849f6..08616627 100644 --- a/lib/Model/Payment/PaymentMethod/BankCard.php +++ b/lib/Model/Payment/PaymentMethod/BankCard.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentMethod/BankCardProduct.php b/lib/Model/Payment/PaymentMethod/BankCardProduct.php index daf16b0d..9358de19 100644 --- a/lib/Model/Payment/PaymentMethod/BankCardProduct.php +++ b/lib/Model/Payment/PaymentMethod/BankCardProduct.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentMethod/BankCardSource.php b/lib/Model/Payment/PaymentMethod/BankCardSource.php index 59b37f3a..957b576d 100644 --- a/lib/Model/Payment/PaymentMethod/BankCardSource.php +++ b/lib/Model/Payment/PaymentMethod/BankCardSource.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentMethod/BankCardType.php b/lib/Model/Payment/PaymentMethod/BankCardType.php index 222f63d6..6a733751 100644 --- a/lib/Model/Payment/PaymentMethod/BankCardType.php +++ b/lib/Model/Payment/PaymentMethod/BankCardType.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentMethod/ElectronicCertificate/ElectronicCertificate.php b/lib/Model/Payment/PaymentMethod/ElectronicCertificate/ElectronicCertificate.php index 4f485ec2..2be42cf6 100644 --- a/lib/Model/Payment/PaymentMethod/ElectronicCertificate/ElectronicCertificate.php +++ b/lib/Model/Payment/PaymentMethod/ElectronicCertificate/ElectronicCertificate.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentMethod/ElectronicCertificate/ElectronicCertificateApprovedPaymentArticle.php b/lib/Model/Payment/PaymentMethod/ElectronicCertificate/ElectronicCertificateApprovedPaymentArticle.php index c0ae6e0e..93a81a98 100644 --- a/lib/Model/Payment/PaymentMethod/ElectronicCertificate/ElectronicCertificateApprovedPaymentArticle.php +++ b/lib/Model/Payment/PaymentMethod/ElectronicCertificate/ElectronicCertificateApprovedPaymentArticle.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentMethod/ElectronicCertificate/ElectronicCertificatePaymentData.php b/lib/Model/Payment/PaymentMethod/ElectronicCertificate/ElectronicCertificatePaymentData.php index 5d0c3b81..2a62bfcd 100644 --- a/lib/Model/Payment/PaymentMethod/ElectronicCertificate/ElectronicCertificatePaymentData.php +++ b/lib/Model/Payment/PaymentMethod/ElectronicCertificate/ElectronicCertificatePaymentData.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodAlfaBank.php b/lib/Model/Payment/PaymentMethod/PaymentMethodAlfaBank.php index 4eee43e2..78e747dd 100644 --- a/lib/Model/Payment/PaymentMethod/PaymentMethodAlfaBank.php +++ b/lib/Model/Payment/PaymentMethod/PaymentMethodAlfaBank.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodApplePay.php b/lib/Model/Payment/PaymentMethod/PaymentMethodApplePay.php index 40d4d41d..14190b7d 100644 --- a/lib/Model/Payment/PaymentMethod/PaymentMethodApplePay.php +++ b/lib/Model/Payment/PaymentMethod/PaymentMethodApplePay.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodB2bSberbank.php b/lib/Model/Payment/PaymentMethod/PaymentMethodB2bSberbank.php index 6ea41687..32360f95 100644 --- a/lib/Model/Payment/PaymentMethod/PaymentMethodB2bSberbank.php +++ b/lib/Model/Payment/PaymentMethod/PaymentMethodB2bSberbank.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodBankCard.php b/lib/Model/Payment/PaymentMethod/PaymentMethodBankCard.php index 89504184..f89d9458 100644 --- a/lib/Model/Payment/PaymentMethod/PaymentMethodBankCard.php +++ b/lib/Model/Payment/PaymentMethod/PaymentMethodBankCard.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodCash.php b/lib/Model/Payment/PaymentMethod/PaymentMethodCash.php index d57b6caa..e99fe4d1 100644 --- a/lib/Model/Payment/PaymentMethod/PaymentMethodCash.php +++ b/lib/Model/Payment/PaymentMethod/PaymentMethodCash.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodElectronicCertificate.php b/lib/Model/Payment/PaymentMethod/PaymentMethodElectronicCertificate.php index 005a17b9..23338d0a 100644 --- a/lib/Model/Payment/PaymentMethod/PaymentMethodElectronicCertificate.php +++ b/lib/Model/Payment/PaymentMethod/PaymentMethodElectronicCertificate.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodFactory.php b/lib/Model/Payment/PaymentMethod/PaymentMethodFactory.php index 36cfcab2..53049b23 100644 --- a/lib/Model/Payment/PaymentMethod/PaymentMethodFactory.php +++ b/lib/Model/Payment/PaymentMethod/PaymentMethodFactory.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodGooglePay.php b/lib/Model/Payment/PaymentMethod/PaymentMethodGooglePay.php index a4af5ba2..b7d57f8d 100644 --- a/lib/Model/Payment/PaymentMethod/PaymentMethodGooglePay.php +++ b/lib/Model/Payment/PaymentMethod/PaymentMethodGooglePay.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodInstallments.php b/lib/Model/Payment/PaymentMethod/PaymentMethodInstallments.php index 9be3174e..1e23597f 100644 --- a/lib/Model/Payment/PaymentMethod/PaymentMethodInstallments.php +++ b/lib/Model/Payment/PaymentMethod/PaymentMethodInstallments.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodMobileBalance.php b/lib/Model/Payment/PaymentMethod/PaymentMethodMobileBalance.php index 62915c0a..2231f55d 100644 --- a/lib/Model/Payment/PaymentMethod/PaymentMethodMobileBalance.php +++ b/lib/Model/Payment/PaymentMethod/PaymentMethodMobileBalance.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodPsb.php b/lib/Model/Payment/PaymentMethod/PaymentMethodPsb.php index 5136892c..15cc201b 100644 --- a/lib/Model/Payment/PaymentMethod/PaymentMethodPsb.php +++ b/lib/Model/Payment/PaymentMethod/PaymentMethodPsb.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodQiwi.php b/lib/Model/Payment/PaymentMethod/PaymentMethodQiwi.php index 6e62f708..a533b24d 100644 --- a/lib/Model/Payment/PaymentMethod/PaymentMethodQiwi.php +++ b/lib/Model/Payment/PaymentMethod/PaymentMethodQiwi.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodSberLoan.php b/lib/Model/Payment/PaymentMethod/PaymentMethodSberLoan.php index 7853e442..b4f33be8 100644 --- a/lib/Model/Payment/PaymentMethod/PaymentMethodSberLoan.php +++ b/lib/Model/Payment/PaymentMethod/PaymentMethodSberLoan.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodSberbank.php b/lib/Model/Payment/PaymentMethod/PaymentMethodSberbank.php index 37c13387..b24a64cf 100644 --- a/lib/Model/Payment/PaymentMethod/PaymentMethodSberbank.php +++ b/lib/Model/Payment/PaymentMethod/PaymentMethodSberbank.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodSbp.php b/lib/Model/Payment/PaymentMethod/PaymentMethodSbp.php index c1fa7351..51ab818d 100644 --- a/lib/Model/Payment/PaymentMethod/PaymentMethodSbp.php +++ b/lib/Model/Payment/PaymentMethod/PaymentMethodSbp.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodTinkoffBank.php b/lib/Model/Payment/PaymentMethod/PaymentMethodTinkoffBank.php index ae6f9e84..4ee116b0 100644 --- a/lib/Model/Payment/PaymentMethod/PaymentMethodTinkoffBank.php +++ b/lib/Model/Payment/PaymentMethod/PaymentMethodTinkoffBank.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodUnknown.php b/lib/Model/Payment/PaymentMethod/PaymentMethodUnknown.php index 8784544b..44b3ee94 100644 --- a/lib/Model/Payment/PaymentMethod/PaymentMethodUnknown.php +++ b/lib/Model/Payment/PaymentMethod/PaymentMethodUnknown.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodWebmoney.php b/lib/Model/Payment/PaymentMethod/PaymentMethodWebmoney.php index a2c21d83..8a1634bf 100644 --- a/lib/Model/Payment/PaymentMethod/PaymentMethodWebmoney.php +++ b/lib/Model/Payment/PaymentMethod/PaymentMethodWebmoney.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodWechat.php b/lib/Model/Payment/PaymentMethod/PaymentMethodWechat.php index bbf30b0c..52a78f51 100644 --- a/lib/Model/Payment/PaymentMethod/PaymentMethodWechat.php +++ b/lib/Model/Payment/PaymentMethod/PaymentMethodWechat.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentMethod/PaymentMethodYooMoney.php b/lib/Model/Payment/PaymentMethod/PaymentMethodYooMoney.php index bba20d67..50bdb2bc 100644 --- a/lib/Model/Payment/PaymentMethod/PaymentMethodYooMoney.php +++ b/lib/Model/Payment/PaymentMethod/PaymentMethodYooMoney.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentMethod/SbpPayerBankDetails.php b/lib/Model/Payment/PaymentMethod/SbpPayerBankDetails.php index e70c0df2..4ce56793 100644 --- a/lib/Model/Payment/PaymentMethod/SbpPayerBankDetails.php +++ b/lib/Model/Payment/PaymentMethod/SbpPayerBankDetails.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -22,7 +22,7 @@ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. -*/ + */ namespace YooKassa\Model\Payment\PaymentMethod; diff --git a/lib/Model/Payment/PaymentMethodType.php b/lib/Model/Payment/PaymentMethodType.php index 8be1732b..58d9b84d 100644 --- a/lib/Model/Payment/PaymentMethodType.php +++ b/lib/Model/Payment/PaymentMethodType.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/PaymentStatus.php b/lib/Model/Payment/PaymentStatus.php index 08e15409..951246ea 100644 --- a/lib/Model/Payment/PaymentStatus.php +++ b/lib/Model/Payment/PaymentStatus.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/ReceiptRegistrationStatus.php b/lib/Model/Payment/ReceiptRegistrationStatus.php index ef4a87a2..e6f4a3fa 100644 --- a/lib/Model/Payment/ReceiptRegistrationStatus.php +++ b/lib/Model/Payment/ReceiptRegistrationStatus.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/Recipient.php b/lib/Model/Payment/Recipient.php index 8847ac75..11110a15 100644 --- a/lib/Model/Payment/Recipient.php +++ b/lib/Model/Payment/Recipient.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/RecipientInterface.php b/lib/Model/Payment/RecipientInterface.php index 75be37e0..c705d7f7 100644 --- a/lib/Model/Payment/RecipientInterface.php +++ b/lib/Model/Payment/RecipientInterface.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/ThreeDSecure.php b/lib/Model/Payment/ThreeDSecure.php index ef212916..b54b7de3 100644 --- a/lib/Model/Payment/ThreeDSecure.php +++ b/lib/Model/Payment/ThreeDSecure.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/Transfer.php b/lib/Model/Payment/Transfer.php index 56b00747..fc230a31 100644 --- a/lib/Model/Payment/Transfer.php +++ b/lib/Model/Payment/Transfer.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/TransferInterface.php b/lib/Model/Payment/TransferInterface.php index 44810998..b6154ec6 100644 --- a/lib/Model/Payment/TransferInterface.php +++ b/lib/Model/Payment/TransferInterface.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payment/TransferStatus.php b/lib/Model/Payment/TransferStatus.php index c8c98a75..ff87b60e 100644 --- a/lib/Model/Payment/TransferStatus.php +++ b/lib/Model/Payment/TransferStatus.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payout/AbstractPayoutDestination.php b/lib/Model/Payout/AbstractPayoutDestination.php index b1afeebf..64d84d06 100644 --- a/lib/Model/Payout/AbstractPayoutDestination.php +++ b/lib/Model/Payout/AbstractPayoutDestination.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payout/IncomeReceipt.php b/lib/Model/Payout/IncomeReceipt.php index fe5e5f71..c299dc24 100644 --- a/lib/Model/Payout/IncomeReceipt.php +++ b/lib/Model/Payout/IncomeReceipt.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payout/Payout.php b/lib/Model/Payout/Payout.php index f0d01433..916547dd 100644 --- a/lib/Model/Payout/Payout.php +++ b/lib/Model/Payout/Payout.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payout/PayoutCancellationDetails.php b/lib/Model/Payout/PayoutCancellationDetails.php index e6aa3320..4ef625df 100644 --- a/lib/Model/Payout/PayoutCancellationDetails.php +++ b/lib/Model/Payout/PayoutCancellationDetails.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payout/PayoutCancellationDetailsPartyCode.php b/lib/Model/Payout/PayoutCancellationDetailsPartyCode.php index 42f4c101..debb1d31 100644 --- a/lib/Model/Payout/PayoutCancellationDetailsPartyCode.php +++ b/lib/Model/Payout/PayoutCancellationDetailsPartyCode.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payout/PayoutCancellationDetailsReasonCode.php b/lib/Model/Payout/PayoutCancellationDetailsReasonCode.php index ed84e51a..29ea77c0 100644 --- a/lib/Model/Payout/PayoutCancellationDetailsReasonCode.php +++ b/lib/Model/Payout/PayoutCancellationDetailsReasonCode.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payout/PayoutDestinationBankCard.php b/lib/Model/Payout/PayoutDestinationBankCard.php index 2c12703a..83004a4f 100644 --- a/lib/Model/Payout/PayoutDestinationBankCard.php +++ b/lib/Model/Payout/PayoutDestinationBankCard.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payout/PayoutDestinationBankCardCard.php b/lib/Model/Payout/PayoutDestinationBankCardCard.php index 679453b2..6dc53e4d 100644 --- a/lib/Model/Payout/PayoutDestinationBankCardCard.php +++ b/lib/Model/Payout/PayoutDestinationBankCardCard.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payout/PayoutDestinationFactory.php b/lib/Model/Payout/PayoutDestinationFactory.php index 3633b3af..78b68062 100644 --- a/lib/Model/Payout/PayoutDestinationFactory.php +++ b/lib/Model/Payout/PayoutDestinationFactory.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payout/PayoutDestinationSbp.php b/lib/Model/Payout/PayoutDestinationSbp.php index 745ad4a8..7ab94be9 100644 --- a/lib/Model/Payout/PayoutDestinationSbp.php +++ b/lib/Model/Payout/PayoutDestinationSbp.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payout/PayoutDestinationType.php b/lib/Model/Payout/PayoutDestinationType.php index 9a2c9dee..27332d5d 100644 --- a/lib/Model/Payout/PayoutDestinationType.php +++ b/lib/Model/Payout/PayoutDestinationType.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payout/PayoutDestinationYooMoney.php b/lib/Model/Payout/PayoutDestinationYooMoney.php index b2fd0835..080ebd36 100644 --- a/lib/Model/Payout/PayoutDestinationYooMoney.php +++ b/lib/Model/Payout/PayoutDestinationYooMoney.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payout/PayoutInterface.php b/lib/Model/Payout/PayoutInterface.php index 2e22448a..b240eb50 100644 --- a/lib/Model/Payout/PayoutInterface.php +++ b/lib/Model/Payout/PayoutInterface.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payout/PayoutSelfEmployed.php b/lib/Model/Payout/PayoutSelfEmployed.php index c5129cb6..0303cafe 100644 --- a/lib/Model/Payout/PayoutSelfEmployed.php +++ b/lib/Model/Payout/PayoutSelfEmployed.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payout/PayoutStatus.php b/lib/Model/Payout/PayoutStatus.php index ae57ee9e..bcd07ebd 100644 --- a/lib/Model/Payout/PayoutStatus.php +++ b/lib/Model/Payout/PayoutStatus.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Payout/SbpParticipantBank.php b/lib/Model/Payout/SbpParticipantBank.php index 4fd70919..2db6d16d 100644 --- a/lib/Model/Payout/SbpParticipantBank.php +++ b/lib/Model/Payout/SbpParticipantBank.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/PersonalData/PersonalData.php b/lib/Model/PersonalData/PersonalData.php index dd9e171b..afdaae59 100644 --- a/lib/Model/PersonalData/PersonalData.php +++ b/lib/Model/PersonalData/PersonalData.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/PersonalData/PersonalDataCancellationDetails.php b/lib/Model/PersonalData/PersonalDataCancellationDetails.php index e9959281..6d238d04 100644 --- a/lib/Model/PersonalData/PersonalDataCancellationDetails.php +++ b/lib/Model/PersonalData/PersonalDataCancellationDetails.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/PersonalData/PersonalDataCancellationDetailsPartyCode.php b/lib/Model/PersonalData/PersonalDataCancellationDetailsPartyCode.php index b1cd02a4..910310fc 100644 --- a/lib/Model/PersonalData/PersonalDataCancellationDetailsPartyCode.php +++ b/lib/Model/PersonalData/PersonalDataCancellationDetailsPartyCode.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/PersonalData/PersonalDataCancellationDetailsReasonCode.php b/lib/Model/PersonalData/PersonalDataCancellationDetailsReasonCode.php index e3905fd4..543440f3 100644 --- a/lib/Model/PersonalData/PersonalDataCancellationDetailsReasonCode.php +++ b/lib/Model/PersonalData/PersonalDataCancellationDetailsReasonCode.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/PersonalData/PersonalDataInterface.php b/lib/Model/PersonalData/PersonalDataInterface.php index 8b7fd7f5..c92bfab4 100644 --- a/lib/Model/PersonalData/PersonalDataInterface.php +++ b/lib/Model/PersonalData/PersonalDataInterface.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/PersonalData/PersonalDataStatus.php b/lib/Model/PersonalData/PersonalDataStatus.php index 20e186b1..fcf53df0 100644 --- a/lib/Model/PersonalData/PersonalDataStatus.php +++ b/lib/Model/PersonalData/PersonalDataStatus.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/PersonalData/PersonalDataType.php b/lib/Model/PersonalData/PersonalDataType.php index 1a0ff606..a43717b4 100644 --- a/lib/Model/PersonalData/PersonalDataType.php +++ b/lib/Model/PersonalData/PersonalDataType.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Receipt/AdditionalUserProps.php b/lib/Model/Receipt/AdditionalUserProps.php index f98e2073..c499aa59 100644 --- a/lib/Model/Receipt/AdditionalUserProps.php +++ b/lib/Model/Receipt/AdditionalUserProps.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Receipt/AgentType.php b/lib/Model/Receipt/AgentType.php index c29c3816..9f38180c 100644 --- a/lib/Model/Receipt/AgentType.php +++ b/lib/Model/Receipt/AgentType.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Receipt/IndustryDetails.php b/lib/Model/Receipt/IndustryDetails.php index c51254e0..d6e7027d 100644 --- a/lib/Model/Receipt/IndustryDetails.php +++ b/lib/Model/Receipt/IndustryDetails.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Receipt/MarkCodeInfo.php b/lib/Model/Receipt/MarkCodeInfo.php index fa26868d..07d48051 100644 --- a/lib/Model/Receipt/MarkCodeInfo.php +++ b/lib/Model/Receipt/MarkCodeInfo.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Receipt/MarkQuantity.php b/lib/Model/Receipt/MarkQuantity.php index df5029db..1a6bb7c2 100644 --- a/lib/Model/Receipt/MarkQuantity.php +++ b/lib/Model/Receipt/MarkQuantity.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Receipt/OperationalDetails.php b/lib/Model/Receipt/OperationalDetails.php index 072d50f2..c58ec298 100644 --- a/lib/Model/Receipt/OperationalDetails.php +++ b/lib/Model/Receipt/OperationalDetails.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Receipt/PaymentMode.php b/lib/Model/Receipt/PaymentMode.php index ce37ed58..c5d05e81 100644 --- a/lib/Model/Receipt/PaymentMode.php +++ b/lib/Model/Receipt/PaymentMode.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Receipt/PaymentSubject.php b/lib/Model/Receipt/PaymentSubject.php index 6faa9520..94abcb95 100644 --- a/lib/Model/Receipt/PaymentSubject.php +++ b/lib/Model/Receipt/PaymentSubject.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Receipt/Receipt.php b/lib/Model/Receipt/Receipt.php index a76d764f..dc1a00e8 100644 --- a/lib/Model/Receipt/Receipt.php +++ b/lib/Model/Receipt/Receipt.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Receipt/ReceiptCustomer.php b/lib/Model/Receipt/ReceiptCustomer.php index cb1639d7..e476644e 100644 --- a/lib/Model/Receipt/ReceiptCustomer.php +++ b/lib/Model/Receipt/ReceiptCustomer.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Receipt/ReceiptCustomerInterface.php b/lib/Model/Receipt/ReceiptCustomerInterface.php index 3be178e8..7c57b66d 100644 --- a/lib/Model/Receipt/ReceiptCustomerInterface.php +++ b/lib/Model/Receipt/ReceiptCustomerInterface.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Receipt/ReceiptInterface.php b/lib/Model/Receipt/ReceiptInterface.php index 4cf6d6cc..f859b8a8 100644 --- a/lib/Model/Receipt/ReceiptInterface.php +++ b/lib/Model/Receipt/ReceiptInterface.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Receipt/ReceiptItem.php b/lib/Model/Receipt/ReceiptItem.php index 53d268b4..fad508bc 100644 --- a/lib/Model/Receipt/ReceiptItem.php +++ b/lib/Model/Receipt/ReceiptItem.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -53,8 +53,8 @@ use YooKassa\Model\AmountInterface; * @property Supplier $supplier Информация о поставщике товара или услуги (тег в 54 ФЗ — 1224) * @property string $agentType Тип посредника, реализующего товар или услугу * @property string $agent_type Тип посредника, реализующего товар или услугу - * @property int $vatCode Ставка НДС (тег в 54 ФЗ — 1199), число 1-6 - * @property int $vat_code Ставка НДС (тег в 54 ФЗ — 1199), число 1-6 + * @property int $vatCode Ставка НДС (тег в 54 ФЗ — 1199), число 1-10 + * @property int $vat_code Ставка НДС (тег в 54 ФЗ — 1199), число 1-10 * @property string $paymentSubject Признак предмета расчета (тег в 54 ФЗ — 1212) * @property string $payment_subject Признак предмета расчета (тег в 54 ФЗ — 1212) * @property string $paymentMode Признак способа расчета (тег в 54 ФЗ — 1214) @@ -128,12 +128,12 @@ class ReceiptItem extends AbstractObject implements ReceiptItemInterface private ?AmountInterface $_amount = null; /** - * @var null|int Ставка НДС, число 1-6 (тег в 54 ФЗ — 1199) + * @var null|int Ставка НДС, число 1-10 (тег в 54 ФЗ — 1199) */ #[Assert\NotBlank] #[Assert\Type('int')] #[Assert\GreaterThanOrEqual(1)] - #[Assert\LessThanOrEqual(6)] + #[Assert\LessThanOrEqual(10)] private ?int $_vat_code = null; /** @@ -315,7 +315,7 @@ class ReceiptItem extends AbstractObject implements ReceiptItemInterface /** * Возвращает ставку НДС * - * @return null|int Ставка НДС, число 1-6, или null, если ставка не задана + * @return null|int Ставка НДС, число 1-10, или null, если ставка не задана */ public function getVatCode(): ?int { @@ -325,7 +325,7 @@ class ReceiptItem extends AbstractObject implements ReceiptItemInterface /** * Устанавливает ставку НДС * - * @param null|int $value Ставка НДС, число 1-6 + * @param null|int $value Ставка НДС, число 1-10 * * @return self * diff --git a/lib/Model/Receipt/ReceiptItemAmount.php b/lib/Model/Receipt/ReceiptItemAmount.php index 4a642234..5f34814b 100644 --- a/lib/Model/Receipt/ReceiptItemAmount.php +++ b/lib/Model/Receipt/ReceiptItemAmount.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Receipt/ReceiptItemInterface.php b/lib/Model/Receipt/ReceiptItemInterface.php index 1ae5e926..94c3d11c 100644 --- a/lib/Model/Receipt/ReceiptItemInterface.php +++ b/lib/Model/Receipt/ReceiptItemInterface.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -44,8 +44,8 @@ use YooKassa\Model\AmountInterface; * @property MarkQuantity $mark_quantity Дробное количество маркированного товара (тег в 54 ФЗ — 1291) * @property float $amount Суммарная стоимость покупаемого товара в копейках/центах * @property AmountInterface $price Цена товара (тег в 54 ФЗ — 1079) - * @property int $vatCode Ставка НДС, число 1-6 (тег в 54 ФЗ — 1199) - * @property int $vat_code Ставка НДС, число 1-6 (тег в 54 ФЗ — 1199) + * @property int $vatCode Ставка НДС, число 1-10 (тег в 54 ФЗ — 1199) + * @property int $vat_code Ставка НДС, число 1-10 (тег в 54 ФЗ — 1199) * @property string $paymentSubject Признак предмета расчета (тег в 54 ФЗ — 1212) * @property string $payment_subject Признак предмета расчета (тег в 54 ФЗ — 1212) * @property string $paymentMode Признак способа расчета (тег в 54 ФЗ — 1214) @@ -102,7 +102,7 @@ interface ReceiptItemInterface /** * Возвращает ставку НДС * - * @return null|int Ставка НДС, число 1-6, или null, если ставка не задана + * @return null|int Ставка НДС, число 1-10, или null, если ставка не задана */ public function getVatCode(): ?int; diff --git a/lib/Model/Receipt/ReceiptItemMeasure.php b/lib/Model/Receipt/ReceiptItemMeasure.php index 4868dc0f..f8227198 100644 --- a/lib/Model/Receipt/ReceiptItemMeasure.php +++ b/lib/Model/Receipt/ReceiptItemMeasure.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Receipt/ReceiptType.php b/lib/Model/Receipt/ReceiptType.php index 19872a1d..a0c09a0b 100644 --- a/lib/Model/Receipt/ReceiptType.php +++ b/lib/Model/Receipt/ReceiptType.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Receipt/Settlement.php b/lib/Model/Receipt/Settlement.php index 98a0bf95..494b7803 100644 --- a/lib/Model/Receipt/Settlement.php +++ b/lib/Model/Receipt/Settlement.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Receipt/SettlementInterface.php b/lib/Model/Receipt/SettlementInterface.php index 4a6ec581..5179fb61 100644 --- a/lib/Model/Receipt/SettlementInterface.php +++ b/lib/Model/Receipt/SettlementInterface.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Receipt/SettlementType.php b/lib/Model/Receipt/SettlementType.php index a9f9ef26..e2ed4ddb 100644 --- a/lib/Model/Receipt/SettlementType.php +++ b/lib/Model/Receipt/SettlementType.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Receipt/Supplier.php b/lib/Model/Receipt/Supplier.php index e8a66b7d..e41675b2 100644 --- a/lib/Model/Receipt/Supplier.php +++ b/lib/Model/Receipt/Supplier.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Receipt/SupplierInterface.php b/lib/Model/Receipt/SupplierInterface.php index f8492519..387139bd 100644 --- a/lib/Model/Receipt/SupplierInterface.php +++ b/lib/Model/Receipt/SupplierInterface.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Refund/Refund.php b/lib/Model/Refund/Refund.php index 4f4fdc91..152a59da 100644 --- a/lib/Model/Refund/Refund.php +++ b/lib/Model/Refund/Refund.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Refund/RefundCancellationDetails.php b/lib/Model/Refund/RefundCancellationDetails.php index 7ebddfd6..e5bed876 100644 --- a/lib/Model/Refund/RefundCancellationDetails.php +++ b/lib/Model/Refund/RefundCancellationDetails.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Refund/RefundCancellationDetailsPartyCode.php b/lib/Model/Refund/RefundCancellationDetailsPartyCode.php index 3952e990..5b4ef56d 100644 --- a/lib/Model/Refund/RefundCancellationDetailsPartyCode.php +++ b/lib/Model/Refund/RefundCancellationDetailsPartyCode.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Refund/RefundCancellationDetailsReasonCode.php b/lib/Model/Refund/RefundCancellationDetailsReasonCode.php index feac6401..9b2ad4d3 100644 --- a/lib/Model/Refund/RefundCancellationDetailsReasonCode.php +++ b/lib/Model/Refund/RefundCancellationDetailsReasonCode.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Refund/RefundInterface.php b/lib/Model/Refund/RefundInterface.php index e72e3aac..793bd824 100644 --- a/lib/Model/Refund/RefundInterface.php +++ b/lib/Model/Refund/RefundInterface.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Refund/RefundMethod/AbstractRefundMethod.php b/lib/Model/Refund/RefundMethod/AbstractRefundMethod.php index f1408fdb..a4cc332d 100644 --- a/lib/Model/Refund/RefundMethod/AbstractRefundMethod.php +++ b/lib/Model/Refund/RefundMethod/AbstractRefundMethod.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Refund/RefundMethod/ElectronicCertificate/ElectronicCertificateRefundArticle.php b/lib/Model/Refund/RefundMethod/ElectronicCertificate/ElectronicCertificateRefundArticle.php index 9be7153b..c78367a9 100644 --- a/lib/Model/Refund/RefundMethod/ElectronicCertificate/ElectronicCertificateRefundArticle.php +++ b/lib/Model/Refund/RefundMethod/ElectronicCertificate/ElectronicCertificateRefundArticle.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Refund/RefundMethod/ElectronicCertificate/ElectronicCertificateRefundData.php b/lib/Model/Refund/RefundMethod/ElectronicCertificate/ElectronicCertificateRefundData.php index 8d87ac70..7b9a659e 100644 --- a/lib/Model/Refund/RefundMethod/ElectronicCertificate/ElectronicCertificateRefundData.php +++ b/lib/Model/Refund/RefundMethod/ElectronicCertificate/ElectronicCertificateRefundData.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Refund/RefundMethod/RefundMethodElectronicCertificate.php b/lib/Model/Refund/RefundMethod/RefundMethodElectronicCertificate.php index 36e5f263..46b436fe 100644 --- a/lib/Model/Refund/RefundMethod/RefundMethodElectronicCertificate.php +++ b/lib/Model/Refund/RefundMethod/RefundMethodElectronicCertificate.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Refund/RefundMethod/RefundMethodFactory.php b/lib/Model/Refund/RefundMethod/RefundMethodFactory.php index 691fce52..8907f9f9 100644 --- a/lib/Model/Refund/RefundMethod/RefundMethodFactory.php +++ b/lib/Model/Refund/RefundMethod/RefundMethodFactory.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Refund/RefundMethod/RefundMethodSbp.php b/lib/Model/Refund/RefundMethod/RefundMethodSbp.php index a5d9daff..4cf84774 100644 --- a/lib/Model/Refund/RefundMethod/RefundMethodSbp.php +++ b/lib/Model/Refund/RefundMethod/RefundMethodSbp.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Refund/RefundMethod/RefundMethodUnknown.php b/lib/Model/Refund/RefundMethod/RefundMethodUnknown.php index 7d85b0c4..f336a60b 100644 --- a/lib/Model/Refund/RefundMethod/RefundMethodUnknown.php +++ b/lib/Model/Refund/RefundMethod/RefundMethodUnknown.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Refund/RefundMethodType.php b/lib/Model/Refund/RefundMethodType.php index 641bd036..adfd4b20 100644 --- a/lib/Model/Refund/RefundMethodType.php +++ b/lib/Model/Refund/RefundMethodType.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Refund/RefundStatus.php b/lib/Model/Refund/RefundStatus.php index c1957cc1..f579a828 100644 --- a/lib/Model/Refund/RefundStatus.php +++ b/lib/Model/Refund/RefundStatus.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Refund/Source.php b/lib/Model/Refund/Source.php index 7706186e..910b7a95 100644 --- a/lib/Model/Refund/Source.php +++ b/lib/Model/Refund/Source.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Refund/SourceInterface.php b/lib/Model/Refund/SourceInterface.php index a159b69e..820f062a 100644 --- a/lib/Model/Refund/SourceInterface.php +++ b/lib/Model/Refund/SourceInterface.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/SelfEmployed/SelfEmployed.php b/lib/Model/SelfEmployed/SelfEmployed.php index 6d70ebdd..34ef488d 100644 --- a/lib/Model/SelfEmployed/SelfEmployed.php +++ b/lib/Model/SelfEmployed/SelfEmployed.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/SelfEmployed/SelfEmployedConfirmation.php b/lib/Model/SelfEmployed/SelfEmployedConfirmation.php index d9be5d54..edea99a6 100644 --- a/lib/Model/SelfEmployed/SelfEmployedConfirmation.php +++ b/lib/Model/SelfEmployed/SelfEmployedConfirmation.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/SelfEmployed/SelfEmployedConfirmationFactory.php b/lib/Model/SelfEmployed/SelfEmployedConfirmationFactory.php index 72bec288..bbbecd41 100644 --- a/lib/Model/SelfEmployed/SelfEmployedConfirmationFactory.php +++ b/lib/Model/SelfEmployed/SelfEmployedConfirmationFactory.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/SelfEmployed/SelfEmployedConfirmationRedirect.php b/lib/Model/SelfEmployed/SelfEmployedConfirmationRedirect.php index a9b57e15..ae9a05cb 100644 --- a/lib/Model/SelfEmployed/SelfEmployedConfirmationRedirect.php +++ b/lib/Model/SelfEmployed/SelfEmployedConfirmationRedirect.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/SelfEmployed/SelfEmployedConfirmationType.php b/lib/Model/SelfEmployed/SelfEmployedConfirmationType.php index 4c76c0d9..b9af22ae 100644 --- a/lib/Model/SelfEmployed/SelfEmployedConfirmationType.php +++ b/lib/Model/SelfEmployed/SelfEmployedConfirmationType.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/SelfEmployed/SelfEmployedInterface.php b/lib/Model/SelfEmployed/SelfEmployedInterface.php index 550898b2..e90f6b80 100644 --- a/lib/Model/SelfEmployed/SelfEmployedInterface.php +++ b/lib/Model/SelfEmployed/SelfEmployedInterface.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/SelfEmployed/SelfEmployedStatus.php b/lib/Model/SelfEmployed/SelfEmployedStatus.php index 0e03c62e..4ff474c1 100644 --- a/lib/Model/SelfEmployed/SelfEmployedStatus.php +++ b/lib/Model/SelfEmployed/SelfEmployedStatus.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Settings/FiscalizationData.php b/lib/Model/Settings/FiscalizationData.php index 2b7e4c75..063211d5 100644 --- a/lib/Model/Settings/FiscalizationData.php +++ b/lib/Model/Settings/FiscalizationData.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Settings/FiscalizationProvider.php b/lib/Model/Settings/FiscalizationProvider.php index c72e8d99..b4133134 100644 --- a/lib/Model/Settings/FiscalizationProvider.php +++ b/lib/Model/Settings/FiscalizationProvider.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Settings/Me.php b/lib/Model/Settings/Me.php index 4edde687..c024a224 100644 --- a/lib/Model/Settings/Me.php +++ b/lib/Model/Settings/Me.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Webhook/Webhook.php b/lib/Model/Webhook/Webhook.php index 6e8dcfe6..881ecbaa 100644 --- a/lib/Model/Webhook/Webhook.php +++ b/lib/Model/Webhook/Webhook.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Model/Webhook/WebhookInterface.php b/lib/Model/Webhook/WebhookInterface.php index f4c0f7cc..34027f8a 100644 --- a/lib/Model/Webhook/WebhookInterface.php +++ b/lib/Model/Webhook/WebhookInterface.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Request/AbstractListResponse.php b/lib/Request/AbstractListResponse.php index accf656c..505ee39b 100644 --- a/lib/Request/AbstractListResponse.php +++ b/lib/Request/AbstractListResponse.php @@ -2,7 +2,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Request/Deals/AbstractDealResponse.php b/lib/Request/Deals/AbstractDealResponse.php index abe0b933..9918e220 100644 --- a/lib/Request/Deals/AbstractDealResponse.php +++ b/lib/Request/Deals/AbstractDealResponse.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Request/Deals/CreateDealRequest.php b/lib/Request/Deals/CreateDealRequest.php index ac4cdcb6..7e92e6d5 100644 --- a/lib/Request/Deals/CreateDealRequest.php +++ b/lib/Request/Deals/CreateDealRequest.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Request/Deals/CreateDealRequestBuilder.php b/lib/Request/Deals/CreateDealRequestBuilder.php index 972d7f39..72801f38 100644 --- a/lib/Request/Deals/CreateDealRequestBuilder.php +++ b/lib/Request/Deals/CreateDealRequestBuilder.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Request/Deals/CreateDealRequestInterface.php b/lib/Request/Deals/CreateDealRequestInterface.php index 16682302..8f47fdb9 100644 --- a/lib/Request/Deals/CreateDealRequestInterface.php +++ b/lib/Request/Deals/CreateDealRequestInterface.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Request/Deals/CreateDealRequestSerializer.php b/lib/Request/Deals/CreateDealRequestSerializer.php index e5260ccf..12609276 100644 --- a/lib/Request/Deals/CreateDealRequestSerializer.php +++ b/lib/Request/Deals/CreateDealRequestSerializer.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Request/Deals/CreateDealResponse.php b/lib/Request/Deals/CreateDealResponse.php index 35f5b832..3429ec93 100644 --- a/lib/Request/Deals/CreateDealResponse.php +++ b/lib/Request/Deals/CreateDealResponse.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Request/Deals/DealResponse.php b/lib/Request/Deals/DealResponse.php index 4972b509..4bb6b23d 100644 --- a/lib/Request/Deals/DealResponse.php +++ b/lib/Request/Deals/DealResponse.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Request/Deals/DealsRequest.php b/lib/Request/Deals/DealsRequest.php index b7cf389e..b4bc4c43 100644 --- a/lib/Request/Deals/DealsRequest.php +++ b/lib/Request/Deals/DealsRequest.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Request/Deals/DealsRequestBuilder.php b/lib/Request/Deals/DealsRequestBuilder.php index 46b4f777..f861bc14 100644 --- a/lib/Request/Deals/DealsRequestBuilder.php +++ b/lib/Request/Deals/DealsRequestBuilder.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Request/Deals/DealsRequestInterface.php b/lib/Request/Deals/DealsRequestInterface.php index 4ac0ed2b..7d61bfde 100644 --- a/lib/Request/Deals/DealsRequestInterface.php +++ b/lib/Request/Deals/DealsRequestInterface.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Request/Deals/DealsRequestSerializer.php b/lib/Request/Deals/DealsRequestSerializer.php index 9657b0cb..5083f34f 100644 --- a/lib/Request/Deals/DealsRequestSerializer.php +++ b/lib/Request/Deals/DealsRequestSerializer.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Request/Deals/DealsResponse.php b/lib/Request/Deals/DealsResponse.php index 3b47dc8f..97c0a210 100644 --- a/lib/Request/Deals/DealsResponse.php +++ b/lib/Request/Deals/DealsResponse.php @@ -3,7 +3,7 @@ /* * The MIT License * - * Copyright (c) 2024 "YooMoney", NBСO LLC + * Copyright (c) 2025 "YooMoney", NBСO LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/lib/Request/Invoices/CreateInvoiceRequest.php b/lib/Request/Invoices/CreateInvoiceRequest.php index 61da43d7..241535cb 100644 --- a/lib/Request/Invoices/CreateInvoiceRequest.php +++ b/lib/Request/Invoices/CreateInvoiceRequest.php @@ -1,28 +1,28 @@ vat_code); self::assertEquals($value, is_array($value) ? $instance->getVatCode()->toArray() : $instance->getVatCode()); self::assertEquals($value, is_array($value) ? $instance->vat_code->toArray() : $instance->vat_code); - self::assertLessThanOrEqual(6, is_string($instance->getVatCode()) ? mb_strlen($instance->getVatCode()) : $instance->getVatCode()); - self::assertLessThanOrEqual(6, is_string($instance->vat_code) ? mb_strlen($instance->vat_code) : $instance->vat_code); + self::assertLessThanOrEqual(10, is_string($instance->getVatCode()) ? mb_strlen($instance->getVatCode()) : $instance->getVatCode()); + self::assertLessThanOrEqual(10, is_string($instance->vat_code) ? mb_strlen($instance->vat_code) : $instance->vat_code); self::assertGreaterThanOrEqual(1, is_string($instance->getVatCode()) ? mb_strlen($instance->getVatCode()) : $instance->getVatCode()); self::assertGreaterThanOrEqual(1, is_string($instance->vat_code) ? mb_strlen($instance->vat_code) : $instance->vat_code); self::assertIsNumeric($instance->getVatCode()); diff --git a/tests/Request/Payments/CreateCaptureRequestBuilderTest.php b/tests/Request/Payments/CreateCaptureRequestBuilderTest.php index cd749444..ec310728 100644 --- a/tests/Request/Payments/CreateCaptureRequestBuilderTest.php +++ b/tests/Request/Payments/CreateCaptureRequestBuilderTest.php @@ -284,7 +284,7 @@ class CreateCaptureRequestBuilderTest extends TestCase [ 'price' => [1], 'quantity' => -1.4, - 'vatCode' => 10, + 'vatCode' => 11, ], ], ], @@ -312,7 +312,7 @@ class CreateCaptureRequestBuilderTest extends TestCase 'description' => 'test', 'price' => [123], 'quantity' => 1.4, - 'vatCode' => 7, + 'vatCode' => 12, ], ], ], diff --git a/tests/Request/Payments/CreatePaymentRequestBuilderTest.php b/tests/Request/Payments/CreatePaymentRequestBuilderTest.php index 5616c4a9..9af4a83b 100644 --- a/tests/Request/Payments/CreatePaymentRequestBuilderTest.php +++ b/tests/Request/Payments/CreatePaymentRequestBuilderTest.php @@ -379,7 +379,7 @@ class CreatePaymentRequestBuilderTest extends TestCase [ 'price' => [1], 'quantity' => -1.4, - 'vatCode' => 10, + 'vatCode' => 11, ], ], ], @@ -407,7 +407,7 @@ class CreatePaymentRequestBuilderTest extends TestCase 'title' => 'test', 'price' => [123], 'quantity' => 1.4, - 'vatCode' => 7, + 'vatCode' => 12, ], ], ], @@ -425,7 +425,7 @@ class CreatePaymentRequestBuilderTest extends TestCase [ 'title' => 'test', 'price' => [1], - 'vatCode' => 7, + 'vatCode' => 20, ], ], ], diff --git a/tests/Request/Payments/PaymentData/B2b/Sberbank/CalculatedVatDataTest.php b/tests/Request/Payments/PaymentData/B2b/Sberbank/CalculatedVatDataTest.php index 2607c3f4..b93fb7a0 100644 --- a/tests/Request/Payments/PaymentData/B2b/Sberbank/CalculatedVatDataTest.php +++ b/tests/Request/Payments/PaymentData/B2b/Sberbank/CalculatedVatDataTest.php @@ -135,8 +135,8 @@ class CalculatedVatDataTest extends AbstractTestCase self::assertNotNull($instance->rate); self::assertEquals($value, is_array($value) ? $instance->getRate()->toArray() : $instance->getRate()); self::assertEquals($value, is_array($value) ? $instance->rate->toArray() : $instance->rate); - self::assertContains($instance->getRate(), ['7', '10', '18', '20']); - self::assertContains($instance->rate, ['7', '10', '18', '20']); + self::assertContains($instance->getRate(), ['5', '7', '10', '18', '20']); + self::assertContains($instance->rate, ['5', '7', '10', '18', '20']); } /** diff --git a/tests/Request/Refunds/CreateRefundRequestBuilderTest.php b/tests/Request/Refunds/CreateRefundRequestBuilderTest.php index b7882bc1..26703b22 100644 --- a/tests/Request/Refunds/CreateRefundRequestBuilderTest.php +++ b/tests/Request/Refunds/CreateRefundRequestBuilderTest.php @@ -372,7 +372,7 @@ class CreateRefundRequestBuilderTest extends TestCase [ 'price' => [1], 'quantity' => -1.4, - 'vatCode' => 10, + 'vatCode' => 11, ], ], ], @@ -400,7 +400,7 @@ class CreateRefundRequestBuilderTest extends TestCase 'title' => 'test', 'price' => [123], 'quantity' => 1.4, - 'vatCode' => 7, + 'vatCode' => 12, ], ], ], @@ -418,7 +418,7 @@ class CreateRefundRequestBuilderTest extends TestCase [ 'title' => 'test', 'price' => [1], - 'vatCode' => 7, + 'vatCode' => 20, ], ], ],