diff --git a/CHANGELOG.md b/CHANGELOG.md index d0f44159..3a004879 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### v2.12.0 от 17.01.2025 +* Добавлена поддержка НДС 5% и 7% +* Обновлен Copyright + ### v2.11.1 от 18.09.2024 * Изменения в CancellationDetails в платежах * Добавлены CancellationDetails в возвратах diff --git a/composer.json b/composer.json index 085a7f6d..4b4a3345 100644 --- a/composer.json +++ b/composer.json @@ -13,9 +13,9 @@ ], "dist": { "type": "zip", - "url": "https://git.yoomoney.ru/rest/api/latest/projects/SDK/repos/yookassa-sdk-php/archive?at=refs%2Ftags%2F2.11.1&format=zip" + "url": "https://git.yoomoney.ru/rest/api/latest/projects/SDK/repos/yookassa-sdk-php/archive?at=refs%2Ftags%2F2.12.0&format=zip" }, - "version": "2.11.1", + "version": "2.12.0", "require": { "php": ">=5.3.0", "ext-curl": "*", diff --git a/docs/classes/JsonSerializable.md b/docs/classes/JsonSerializable.md index e20c87b4..89c03d4e 100644 --- a/docs/classes/JsonSerializable.md +++ b/docs/classes/JsonSerializable.md @@ -50,6 +50,6 @@ public jsonSerialize() : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-ApiClientInterface.md b/docs/classes/YooKassa-Client-ApiClientInterface.md index 147ba88e..14f546c5 100644 --- a/docs/classes/YooKassa-Client-ApiClientInterface.md +++ b/docs/classes/YooKassa-Client-ApiClientInterface.md @@ -218,6 +218,6 @@ public setAdvancedCurlOptions() : void --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 c9e39a78..61da60e5 100644 --- a/docs/classes/YooKassa-Client-BaseClient.md +++ b/docs/classes/YooKassa-Client-BaseClient.md @@ -698,6 +698,6 @@ protected handleError(\YooKassa\Common\ResponseObject $response) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 43f5c44c..ac969272 100644 --- a/docs/classes/YooKassa-Client-CurlClient.md +++ b/docs/classes/YooKassa-Client-CurlClient.md @@ -513,6 +513,6 @@ public setTimeout(int $timeout) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 94e1b8bc..c0a1d74c 100644 --- a/docs/classes/YooKassa-Client-UserAgent.md +++ b/docs/classes/YooKassa-Client-UserAgent.md @@ -316,6 +316,6 @@ public setModule(string $name, string $version) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 0484efc8..0d2455d8 100644 --- a/docs/classes/YooKassa-Client.md +++ b/docs/classes/YooKassa-Client.md @@ -276,7 +276,7 @@ DEFAULT_ATTEMPTS_COUNT = 3 Текущая версия библиотеки ```php -SDK_VERSION = '2.11.1' +SDK_VERSION = '2.12.0' ``` @@ -2501,6 +2501,6 @@ protected handleError(\YooKassa\Common\ResponseObject $response) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 22b77f68..79d93261 100644 --- a/docs/classes/YooKassa-Common-AbstractEnum.md +++ b/docs/classes/YooKassa-Common-AbstractEnum.md @@ -118,6 +118,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 938cc93d..b5a6939f 100644 --- a/docs/classes/YooKassa-Common-AbstractObject.md +++ b/docs/classes/YooKassa-Common-AbstractObject.md @@ -332,6 +332,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-AbstractPaymentRequest.md b/docs/classes/YooKassa-Common-AbstractPaymentRequest.md index e7ae519e..a3bfbdf5 100644 --- a/docs/classes/YooKassa-Common-AbstractPaymentRequest.md +++ b/docs/classes/YooKassa-Common-AbstractPaymentRequest.md @@ -738,6 +738,6 @@ protected setValidationError(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-AbstractPaymentRequestBuilder.md b/docs/classes/YooKassa-Common-AbstractPaymentRequestBuilder.md index 18d259de..3e3ae9ad 100644 --- a/docs/classes/YooKassa-Common-AbstractPaymentRequestBuilder.md +++ b/docs/classes/YooKassa-Common-AbstractPaymentRequestBuilder.md @@ -462,6 +462,6 @@ protected initCurrentObject() : self --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-AbstractRefundRequest.md b/docs/classes/YooKassa-Common-AbstractRefundRequest.md index 96acb1b5..5b94162e 100644 --- a/docs/classes/YooKassa-Common-AbstractRefundRequest.md +++ b/docs/classes/YooKassa-Common-AbstractRefundRequest.md @@ -637,6 +637,6 @@ protected setValidationError(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 e88ab246..3619c9fa 100644 --- a/docs/classes/YooKassa-Common-AbstractRequest.md +++ b/docs/classes/YooKassa-Common-AbstractRequest.md @@ -407,6 +407,6 @@ protected setValidationError(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 84532b09..2afad847 100644 --- a/docs/classes/YooKassa-Common-AbstractRequestBuilder.md +++ b/docs/classes/YooKassa-Common-AbstractRequestBuilder.md @@ -157,6 +157,6 @@ Abstract protected initCurrentObject() : \YooKassa\Common\AbstractRequest --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 97c42d8a..907db9aa 100644 --- a/docs/classes/YooKassa-Common-Exceptions-ApiConnectionException.md +++ b/docs/classes/YooKassa-Common-Exceptions-ApiConnectionException.md @@ -126,6 +126,6 @@ public getResponseHeaders() : string[] --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 266d93a4..eb4a707b 100644 --- a/docs/classes/YooKassa-Common-Exceptions-ApiException.md +++ b/docs/classes/YooKassa-Common-Exceptions-ApiException.md @@ -123,6 +123,6 @@ public getResponseHeaders() : string[] --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 a44ac1fb..4bb49d16 100644 --- a/docs/classes/YooKassa-Common-Exceptions-AuthorizeException.md +++ b/docs/classes/YooKassa-Common-Exceptions-AuthorizeException.md @@ -126,6 +126,6 @@ public getResponseHeaders() : string[] --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 554db452..ab9f6d99 100644 --- a/docs/classes/YooKassa-Common-Exceptions-BadApiRequestException.md +++ b/docs/classes/YooKassa-Common-Exceptions-BadApiRequestException.md @@ -152,6 +152,6 @@ public getResponseHeaders() : string[] --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 a37a3bd1..0310cd1a 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-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 9999135a..1d138e69 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-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 f9a13dcd..59eff69e 100644 --- a/docs/classes/YooKassa-Common-Exceptions-ForbiddenException.md +++ b/docs/classes/YooKassa-Common-Exceptions-ForbiddenException.md @@ -152,6 +152,6 @@ public getResponseHeaders() : string[] --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 cf793fd2..6f3d9480 100644 --- a/docs/classes/YooKassa-Common-Exceptions-InternalServerError.md +++ b/docs/classes/YooKassa-Common-Exceptions-InternalServerError.md @@ -155,6 +155,6 @@ public getResponseHeaders() : string[] --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 5bbc4c0a..609b89bc 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-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 10297ce4..5d19f20d 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-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 2d970898..0b2530bb 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-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 4169b1c8..e795ef7c 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\AbstractRequest|null --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 9dad131e..a5bfd8a9 100644 --- a/docs/classes/YooKassa-Common-Exceptions-JsonException.md +++ b/docs/classes/YooKassa-Common-Exceptions-JsonException.md @@ -76,6 +76,6 @@ public __construct(mixed $message = "", mixed $code, mixed $previous = --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 7156da15..bd2dcead 100644 --- a/docs/classes/YooKassa-Common-Exceptions-NotFoundException.md +++ b/docs/classes/YooKassa-Common-Exceptions-NotFoundException.md @@ -152,6 +152,6 @@ public getResponseHeaders() : string[] --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 c80a596a..bb99951e 100644 --- a/docs/classes/YooKassa-Common-Exceptions-ResponseProcessingException.md +++ b/docs/classes/YooKassa-Common-Exceptions-ResponseProcessingException.md @@ -152,6 +152,6 @@ public getResponseHeaders() : string[] --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 e0d23b9a..1a43c482 100644 --- a/docs/classes/YooKassa-Common-Exceptions-TooManyRequestsException.md +++ b/docs/classes/YooKassa-Common-Exceptions-TooManyRequestsException.md @@ -152,6 +152,6 @@ public getResponseHeaders() : string[] --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 95b966d8..90681bac 100644 --- a/docs/classes/YooKassa-Common-Exceptions-UnauthorizedException.md +++ b/docs/classes/YooKassa-Common-Exceptions-UnauthorizedException.md @@ -155,6 +155,6 @@ public getResponseHeaders() : string[] --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 7815f8fd..9fa7ace9 100644 --- a/docs/classes/YooKassa-Common-HttpVerb.md +++ b/docs/classes/YooKassa-Common-HttpVerb.md @@ -193,6 +193,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 9ad1de2a..e3d89f6f 100644 --- a/docs/classes/YooKassa-Common-LoggerWrapper.md +++ b/docs/classes/YooKassa-Common-LoggerWrapper.md @@ -299,6 +299,6 @@ that are not necessarily wrong. --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 fd778cea..52b257ad 100644 --- a/docs/classes/YooKassa-Common-ResponseObject.md +++ b/docs/classes/YooKassa-Common-ResponseObject.md @@ -162,6 +162,6 @@ public getHeaders() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 c74aeeba..737711b3 100644 --- a/docs/classes/YooKassa-Helpers-Config-ConfigurationLoader.md +++ b/docs/classes/YooKassa-Helpers-Config-ConfigurationLoader.md @@ -73,6 +73,6 @@ public load(mixed $filePath = null) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 34e862e5..78848277 100644 --- a/docs/classes/YooKassa-Helpers-Config-ConfigurationLoaderInterface.md +++ b/docs/classes/YooKassa-Helpers-Config-ConfigurationLoaderInterface.md @@ -64,6 +64,6 @@ public load() : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 2f9fe9d9..5f5ff0eb 100644 --- a/docs/classes/YooKassa-Helpers-ProductCode.md +++ b/docs/classes/YooKassa-Helpers-ProductCode.md @@ -635,6 +635,6 @@ public validate() : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 f95e2d21..2658e049 100644 --- a/docs/classes/YooKassa-Helpers-Random.md +++ b/docs/classes/YooKassa-Helpers-Random.md @@ -243,6 +243,6 @@ Static public value(array $values, bool $useBest = true) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 13aca1eb..ab1eacda 100644 --- a/docs/classes/YooKassa-Helpers-RawHeadersParser.md +++ b/docs/classes/YooKassa-Helpers-RawHeadersParser.md @@ -57,6 +57,6 @@ Static public parse(mixed $rawHeaders) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 bee0dbd4..4656b06c 100644 --- a/docs/classes/YooKassa-Helpers-SecurityHelper.md +++ b/docs/classes/YooKassa-Helpers-SecurityHelper.md @@ -66,6 +66,6 @@ public isIPTrusted($ip) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 31b3b1d1..c070e4ee 100644 --- a/docs/classes/YooKassa-Helpers-StringObject.md +++ b/docs/classes/YooKassa-Helpers-StringObject.md @@ -83,6 +83,6 @@ public __toString() : string --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 51ee806a..d9332bfc 100644 --- a/docs/classes/YooKassa-Helpers-TypeCast.md +++ b/docs/classes/YooKassa-Helpers-TypeCast.md @@ -162,6 +162,6 @@ Static public castToDateTime(string|int|\DateTime $value) : \DateTime|null --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 c79a995c..dae258eb 100644 --- a/docs/classes/YooKassa-Helpers-UUID.md +++ b/docs/classes/YooKassa-Helpers-UUID.md @@ -57,6 +57,6 @@ Static public v4() : string --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-Airline.md b/docs/classes/YooKassa-Model-Airline.md index 63b9e7bb..0cd06e18 100644 --- a/docs/classes/YooKassa-Model-Airline.md +++ b/docs/classes/YooKassa-Model-Airline.md @@ -666,6 +666,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-AirlineInterface.md b/docs/classes/YooKassa-Model-AirlineInterface.md index aea5c645..b6697e7c 100644 --- a/docs/classes/YooKassa-Model-AirlineInterface.md +++ b/docs/classes/YooKassa-Model-AirlineInterface.md @@ -108,6 +108,6 @@ public getLegs() : \YooKassa\Model\LegInterface[] --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 f064b479..8db9dab6 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-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-AuthorizationDetails.md b/docs/classes/YooKassa-Model-AuthorizationDetails.md index cd150877..2b99a765 100644 --- a/docs/classes/YooKassa-Model-AuthorizationDetails.md +++ b/docs/classes/YooKassa-Model-AuthorizationDetails.md @@ -517,6 +517,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-AuthorizationDetailsInterface.md b/docs/classes/YooKassa-Model-AuthorizationDetailsInterface.md index c6c9525a..b084e99c 100644 --- a/docs/classes/YooKassa-Model-AuthorizationDetailsInterface.md +++ b/docs/classes/YooKassa-Model-AuthorizationDetailsInterface.md @@ -102,6 +102,6 @@ public getThreeDSecure() : \YooKassa\Model\ThreeDSecure|null --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-BaseDeal.md b/docs/classes/YooKassa-Model-BaseDeal.md index b7008c17..9e66198a 100644 --- a/docs/classes/YooKassa-Model-BaseDeal.md +++ b/docs/classes/YooKassa-Model-BaseDeal.md @@ -371,6 +371,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-CancellationDetails.md b/docs/classes/YooKassa-Model-CancellationDetails.md index 36c50d35..82a42900 100644 --- a/docs/classes/YooKassa-Model-CancellationDetails.md +++ b/docs/classes/YooKassa-Model-CancellationDetails.md @@ -449,6 +449,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 30ea2fb6..9873d99e 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-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-CancellationDetailsPartyCode.md b/docs/classes/YooKassa-Model-CancellationDetailsPartyCode.md index e6d57611..11521000 100644 --- a/docs/classes/YooKassa-Model-CancellationDetailsPartyCode.md +++ b/docs/classes/YooKassa-Model-CancellationDetailsPartyCode.md @@ -163,6 +163,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-CancellationDetailsReasonCode.md b/docs/classes/YooKassa-Model-CancellationDetailsReasonCode.md index 87cf1f0a..4bf899a1 100644 --- a/docs/classes/YooKassa-Model-CancellationDetailsReasonCode.md +++ b/docs/classes/YooKassa-Model-CancellationDetailsReasonCode.md @@ -340,6 +340,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-Confirmation-AbstractConfirmation.md b/docs/classes/YooKassa-Model-Confirmation-AbstractConfirmation.md index 05940551..dc81f6df 100644 --- a/docs/classes/YooKassa-Model-Confirmation-AbstractConfirmation.md +++ b/docs/classes/YooKassa-Model-Confirmation-AbstractConfirmation.md @@ -442,6 +442,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-Confirmation-ConfirmationCodeVerification.md b/docs/classes/YooKassa-Model-Confirmation-ConfirmationCodeVerification.md index 6eb903d5..f904c5cf 100644 --- a/docs/classes/YooKassa-Model-Confirmation-ConfirmationCodeVerification.md +++ b/docs/classes/YooKassa-Model-Confirmation-ConfirmationCodeVerification.md @@ -435,6 +435,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-Confirmation-ConfirmationEmbedded.md b/docs/classes/YooKassa-Model-Confirmation-ConfirmationEmbedded.md index a09afab8..7a5512cc 100644 --- a/docs/classes/YooKassa-Model-Confirmation-ConfirmationEmbedded.md +++ b/docs/classes/YooKassa-Model-Confirmation-ConfirmationEmbedded.md @@ -481,6 +481,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-Confirmation-ConfirmationExternal.md b/docs/classes/YooKassa-Model-Confirmation-ConfirmationExternal.md index 0c36f396..8226cdc5 100644 --- a/docs/classes/YooKassa-Model-Confirmation-ConfirmationExternal.md +++ b/docs/classes/YooKassa-Model-Confirmation-ConfirmationExternal.md @@ -436,6 +436,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-Confirmation-ConfirmationFactory.md b/docs/classes/YooKassa-Model-Confirmation-ConfirmationFactory.md index 7f2869fa..01074c7e 100644 --- a/docs/classes/YooKassa-Model-Confirmation-ConfirmationFactory.md +++ b/docs/classes/YooKassa-Model-Confirmation-ConfirmationFactory.md @@ -89,6 +89,6 @@ public factoryFromArray(array $data, string|null $type = null) : \YooKassa\Model --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-Confirmation-ConfirmationMobileApplication.md b/docs/classes/YooKassa-Model-Confirmation-ConfirmationMobileApplication.md index 73b89866..4712567e 100644 --- a/docs/classes/YooKassa-Model-Confirmation-ConfirmationMobileApplication.md +++ b/docs/classes/YooKassa-Model-Confirmation-ConfirmationMobileApplication.md @@ -559,6 +559,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-Confirmation-ConfirmationQr.md b/docs/classes/YooKassa-Model-Confirmation-ConfirmationQr.md index da40419a..f9ffc84f 100644 --- a/docs/classes/YooKassa-Model-Confirmation-ConfirmationQr.md +++ b/docs/classes/YooKassa-Model-Confirmation-ConfirmationQr.md @@ -494,6 +494,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-Confirmation-ConfirmationRedirect.md b/docs/classes/YooKassa-Model-Confirmation-ConfirmationRedirect.md index 84d24c9c..33a45bd1 100644 --- a/docs/classes/YooKassa-Model-Confirmation-ConfirmationRedirect.md +++ b/docs/classes/YooKassa-Model-Confirmation-ConfirmationRedirect.md @@ -602,6 +602,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-ConfirmationAttributes-AbstractConfirmationAttributes.md b/docs/classes/YooKassa-Model-ConfirmationAttributes-AbstractConfirmationAttributes.md index cb93abfa..abe3e6b4 100644 --- a/docs/classes/YooKassa-Model-ConfirmationAttributes-AbstractConfirmationAttributes.md +++ b/docs/classes/YooKassa-Model-ConfirmationAttributes-AbstractConfirmationAttributes.md @@ -413,6 +413,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-ConfirmationAttributes-ConfirmationAttributesCodeVerification.md b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesCodeVerification.md index 2e21749a..6655a319 100644 --- a/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesCodeVerification.md +++ b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesCodeVerification.md @@ -406,6 +406,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-ConfirmationAttributes-ConfirmationAttributesEmbedded.md b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesEmbedded.md index bc7cd781..49a7a93d 100644 --- a/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesEmbedded.md +++ b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesEmbedded.md @@ -406,6 +406,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-ConfirmationAttributes-ConfirmationAttributesExternal.md b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesExternal.md index 9ff29ea4..1babdbf2 100644 --- a/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesExternal.md +++ b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesExternal.md @@ -407,6 +407,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-ConfirmationAttributes-ConfirmationAttributesFactory.md b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesFactory.md index b9984eeb..d80993a6 100644 --- a/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesFactory.md +++ b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesFactory.md @@ -81,6 +81,6 @@ public factoryFromArray(array $data, string|null $type = null) : \YooKassa\Model --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-ConfirmationAttributes-ConfirmationAttributesMobileApplication.md b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesMobileApplication.md index 209a34ab..81570251 100644 --- a/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesMobileApplication.md +++ b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesMobileApplication.md @@ -470,6 +470,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-ConfirmationAttributes-ConfirmationAttributesQr.md b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesQr.md index 99be7468..c23e532e 100644 --- a/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesQr.md +++ b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesQr.md @@ -406,6 +406,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-ConfirmationAttributes-ConfirmationAttributesRedirect.md b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesRedirect.md index 0e250b60..8bd99c88 100644 --- a/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesRedirect.md +++ b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesRedirect.md @@ -513,6 +513,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-ConfirmationType.md b/docs/classes/YooKassa-Model-ConfirmationType.md index 1ab6a90c..1c032294 100644 --- a/docs/classes/YooKassa-Model-ConfirmationType.md +++ b/docs/classes/YooKassa-Model-ConfirmationType.md @@ -194,6 +194,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 9763b02d..b8d8243c 100644 --- a/docs/classes/YooKassa-Model-CurrencyCode.md +++ b/docs/classes/YooKassa-Model-CurrencyCode.md @@ -253,6 +253,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 122e12e8..2fe9de02 100644 --- a/docs/classes/YooKassa-Model-Deal-CaptureDealData.md +++ b/docs/classes/YooKassa-Model-Deal-CaptureDealData.md @@ -415,6 +415,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 a832b436..9efc393e 100644 --- a/docs/classes/YooKassa-Model-Deal-DealBalanceAmount.md +++ b/docs/classes/YooKassa-Model-Deal-DealBalanceAmount.md @@ -481,6 +481,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 1e6b7c31..5bf1ff68 100644 --- a/docs/classes/YooKassa-Model-Deal-DealStatus.md +++ b/docs/classes/YooKassa-Model-Deal-DealStatus.md @@ -144,6 +144,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 399205ea..774ab520 100644 --- a/docs/classes/YooKassa-Model-Deal-DealType.md +++ b/docs/classes/YooKassa-Model-Deal-DealType.md @@ -133,6 +133,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 564fd457..56c80821 100644 --- a/docs/classes/YooKassa-Model-Deal-FeeMoment.md +++ b/docs/classes/YooKassa-Model-Deal-FeeMoment.md @@ -143,6 +143,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 0b2fa966..316fe6de 100644 --- a/docs/classes/YooKassa-Model-Deal-PaymentDealInfo.md +++ b/docs/classes/YooKassa-Model-Deal-PaymentDealInfo.md @@ -469,6 +469,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 25af10a2..21e70b64 100644 --- a/docs/classes/YooKassa-Model-Deal-PayoutDealInfo.md +++ b/docs/classes/YooKassa-Model-Deal-PayoutDealInfo.md @@ -392,6 +392,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 bdd6d4cd..7a1f6b02 100644 --- a/docs/classes/YooKassa-Model-Deal-RefundDealData.md +++ b/docs/classes/YooKassa-Model-Deal-RefundDealData.md @@ -428,6 +428,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 8e735355..50c84981 100644 --- a/docs/classes/YooKassa-Model-Deal-RefundDealInfo.md +++ b/docs/classes/YooKassa-Model-Deal-RefundDealInfo.md @@ -482,6 +482,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 b3e940b2..dd454fc3 100644 --- a/docs/classes/YooKassa-Model-Deal-SettlementPayoutPayment.md +++ b/docs/classes/YooKassa-Model-Deal-SettlementPayoutPayment.md @@ -448,6 +448,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 61d87337..efc0e2a1 100644 --- a/docs/classes/YooKassa-Model-Deal-SettlementPayoutPaymentType.md +++ b/docs/classes/YooKassa-Model-Deal-SettlementPayoutPaymentType.md @@ -131,6 +131,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 8b90cc82..e9c4f2e9 100644 --- a/docs/classes/YooKassa-Model-Deal-SettlementPayoutRefund.md +++ b/docs/classes/YooKassa-Model-Deal-SettlementPayoutRefund.md @@ -452,6 +452,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-DealInterface.md b/docs/classes/YooKassa-Model-DealInterface.md index cc6196c3..a291dcde 100644 --- a/docs/classes/YooKassa-Model-DealInterface.md +++ b/docs/classes/YooKassa-Model-DealInterface.md @@ -258,6 +258,6 @@ public getTest() : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-FraudData.md b/docs/classes/YooKassa-Model-FraudData.md index eae721cb..10ca66b7 100644 --- a/docs/classes/YooKassa-Model-FraudData.md +++ b/docs/classes/YooKassa-Model-FraudData.md @@ -414,6 +414,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-Leg.md b/docs/classes/YooKassa-Model-Leg.md index 0931e53d..b97a6355 100644 --- a/docs/classes/YooKassa-Model-Leg.md +++ b/docs/classes/YooKassa-Model-Leg.md @@ -584,6 +584,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-LegInterface.md b/docs/classes/YooKassa-Model-LegInterface.md index 0cb31df0..71c1d09a 100644 --- a/docs/classes/YooKassa-Model-LegInterface.md +++ b/docs/classes/YooKassa-Model-LegInterface.md @@ -159,6 +159,6 @@ public setDepartureDate(\DateTime|string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-Locale.md b/docs/classes/YooKassa-Model-Locale.md index da1be6bd..9c5a0105 100644 --- a/docs/classes/YooKassa-Model-Locale.md +++ b/docs/classes/YooKassa-Model-Locale.md @@ -148,6 +148,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 29a14389..66d01e72 100644 --- a/docs/classes/YooKassa-Model-Metadata.md +++ b/docs/classes/YooKassa-Model-Metadata.md @@ -377,6 +377,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 2eb7c309..c7236f86 100644 --- a/docs/classes/YooKassa-Model-MonetaryAmount.md +++ b/docs/classes/YooKassa-Model-MonetaryAmount.md @@ -541,6 +541,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 1877c6d5..04e4725c 100644 --- a/docs/classes/YooKassa-Model-Notification-AbstractNotification.md +++ b/docs/classes/YooKassa-Model-Notification-AbstractNotification.md @@ -571,6 +571,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 3f79cb1a..92948d67 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationCanceled.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationCanceled.md @@ -596,6 +596,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 0480e841..116dabe5 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationDealClosed.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationDealClosed.md @@ -596,6 +596,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 e0421a9c..b0e6f1aa 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationFactory.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationFactory.md @@ -138,6 +138,6 @@ public factory(array $data) : \YooKassa\Model\Notification\AbstractNotification --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 d57efaaf..a4a3928c 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\PaymentInterface|\YooKassa\Model\RefundInte --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 b552902d..e1efceb2 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationPayoutCanceled.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationPayoutCanceled.md @@ -596,6 +596,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 1d7b2eed..8baeafd6 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationPayoutSucceeded.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationPayoutSucceeded.md @@ -596,6 +596,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 8873d1ae..9a8f2cb8 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationRefundSucceeded.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationRefundSucceeded.md @@ -596,6 +596,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 4affc038..7b79dd16 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationSucceeded.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationSucceeded.md @@ -596,6 +596,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 72cde431..0849d3fa 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationWaitingForCapture.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationWaitingForCapture.md @@ -601,6 +601,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-NotificationEventType.md b/docs/classes/YooKassa-Model-NotificationEventType.md index 896cd995..aabc6990 100644 --- a/docs/classes/YooKassa-Model-NotificationEventType.md +++ b/docs/classes/YooKassa-Model-NotificationEventType.md @@ -203,6 +203,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-NotificationType.md b/docs/classes/YooKassa-Model-NotificationType.md index 7f36e262..f842bec0 100644 --- a/docs/classes/YooKassa-Model-NotificationType.md +++ b/docs/classes/YooKassa-Model-NotificationType.md @@ -131,6 +131,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-Passenger.md b/docs/classes/YooKassa-Model-Passenger.md index 402ca427..c682d892 100644 --- a/docs/classes/YooKassa-Model-Passenger.md +++ b/docs/classes/YooKassa-Model-Passenger.md @@ -490,6 +490,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PassengerInterface.md b/docs/classes/YooKassa-Model-PassengerInterface.md index 415b753c..2e1e19a1 100644 --- a/docs/classes/YooKassa-Model-PassengerInterface.md +++ b/docs/classes/YooKassa-Model-PassengerInterface.md @@ -118,6 +118,6 @@ public setLastName(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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.md b/docs/classes/YooKassa-Model-Payment.md index 5e67d036..fd47f2c1 100644 --- a/docs/classes/YooKassa-Model-Payment.md +++ b/docs/classes/YooKassa-Model-Payment.md @@ -1808,6 +1808,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentData-AbstractPaymentData.md b/docs/classes/YooKassa-Model-PaymentData-AbstractPaymentData.md index b7a4c62b..8e8e8b0e 100644 --- a/docs/classes/YooKassa-Model-PaymentData-AbstractPaymentData.md +++ b/docs/classes/YooKassa-Model-PaymentData-AbstractPaymentData.md @@ -392,6 +392,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentData-B2b-Sberbank-VatData.md b/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatData.md index 1a5e5837..351e12d7 100644 --- a/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatData.md +++ b/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatData.md @@ -516,6 +516,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentData-B2b-Sberbank-VatDataInterface.md b/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatDataInterface.md index f6589aa9..66471cfe 100644 --- a/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatDataInterface.md +++ b/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatDataInterface.md @@ -102,6 +102,6 @@ public getAmount() : \YooKassa\Model\AmountInterface --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentData-B2b-Sberbank-VatDataRate.md b/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatDataRate.md index a28bb1a1..98c5b0f3 100644 --- a/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatDataRate.md +++ b/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatDataRate.md @@ -9,6 +9,7 @@ PaymentDataB2bSberbankVatDataRate - Налоговая ставка НДС **Description:** +- 5 - 5% - 7 - 7% - 10 - 10% - 18 - 18% @@ -18,6 +19,7 @@ PaymentDataB2bSberbankVatDataRate - Налоговая ставка НДС ### Constants | Visibility | Name | Flag | Summary | | ----------:| ---- | ---- | ------- | +| public | [RATE_5](../classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatDataRate.md#constant_RATE_5) | | 5% | | public | [RATE_7](../classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatDataRate.md#constant_RATE_7) | | 7% | | public | [RATE_10](../classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatDataRate.md#constant_RATE_10) | | 10% | | public | [RATE_18](../classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatDataRate.md#constant_RATE_18) | | 18% | @@ -47,6 +49,15 @@ PaymentDataB2bSberbankVatDataRate - Налоговая ставка НДС --- ## Constants + +###### RATE_5 +5% + +```php +RATE_5 = '5' +``` + + ###### RATE_7 7% @@ -169,6 +180,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentData-B2b-Sberbank-VatDataType.md b/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatDataType.md index f6ccc1d0..422701ec 100644 --- a/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatDataType.md +++ b/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatDataType.md @@ -159,6 +159,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentData-PaymentDataAlfabank.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataAlfabank.md index 3832cbeb..43f90c3e 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataAlfabank.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataAlfabank.md @@ -446,6 +446,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentData-PaymentDataApplePay.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataApplePay.md index 7e5ead13..8b4c1efb 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataApplePay.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataApplePay.md @@ -466,6 +466,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentData-PaymentDataB2bSberbank.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataB2bSberbank.md index f0660a97..58a98a28 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataB2bSberbank.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataB2bSberbank.md @@ -494,6 +494,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentData-PaymentDataBankCard.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataBankCard.md index e661700b..1291f1b6 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataBankCard.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataBankCard.md @@ -440,6 +440,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentData-PaymentDataBankCardCard.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataBankCardCard.md index dbf665f3..a4bd2560 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataBankCardCard.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataBankCardCard.md @@ -635,6 +635,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentData-PaymentDataCash.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataCash.md index 34722f65..d5495c48 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataCash.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataCash.md @@ -440,6 +440,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentData-PaymentDataFactory.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataFactory.md index 8b6d860f..4068969a 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataFactory.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataFactory.md @@ -89,6 +89,6 @@ public factoryFromArray(array $data, string|null $type = null) : \YooKassa\Model --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentData-PaymentDataGooglePay.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataGooglePay.md index 33c60655..e0b139f1 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataGooglePay.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataGooglePay.md @@ -494,6 +494,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentData-PaymentDataInstallments.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataInstallments.md index bfe7664b..79e2735d 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataInstallments.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataInstallments.md @@ -391,6 +391,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentData-PaymentDataMobileBalance.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataMobileBalance.md index 8fdf04b0..1ec83504 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataMobileBalance.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataMobileBalance.md @@ -436,6 +436,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentData-PaymentDataQiwi.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataQiwi.md index a6589768..aa019112 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataQiwi.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataQiwi.md @@ -433,6 +433,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentData-PaymentDataSberLoan.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataSberLoan.md index c969d27e..b5b034bf 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataSberLoan.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataSberLoan.md @@ -385,6 +385,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentData-PaymentDataSberbank.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataSberbank.md index 481e1746..58d4080f 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataSberbank.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataSberbank.md @@ -436,6 +436,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentData-PaymentDataSbp.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataSbp.md index 74144ce4..e58b339e 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataSbp.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataSbp.md @@ -385,6 +385,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentData-PaymentDataTinkoffBank.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataTinkoffBank.md index 60d37a79..d88df259 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataTinkoffBank.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataTinkoffBank.md @@ -385,6 +385,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentData-PaymentDataWebmoney.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataWebmoney.md index dc6a4a66..4766d35d 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataWebmoney.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataWebmoney.md @@ -392,6 +392,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentData-PaymentDataWechat.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataWechat.md index c90ed974..02a2ca02 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataWechat.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataWechat.md @@ -391,6 +391,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentData-PaymentDataYooMoney.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataYooMoney.md index dea283b5..de96b69e 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataYooMoney.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataYooMoney.md @@ -385,6 +385,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentInterface.md b/docs/classes/YooKassa-Model-PaymentInterface.md index 5e97e904..ad92c7fc 100644 --- a/docs/classes/YooKassa-Model-PaymentInterface.md +++ b/docs/classes/YooKassa-Model-PaymentInterface.md @@ -428,6 +428,6 @@ public getDeal() : \YooKassa\Model\Deal\PaymentDealInfo --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentMethod-AbstractPaymentMethod.md b/docs/classes/YooKassa-Model-PaymentMethod-AbstractPaymentMethod.md index 5d8340d3..3188acf1 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-AbstractPaymentMethod.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-AbstractPaymentMethod.md @@ -541,6 +541,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentMethod-B2b-Sberbank-PayerBankDetails.md b/docs/classes/YooKassa-Model-PaymentMethod-B2b-Sberbank-PayerBankDetails.md index e970b673..ef3306a8 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-B2b-Sberbank-PayerBankDetails.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-B2b-Sberbank-PayerBankDetails.md @@ -826,6 +826,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentMethod-B2b-Sberbank-PayerBankDetailsInterface.md b/docs/classes/YooKassa-Model-PaymentMethod-B2b-Sberbank-PayerBankDetailsInterface.md index 51358a70..0b75c88f 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-B2b-Sberbank-PayerBankDetailsInterface.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-B2b-Sberbank-PayerBankDetailsInterface.md @@ -216,6 +216,6 @@ public getAccount() : string --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentMethod-BankCard.md b/docs/classes/YooKassa-Model-PaymentMethod-BankCard.md index c4037659..34efa75d 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-BankCard.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-BankCard.md @@ -855,6 +855,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentMethod-BankCardSource.md b/docs/classes/YooKassa-Model-PaymentMethod-BankCardSource.md index 8a2b5c19..e8ca7ca8 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-BankCardSource.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-BankCardSource.md @@ -159,6 +159,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentMethod-PaymentMethodAlfaBank.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodAlfaBank.md index 08c4b9c2..51562cbc 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodAlfaBank.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodAlfaBank.md @@ -609,6 +609,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentMethod-PaymentMethodApplePay.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodApplePay.md index 58d89c82..a9fd27e1 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodApplePay.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodApplePay.md @@ -549,6 +549,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentMethod-PaymentMethodB2bSberbank.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodB2bSberbank.md index 256e5f5e..ec16cc5d 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodB2bSberbank.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodB2bSberbank.md @@ -724,6 +724,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentMethod-PaymentMethodBankCard.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodBankCard.md index 975c7f55..a1e3cbf5 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodBankCard.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodBankCard.md @@ -781,6 +781,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentMethod-PaymentMethodCardType.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodCardType.md index 6fbfa633..c18d1d72 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodCardType.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodCardType.md @@ -261,6 +261,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentMethod-PaymentMethodCash.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodCash.md index 75ea4d27..cb631fd8 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodCash.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodCash.md @@ -549,6 +549,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentMethod-PaymentMethodFactory.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodFactory.md index 53667e10..2ff3de6e 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodFactory.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodFactory.md @@ -103,6 +103,6 @@ public factoryFromArray(array $data, string|null $type = null) : \YooKassa\Model --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentMethod-PaymentMethodGooglePay.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodGooglePay.md index ec974f7a..fdf2c773 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodGooglePay.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodGooglePay.md @@ -549,6 +549,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentMethod-PaymentMethodInstallments.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodInstallments.md index a3817f7a..c5bdb310 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodInstallments.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodInstallments.md @@ -555,6 +555,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentMethod-PaymentMethodMobileBalance.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodMobileBalance.md index 23297764..6e213334 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodMobileBalance.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodMobileBalance.md @@ -603,6 +603,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentMethod-PaymentMethodPsb.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodPsb.md index 6f4e8795..d4837859 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodPsb.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodPsb.md @@ -542,6 +542,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentMethod-PaymentMethodQiwi.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodQiwi.md index a83c7859..ab50a25c 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodQiwi.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodQiwi.md @@ -555,6 +555,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentMethod-PaymentMethodSberLoan.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodSberLoan.md index 1e747797..332bf815 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodSberLoan.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodSberLoan.md @@ -670,6 +670,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentMethod-PaymentMethodSberbank.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodSberbank.md index 617e62e7..4de194c4 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodSberbank.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodSberbank.md @@ -853,6 +853,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentMethod-PaymentMethodSbp.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodSbp.md index 51637ed3..9f49487d 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodSbp.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodSbp.md @@ -536,6 +536,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentMethod-PaymentMethodTinkoffBank.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodTinkoffBank.md index 5f022c06..2db73c13 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodTinkoffBank.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodTinkoffBank.md @@ -536,6 +536,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentMethod-PaymentMethodUnknown.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodUnknown.md index 357c3c5f..5044fc76 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodUnknown.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodUnknown.md @@ -542,6 +542,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentMethod-PaymentMethodWebmoney.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodWebmoney.md index 12407ca3..4e4780b7 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodWebmoney.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodWebmoney.md @@ -555,6 +555,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentMethod-PaymentMethodWechat.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodWechat.md index 17359446..2b3926b3 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodWechat.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodWechat.md @@ -542,6 +542,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentMethod-PaymentMethodYooMoney.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodYooMoney.md index e19368a5..f05a1587 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodYooMoney.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodYooMoney.md @@ -616,6 +616,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentMethodType.md b/docs/classes/YooKassa-Model-PaymentMethodType.md index cdb2c9f1..c319d995 100644 --- a/docs/classes/YooKassa-Model-PaymentMethodType.md +++ b/docs/classes/YooKassa-Model-PaymentMethodType.md @@ -336,6 +336,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PaymentStatus.md b/docs/classes/YooKassa-Model-PaymentStatus.md index 933bb6fb..05be4c53 100644 --- a/docs/classes/YooKassa-Model-PaymentStatus.md +++ b/docs/classes/YooKassa-Model-PaymentStatus.md @@ -170,6 +170,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 54b41479..4030335d 100644 --- a/docs/classes/YooKassa-Model-Payout-AbstractPayoutDestination.md +++ b/docs/classes/YooKassa-Model-Payout-AbstractPayoutDestination.md @@ -392,6 +392,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 f33103f0..7a71f77c 100644 --- a/docs/classes/YooKassa-Model-Payout-IncomeReceipt.md +++ b/docs/classes/YooKassa-Model-Payout-IncomeReceipt.md @@ -601,6 +601,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 48f5a5e9..30a3618c 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetails.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetails.md @@ -448,6 +448,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 b7a901b5..92c99f71 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetailsPartyCode.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetailsPartyCode.md @@ -155,6 +155,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 53b77bb9..fd3aef4e 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-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 62e7d37a..0aee4cb9 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutDestinationBankCard.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutDestinationBankCard.md @@ -440,6 +440,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 5d06444d..669e4abc 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutDestinationBankCardCard.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutDestinationBankCardCard.md @@ -668,6 +668,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 7ffb1afb..395c418e 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutDestinationFactory.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutDestinationFactory.md @@ -89,6 +89,6 @@ public factoryFromArray(array $data, string|null $type = null) : \YooKassa\Model --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 2df9726e..d7996a9f 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutDestinationSbp.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutDestinationSbp.md @@ -586,6 +586,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 be867be9..11b87f28 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutDestinationType.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutDestinationType.md @@ -125,6 +125,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 1274b120..a011ec40 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutDestinationYooMoney.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutDestinationYooMoney.md @@ -465,6 +465,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 57e470be..757d4866 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutSelfEmployed.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutSelfEmployed.md @@ -398,6 +398,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 f0af5223..dd07f8b3 100644 --- a/docs/classes/YooKassa-Model-Payout-SbpParticipantBank.md +++ b/docs/classes/YooKassa-Model-Payout-SbpParticipantBank.md @@ -462,6 +462,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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.md b/docs/classes/YooKassa-Model-Payout.md index d7e73221..1210b93c 100644 --- a/docs/classes/YooKassa-Model-Payout.md +++ b/docs/classes/YooKassa-Model-Payout.md @@ -1083,6 +1083,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PayoutInterface.md b/docs/classes/YooKassa-Model-PayoutInterface.md index 83558f8e..2221a4f2 100644 --- a/docs/classes/YooKassa-Model-PayoutInterface.md +++ b/docs/classes/YooKassa-Model-PayoutInterface.md @@ -238,6 +238,6 @@ public getTest() : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-PayoutStatus.md b/docs/classes/YooKassa-Model-PayoutStatus.md index 369df078..19f1c813 100644 --- a/docs/classes/YooKassa-Model-PayoutStatus.md +++ b/docs/classes/YooKassa-Model-PayoutStatus.md @@ -159,6 +159,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 0bbf582b..d3da6c27 100644 --- a/docs/classes/YooKassa-Model-PersonalData-PersonalData.md +++ b/docs/classes/YooKassa-Model-PersonalData-PersonalData.md @@ -776,6 +776,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 5677fbf8..c20c50f6 100644 --- a/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetails.md +++ b/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetails.md @@ -421,6 +421,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 feb921cb..2aa7d56a 100644 --- a/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetailsPartyCode.md +++ b/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetailsPartyCode.md @@ -133,6 +133,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 38b070bd..c56f89ce 100644 --- a/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetailsReasonCode.md +++ b/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetailsReasonCode.md @@ -133,6 +133,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 621166b1..c36be4f2 100644 --- a/docs/classes/YooKassa-Model-PersonalData-PersonalDataInterface.md +++ b/docs/classes/YooKassa-Model-PersonalData-PersonalDataInterface.md @@ -357,6 +357,6 @@ public setMetadata(\YooKassa\Model\Metadata|array|null $metadata = null) : $this --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 71092286..4cd6ba71 100644 --- a/docs/classes/YooKassa-Model-PersonalData-PersonalDataStatus.md +++ b/docs/classes/YooKassa-Model-PersonalData-PersonalDataStatus.md @@ -169,6 +169,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 de12ff67..48a9ad8b 100644 --- a/docs/classes/YooKassa-Model-PersonalData-PersonalDataType.md +++ b/docs/classes/YooKassa-Model-PersonalData-PersonalDataType.md @@ -145,6 +145,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 f9fcd431..3747da39 100644 --- a/docs/classes/YooKassa-Model-Receipt-AdditionalUserProps.md +++ b/docs/classes/YooKassa-Model-Receipt-AdditionalUserProps.md @@ -469,6 +469,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 5f9d1768..2c9c3f0e 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-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 4826a1e5..2bce6448 100644 --- a/docs/classes/YooKassa-Model-Receipt-IndustryDetails.md +++ b/docs/classes/YooKassa-Model-Receipt-IndustryDetails.md @@ -633,6 +633,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 47860174..e037d557 100644 --- a/docs/classes/YooKassa-Model-Receipt-MarkCodeInfo.md +++ b/docs/classes/YooKassa-Model-Receipt-MarkCodeInfo.md @@ -965,6 +965,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 41b04964..4c9dc56e 100644 --- a/docs/classes/YooKassa-Model-Receipt-MarkQuantity.md +++ b/docs/classes/YooKassa-Model-Receipt-MarkQuantity.md @@ -461,6 +461,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 3f2e43a4..8d186909 100644 --- a/docs/classes/YooKassa-Model-Receipt-OperationalDetails.md +++ b/docs/classes/YooKassa-Model-Receipt-OperationalDetails.md @@ -558,6 +558,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 1e7c4d39..e95af550 100644 --- a/docs/classes/YooKassa-Model-Receipt-PaymentMode.md +++ b/docs/classes/YooKassa-Model-Receipt-PaymentMode.md @@ -193,6 +193,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 ad9c67b5..519a0389 100644 --- a/docs/classes/YooKassa-Model-Receipt-PaymentSubject.md +++ b/docs/classes/YooKassa-Model-Receipt-PaymentSubject.md @@ -453,6 +453,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 27b66a0a..e1e7e8b7 100644 --- a/docs/classes/YooKassa-Model-Receipt-ReceiptItemAmount.md +++ b/docs/classes/YooKassa-Model-Receipt-ReceiptItemAmount.md @@ -538,6 +538,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 bb456b60..74e384f2 100644 --- a/docs/classes/YooKassa-Model-Receipt-ReceiptItemMeasure.md +++ b/docs/classes/YooKassa-Model-Receipt-ReceiptItemMeasure.md @@ -366,6 +366,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 199fac39..e113a51f 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-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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.md b/docs/classes/YooKassa-Model-Receipt.md index b73d0c65..da40fe39 100644 --- a/docs/classes/YooKassa-Model-Receipt.md +++ b/docs/classes/YooKassa-Model-Receipt.md @@ -1049,6 +1049,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-ReceiptCustomer.md b/docs/classes/YooKassa-Model-ReceiptCustomer.md index bd378f82..3baf18d0 100644 --- a/docs/classes/YooKassa-Model-ReceiptCustomer.md +++ b/docs/classes/YooKassa-Model-ReceiptCustomer.md @@ -608,6 +608,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-ReceiptCustomerInterface.md b/docs/classes/YooKassa-Model-ReceiptCustomerInterface.md index bf519217..dc6be75c 100644 --- a/docs/classes/YooKassa-Model-ReceiptCustomerInterface.md +++ b/docs/classes/YooKassa-Model-ReceiptCustomerInterface.md @@ -140,6 +140,6 @@ public jsonSerialize() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-ReceiptInterface.md b/docs/classes/YooKassa-Model-ReceiptInterface.md index 56e53bcf..3bd6c9d9 100644 --- a/docs/classes/YooKassa-Model-ReceiptInterface.md +++ b/docs/classes/YooKassa-Model-ReceiptInterface.md @@ -181,6 +181,6 @@ public normalize(\YooKassa\Model\AmountInterface $orderAmount, bool $withShippin --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-ReceiptItem.md b/docs/classes/YooKassa-Model-ReceiptItem.md index 6e84e663..c8ce46f8 100644 --- a/docs/classes/YooKassa-Model-ReceiptItem.md +++ b/docs/classes/YooKassa-Model-ReceiptItem.md @@ -49,8 +49,8 @@ | public | [$productCode](../classes/YooKassa-Model-ReceiptItem.md#property_productCode) | | Код товара (тег в 54 ФЗ — 1162) | | public | [$quantity](../classes/YooKassa-Model-ReceiptItem.md#property_quantity) | | Количество (тег в 54 ФЗ — 1023) | | public | [$supplier](../classes/YooKassa-Model-ReceiptItem.md#property_supplier) | | Информация о поставщике товара или услуги (тег в 54 ФЗ — 1224) | -| public | [$vat_code](../classes/YooKassa-Model-ReceiptItem.md#property_vat_code) | | Ставка НДС (тег в 54 ФЗ — 1199), число 1-6 | -| public | [$vatCode](../classes/YooKassa-Model-ReceiptItem.md#property_vatCode) | | Ставка НДС (тег в 54 ФЗ — 1199), число 1-6 | +| public | [$vat_code](../classes/YooKassa-Model-ReceiptItem.md#property_vat_code) | | Ставка НДС (тег в 54 ФЗ — 1199), число 1-10 | +| public | [$vatCode](../classes/YooKassa-Model-ReceiptItem.md#property_vatCode) | | Ставка НДС (тег в 54 ФЗ — 1199), число 1-10 | --- ### Methods @@ -506,7 +506,7 @@ ADD_PROPS_MAX_LENGTH = 64 : int --- ***Description*** -Ставка НДС (тег в 54 ФЗ — 1199), число 1-6 +Ставка НДС (тег в 54 ФЗ — 1199), число 1-10 **Type:** int @@ -518,7 +518,7 @@ ADD_PROPS_MAX_LENGTH = 64 : int --- ***Description*** -Ставка НДС (тег в 54 ФЗ — 1199), число 1-6 +Ставка НДС (тег в 54 ФЗ — 1199), число 1-10 **Type:** int @@ -1032,7 +1032,7 @@ public getVatCode() : int|null **Details:** * Inherited From: [\YooKassa\Model\ReceiptItem](../classes/YooKassa-Model-ReceiptItem.md) -**Returns:** int|null - Ставка НДС, число 1-6, или null, если ставка не задана +**Returns:** int|null - Ставка НДС, число 1-10, или null, если ставка не задана @@ -1645,7 +1645,7 @@ public setVatCode(int $value) : mixed ##### Parameters: | Type | Name | Description | | ---- | ---- | ----------- | -| int | value | Ставка НДС, число 1-6 | +| int | value | Ставка НДС, число 1-10 | ##### Throws: | Type | Description | @@ -1707,6 +1707,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-ReceiptItemInterface.md b/docs/classes/YooKassa-Model-ReceiptItemInterface.md index 3d755497..53149332 100644 --- a/docs/classes/YooKassa-Model-ReceiptItemInterface.md +++ b/docs/classes/YooKassa-Model-ReceiptItemInterface.md @@ -52,8 +52,8 @@ Interface ReceiptItemInterface | property-read | | Дробное количество маркированного товара (тег в 54 ФЗ — 1291) | | property-read | | Суммарная стоимость покупаемого товара в копейках/центах | | property-read | | Цена товара (тег в 54 ФЗ — 1079) | -| property-read | | Ставка НДС, число 1-6 (тег в 54 ФЗ — 1199) | -| property-read | | Ставка НДС, число 1-6 (тег в 54 ФЗ — 1199) | +| property-read | | Ставка НДС, число 1-10 (тег в 54 ФЗ — 1199) | +| property-read | | Ставка НДС, число 1-10 (тег в 54 ФЗ — 1199) | | property-read | | Признак предмета расчета (тег в 54 ФЗ — 1212) | | property-read | | Признак предмета расчета (тег в 54 ФЗ — 1212) | | property-read | | Признак способа расчета (тег в 54 ФЗ — 1214) | @@ -161,7 +161,7 @@ public getVatCode() : int|null **Details:** * Inherited From: [\YooKassa\Model\ReceiptItemInterface](../classes/YooKassa-Model-ReceiptItemInterface.md) -**Returns:** int|null - Ставка НДС, число 1-6, или null, если ставка не задана +**Returns:** int|null - Ставка НДС, число 1-10, или null, если ставка не задана @@ -436,6 +436,6 @@ public isShipping() : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-ReceiptRegistrationStatus.md b/docs/classes/YooKassa-Model-ReceiptRegistrationStatus.md index 39632104..e4051c54 100644 --- a/docs/classes/YooKassa-Model-ReceiptRegistrationStatus.md +++ b/docs/classes/YooKassa-Model-ReceiptRegistrationStatus.md @@ -159,6 +159,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-ReceiptType.md b/docs/classes/YooKassa-Model-ReceiptType.md index 90c71d93..05c496c9 100644 --- a/docs/classes/YooKassa-Model-ReceiptType.md +++ b/docs/classes/YooKassa-Model-ReceiptType.md @@ -159,6 +159,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-Recipient.md b/docs/classes/YooKassa-Model-Recipient.md index 4caea249..b4b33fc1 100644 --- a/docs/classes/YooKassa-Model-Recipient.md +++ b/docs/classes/YooKassa-Model-Recipient.md @@ -494,6 +494,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-RecipientInterface.md b/docs/classes/YooKassa-Model-RecipientInterface.md index f112d8e7..6029788d 100644 --- a/docs/classes/YooKassa-Model-RecipientInterface.md +++ b/docs/classes/YooKassa-Model-RecipientInterface.md @@ -94,6 +94,6 @@ public getGatewayId() : string --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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.md b/docs/classes/YooKassa-Model-Refund.md index c4fafa72..35f9b89f 100644 --- a/docs/classes/YooKassa-Model-Refund.md +++ b/docs/classes/YooKassa-Model-Refund.md @@ -1015,6 +1015,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-RefundCancellationDetails.md b/docs/classes/YooKassa-Model-RefundCancellationDetails.md index 71850295..8581495e 100644 --- a/docs/classes/YooKassa-Model-RefundCancellationDetails.md +++ b/docs/classes/YooKassa-Model-RefundCancellationDetails.md @@ -462,6 +462,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-RefundCancellationDetailsPartyCode.md b/docs/classes/YooKassa-Model-RefundCancellationDetailsPartyCode.md index a06ffe67..6cf86883 100644 --- a/docs/classes/YooKassa-Model-RefundCancellationDetailsPartyCode.md +++ b/docs/classes/YooKassa-Model-RefundCancellationDetailsPartyCode.md @@ -168,6 +168,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-RefundCancellationDetailsReasonCode.md b/docs/classes/YooKassa-Model-RefundCancellationDetailsReasonCode.md index c604cbfb..22ff99e8 100644 --- a/docs/classes/YooKassa-Model-RefundCancellationDetailsReasonCode.md +++ b/docs/classes/YooKassa-Model-RefundCancellationDetailsReasonCode.md @@ -236,6 +236,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-RefundInterface.md b/docs/classes/YooKassa-Model-RefundInterface.md index aee81053..e294b216 100644 --- a/docs/classes/YooKassa-Model-RefundInterface.md +++ b/docs/classes/YooKassa-Model-RefundInterface.md @@ -218,6 +218,6 @@ public getDeal() : \YooKassa\Model\Deal\RefundDealInfo --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-RefundStatus.md b/docs/classes/YooKassa-Model-RefundStatus.md index 26687aa5..cf2612bd 100644 --- a/docs/classes/YooKassa-Model-RefundStatus.md +++ b/docs/classes/YooKassa-Model-RefundStatus.md @@ -153,6 +153,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-Requestor.md b/docs/classes/YooKassa-Model-Requestor.md index 46a262f1..29d488bd 100644 --- a/docs/classes/YooKassa-Model-Requestor.md +++ b/docs/classes/YooKassa-Model-Requestor.md @@ -637,6 +637,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-RequestorInterface.md b/docs/classes/YooKassa-Model-RequestorInterface.md index d21e8c79..eeceabd1 100644 --- a/docs/classes/YooKassa-Model-RequestorInterface.md +++ b/docs/classes/YooKassa-Model-RequestorInterface.md @@ -217,6 +217,6 @@ public setClientName(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-SafeDeal.md b/docs/classes/YooKassa-Model-SafeDeal.md index 84b3982c..8f57b60b 100644 --- a/docs/classes/YooKassa-Model-SafeDeal.md +++ b/docs/classes/YooKassa-Model-SafeDeal.md @@ -858,6 +858,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 e8d81ea2..27c4c3d8 100644 --- a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployed.md +++ b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployed.md @@ -747,6 +747,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 25c79e1c..7ca54e75 100644 --- a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmation.md +++ b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmation.md @@ -398,6 +398,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 0bb7c936..58c662a7 100644 --- a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationFactory.md +++ b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationFactory.md @@ -89,6 +89,6 @@ public factoryFromArray(array $data, string|null $type = null) : \YooKassa\Model --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 fbe0380b..c3875c54 100644 --- a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationRedirect.md +++ b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationRedirect.md @@ -461,6 +461,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 c164ef32..01084632 100644 --- a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationType.md +++ b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationType.md @@ -142,6 +142,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 feaa9e74..1136640b 100644 --- a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedInterface.md +++ b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedInterface.md @@ -372,6 +372,6 @@ public setTest(bool $test) : $this --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 fc16b786..9c5c7235 100644 --- a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedStatus.md +++ b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedStatus.md @@ -167,6 +167,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-Settlement.md b/docs/classes/YooKassa-Model-Settlement.md index d255d532..27f42384 100644 --- a/docs/classes/YooKassa-Model-Settlement.md +++ b/docs/classes/YooKassa-Model-Settlement.md @@ -448,6 +448,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-SettlementInterface.md b/docs/classes/YooKassa-Model-SettlementInterface.md index efcffd95..e8ea1124 100644 --- a/docs/classes/YooKassa-Model-SettlementInterface.md +++ b/docs/classes/YooKassa-Model-SettlementInterface.md @@ -83,6 +83,6 @@ public getAmount() : \YooKassa\Model\AmountInterface --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-Source.md b/docs/classes/YooKassa-Model-Source.md index 501df484..a1620389 100644 --- a/docs/classes/YooKassa-Model-Source.md +++ b/docs/classes/YooKassa-Model-Source.md @@ -570,6 +570,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-SourceInterface.md b/docs/classes/YooKassa-Model-SourceInterface.md index 20f10200..73f23f12 100644 --- a/docs/classes/YooKassa-Model-SourceInterface.md +++ b/docs/classes/YooKassa-Model-SourceInterface.md @@ -207,6 +207,6 @@ public setPlatformFeeAmount(\YooKassa\Model\AmountInterface|array $value) : mixe --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-Supplier.md b/docs/classes/YooKassa-Model-Supplier.md index e4217de8..5fe973d5 100644 --- a/docs/classes/YooKassa-Model-Supplier.md +++ b/docs/classes/YooKassa-Model-Supplier.md @@ -505,6 +505,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-SupplierInterface.md b/docs/classes/YooKassa-Model-SupplierInterface.md index b9c904da..9c44d538 100644 --- a/docs/classes/YooKassa-Model-SupplierInterface.md +++ b/docs/classes/YooKassa-Model-SupplierInterface.md @@ -177,6 +177,6 @@ public setInn(string|null $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-ThreeDSecure.md b/docs/classes/YooKassa-Model-ThreeDSecure.md index b7469489..9c6fd013 100644 --- a/docs/classes/YooKassa-Model-ThreeDSecure.md +++ b/docs/classes/YooKassa-Model-ThreeDSecure.md @@ -397,6 +397,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-Transfer.md b/docs/classes/YooKassa-Model-Transfer.md index fad0f86c..2e7f9be1 100644 --- a/docs/classes/YooKassa-Model-Transfer.md +++ b/docs/classes/YooKassa-Model-Transfer.md @@ -814,6 +814,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-TransferInterface.md b/docs/classes/YooKassa-Model-TransferInterface.md index 7acc0fc7..0810c897 100644 --- a/docs/classes/YooKassa-Model-TransferInterface.md +++ b/docs/classes/YooKassa-Model-TransferInterface.md @@ -374,6 +374,6 @@ public hasMetadata() : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-TransferStatus.md b/docs/classes/YooKassa-Model-TransferStatus.md index 8ec45f20..59c3c086 100644 --- a/docs/classes/YooKassa-Model-TransferStatus.md +++ b/docs/classes/YooKassa-Model-TransferStatus.md @@ -170,6 +170,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 bc19c83f..b1c0e553 100644 --- a/docs/classes/YooKassa-Model-Webhook-Webhook.md +++ b/docs/classes/YooKassa-Model-Webhook-Webhook.md @@ -500,6 +500,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 d28aa667..a99f1080 100644 --- a/docs/classes/YooKassa-Request-Deals-AbstractDealResponse.md +++ b/docs/classes/YooKassa-Request-Deals-AbstractDealResponse.md @@ -861,6 +861,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 d9c76f99..60cc1e28 100644 --- a/docs/classes/YooKassa-Request-Deals-CreateDealRequest.md +++ b/docs/classes/YooKassa-Request-Deals-CreateDealRequest.md @@ -766,6 +766,6 @@ protected setValidationError(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 61390115..130dfe68 100644 --- a/docs/classes/YooKassa-Request-Deals-CreateDealRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Deals-CreateDealRequestBuilder.md @@ -353,6 +353,6 @@ protected initCurrentObject() : \YooKassa\Request\Deals\CreateDealRequest --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 5a1076c2..6afc4918 100644 --- a/docs/classes/YooKassa-Request-Deals-CreateDealRequestInterface.md +++ b/docs/classes/YooKassa-Request-Deals-CreateDealRequestInterface.md @@ -286,6 +286,6 @@ public setMetadata(\YooKassa\Model\Metadata|array|null $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 5e60c17a..c32e22cd 100644 --- a/docs/classes/YooKassa-Request-Deals-CreateDealRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Deals-CreateDealRequestSerializer.md @@ -65,6 +65,6 @@ public serialize(\YooKassa\Request\Deals\CreateDealRequestInterface $request) : --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 842a53b1..59dd318f 100644 --- a/docs/classes/YooKassa-Request-Deals-CreateDealResponse.md +++ b/docs/classes/YooKassa-Request-Deals-CreateDealResponse.md @@ -860,6 +860,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 f4fc090f..541c3300 100644 --- a/docs/classes/YooKassa-Request-Deals-DealResponse.md +++ b/docs/classes/YooKassa-Request-Deals-DealResponse.md @@ -860,6 +860,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 5dfb1b32..24f0d040 100644 --- a/docs/classes/YooKassa-Request-Deals-DealsRequest.md +++ b/docs/classes/YooKassa-Request-Deals-DealsRequest.md @@ -1394,6 +1394,6 @@ protected setValidationError(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 7f637735..c31952ca 100644 --- a/docs/classes/YooKassa-Request-Deals-DealsRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Deals-DealsRequestBuilder.md @@ -498,6 +498,6 @@ protected initCurrentObject() : \YooKassa\Request\Deals\DealsRequest --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 0ec378db..4350267e 100644 --- a/docs/classes/YooKassa-Request-Deals-DealsRequestInterface.md +++ b/docs/classes/YooKassa-Request-Deals-DealsRequestInterface.md @@ -765,6 +765,6 @@ public setFullTextSearch(string $value) : void --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 cee2bcae..164db97c 100644 --- a/docs/classes/YooKassa-Request-Deals-DealsRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Deals-DealsRequestSerializer.md @@ -65,6 +65,6 @@ public serialize(\YooKassa\Request\Deals\DealsRequest|\YooKassa\Request\Deals\De --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 79b45e60..802cc83c 100644 --- a/docs/classes/YooKassa-Request-Deals-DealsResponse.md +++ b/docs/classes/YooKassa-Request-Deals-DealsResponse.md @@ -389,6 +389,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 c785759e..fd7a5fa2 100644 --- a/docs/classes/YooKassa-Request-Payments-AbstractPaymentResponse.md +++ b/docs/classes/YooKassa-Request-Payments-AbstractPaymentResponse.md @@ -1850,6 +1850,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 f500ccd6..7d587e47 100644 --- a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequest.md +++ b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequest.md @@ -1965,6 +1965,6 @@ protected setValidationError(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 ebf15628..facb5639 100644 --- a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestBuilder.md @@ -1130,6 +1130,6 @@ protected initCurrentObject() : \YooKassa\Request\Payments\CreatePaymentRequest --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 a33575bc..2ae4ee1f 100644 --- a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestInterface.md +++ b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestInterface.md @@ -1016,6 +1016,6 @@ public setMerchantCustomerId(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 c977d4db..9c84c330 100644 --- a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestSerializer.md @@ -65,6 +65,6 @@ public serialize(\YooKassa\Request\Payments\CreatePaymentRequestInterface $reque --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 a11d0f3d..07de3538 100644 --- a/docs/classes/YooKassa-Request-Payments-CreatePaymentResponse.md +++ b/docs/classes/YooKassa-Request-Payments-CreatePaymentResponse.md @@ -1844,6 +1844,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-Payment-CancelResponse.md b/docs/classes/YooKassa-Request-Payments-Payment-CancelResponse.md index c94c4a1d..7210ec41 100644 --- a/docs/classes/YooKassa-Request-Payments-Payment-CancelResponse.md +++ b/docs/classes/YooKassa-Request-Payments-Payment-CancelResponse.md @@ -1844,6 +1844,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-Payment-CreateCaptureRequest.md b/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequest.md index d07e6e20..b4a02b89 100644 --- a/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequest.md +++ b/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequest.md @@ -860,6 +860,6 @@ protected setValidationError(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-Payment-CreateCaptureRequestBuilder.md b/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequestBuilder.md index 34a2d47f..fced2322 100644 --- a/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequestBuilder.md @@ -529,6 +529,6 @@ protected initCurrentObject() : \YooKassa\Request\Payments\Payment\CreateCapture --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-Payment-CreateCaptureRequestInterface.md b/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequestInterface.md index 76ff2946..4087aa76 100644 --- a/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequestInterface.md +++ b/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequestInterface.md @@ -296,6 +296,6 @@ public setDeal(\YooKassa\Model\Deal\PaymentDealInfo|array|null $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-Payment-CreateCaptureRequestSerializer.md b/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequestSerializer.md index 134abd5a..75657e93 100644 --- a/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequestSerializer.md @@ -65,6 +65,6 @@ public serialize(\YooKassa\Request\Payments\Payment\CreateCaptureRequestInterfac --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-Payment-CreateCaptureResponse.md b/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureResponse.md index 8e90b855..c73e03b1 100644 --- a/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureResponse.md +++ b/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureResponse.md @@ -1844,6 +1844,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 401f2708..b8f8551a 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentResponse.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentResponse.md @@ -1844,6 +1844,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 2bb7f7c5..f51ed722 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentsRequest.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentsRequest.md @@ -1384,6 +1384,6 @@ protected setValidationError(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 98107ec9..fbd8e716 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentsRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentsRequestBuilder.md @@ -498,6 +498,6 @@ protected initCurrentObject() : \YooKassa\Request\Payments\PaymentsRequest --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 c60c7615..d5181dd0 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentsRequestInterface.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentsRequestInterface.md @@ -765,6 +765,6 @@ public setPaymentMethod(string $value) : void --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 76473085..7935e95a 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentsRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentsRequestSerializer.md @@ -65,6 +65,6 @@ public serialize(\YooKassa\Request\Payments\PaymentsRequestInterface $request) : --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 99ff6ed9..fcecb8da 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentsResponse.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentsResponse.md @@ -389,6 +389,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 45293a31..ca01e1be 100644 --- a/docs/classes/YooKassa-Request-Payouts-AbstractPayoutResponse.md +++ b/docs/classes/YooKassa-Request-Payouts-AbstractPayoutResponse.md @@ -1100,6 +1100,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 42dd26b9..d9c39ff0 100644 --- a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequest.md +++ b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequest.md @@ -1266,6 +1266,6 @@ protected setValidationError(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 758ef553..8447b11c 100644 --- a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestBuilder.md @@ -519,6 +519,6 @@ protected initCurrentObject() : \YooKassa\Request\Payouts\CreatePayoutRequest --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 e5cb4f74..0aadcbc2 100644 --- a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md +++ b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md @@ -655,6 +655,6 @@ public setMetadata(\YooKassa\Model\Metadata|array|null $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 ddefc5bf..275f0806 100644 --- a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestSerializer.md @@ -65,6 +65,6 @@ public serialize(\YooKassa\Request\Payouts\CreatePayoutRequestInterface $request --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 7ea6eab8..24230e06 100644 --- a/docs/classes/YooKassa-Request-Payouts-CreatePayoutResponse.md +++ b/docs/classes/YooKassa-Request-Payouts-CreatePayoutResponse.md @@ -1101,6 +1101,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 0bb1d3d2..e766dd8e 100644 --- a/docs/classes/YooKassa-Request-Payouts-IncomeReceiptData.md +++ b/docs/classes/YooKassa-Request-Payouts-IncomeReceiptData.md @@ -468,6 +468,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 6d5b84a8..7634e004 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-AbstractPayoutDestinationData.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-AbstractPayoutDestinationData.md @@ -407,6 +407,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 3e6264fc..706c52dc 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataBankCard.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataBankCard.md @@ -455,6 +455,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 95860db1..2ce511fe 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataBankCardCard.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataBankCardCard.md @@ -395,6 +395,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 55ec5d80..b299f8ed 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataFactory.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataFactory.md @@ -92,6 +92,6 @@ public factoryFromArray(array $data, string|null $type = null) : \YooKassa\Reque --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 c76edbf8..526c96d8 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataSbp.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataSbp.md @@ -537,6 +537,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 c9b316e7..784cebfe 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataYooMoney.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataYooMoney.md @@ -483,6 +483,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 ce2bb2a9..fb26ac54 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutPersonalData.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutPersonalData.md @@ -380,6 +380,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 f29c6d31..3d47ebe6 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutResponse.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutResponse.md @@ -1101,6 +1101,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 bb0b89c0..76b89cc8 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutSelfEmployedInfo.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutSelfEmployedInfo.md @@ -401,6 +401,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 a650c62e..33f07932 100644 --- a/docs/classes/YooKassa-Request-Payouts-SbpBanksResponse.md +++ b/docs/classes/YooKassa-Request-Payouts-SbpBanksResponse.md @@ -403,6 +403,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-CreatePersonalDataRequest.md b/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequest.md index 4fdfe931..8875e46b 100644 --- a/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequest.md +++ b/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequest.md @@ -865,6 +865,6 @@ protected setValidationError(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-CreatePersonalDataRequestBuilder.md b/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequestBuilder.md index 48db9f1f..5024074e 100644 --- a/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequestBuilder.md +++ b/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequestBuilder.md @@ -363,6 +363,6 @@ protected initCurrentObject() : \YooKassa\Request\PersonalData\CreatePersonalDat --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 dace348f..1a5abc27 100644 --- a/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequestInterface.md +++ b/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequestInterface.md @@ -377,6 +377,6 @@ public toArray() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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-CreatePersonalDataRequestSerializer.md b/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequestSerializer.md index 64a7bcf2..c4564acf 100644 --- a/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequestSerializer.md +++ b/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequestSerializer.md @@ -65,6 +65,6 @@ public serialize(\YooKassa\Request\PersonalData\CreatePersonalDataRequestInterfa --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 d97de7f1..c2bfc3b9 100644 --- a/docs/classes/YooKassa-Request-PersonalData-PersonalDataResponse.md +++ b/docs/classes/YooKassa-Request-PersonalData-PersonalDataResponse.md @@ -785,6 +785,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 bdc0d826..acae891b 100644 --- a/docs/classes/YooKassa-Request-Receipts-AbstractReceiptResponse.md +++ b/docs/classes/YooKassa-Request-Receipts-AbstractReceiptResponse.md @@ -1461,6 +1461,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 41de9748..0fcdba06 100644 --- a/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequest.md +++ b/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequest.md @@ -1094,6 +1094,6 @@ protected setValidationError(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 6d30f952..d3801610 100644 --- a/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestBuilder.md @@ -598,6 +598,6 @@ protected initCurrentObject() : \YooKassa\Request\Receipts\CreatePostReceiptRequ --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 ed4d6195..9462450f 100644 --- a/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestInterface.md +++ b/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestInterface.md @@ -618,6 +618,6 @@ public notEmpty() : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 ee97391d..5ea1430a 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-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 7ab69d89..dfcf85ad 100644 --- a/docs/classes/YooKassa-Request-Receipts-PaymentReceiptResponse.md +++ b/docs/classes/YooKassa-Request-Receipts-PaymentReceiptResponse.md @@ -1565,6 +1565,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 71fb7a7a..af0721aa 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-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 f7f6718a..295b5182 100644 --- a/docs/classes/YooKassa-Request-Receipts-ReceiptResponseInterface.md +++ b/docs/classes/YooKassa-Request-Receipts-ReceiptResponseInterface.md @@ -214,6 +214,6 @@ public notEmpty() : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 afe2accc..d199f3bc 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 @@ -468,7 +468,7 @@ MAX_PRODUCT_CODE_LENGTH = 96 : int --- ***Description*** -Ставка НДС, число 1-6 (тег в 54 ФЗ — 1199) +Ставка НДС, число 1-10 (тег в 54 ФЗ — 1199) **Type:** int @@ -480,7 +480,7 @@ MAX_PRODUCT_CODE_LENGTH = 96 : int --- ***Description*** -Ставка НДС, число 1-6 (тег в 54 ФЗ — 1199) +Ставка НДС, число 1-10 (тег в 54 ФЗ — 1199) **Type:** int @@ -926,7 +926,7 @@ public getVatCode() : int|null **Details:** * Inherited From: [\YooKassa\Request\Receipts\ReceiptResponseItem](../classes/YooKassa-Request-Receipts-ReceiptResponseItem.md) -**Returns:** int|null - Ставка НДС, число 1-6, или null, если ставка не задана +**Returns:** int|null - Ставка НДС, число 1-10, или null, если ставка не задана @@ -1451,7 +1451,7 @@ public setVatCode(int $value) : mixed ##### Parameters: | Type | Name | Description | | ---- | ---- | ----------- | -| int | value | Ставка НДС, число 1-6 | +| int | value | Ставка НДС, число 1-10 | ##### Throws: | Type | Description | @@ -1513,6 +1513,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 ced1a1cd..ba63a90b 100644 --- a/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItemInterface.md +++ b/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItemInterface.md @@ -46,8 +46,8 @@ Interface ReceiptItemInterface | property-read | | Количество (тег в 54 ФЗ — 1023) | | property-read | | Суммарная стоимость покупаемого товара в копейках/центах | | property-read | | Цена товара (тег в 54 ФЗ — 1079) | -| property-read | | Ставка НДС, число 1-6 (тег в 54 ФЗ — 1199) | -| property-read | | Ставка НДС, число 1-6 (тег в 54 ФЗ — 1199) | +| property-read | | Ставка НДС, число 1-10 (тег в 54 ФЗ — 1199) | +| property-read | | Ставка НДС, число 1-10 (тег в 54 ФЗ — 1199) | | property-read | | Признак предмета расчета (тег в 54 ФЗ — 1212) | | property-read | | Признак предмета расчета (тег в 54 ФЗ — 1212) | | property-read | | Признак способа расчета (тег в 54 ФЗ — 1214) | @@ -154,7 +154,7 @@ public getVatCode() : int|null **Details:** * Inherited From: [\YooKassa\Request\Receipts\ReceiptResponseItemInterface](../classes/YooKassa-Request-Receipts-ReceiptResponseItemInterface.md) -**Returns:** int|null - Ставка НДС, число 1-6, или null, если ставка не задана +**Returns:** int|null - Ставка НДС, число 1-10, или null, если ставка не задана @@ -378,6 +378,6 @@ public getSupplier() : \YooKassa\Model\SupplierInterface --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 63e40a2f..d8802c3e 100644 --- a/docs/classes/YooKassa-Request-Receipts-ReceiptsRequest.md +++ b/docs/classes/YooKassa-Request-Receipts-ReceiptsRequest.md @@ -1144,6 +1144,6 @@ protected setValidationError(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 c88d0454..c52ea076 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-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 0b5c7d70..c3cb6b24 100644 --- a/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestInterface.md +++ b/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestInterface.md @@ -378,6 +378,6 @@ public hasLimit() : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 aa95ae15..0d43c8cb 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-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 7e7201aa..da7e6b42 100644 --- a/docs/classes/YooKassa-Request-Receipts-ReceiptsResponse.md +++ b/docs/classes/YooKassa-Request-Receipts-ReceiptsResponse.md @@ -142,6 +142,6 @@ public hasNextCursor() : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 8543c5fc..0e94ac30 100644 --- a/docs/classes/YooKassa-Request-Receipts-RefundReceiptResponse.md +++ b/docs/classes/YooKassa-Request-Receipts-RefundReceiptResponse.md @@ -1565,6 +1565,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 0b896bc0..73d83ac3 100644 --- a/docs/classes/YooKassa-Request-Receipts-SimpleReceiptResponse.md +++ b/docs/classes/YooKassa-Request-Receipts-SimpleReceiptResponse.md @@ -1482,6 +1482,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 46f51384..359e8dc8 100644 --- a/docs/classes/YooKassa-Request-Refunds-AbstractRefundResponse.md +++ b/docs/classes/YooKassa-Request-Refunds-AbstractRefundResponse.md @@ -1032,6 +1032,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 53cdba79..2fbc06cd 100644 --- a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequest.md +++ b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequest.md @@ -980,6 +980,6 @@ protected setValidationError(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 eccf7145..8335b813 100644 --- a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestBuilder.md @@ -624,6 +624,6 @@ protected initCurrentObject() : \YooKassa\Request\Refunds\CreateRefundRequest --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 d98054e7..c4584168 100644 --- a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestInterface.md +++ b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestInterface.md @@ -339,6 +339,6 @@ public hasDeal() : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 b325dfb4..2cdf82a3 100644 --- a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestSerializer.md @@ -65,6 +65,6 @@ public serialize(\YooKassa\Request\Refunds\CreateRefundRequestInterface $request --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 879a1b5d..8e2f8ee8 100644 --- a/docs/classes/YooKassa-Request-Refunds-CreateRefundResponse.md +++ b/docs/classes/YooKassa-Request-Refunds-CreateRefundResponse.md @@ -1028,6 +1028,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 4f2c457f..f8f11d04 100644 --- a/docs/classes/YooKassa-Request-Refunds-RefundResponse.md +++ b/docs/classes/YooKassa-Request-Refunds-RefundResponse.md @@ -1028,6 +1028,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 5aa54e78..942fc50d 100644 --- a/docs/classes/YooKassa-Request-Refunds-RefundsRequest.md +++ b/docs/classes/YooKassa-Request-Refunds-RefundsRequest.md @@ -1072,6 +1072,6 @@ protected setValidationError(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 2f66d2f5..6dbee229 100644 --- a/docs/classes/YooKassa-Request-Refunds-RefundsRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Refunds-RefundsRequestBuilder.md @@ -382,6 +382,6 @@ protected initCurrentObject() : \YooKassa\Request\Refunds\RefundsRequest --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 287723dd..1e736916 100644 --- a/docs/classes/YooKassa-Request-Refunds-RefundsRequestInterface.md +++ b/docs/classes/YooKassa-Request-Refunds-RefundsRequestInterface.md @@ -305,6 +305,6 @@ public hasCursor() : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 ac8e2456..89e1d532 100644 --- a/docs/classes/YooKassa-Request-Refunds-RefundsRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Refunds-RefundsRequestSerializer.md @@ -65,6 +65,6 @@ public serialize(\YooKassa\Request\Refunds\RefundsRequestInterface $request) : a --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 1707dab8..ce9aeb7c 100644 --- a/docs/classes/YooKassa-Request-Refunds-RefundsResponse.md +++ b/docs/classes/YooKassa-Request-Refunds-RefundsResponse.md @@ -124,6 +124,6 @@ public hasNextCursor() : bool --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 888ab0a0..0798fa5c 100644 --- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequest.md +++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequest.md @@ -659,6 +659,6 @@ protected setValidationError(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 a54542d6..df6e448d 100644 --- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestBuilder.md +++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestBuilder.md @@ -232,6 +232,6 @@ protected initCurrentObject() : \YooKassa\Request\SelfEmployed\SelfEmployedReque --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 bdc94d37..93ba5390 100644 --- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmation.md +++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmation.md @@ -377,6 +377,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 95421ab4..ce613b45 100644 --- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmationFactory.md +++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmationFactory.md @@ -89,6 +89,6 @@ public factoryFromArray(array $data, string|null $type = null) : \YooKassa\Reque --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 511c8aed..c3437d1d 100644 --- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmationRedirect.md +++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmationRedirect.md @@ -372,6 +372,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 0df22fbb..d93a7754 100644 --- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestSerializer.md +++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestSerializer.md @@ -65,6 +65,6 @@ public serialize(\YooKassa\Request\SelfEmployed\SelfEmployedRequest $request) : --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 bd80d37f..87384e04 100644 --- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedResponse.md +++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedResponse.md @@ -754,6 +754,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](http://www.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 d38ac255..1d640f1a 100644 --- a/docs/classes/YooKassa-Request-Webhook-WebhookListResponse.md +++ b/docs/classes/YooKassa-Request-Webhook-WebhookListResponse.md @@ -101,6 +101,6 @@ public getType() : string --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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 1daa3ed3..bfb8c497 100644 --- a/docs/namespaces/default.md +++ b/docs/namespaces/default.md @@ -52,6 +52,6 @@ --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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 d9616536..82bd782f 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-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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 c1fe6f47..3f16f5c4 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-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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 9b524f8c..9233c9c0 100644 --- a/docs/namespaces/yookassa-common.md +++ b/docs/namespaces/yookassa-common.md @@ -38,6 +38,6 @@ --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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 507e09bd..721b680b 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-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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 09c4bca7..ba058057 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-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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-confirmation.md b/docs/namespaces/yookassa-model-confirmation.md index 341cc0a8..37524c0d 100644 --- a/docs/namespaces/yookassa-model-confirmation.md +++ b/docs/namespaces/yookassa-model-confirmation.md @@ -32,6 +32,6 @@ --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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-confirmationattributes.md b/docs/namespaces/yookassa-model-confirmationattributes.md index 3ddbed3b..a207a1f1 100644 --- a/docs/namespaces/yookassa-model-confirmationattributes.md +++ b/docs/namespaces/yookassa-model-confirmationattributes.md @@ -32,6 +32,6 @@ --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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 cffa1f75..82429e89 100644 --- a/docs/namespaces/yookassa-model-deal.md +++ b/docs/namespaces/yookassa-model-deal.md @@ -36,6 +36,6 @@ --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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 a3af1d8b..e88e8c41 100644 --- a/docs/namespaces/yookassa-model-notification.md +++ b/docs/namespaces/yookassa-model-notification.md @@ -39,6 +39,6 @@ --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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-paymentdata-b2b-sberbank.md b/docs/namespaces/yookassa-model-paymentdata-b2b-sberbank.md index 2efde816..d9cb3179 100644 --- a/docs/namespaces/yookassa-model-paymentdata-b2b-sberbank.md +++ b/docs/namespaces/yookassa-model-paymentdata-b2b-sberbank.md @@ -33,6 +33,6 @@ --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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-paymentdata-b2b.md b/docs/namespaces/yookassa-model-paymentdata-b2b.md index d1713074..e5be3183 100644 --- a/docs/namespaces/yookassa-model-paymentdata-b2b.md +++ b/docs/namespaces/yookassa-model-paymentdata-b2b.md @@ -23,6 +23,6 @@ --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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-paymentdata.md b/docs/namespaces/yookassa-model-paymentdata.md index 11fabd2f..b5f6b787 100644 --- a/docs/namespaces/yookassa-model-paymentdata.md +++ b/docs/namespaces/yookassa-model-paymentdata.md @@ -47,6 +47,6 @@ --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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-paymentmethod-b2b-sberbank.md b/docs/namespaces/yookassa-model-paymentmethod-b2b-sberbank.md index 4c93c2be..5678df85 100644 --- a/docs/namespaces/yookassa-model-paymentmethod-b2b-sberbank.md +++ b/docs/namespaces/yookassa-model-paymentmethod-b2b-sberbank.md @@ -31,6 +31,6 @@ --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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-paymentmethod-b2b.md b/docs/namespaces/yookassa-model-paymentmethod-b2b.md index 03b46962..bf8475eb 100644 --- a/docs/namespaces/yookassa-model-paymentmethod-b2b.md +++ b/docs/namespaces/yookassa-model-paymentmethod-b2b.md @@ -23,6 +23,6 @@ --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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-paymentmethod.md b/docs/namespaces/yookassa-model-paymentmethod.md index dd0fc7f6..45ac9e6d 100644 --- a/docs/namespaces/yookassa-model-paymentmethod.md +++ b/docs/namespaces/yookassa-model-paymentmethod.md @@ -51,6 +51,6 @@ --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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 3b91b585..3709a504 100644 --- a/docs/namespaces/yookassa-model-payout.md +++ b/docs/namespaces/yookassa-model-payout.md @@ -37,6 +37,6 @@ --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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 fc92383a..53a693d9 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-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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 b0af600c..46a859bd 100644 --- a/docs/namespaces/yookassa-model-receipt.md +++ b/docs/namespaces/yookassa-model-receipt.md @@ -35,6 +35,6 @@ --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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 45c11772..fc5c4c13 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-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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 67d51b0b..329db1e4 100644 --- a/docs/namespaces/yookassa-model-webhook.md +++ b/docs/namespaces/yookassa-model-webhook.md @@ -25,6 +25,6 @@ --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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 ea3984c5..41c6dbd2 100644 --- a/docs/namespaces/yookassa-model.md +++ b/docs/namespaces/yookassa-model.md @@ -102,6 +102,6 @@ --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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 fda328b6..ddb4ce56 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-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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-payment.md b/docs/namespaces/yookassa-request-payments-payment.md index d8802e76..a16de7ca 100644 --- a/docs/namespaces/yookassa-request-payments-payment.md +++ b/docs/namespaces/yookassa-request-payments-payment.md @@ -35,6 +35,6 @@ --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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 58521958..657ddd28 100644 --- a/docs/namespaces/yookassa-request-payments.md +++ b/docs/namespaces/yookassa-request-payments.md @@ -45,6 +45,6 @@ --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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 99269822..7cabc44f 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-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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 415e114e..30132769 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-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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 b8b968cd..6e1858bf 100644 --- a/docs/namespaces/yookassa-request-personaldata.md +++ b/docs/namespaces/yookassa-request-personaldata.md @@ -34,6 +34,6 @@ --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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 671784ff..93b9ceaa 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-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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 ffbf70db..0dc419eb 100644 --- a/docs/namespaces/yookassa-request-refunds.md +++ b/docs/namespaces/yookassa-request-refunds.md @@ -41,6 +41,6 @@ --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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 d50056fe..626c2f82 100644 --- a/docs/namespaces/yookassa-request-selfemployed.md +++ b/docs/namespaces/yookassa-request-selfemployed.md @@ -31,6 +31,6 @@ --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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 f18e7b04..0040104b 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-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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 b962cb6e..d209d2e8 100644 --- a/docs/namespaces/yookassa-request.md +++ b/docs/namespaces/yookassa-request.md @@ -30,6 +30,6 @@ --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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 f4b8588b..64d24683 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-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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 f4b19089..bd9b1c54 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -52,6 +52,6 @@ --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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 5a3d849e..cc5e3a24 100644 --- a/docs/reports/deprecated.md +++ b/docs/reports/deprecated.md @@ -182,6 +182,6 @@ --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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 af133fcc..85e85ace 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-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [phpDocumentor](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 a58ef17e..afbec399 100644 --- a/docs/reports/markers.md +++ b/docs/reports/markers.md @@ -22,6 +22,6 @@ --- -This document was automatically generated from source code comments on 2024-09-18 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2025-01-17 using [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 4969cdd8..afba45f3 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 @@ -122,7 +122,7 @@ class Client extends BaseClient /** * Текущая версия библиотеки */ - const SDK_VERSION = '2.11.1'; + const SDK_VERSION = '2.12.0'; /** * Получить список платежей магазина diff --git a/lib/Client/ApiClientInterface.php b/lib/Client/ApiClientInterface.php index 6b7bab6b..bcfd8cd3 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 e0dc0697..cb3be9d0 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 c61291ed..3937ad66 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 be479151..64952445 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 4043b3e2..2199ab30 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 00560b7f..a03daf48 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/AbstractPaymentRequest.php b/lib/Common/AbstractPaymentRequest.php index 23d71f1b..311d382b 100644 --- a/lib/Common/AbstractPaymentRequest.php +++ b/lib/Common/AbstractPaymentRequest.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/AbstractPaymentRequestBuilder.php b/lib/Common/AbstractPaymentRequestBuilder.php index 626a618b..6971cd5c 100644 --- a/lib/Common/AbstractPaymentRequestBuilder.php +++ b/lib/Common/AbstractPaymentRequestBuilder.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/AbstractRefundRequest.php b/lib/Common/AbstractRefundRequest.php index d34a6dec..82389a4c 100644 --- a/lib/Common/AbstractRefundRequest.php +++ b/lib/Common/AbstractRefundRequest.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 4cd4b3cb..a7bc6636 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 2eb3decb..6c9fc3fb 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/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 c04b9b15..46d6fd2b 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 8fbcc85d..753993ae 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 dadb2183..885aff20 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 c899d2de..40765e56 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 6c4e14ef..286fee49 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 1838198a..56a3a9b4 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 9c9f7cae..86a31321 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 29222ed0..07fd4140 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 313e47fb..f1737939 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 a8bda8ad..0f90f5e9 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 09022c75..cf507426 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 1233acd9..bce806da 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 5df84e84..a460bcbb 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 182919cb..9d5216d7 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 4f270431..bfdb473b 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 d8f12cb0..5e582832 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/LoggerWrapper.php b/lib/Common/LoggerWrapper.php index 2e526006..8fafd42c 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 39bc3d75..43d27629 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/Common/legacy_json_serializable.php b/lib/Common/legacy_json_serializable.php index af3095b2..92c855b5 100644 --- a/lib/Common/legacy_json_serializable.php +++ b/lib/Common/legacy_json_serializable.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 3d5b345a..efab9573 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 a660b04e..1248af75 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 ccbff0ab..76536756 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 2ed8e515..b0125767 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 9fc936aa..803318c7 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 198e38ff..642338cb 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 6a50acdc..3d501ed0 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 7bc54dd0..3475fe49 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 e56eb92e..b6cc8c45 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/Airline.php b/lib/Model/Airline.php index 05c4aaf9..0543a1b5 100644 --- a/lib/Model/Airline.php +++ b/lib/Model/Airline.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/AirlineInterface.php b/lib/Model/AirlineInterface.php index 827b9364..dfc98517 100644 --- a/lib/Model/AirlineInterface.php +++ b/lib/Model/AirlineInterface.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 96d7d27e..cc9c1d89 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/AuthorizationDetails.php b/lib/Model/AuthorizationDetails.php index 2a8acd70..8a8d39e5 100644 --- a/lib/Model/AuthorizationDetails.php +++ b/lib/Model/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/AuthorizationDetailsInterface.php b/lib/Model/AuthorizationDetailsInterface.php index ab9a87e5..ae4bd15a 100644 --- a/lib/Model/AuthorizationDetailsInterface.php +++ b/lib/Model/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/BaseDeal.php b/lib/Model/BaseDeal.php index 071dd323..2741da2f 100644 --- a/lib/Model/BaseDeal.php +++ b/lib/Model/BaseDeal.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/CancellationDetails.php b/lib/Model/CancellationDetails.php index 1e1de5d9..9762447a 100644 --- a/lib/Model/CancellationDetails.php +++ b/lib/Model/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/CancellationDetailsInterface.php b/lib/Model/CancellationDetailsInterface.php index d1b52356..59f62a81 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/CancellationDetailsPartyCode.php b/lib/Model/CancellationDetailsPartyCode.php index 3ceb8ffa..b4bf2d4a 100644 --- a/lib/Model/CancellationDetailsPartyCode.php +++ b/lib/Model/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/CancellationDetailsReasonCode.php b/lib/Model/CancellationDetailsReasonCode.php index 530097ce..48874b0e 100644 --- a/lib/Model/CancellationDetailsReasonCode.php +++ b/lib/Model/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/Confirmation/AbstractConfirmation.php b/lib/Model/Confirmation/AbstractConfirmation.php index 4d2ba978..b4f84089 100644 --- a/lib/Model/Confirmation/AbstractConfirmation.php +++ b/lib/Model/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/Confirmation/ConfirmationCodeVerification.php b/lib/Model/Confirmation/ConfirmationCodeVerification.php index 7d2a1f42..8e4196d9 100644 --- a/lib/Model/Confirmation/ConfirmationCodeVerification.php +++ b/lib/Model/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/Confirmation/ConfirmationEmbedded.php b/lib/Model/Confirmation/ConfirmationEmbedded.php index c0b7cafc..db783837 100644 --- a/lib/Model/Confirmation/ConfirmationEmbedded.php +++ b/lib/Model/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/Confirmation/ConfirmationExternal.php b/lib/Model/Confirmation/ConfirmationExternal.php index eeb0cead..ce218418 100644 --- a/lib/Model/Confirmation/ConfirmationExternal.php +++ b/lib/Model/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/Confirmation/ConfirmationFactory.php b/lib/Model/Confirmation/ConfirmationFactory.php index 68d9f4ab..ef5d5458 100644 --- a/lib/Model/Confirmation/ConfirmationFactory.php +++ b/lib/Model/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/Confirmation/ConfirmationMobileApplication.php b/lib/Model/Confirmation/ConfirmationMobileApplication.php index 14ec036d..16d869da 100644 --- a/lib/Model/Confirmation/ConfirmationMobileApplication.php +++ b/lib/Model/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/Confirmation/ConfirmationQr.php b/lib/Model/Confirmation/ConfirmationQr.php index 9f096b3d..2b588180 100644 --- a/lib/Model/Confirmation/ConfirmationQr.php +++ b/lib/Model/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/Confirmation/ConfirmationRedirect.php b/lib/Model/Confirmation/ConfirmationRedirect.php index e99c7fe0..98ed5948 100644 --- a/lib/Model/Confirmation/ConfirmationRedirect.php +++ b/lib/Model/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/ConfirmationAttributes/AbstractConfirmationAttributes.php b/lib/Model/ConfirmationAttributes/AbstractConfirmationAttributes.php index 8ddb8e5e..5d9d0875 100644 --- a/lib/Model/ConfirmationAttributes/AbstractConfirmationAttributes.php +++ b/lib/Model/ConfirmationAttributes/AbstractConfirmationAttributes.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/ConfirmationAttributes/ConfirmationAttributesCodeVerification.php b/lib/Model/ConfirmationAttributes/ConfirmationAttributesCodeVerification.php index 5ee98b8c..abbbdc4a 100644 --- a/lib/Model/ConfirmationAttributes/ConfirmationAttributesCodeVerification.php +++ b/lib/Model/ConfirmationAttributes/ConfirmationAttributesCodeVerification.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/ConfirmationAttributes/ConfirmationAttributesEmbedded.php b/lib/Model/ConfirmationAttributes/ConfirmationAttributesEmbedded.php index 46c5191d..30a252f1 100644 --- a/lib/Model/ConfirmationAttributes/ConfirmationAttributesEmbedded.php +++ b/lib/Model/ConfirmationAttributes/ConfirmationAttributesEmbedded.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/ConfirmationAttributes/ConfirmationAttributesExternal.php b/lib/Model/ConfirmationAttributes/ConfirmationAttributesExternal.php index f9f1ce08..6ec74429 100644 --- a/lib/Model/ConfirmationAttributes/ConfirmationAttributesExternal.php +++ b/lib/Model/ConfirmationAttributes/ConfirmationAttributesExternal.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/ConfirmationAttributes/ConfirmationAttributesFactory.php b/lib/Model/ConfirmationAttributes/ConfirmationAttributesFactory.php index a9f7531a..3087b462 100644 --- a/lib/Model/ConfirmationAttributes/ConfirmationAttributesFactory.php +++ b/lib/Model/ConfirmationAttributes/ConfirmationAttributesFactory.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/ConfirmationAttributes/ConfirmationAttributesMobileApplication.php b/lib/Model/ConfirmationAttributes/ConfirmationAttributesMobileApplication.php index 6839d2c5..5b35799e 100644 --- a/lib/Model/ConfirmationAttributes/ConfirmationAttributesMobileApplication.php +++ b/lib/Model/ConfirmationAttributes/ConfirmationAttributesMobileApplication.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/ConfirmationAttributes/ConfirmationAttributesQr.php b/lib/Model/ConfirmationAttributes/ConfirmationAttributesQr.php index 298e4a8a..0b06fd07 100644 --- a/lib/Model/ConfirmationAttributes/ConfirmationAttributesQr.php +++ b/lib/Model/ConfirmationAttributes/ConfirmationAttributesQr.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/ConfirmationAttributes/ConfirmationAttributesRedirect.php b/lib/Model/ConfirmationAttributes/ConfirmationAttributesRedirect.php index 666da675..64c64672 100644 --- a/lib/Model/ConfirmationAttributes/ConfirmationAttributesRedirect.php +++ b/lib/Model/ConfirmationAttributes/ConfirmationAttributesRedirect.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/ConfirmationType.php b/lib/Model/ConfirmationType.php index 07e39506..39b0f35b 100644 --- a/lib/Model/ConfirmationType.php +++ b/lib/Model/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/CurrencyCode.php b/lib/Model/CurrencyCode.php index 37fd7ca1..c470298f 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/CaptureDealData.php b/lib/Model/Deal/CaptureDealData.php index b2d0eb23..3e1b21c4 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 3e827844..8aac8b64 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/DealStatus.php b/lib/Model/Deal/DealStatus.php index 3407550d..0df09254 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 40809f95..2b3e107a 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 4098d210..f38b11d3 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 ff016d83..79aba4c3 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 52c671a8..63291bde 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 b9fa2eea..1e7b0191 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 2e1dfc8d..a788f253 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/SettlementPayoutPayment.php b/lib/Model/Deal/SettlementPayoutPayment.php index 2f013586..d1f5bfa5 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 75c421bf..15188012 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 2da2522c..b494a35a 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/DealInterface.php b/lib/Model/DealInterface.php index 7c26eecb..7b2b7c7c 100644 --- a/lib/Model/DealInterface.php +++ b/lib/Model/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/FraudData.php b/lib/Model/FraudData.php index 5e78e604..e2805a39 100644 --- a/lib/Model/FraudData.php +++ b/lib/Model/FraudData.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/Leg.php b/lib/Model/Leg.php index 70de7681..ceaec9df 100644 --- a/lib/Model/Leg.php +++ b/lib/Model/Leg.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/LegInterface.php b/lib/Model/LegInterface.php index fe21782d..217aa189 100644 --- a/lib/Model/LegInterface.php +++ b/lib/Model/LegInterface.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/Locale.php b/lib/Model/Locale.php index 99fc897b..83f627a3 100644 --- a/lib/Model/Locale.php +++ b/lib/Model/Locale.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 92f36407..894a85c5 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 3fc8080c..747c431d 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 62999dcf..cd48050f 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 c1d36198..1dc4d333 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 7f340410..9cd497d9 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/NotificationFactory.php b/lib/Model/Notification/NotificationFactory.php index 6213dcb0..0d7d2f8e 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 b028507b..78e28098 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 6ad4b78a..0322ee03 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 0ddb1e79..073d4c69 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 e3c4091a..561a92c6 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 f637c815..46dfa0e6 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/NotificationWaitingForCapture.php b/lib/Model/Notification/NotificationWaitingForCapture.php index 889b7aeb..c856ca6b 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/NotificationEventType.php b/lib/Model/NotificationEventType.php index ab98b04b..44633452 100644 --- a/lib/Model/NotificationEventType.php +++ b/lib/Model/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/NotificationType.php b/lib/Model/NotificationType.php index 0ce37252..410f1dbb 100644 --- a/lib/Model/NotificationType.php +++ b/lib/Model/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/Passenger.php b/lib/Model/Passenger.php index 10733b48..5307d715 100644 --- a/lib/Model/Passenger.php +++ b/lib/Model/Passenger.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/PassengerInterface.php b/lib/Model/PassengerInterface.php index 29fda5f5..a3af8fdc 100644 --- a/lib/Model/PassengerInterface.php +++ b/lib/Model/PassengerInterface.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.php b/lib/Model/Payment.php index 97a5ba14..475e174b 100644 --- a/lib/Model/Payment.php +++ b/lib/Model/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/PaymentData/AbstractPaymentData.php b/lib/Model/PaymentData/AbstractPaymentData.php index b49896d6..663c75f4 100644 --- a/lib/Model/PaymentData/AbstractPaymentData.php +++ b/lib/Model/PaymentData/AbstractPaymentData.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/PaymentData/B2b/Sberbank/VatData.php b/lib/Model/PaymentData/B2b/Sberbank/VatData.php index 94b26d53..c492400c 100644 --- a/lib/Model/PaymentData/B2b/Sberbank/VatData.php +++ b/lib/Model/PaymentData/B2b/Sberbank/VatData.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/PaymentData/B2b/Sberbank/VatDataInterface.php b/lib/Model/PaymentData/B2b/Sberbank/VatDataInterface.php index 38574b08..77ea1302 100644 --- a/lib/Model/PaymentData/B2b/Sberbank/VatDataInterface.php +++ b/lib/Model/PaymentData/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/PaymentData/B2b/Sberbank/VatDataRate.php b/lib/Model/PaymentData/B2b/Sberbank/VatDataRate.php index 29833a91..d015b6e8 100644 --- a/lib/Model/PaymentData/B2b/Sberbank/VatDataRate.php +++ b/lib/Model/PaymentData/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 @@ -31,6 +31,7 @@ use YooKassa\Common\AbstractEnum; /** * PaymentDataB2bSberbankVatDataRate - Налоговая ставка НДС * + * - 5 - 5% * - 7 - 7% * - 10 - 10% * - 18 - 18% @@ -38,6 +39,8 @@ use YooKassa\Common\AbstractEnum; */ class VatDataRate extends AbstractEnum { + /** 5% */ + const RATE_5 = '5'; /** 7% */ const RATE_7 = '7'; /** 10% */ @@ -48,9 +51,10 @@ class VatDataRate extends AbstractEnum const RATE_20 = '20'; protected static $validValues = array( + 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/PaymentData/B2b/Sberbank/VatDataType.php b/lib/Model/PaymentData/B2b/Sberbank/VatDataType.php index 6103bd7a..5fc1610e 100644 --- a/lib/Model/PaymentData/B2b/Sberbank/VatDataType.php +++ b/lib/Model/PaymentData/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/PaymentData/PaymentDataAlfabank.php b/lib/Model/PaymentData/PaymentDataAlfabank.php index 4e0183ca..19314bd8 100644 --- a/lib/Model/PaymentData/PaymentDataAlfabank.php +++ b/lib/Model/PaymentData/PaymentDataAlfabank.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/PaymentData/PaymentDataApplePay.php b/lib/Model/PaymentData/PaymentDataApplePay.php index b94560e1..6210cdb5 100644 --- a/lib/Model/PaymentData/PaymentDataApplePay.php +++ b/lib/Model/PaymentData/PaymentDataApplePay.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/PaymentData/PaymentDataB2bSberbank.php b/lib/Model/PaymentData/PaymentDataB2bSberbank.php index 13318a6b..8f4f9796 100644 --- a/lib/Model/PaymentData/PaymentDataB2bSberbank.php +++ b/lib/Model/PaymentData/PaymentDataB2bSberbank.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/PaymentData/PaymentDataBankCard.php b/lib/Model/PaymentData/PaymentDataBankCard.php index b99eb591..5c304ba0 100644 --- a/lib/Model/PaymentData/PaymentDataBankCard.php +++ b/lib/Model/PaymentData/PaymentDataBankCard.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/PaymentData/PaymentDataBankCardCard.php b/lib/Model/PaymentData/PaymentDataBankCardCard.php index e14d151f..80bf3586 100644 --- a/lib/Model/PaymentData/PaymentDataBankCardCard.php +++ b/lib/Model/PaymentData/PaymentDataBankCardCard.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/PaymentData/PaymentDataCash.php b/lib/Model/PaymentData/PaymentDataCash.php index b05d8659..9f052c97 100644 --- a/lib/Model/PaymentData/PaymentDataCash.php +++ b/lib/Model/PaymentData/PaymentDataCash.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/PaymentData/PaymentDataFactory.php b/lib/Model/PaymentData/PaymentDataFactory.php index d0c7dda8..b141ce41 100644 --- a/lib/Model/PaymentData/PaymentDataFactory.php +++ b/lib/Model/PaymentData/PaymentDataFactory.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/PaymentData/PaymentDataGooglePay.php b/lib/Model/PaymentData/PaymentDataGooglePay.php index d28a8b6b..52fb2801 100644 --- a/lib/Model/PaymentData/PaymentDataGooglePay.php +++ b/lib/Model/PaymentData/PaymentDataGooglePay.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/PaymentData/PaymentDataInstallments.php b/lib/Model/PaymentData/PaymentDataInstallments.php index 43ba0dfd..8b45033f 100644 --- a/lib/Model/PaymentData/PaymentDataInstallments.php +++ b/lib/Model/PaymentData/PaymentDataInstallments.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/PaymentData/PaymentDataMobileBalance.php b/lib/Model/PaymentData/PaymentDataMobileBalance.php index 6b230d5d..685b3284 100644 --- a/lib/Model/PaymentData/PaymentDataMobileBalance.php +++ b/lib/Model/PaymentData/PaymentDataMobileBalance.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/PaymentData/PaymentDataQiwi.php b/lib/Model/PaymentData/PaymentDataQiwi.php index a4a28610..d1fb3304 100644 --- a/lib/Model/PaymentData/PaymentDataQiwi.php +++ b/lib/Model/PaymentData/PaymentDataQiwi.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/PaymentData/PaymentDataSberLoan.php b/lib/Model/PaymentData/PaymentDataSberLoan.php index c5ef9de9..5ed5c823 100644 --- a/lib/Model/PaymentData/PaymentDataSberLoan.php +++ b/lib/Model/PaymentData/PaymentDataSberLoan.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/PaymentData/PaymentDataSberbank.php b/lib/Model/PaymentData/PaymentDataSberbank.php index f8ecd39d..4d7e9863 100644 --- a/lib/Model/PaymentData/PaymentDataSberbank.php +++ b/lib/Model/PaymentData/PaymentDataSberbank.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/PaymentData/PaymentDataSbp.php b/lib/Model/PaymentData/PaymentDataSbp.php index c2b1b0c4..11cdd96f 100644 --- a/lib/Model/PaymentData/PaymentDataSbp.php +++ b/lib/Model/PaymentData/PaymentDataSbp.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/PaymentData/PaymentDataTinkoffBank.php b/lib/Model/PaymentData/PaymentDataTinkoffBank.php index 2e61b47e..6a410e59 100644 --- a/lib/Model/PaymentData/PaymentDataTinkoffBank.php +++ b/lib/Model/PaymentData/PaymentDataTinkoffBank.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/PaymentData/PaymentDataWebmoney.php b/lib/Model/PaymentData/PaymentDataWebmoney.php index 7b353e40..6c2a8cf5 100644 --- a/lib/Model/PaymentData/PaymentDataWebmoney.php +++ b/lib/Model/PaymentData/PaymentDataWebmoney.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/PaymentData/PaymentDataWechat.php b/lib/Model/PaymentData/PaymentDataWechat.php index f715bfc8..c97e6691 100644 --- a/lib/Model/PaymentData/PaymentDataWechat.php +++ b/lib/Model/PaymentData/PaymentDataWechat.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/PaymentData/PaymentDataYooMoney.php b/lib/Model/PaymentData/PaymentDataYooMoney.php index 8df30ca2..41e86fd5 100644 --- a/lib/Model/PaymentData/PaymentDataYooMoney.php +++ b/lib/Model/PaymentData/PaymentDataYooMoney.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/PaymentInterface.php b/lib/Model/PaymentInterface.php index 678423dc..60b594d6 100644 --- a/lib/Model/PaymentInterface.php +++ b/lib/Model/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/PaymentMethod/AbstractPaymentMethod.php b/lib/Model/PaymentMethod/AbstractPaymentMethod.php index afb8aee8..7c0f9ec2 100644 --- a/lib/Model/PaymentMethod/AbstractPaymentMethod.php +++ b/lib/Model/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/PaymentMethod/B2b/Sberbank/PayerBankDetails.php b/lib/Model/PaymentMethod/B2b/Sberbank/PayerBankDetails.php index db16dd11..7f9085bd 100644 --- a/lib/Model/PaymentMethod/B2b/Sberbank/PayerBankDetails.php +++ b/lib/Model/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/PaymentMethod/B2b/Sberbank/PayerBankDetailsInterface.php b/lib/Model/PaymentMethod/B2b/Sberbank/PayerBankDetailsInterface.php index 0e82d20a..fc4e0dbd 100644 --- a/lib/Model/PaymentMethod/B2b/Sberbank/PayerBankDetailsInterface.php +++ b/lib/Model/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/PaymentMethod/BankCard.php b/lib/Model/PaymentMethod/BankCard.php index 9d1c7f24..f504b418 100644 --- a/lib/Model/PaymentMethod/BankCard.php +++ b/lib/Model/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/PaymentMethod/BankCardSource.php b/lib/Model/PaymentMethod/BankCardSource.php index b071ef72..18c44c3e 100644 --- a/lib/Model/PaymentMethod/BankCardSource.php +++ b/lib/Model/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/PaymentMethod/PaymentMethodAlfaBank.php b/lib/Model/PaymentMethod/PaymentMethodAlfaBank.php index b96113ef..d98aab5b 100644 --- a/lib/Model/PaymentMethod/PaymentMethodAlfaBank.php +++ b/lib/Model/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/PaymentMethod/PaymentMethodApplePay.php b/lib/Model/PaymentMethod/PaymentMethodApplePay.php index 96892266..a0bb2fec 100644 --- a/lib/Model/PaymentMethod/PaymentMethodApplePay.php +++ b/lib/Model/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/PaymentMethod/PaymentMethodB2bSberbank.php b/lib/Model/PaymentMethod/PaymentMethodB2bSberbank.php index 659700a5..44e00736 100644 --- a/lib/Model/PaymentMethod/PaymentMethodB2bSberbank.php +++ b/lib/Model/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/PaymentMethod/PaymentMethodBankCard.php b/lib/Model/PaymentMethod/PaymentMethodBankCard.php index 69f491de..6e1dfc3d 100644 --- a/lib/Model/PaymentMethod/PaymentMethodBankCard.php +++ b/lib/Model/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/PaymentMethod/PaymentMethodCardType.php b/lib/Model/PaymentMethod/PaymentMethodCardType.php index 3da745a5..ac269c26 100644 --- a/lib/Model/PaymentMethod/PaymentMethodCardType.php +++ b/lib/Model/PaymentMethod/PaymentMethodCardType.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/PaymentMethod/PaymentMethodCash.php b/lib/Model/PaymentMethod/PaymentMethodCash.php index d367e615..925ebff2 100644 --- a/lib/Model/PaymentMethod/PaymentMethodCash.php +++ b/lib/Model/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/PaymentMethod/PaymentMethodFactory.php b/lib/Model/PaymentMethod/PaymentMethodFactory.php index ffc79f99..8dc1848a 100644 --- a/lib/Model/PaymentMethod/PaymentMethodFactory.php +++ b/lib/Model/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/PaymentMethod/PaymentMethodGooglePay.php b/lib/Model/PaymentMethod/PaymentMethodGooglePay.php index 5745f910..1ec21cf5 100644 --- a/lib/Model/PaymentMethod/PaymentMethodGooglePay.php +++ b/lib/Model/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/PaymentMethod/PaymentMethodInstallments.php b/lib/Model/PaymentMethod/PaymentMethodInstallments.php index 99b35054..64536766 100644 --- a/lib/Model/PaymentMethod/PaymentMethodInstallments.php +++ b/lib/Model/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/PaymentMethod/PaymentMethodMobileBalance.php b/lib/Model/PaymentMethod/PaymentMethodMobileBalance.php index b76cf609..74208f4e 100644 --- a/lib/Model/PaymentMethod/PaymentMethodMobileBalance.php +++ b/lib/Model/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/PaymentMethod/PaymentMethodPsb.php b/lib/Model/PaymentMethod/PaymentMethodPsb.php index 5922b143..350c393e 100644 --- a/lib/Model/PaymentMethod/PaymentMethodPsb.php +++ b/lib/Model/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/PaymentMethod/PaymentMethodQiwi.php b/lib/Model/PaymentMethod/PaymentMethodQiwi.php index 7ae8732c..fef06c5d 100644 --- a/lib/Model/PaymentMethod/PaymentMethodQiwi.php +++ b/lib/Model/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/PaymentMethod/PaymentMethodSberLoan.php b/lib/Model/PaymentMethod/PaymentMethodSberLoan.php index c3bf3a35..2411555a 100644 --- a/lib/Model/PaymentMethod/PaymentMethodSberLoan.php +++ b/lib/Model/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/PaymentMethod/PaymentMethodSberbank.php b/lib/Model/PaymentMethod/PaymentMethodSberbank.php index d52d36b0..cfe7d025 100644 --- a/lib/Model/PaymentMethod/PaymentMethodSberbank.php +++ b/lib/Model/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/PaymentMethod/PaymentMethodSbp.php b/lib/Model/PaymentMethod/PaymentMethodSbp.php index 82cacbc8..458b5e4c 100644 --- a/lib/Model/PaymentMethod/PaymentMethodSbp.php +++ b/lib/Model/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/PaymentMethod/PaymentMethodTinkoffBank.php b/lib/Model/PaymentMethod/PaymentMethodTinkoffBank.php index 886f2b01..e68bf4d8 100644 --- a/lib/Model/PaymentMethod/PaymentMethodTinkoffBank.php +++ b/lib/Model/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/PaymentMethod/PaymentMethodUnknown.php b/lib/Model/PaymentMethod/PaymentMethodUnknown.php index 379698c7..37365e6c 100644 --- a/lib/Model/PaymentMethod/PaymentMethodUnknown.php +++ b/lib/Model/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/PaymentMethod/PaymentMethodWebmoney.php b/lib/Model/PaymentMethod/PaymentMethodWebmoney.php index e6d2639c..d14f689a 100644 --- a/lib/Model/PaymentMethod/PaymentMethodWebmoney.php +++ b/lib/Model/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/PaymentMethod/PaymentMethodWechat.php b/lib/Model/PaymentMethod/PaymentMethodWechat.php index a0b0123f..ee72651a 100644 --- a/lib/Model/PaymentMethod/PaymentMethodWechat.php +++ b/lib/Model/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/PaymentMethod/PaymentMethodYooMoney.php b/lib/Model/PaymentMethod/PaymentMethodYooMoney.php index 19ffb234..1ace5be4 100644 --- a/lib/Model/PaymentMethod/PaymentMethodYooMoney.php +++ b/lib/Model/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/PaymentMethodType.php b/lib/Model/PaymentMethodType.php index 853b4dc4..a09c9da1 100644 --- a/lib/Model/PaymentMethodType.php +++ b/lib/Model/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/PaymentStatus.php b/lib/Model/PaymentStatus.php index 76f74cfb..9992dee5 100644 --- a/lib/Model/PaymentStatus.php +++ b/lib/Model/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/Payout.php b/lib/Model/Payout.php index e130c83a..c2c8b7b3 100644 --- a/lib/Model/Payout.php +++ b/lib/Model/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/AbstractPayoutDestination.php b/lib/Model/Payout/AbstractPayoutDestination.php index d5784927..00b4617a 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 8305e580..f4fb7fda 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/PayoutCancellationDetails.php b/lib/Model/Payout/PayoutCancellationDetails.php index b064a036..3260f68d 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 84c861d6..a835465b 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 051eddc9..45b2d659 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 3427d86a..364d8aa9 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 6807c98b..b3a93ce7 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 9663660e..3460a4ba 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 c2646cdd..47dfdcb3 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 bcc9febd..b2997b44 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 0efb6c35..e360afaf 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/PayoutSelfEmployed.php b/lib/Model/Payout/PayoutSelfEmployed.php index 1143c163..0fee52a1 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/SbpParticipantBank.php b/lib/Model/Payout/SbpParticipantBank.php index 7f35a083..21242b3d 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/PayoutInterface.php b/lib/Model/PayoutInterface.php index 2ae9be58..c3676c83 100644 --- a/lib/Model/PayoutInterface.php +++ b/lib/Model/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/PayoutStatus.php b/lib/Model/PayoutStatus.php index a7ac482c..ba3b3037 100644 --- a/lib/Model/PayoutStatus.php +++ b/lib/Model/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/PersonalData/PersonalData.php b/lib/Model/PersonalData/PersonalData.php index 94805f8d..01894cd9 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 6c94e18e..7507f967 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 28d8d5ad..074eb36f 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 13ac545a..928a04d0 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 429ce675..8074bab1 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 62c4c15c..933648c6 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 2f5795f7..3a4b85ad 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.php b/lib/Model/Receipt.php index 92c43447..69b967b1 100644 --- a/lib/Model/Receipt.php +++ b/lib/Model/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/AdditionalUserProps.php b/lib/Model/Receipt/AdditionalUserProps.php index 9cc58814..ea5bb832 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 a7387f0f..b9741a70 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 b68ca367..a818c75b 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 015b85d4..41fd013c 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 806a1a83..caae2401 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 fd66a77a..e57027cb 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 80d19c7d..0119cee0 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 1c9ae9be..6656c58d 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/ReceiptItemAmount.php b/lib/Model/Receipt/ReceiptItemAmount.php index 4767e436..40e2b059 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/ReceiptItemMeasure.php b/lib/Model/Receipt/ReceiptItemMeasure.php index 1138542e..49c4a617 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/SettlementType.php b/lib/Model/Receipt/SettlementType.php index a62095c4..2fb07c5e 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/ReceiptCustomer.php b/lib/Model/ReceiptCustomer.php index c9362ce1..58a31b0b 100644 --- a/lib/Model/ReceiptCustomer.php +++ b/lib/Model/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/ReceiptCustomerInterface.php b/lib/Model/ReceiptCustomerInterface.php index 16ad16a8..089b9ccb 100644 --- a/lib/Model/ReceiptCustomerInterface.php +++ b/lib/Model/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/ReceiptInterface.php b/lib/Model/ReceiptInterface.php index 4dd284f4..98a47388 100644 --- a/lib/Model/ReceiptInterface.php +++ b/lib/Model/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/ReceiptItem.php b/lib/Model/ReceiptItem.php index 405c9417..2eb13827 100644 --- a/lib/Model/ReceiptItem.php +++ b/lib/Model/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 @@ -49,8 +49,8 @@ use YooKassa\Model\Receipt\ReceiptItemMeasure; * @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) @@ -109,7 +109,7 @@ class ReceiptItem extends AbstractObject implements ReceiptItemInterface private $_amount; /** - * @var int Ставка НДС, число 1-6 (тег в 54 ФЗ — 1199) + * @var int Ставка НДС, число 1-10 (тег в 54 ФЗ — 1199) */ private $_vatCode; @@ -308,7 +308,7 @@ class ReceiptItem extends AbstractObject implements ReceiptItemInterface /** * Возвращает ставку НДС - * @return int|null Ставка НДС, число 1-6, или null, если ставка не задана + * @return int|null Ставка НДС, число 1-10, или null, если ставка не задана */ public function getVatCode() { @@ -318,7 +318,7 @@ class ReceiptItem extends AbstractObject implements ReceiptItemInterface /** * Устанавливает ставку НДС * - * @param int $value Ставка НДС, число 1-6 + * @param int $value Ставка НДС, число 1-10 * * @throws InvalidPropertyValueException Выбрасывается если в качестве аргумента было передано число меньше одного * или больше шести @@ -335,7 +335,7 @@ class ReceiptItem extends AbstractObject implements ReceiptItemInterface 'ReceiptItem.vatId', $value ); - } elseif ($value < 1 || $value > 6) { + } elseif ($value < 1 || $value > 10) { throw new InvalidPropertyValueException( 'Invalid vatId value in ReceiptItem', 0, diff --git a/lib/Model/ReceiptItemInterface.php b/lib/Model/ReceiptItemInterface.php index 4c6fd214..6817461e 100644 --- a/lib/Model/ReceiptItemInterface.php +++ b/lib/Model/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 @@ -42,8 +42,8 @@ use YooKassa\Model\Receipt\MarkQuantity; * @property-read MarkQuantity $mark_quantity Дробное количество маркированного товара (тег в 54 ФЗ — 1291) * @property-read float $amount Суммарная стоимость покупаемого товара в копейках/центах * @property-read AmountInterface $price Цена товара (тег в 54 ФЗ — 1079) - * @property-read int $vatCode Ставка НДС, число 1-6 (тег в 54 ФЗ — 1199) - * @property-read int $vat_code Ставка НДС, число 1-6 (тег в 54 ФЗ — 1199) + * @property-read int $vatCode Ставка НДС, число 1-10 (тег в 54 ФЗ — 1199) + * @property-read int $vat_code Ставка НДС, число 1-10 (тег в 54 ФЗ — 1199) * @property-read string $paymentSubject Признак предмета расчета (тег в 54 ФЗ — 1212) * @property-read string $payment_subject Признак предмета расчета (тег в 54 ФЗ — 1212) * @property-read string $paymentMode Признак способа расчета (тег в 54 ФЗ — 1214) @@ -95,7 +95,7 @@ interface ReceiptItemInterface /** * Возвращает ставку НДС - * @return int|null Ставка НДС, число 1-6, или null, если ставка не задана + * @return int|null Ставка НДС, число 1-10, или null, если ставка не задана */ public function getVatCode(); diff --git a/lib/Model/ReceiptRegistrationStatus.php b/lib/Model/ReceiptRegistrationStatus.php index 5fcc0fae..83cce54b 100644 --- a/lib/Model/ReceiptRegistrationStatus.php +++ b/lib/Model/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/ReceiptType.php b/lib/Model/ReceiptType.php index 40b85a2b..f22ce6d4 100644 --- a/lib/Model/ReceiptType.php +++ b/lib/Model/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/Recipient.php b/lib/Model/Recipient.php index e84d3a79..7ed3f71e 100644 --- a/lib/Model/Recipient.php +++ b/lib/Model/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/RecipientInterface.php b/lib/Model/RecipientInterface.php index 9e5f6004..612e0c31 100644 --- a/lib/Model/RecipientInterface.php +++ b/lib/Model/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/Refund.php b/lib/Model/Refund.php index e359bad8..47630e5a 100644 --- a/lib/Model/Refund.php +++ b/lib/Model/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/RefundCancellationDetails.php b/lib/Model/RefundCancellationDetails.php index a396a024..833d0652 100644 --- a/lib/Model/RefundCancellationDetails.php +++ b/lib/Model/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/RefundCancellationDetailsPartyCode.php b/lib/Model/RefundCancellationDetailsPartyCode.php index eb84a6ca..17ca30e4 100644 --- a/lib/Model/RefundCancellationDetailsPartyCode.php +++ b/lib/Model/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/RefundCancellationDetailsReasonCode.php b/lib/Model/RefundCancellationDetailsReasonCode.php index 8ada463b..61af5ce7 100644 --- a/lib/Model/RefundCancellationDetailsReasonCode.php +++ b/lib/Model/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/RefundInterface.php b/lib/Model/RefundInterface.php index 4f928bee..16230fda 100644 --- a/lib/Model/RefundInterface.php +++ b/lib/Model/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/RefundStatus.php b/lib/Model/RefundStatus.php index 27383930..9b3aa25a 100644 --- a/lib/Model/RefundStatus.php +++ b/lib/Model/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/Requestor.php b/lib/Model/Requestor.php index 4400e22b..56dcc066 100644 --- a/lib/Model/Requestor.php +++ b/lib/Model/Requestor.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/RequestorInterface.php b/lib/Model/RequestorInterface.php index f7b3112a..16f96409 100644 --- a/lib/Model/RequestorInterface.php +++ b/lib/Model/RequestorInterface.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/SafeDeal.php b/lib/Model/SafeDeal.php index 0cbf8629..f105fb50 100644 --- a/lib/Model/SafeDeal.php +++ b/lib/Model/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/SelfEmployed/SelfEmployed.php b/lib/Model/SelfEmployed/SelfEmployed.php index eabec229..6a8b7498 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 0220d11a..9b1c7394 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 303997d1..fe137696 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 e9aad90f..d1085555 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 6c2c451c..5948a2a7 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 d334215c..b81500e8 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 1fdf5796..2d4093dc 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/Settlement.php b/lib/Model/Settlement.php index b6eca8cf..57c1d84f 100644 --- a/lib/Model/Settlement.php +++ b/lib/Model/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/SettlementInterface.php b/lib/Model/SettlementInterface.php index d8198991..1412d0de 100644 --- a/lib/Model/SettlementInterface.php +++ b/lib/Model/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/Source.php b/lib/Model/Source.php index 9b67f8fa..b83818c1 100644 --- a/lib/Model/Source.php +++ b/lib/Model/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/SourceInterface.php b/lib/Model/SourceInterface.php index b330af40..1bbf2fa5 100644 --- a/lib/Model/SourceInterface.php +++ b/lib/Model/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/Supplier.php b/lib/Model/Supplier.php index 7cecf9b1..fa39c5c9 100644 --- a/lib/Model/Supplier.php +++ b/lib/Model/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/SupplierInterface.php b/lib/Model/SupplierInterface.php index 15872a65..4c0e4d40 100644 --- a/lib/Model/SupplierInterface.php +++ b/lib/Model/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/ThreeDSecure.php b/lib/Model/ThreeDSecure.php index 47c7b8f1..88d14c71 100644 --- a/lib/Model/ThreeDSecure.php +++ b/lib/Model/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/Transfer.php b/lib/Model/Transfer.php index 5dbd2f56..37acb3c6 100644 --- a/lib/Model/Transfer.php +++ b/lib/Model/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/TransferInterface.php b/lib/Model/TransferInterface.php index 3ab3d2b0..086ff9e1 100644 --- a/lib/Model/TransferInterface.php +++ b/lib/Model/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/TransferStatus.php b/lib/Model/TransferStatus.php index fffeca0e..b4df9c0c 100644 --- a/lib/Model/TransferStatus.php +++ b/lib/Model/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/Webhook/Webhook.php b/lib/Model/Webhook/Webhook.php index 61c1e75e..a364450d 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/Request/Deals/AbstractDealResponse.php b/lib/Request/Deals/AbstractDealResponse.php index 4e9b378b..9c634c6f 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 70382ce7..6f295b78 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 8e142286..56d6de52 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 f0c19945..4fda24b0 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 e8cc9d39..208e9491 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 c95b3d61..f842e003 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 0bcfe42e..11bb0e32 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 b2d51714..fc953338 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 fb9e584d..a4ae3788 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 8c06c803..d86c66ea 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 bbc46d1e..2a8bdd4f 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 8041cd48..340a5e44 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/Payments/AbstractPaymentResponse.php b/lib/Request/Payments/AbstractPaymentResponse.php index f13b075b..17831622 100644 --- a/lib/Request/Payments/AbstractPaymentResponse.php +++ b/lib/Request/Payments/AbstractPaymentResponse.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/Payments/CreatePaymentRequest.php b/lib/Request/Payments/CreatePaymentRequest.php index 489bd875..de3f9719 100644 --- a/lib/Request/Payments/CreatePaymentRequest.php +++ b/lib/Request/Payments/CreatePaymentRequest.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/Payments/CreatePaymentRequestBuilder.php b/lib/Request/Payments/CreatePaymentRequestBuilder.php index 3f61e9d4..a203b32f 100644 --- a/lib/Request/Payments/CreatePaymentRequestBuilder.php +++ b/lib/Request/Payments/CreatePaymentRequestBuilder.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/Payments/CreatePaymentRequestInterface.php b/lib/Request/Payments/CreatePaymentRequestInterface.php index 30a5af7b..29376aae 100644 --- a/lib/Request/Payments/CreatePaymentRequestInterface.php +++ b/lib/Request/Payments/CreatePaymentRequestInterface.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/Payments/CreatePaymentRequestSerializer.php b/lib/Request/Payments/CreatePaymentRequestSerializer.php index e27959e7..0bb006b3 100644 --- a/lib/Request/Payments/CreatePaymentRequestSerializer.php +++ b/lib/Request/Payments/CreatePaymentRequestSerializer.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/Payments/CreatePaymentResponse.php b/lib/Request/Payments/CreatePaymentResponse.php index e4fd7c4f..e2aa1de1 100644 --- a/lib/Request/Payments/CreatePaymentResponse.php +++ b/lib/Request/Payments/CreatePaymentResponse.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/Payments/Payment/CancelResponse.php b/lib/Request/Payments/Payment/CancelResponse.php index 42bdc753..9b750041 100644 --- a/lib/Request/Payments/Payment/CancelResponse.php +++ b/lib/Request/Payments/Payment/CancelResponse.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/Payments/Payment/CreateCaptureRequest.php b/lib/Request/Payments/Payment/CreateCaptureRequest.php index 7bd06f6e..70725c9a 100644 --- a/lib/Request/Payments/Payment/CreateCaptureRequest.php +++ b/lib/Request/Payments/Payment/CreateCaptureRequest.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/Payments/Payment/CreateCaptureRequestBuilder.php b/lib/Request/Payments/Payment/CreateCaptureRequestBuilder.php index caafb672..41f42b8b 100644 --- a/lib/Request/Payments/Payment/CreateCaptureRequestBuilder.php +++ b/lib/Request/Payments/Payment/CreateCaptureRequestBuilder.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/Payments/Payment/CreateCaptureRequestInterface.php b/lib/Request/Payments/Payment/CreateCaptureRequestInterface.php index a501b9b5..341cd33d 100644 --- a/lib/Request/Payments/Payment/CreateCaptureRequestInterface.php +++ b/lib/Request/Payments/Payment/CreateCaptureRequestInterface.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/Payments/Payment/CreateCaptureRequestSerializer.php b/lib/Request/Payments/Payment/CreateCaptureRequestSerializer.php index 34cb48b0..889e64fe 100644 --- a/lib/Request/Payments/Payment/CreateCaptureRequestSerializer.php +++ b/lib/Request/Payments/Payment/CreateCaptureRequestSerializer.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/Payments/Payment/CreateCaptureResponse.php b/lib/Request/Payments/Payment/CreateCaptureResponse.php index ab9441f5..55fc31f8 100644 --- a/lib/Request/Payments/Payment/CreateCaptureResponse.php +++ b/lib/Request/Payments/Payment/CreateCaptureResponse.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/Payments/PaymentResponse.php b/lib/Request/Payments/PaymentResponse.php index 86a3010c..82ff043a 100644 --- a/lib/Request/Payments/PaymentResponse.php +++ b/lib/Request/Payments/PaymentResponse.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/Payments/PaymentsRequest.php b/lib/Request/Payments/PaymentsRequest.php index 8c6480dd..a769ebda 100644 --- a/lib/Request/Payments/PaymentsRequest.php +++ b/lib/Request/Payments/PaymentsRequest.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/Payments/PaymentsRequestBuilder.php b/lib/Request/Payments/PaymentsRequestBuilder.php index 377aaddd..e79b8269 100644 --- a/lib/Request/Payments/PaymentsRequestBuilder.php +++ b/lib/Request/Payments/PaymentsRequestBuilder.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/Payments/PaymentsRequestInterface.php b/lib/Request/Payments/PaymentsRequestInterface.php index 80785673..de2af574 100644 --- a/lib/Request/Payments/PaymentsRequestInterface.php +++ b/lib/Request/Payments/PaymentsRequestInterface.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/Payments/PaymentsRequestSerializer.php b/lib/Request/Payments/PaymentsRequestSerializer.php index 2d780356..5dd20a82 100644 --- a/lib/Request/Payments/PaymentsRequestSerializer.php +++ b/lib/Request/Payments/PaymentsRequestSerializer.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/Payments/PaymentsResponse.php b/lib/Request/Payments/PaymentsResponse.php index 901ea6e9..2a93e7ad 100644 --- a/lib/Request/Payments/PaymentsResponse.php +++ b/lib/Request/Payments/PaymentsResponse.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/Payouts/AbstractPayoutResponse.php b/lib/Request/Payouts/AbstractPayoutResponse.php index c20436a3..9611b771 100644 --- a/lib/Request/Payouts/AbstractPayoutResponse.php +++ b/lib/Request/Payouts/AbstractPayoutResponse.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/Payouts/CreatePayoutRequest.php b/lib/Request/Payouts/CreatePayoutRequest.php index 4b441156..f878d12f 100644 --- a/lib/Request/Payouts/CreatePayoutRequest.php +++ b/lib/Request/Payouts/CreatePayoutRequest.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/Payouts/CreatePayoutRequestBuilder.php b/lib/Request/Payouts/CreatePayoutRequestBuilder.php index d8ff855f..70ad387a 100644 --- a/lib/Request/Payouts/CreatePayoutRequestBuilder.php +++ b/lib/Request/Payouts/CreatePayoutRequestBuilder.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/Payouts/CreatePayoutRequestInterface.php b/lib/Request/Payouts/CreatePayoutRequestInterface.php index 72e8215d..08ee0134 100644 --- a/lib/Request/Payouts/CreatePayoutRequestInterface.php +++ b/lib/Request/Payouts/CreatePayoutRequestInterface.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/Payouts/CreatePayoutRequestSerializer.php b/lib/Request/Payouts/CreatePayoutRequestSerializer.php index 8029a69c..01942e51 100644 --- a/lib/Request/Payouts/CreatePayoutRequestSerializer.php +++ b/lib/Request/Payouts/CreatePayoutRequestSerializer.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/Payouts/CreatePayoutResponse.php b/lib/Request/Payouts/CreatePayoutResponse.php index 65a838de..2868c884 100644 --- a/lib/Request/Payouts/CreatePayoutResponse.php +++ b/lib/Request/Payouts/CreatePayoutResponse.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/Payouts/IncomeReceiptData.php b/lib/Request/Payouts/IncomeReceiptData.php index be68d907..4eb4e747 100644 --- a/lib/Request/Payouts/IncomeReceiptData.php +++ b/lib/Request/Payouts/IncomeReceiptData.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/Payouts/PayoutDestinationData/AbstractPayoutDestinationData.php b/lib/Request/Payouts/PayoutDestinationData/AbstractPayoutDestinationData.php index 898823bd..c7772b7a 100644 --- a/lib/Request/Payouts/PayoutDestinationData/AbstractPayoutDestinationData.php +++ b/lib/Request/Payouts/PayoutDestinationData/AbstractPayoutDestinationData.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/Payouts/PayoutDestinationData/PayoutDestinationDataBankCard.php b/lib/Request/Payouts/PayoutDestinationData/PayoutDestinationDataBankCard.php index cd195f90..4c9bc50b 100644 --- a/lib/Request/Payouts/PayoutDestinationData/PayoutDestinationDataBankCard.php +++ b/lib/Request/Payouts/PayoutDestinationData/PayoutDestinationDataBankCard.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/Payouts/PayoutDestinationData/PayoutDestinationDataBankCardCard.php b/lib/Request/Payouts/PayoutDestinationData/PayoutDestinationDataBankCardCard.php index a28cf12e..a080a5cc 100644 --- a/lib/Request/Payouts/PayoutDestinationData/PayoutDestinationDataBankCardCard.php +++ b/lib/Request/Payouts/PayoutDestinationData/PayoutDestinationDataBankCardCard.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/Payouts/PayoutDestinationData/PayoutDestinationDataFactory.php b/lib/Request/Payouts/PayoutDestinationData/PayoutDestinationDataFactory.php index 068888d4..27112a31 100644 --- a/lib/Request/Payouts/PayoutDestinationData/PayoutDestinationDataFactory.php +++ b/lib/Request/Payouts/PayoutDestinationData/PayoutDestinationDataFactory.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/Payouts/PayoutDestinationData/PayoutDestinationDataSbp.php b/lib/Request/Payouts/PayoutDestinationData/PayoutDestinationDataSbp.php index 4b4d82f8..2c115372 100644 --- a/lib/Request/Payouts/PayoutDestinationData/PayoutDestinationDataSbp.php +++ b/lib/Request/Payouts/PayoutDestinationData/PayoutDestinationDataSbp.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/Payouts/PayoutDestinationData/PayoutDestinationDataYooMoney.php b/lib/Request/Payouts/PayoutDestinationData/PayoutDestinationDataYooMoney.php index 439b6ca7..96e2bcae 100644 --- a/lib/Request/Payouts/PayoutDestinationData/PayoutDestinationDataYooMoney.php +++ b/lib/Request/Payouts/PayoutDestinationData/PayoutDestinationDataYooMoney.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/Payouts/PayoutPersonalData.php b/lib/Request/Payouts/PayoutPersonalData.php index a390dc7e..2bb67d04 100644 --- a/lib/Request/Payouts/PayoutPersonalData.php +++ b/lib/Request/Payouts/PayoutPersonalData.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/Payouts/PayoutResponse.php b/lib/Request/Payouts/PayoutResponse.php index eb6cc6f4..c48f6501 100644 --- a/lib/Request/Payouts/PayoutResponse.php +++ b/lib/Request/Payouts/PayoutResponse.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/Payouts/PayoutSelfEmployedInfo.php b/lib/Request/Payouts/PayoutSelfEmployedInfo.php index 77119775..ff8a9323 100644 --- a/lib/Request/Payouts/PayoutSelfEmployedInfo.php +++ b/lib/Request/Payouts/PayoutSelfEmployedInfo.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/Payouts/SbpBanksResponse.php b/lib/Request/Payouts/SbpBanksResponse.php index 0939f42e..013cb8cd 100644 --- a/lib/Request/Payouts/SbpBanksResponse.php +++ b/lib/Request/Payouts/SbpBanksResponse.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/PersonalData/CreatePersonalDataRequest.php b/lib/Request/PersonalData/CreatePersonalDataRequest.php index 9d8e9b79..66e78f8e 100644 --- a/lib/Request/PersonalData/CreatePersonalDataRequest.php +++ b/lib/Request/PersonalData/CreatePersonalDataRequest.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/PersonalData/CreatePersonalDataRequestBuilder.php b/lib/Request/PersonalData/CreatePersonalDataRequestBuilder.php index e8e1544a..6c9dadec 100644 --- a/lib/Request/PersonalData/CreatePersonalDataRequestBuilder.php +++ b/lib/Request/PersonalData/CreatePersonalDataRequestBuilder.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/PersonalData/CreatePersonalDataRequestInterface.php b/lib/Request/PersonalData/CreatePersonalDataRequestInterface.php index 30521cad..ccd226d0 100644 --- a/lib/Request/PersonalData/CreatePersonalDataRequestInterface.php +++ b/lib/Request/PersonalData/CreatePersonalDataRequestInterface.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/PersonalData/CreatePersonalDataRequestSerializer.php b/lib/Request/PersonalData/CreatePersonalDataRequestSerializer.php index 6cab6ccf..9f8937a3 100644 --- a/lib/Request/PersonalData/CreatePersonalDataRequestSerializer.php +++ b/lib/Request/PersonalData/CreatePersonalDataRequestSerializer.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/PersonalData/PersonalDataResponse.php b/lib/Request/PersonalData/PersonalDataResponse.php index 47216da0..8523439f 100644 --- a/lib/Request/PersonalData/PersonalDataResponse.php +++ b/lib/Request/PersonalData/PersonalDataResponse.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/Receipts/AbstractReceiptResponse.php b/lib/Request/Receipts/AbstractReceiptResponse.php index 7eb2f963..9fe44449 100644 --- a/lib/Request/Receipts/AbstractReceiptResponse.php +++ b/lib/Request/Receipts/AbstractReceiptResponse.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/Receipts/CreatePostReceiptRequest.php b/lib/Request/Receipts/CreatePostReceiptRequest.php index 7a8682fc..536139e4 100644 --- a/lib/Request/Receipts/CreatePostReceiptRequest.php +++ b/lib/Request/Receipts/CreatePostReceiptRequest.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/Receipts/CreatePostReceiptRequestBuilder.php b/lib/Request/Receipts/CreatePostReceiptRequestBuilder.php index 68485412..26906598 100644 --- a/lib/Request/Receipts/CreatePostReceiptRequestBuilder.php +++ b/lib/Request/Receipts/CreatePostReceiptRequestBuilder.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/Receipts/CreatePostReceiptRequestInterface.php b/lib/Request/Receipts/CreatePostReceiptRequestInterface.php index 60691b9b..4b854415 100644 --- a/lib/Request/Receipts/CreatePostReceiptRequestInterface.php +++ b/lib/Request/Receipts/CreatePostReceiptRequestInterface.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/Receipts/CreatePostReceiptRequestSerializer.php b/lib/Request/Receipts/CreatePostReceiptRequestSerializer.php index 3e5163a4..f2a19ec6 100644 --- a/lib/Request/Receipts/CreatePostReceiptRequestSerializer.php +++ b/lib/Request/Receipts/CreatePostReceiptRequestSerializer.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/Receipts/PaymentReceiptResponse.php b/lib/Request/Receipts/PaymentReceiptResponse.php index 1cd31196..0f407db2 100644 --- a/lib/Request/Receipts/PaymentReceiptResponse.php +++ b/lib/Request/Receipts/PaymentReceiptResponse.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/Receipts/ReceiptResponseFactory.php b/lib/Request/Receipts/ReceiptResponseFactory.php index a84d6e67..6a0a7a2a 100644 --- a/lib/Request/Receipts/ReceiptResponseFactory.php +++ b/lib/Request/Receipts/ReceiptResponseFactory.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/Receipts/ReceiptResponseInterface.php b/lib/Request/Receipts/ReceiptResponseInterface.php index fcdf4858..fbc5b691 100644 --- a/lib/Request/Receipts/ReceiptResponseInterface.php +++ b/lib/Request/Receipts/ReceiptResponseInterface.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/Receipts/ReceiptResponseItem.php b/lib/Request/Receipts/ReceiptResponseItem.php index 2eae458f..b24573aa 100644 --- a/lib/Request/Receipts/ReceiptResponseItem.php +++ b/lib/Request/Receipts/ReceiptResponseItem.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 @@ -52,8 +52,8 @@ use YooKassa\Model\SupplierInterface; * @property float $quantity Количество (тег в 54 ФЗ — 1023) * @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 @@ class ReceiptResponseItem extends AbstractObject implements ReceiptResponseItemI private $_amount; /** - * @var int Ставка НДС, число 1-6 (тег в 54 ФЗ — 1199) + * @var int Ставка НДС, число 1-10 (тег в 54 ФЗ — 1199) */ private $_vatCode; @@ -316,7 +316,7 @@ class ReceiptResponseItem extends AbstractObject implements ReceiptResponseItemI /** * Возвращает ставку НДС - * @return int|null Ставка НДС, число 1-6, или null, если ставка не задана + * @return int|null Ставка НДС, число 1-10, или null, если ставка не задана */ public function getVatCode() { @@ -326,7 +326,7 @@ class ReceiptResponseItem extends AbstractObject implements ReceiptResponseItemI /** * Устанавливает ставку НДС * - * @param int $value Ставка НДС, число 1-6 + * @param int $value Ставка НДС, число 1-10 * * @throws InvalidPropertyValueException Выбрасывается если в качестве аргумента было передано число меньше одного * или больше шести @@ -343,7 +343,7 @@ class ReceiptResponseItem extends AbstractObject implements ReceiptResponseItemI 'ReceiptItem.vatId', $value ); - } elseif ($value < 1 || $value > 6) { + } elseif ($value < 1 || $value > 10) { throw new InvalidPropertyValueException( 'Invalid vatId value in ReceiptItem', 0, diff --git a/lib/Request/Receipts/ReceiptResponseItemInterface.php b/lib/Request/Receipts/ReceiptResponseItemInterface.php index 4e50a892..1c8d7ad8 100644 --- a/lib/Request/Receipts/ReceiptResponseItemInterface.php +++ b/lib/Request/Receipts/ReceiptResponseItemInterface.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 @@ -42,8 +42,8 @@ use YooKassa\Model\SupplierInterface; * @property-read float $quantity Количество (тег в 54 ФЗ — 1023) * @property-read float $amount Суммарная стоимость покупаемого товара в копейках/центах * @property-read AmountInterface $price Цена товара (тег в 54 ФЗ — 1079) - * @property-read int $vatCode Ставка НДС, число 1-6 (тег в 54 ФЗ — 1199) - * @property-read int $vat_code Ставка НДС, число 1-6 (тег в 54 ФЗ — 1199) + * @property-read int $vatCode Ставка НДС, число 1-10 (тег в 54 ФЗ — 1199) + * @property-read int $vat_code Ставка НДС, число 1-10 (тег в 54 ФЗ — 1199) * @property-read string $paymentSubject Признак предмета расчета (тег в 54 ФЗ — 1212) * @property-read string $payment_subject Признак предмета расчета (тег в 54 ФЗ — 1212) * @property-read string $paymentMode Признак способа расчета (тег в 54 ФЗ — 1214) @@ -94,7 +94,7 @@ interface ReceiptResponseItemInterface /** * Возвращает ставку НДС - * @return int|null Ставка НДС, число 1-6, или null, если ставка не задана + * @return int|null Ставка НДС, число 1-10, или null, если ставка не задана */ public function getVatCode(); diff --git a/lib/Request/Receipts/ReceiptsRequest.php b/lib/Request/Receipts/ReceiptsRequest.php index e547b73a..c0488375 100644 --- a/lib/Request/Receipts/ReceiptsRequest.php +++ b/lib/Request/Receipts/ReceiptsRequest.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/Receipts/ReceiptsRequestBuilder.php b/lib/Request/Receipts/ReceiptsRequestBuilder.php index c5ce1284..7671e3b3 100644 --- a/lib/Request/Receipts/ReceiptsRequestBuilder.php +++ b/lib/Request/Receipts/ReceiptsRequestBuilder.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/Receipts/ReceiptsRequestInterface.php b/lib/Request/Receipts/ReceiptsRequestInterface.php index 1a9cbe2a..cddf599d 100644 --- a/lib/Request/Receipts/ReceiptsRequestInterface.php +++ b/lib/Request/Receipts/ReceiptsRequestInterface.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/Receipts/ReceiptsRequestSerializer.php b/lib/Request/Receipts/ReceiptsRequestSerializer.php index 09f09162..6f325bc2 100644 --- a/lib/Request/Receipts/ReceiptsRequestSerializer.php +++ b/lib/Request/Receipts/ReceiptsRequestSerializer.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/Receipts/ReceiptsResponse.php b/lib/Request/Receipts/ReceiptsResponse.php index fde8afc0..6d45b05d 100644 --- a/lib/Request/Receipts/ReceiptsResponse.php +++ b/lib/Request/Receipts/ReceiptsResponse.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/Receipts/RefundReceiptResponse.php b/lib/Request/Receipts/RefundReceiptResponse.php index dea80d23..651ab358 100644 --- a/lib/Request/Receipts/RefundReceiptResponse.php +++ b/lib/Request/Receipts/RefundReceiptResponse.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/Receipts/SimpleReceiptResponse.php b/lib/Request/Receipts/SimpleReceiptResponse.php index 5784348a..5fdabaf9 100644 --- a/lib/Request/Receipts/SimpleReceiptResponse.php +++ b/lib/Request/Receipts/SimpleReceiptResponse.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/Refunds/AbstractRefundResponse.php b/lib/Request/Refunds/AbstractRefundResponse.php index e72411ef..0d232682 100644 --- a/lib/Request/Refunds/AbstractRefundResponse.php +++ b/lib/Request/Refunds/AbstractRefundResponse.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/Refunds/CreateRefundRequest.php b/lib/Request/Refunds/CreateRefundRequest.php index 21542ea0..a7d5034e 100644 --- a/lib/Request/Refunds/CreateRefundRequest.php +++ b/lib/Request/Refunds/CreateRefundRequest.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/Refunds/CreateRefundRequestBuilder.php b/lib/Request/Refunds/CreateRefundRequestBuilder.php index b6d882f1..80edb33e 100644 --- a/lib/Request/Refunds/CreateRefundRequestBuilder.php +++ b/lib/Request/Refunds/CreateRefundRequestBuilder.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/Refunds/CreateRefundRequestInterface.php b/lib/Request/Refunds/CreateRefundRequestInterface.php index a885366f..e585b1fd 100644 --- a/lib/Request/Refunds/CreateRefundRequestInterface.php +++ b/lib/Request/Refunds/CreateRefundRequestInterface.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/Refunds/CreateRefundRequestSerializer.php b/lib/Request/Refunds/CreateRefundRequestSerializer.php index c97d802e..2560be96 100644 --- a/lib/Request/Refunds/CreateRefundRequestSerializer.php +++ b/lib/Request/Refunds/CreateRefundRequestSerializer.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/Refunds/CreateRefundResponse.php b/lib/Request/Refunds/CreateRefundResponse.php index 940e43e1..a079a2a3 100644 --- a/lib/Request/Refunds/CreateRefundResponse.php +++ b/lib/Request/Refunds/CreateRefundResponse.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/Refunds/RefundResponse.php b/lib/Request/Refunds/RefundResponse.php index 52219d49..e634ed53 100644 --- a/lib/Request/Refunds/RefundResponse.php +++ b/lib/Request/Refunds/RefundResponse.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/Refunds/RefundsRequest.php b/lib/Request/Refunds/RefundsRequest.php index be969d10..561549d3 100644 --- a/lib/Request/Refunds/RefundsRequest.php +++ b/lib/Request/Refunds/RefundsRequest.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/Refunds/RefundsRequestBuilder.php b/lib/Request/Refunds/RefundsRequestBuilder.php index f1e3e55e..ce844643 100644 --- a/lib/Request/Refunds/RefundsRequestBuilder.php +++ b/lib/Request/Refunds/RefundsRequestBuilder.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/Refunds/RefundsRequestInterface.php b/lib/Request/Refunds/RefundsRequestInterface.php index 3eed1331..71953a94 100644 --- a/lib/Request/Refunds/RefundsRequestInterface.php +++ b/lib/Request/Refunds/RefundsRequestInterface.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/Refunds/RefundsRequestSerializer.php b/lib/Request/Refunds/RefundsRequestSerializer.php index 413ce7b9..45dd9835 100644 --- a/lib/Request/Refunds/RefundsRequestSerializer.php +++ b/lib/Request/Refunds/RefundsRequestSerializer.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/Refunds/RefundsResponse.php b/lib/Request/Refunds/RefundsResponse.php index affae89a..5aaa9630 100644 --- a/lib/Request/Refunds/RefundsResponse.php +++ b/lib/Request/Refunds/RefundsResponse.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/SelfEmployed/SelfEmployedRequest.php b/lib/Request/SelfEmployed/SelfEmployedRequest.php index d94998ad..c7e5912d 100644 --- a/lib/Request/SelfEmployed/SelfEmployedRequest.php +++ b/lib/Request/SelfEmployed/SelfEmployedRequest.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/SelfEmployed/SelfEmployedRequestBuilder.php b/lib/Request/SelfEmployed/SelfEmployedRequestBuilder.php index 467ccf37..085a8cab 100644 --- a/lib/Request/SelfEmployed/SelfEmployedRequestBuilder.php +++ b/lib/Request/SelfEmployed/SelfEmployedRequestBuilder.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/SelfEmployed/SelfEmployedRequestConfirmation.php b/lib/Request/SelfEmployed/SelfEmployedRequestConfirmation.php index 6186ed60..aa464e29 100644 --- a/lib/Request/SelfEmployed/SelfEmployedRequestConfirmation.php +++ b/lib/Request/SelfEmployed/SelfEmployedRequestConfirmation.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/SelfEmployed/SelfEmployedRequestConfirmationFactory.php b/lib/Request/SelfEmployed/SelfEmployedRequestConfirmationFactory.php index 9d3ddd61..87587a6f 100644 --- a/lib/Request/SelfEmployed/SelfEmployedRequestConfirmationFactory.php +++ b/lib/Request/SelfEmployed/SelfEmployedRequestConfirmationFactory.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/SelfEmployed/SelfEmployedRequestConfirmationRedirect.php b/lib/Request/SelfEmployed/SelfEmployedRequestConfirmationRedirect.php index 6ff16015..2ce5ce36 100644 --- a/lib/Request/SelfEmployed/SelfEmployedRequestConfirmationRedirect.php +++ b/lib/Request/SelfEmployed/SelfEmployedRequestConfirmationRedirect.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/SelfEmployed/SelfEmployedRequestSerializer.php b/lib/Request/SelfEmployed/SelfEmployedRequestSerializer.php index 0ad44ac0..54240ebe 100644 --- a/lib/Request/SelfEmployed/SelfEmployedRequestSerializer.php +++ b/lib/Request/SelfEmployed/SelfEmployedRequestSerializer.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/SelfEmployed/SelfEmployedResponse.php b/lib/Request/SelfEmployed/SelfEmployedResponse.php index daa53148..ee35f298 100644 --- a/lib/Request/SelfEmployed/SelfEmployedResponse.php +++ b/lib/Request/SelfEmployed/SelfEmployedResponse.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/Webhook/WebhookListResponse.php b/lib/Request/Webhook/WebhookListResponse.php index e008a2a1..c09a5679 100644 --- a/lib/Request/Webhook/WebhookListResponse.php +++ b/lib/Request/Webhook/WebhookListResponse.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/autoload.php b/lib/autoload.php index 2f6e64c8..3dbd88ca 100644 --- a/lib/autoload.php +++ b/lib/autoload.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/phpdoc.xml b/phpdoc.xml index 671f35ff..faaa56a4 100644 --- a/phpdoc.xml +++ b/phpdoc.xml @@ -9,7 +9,7 @@ .phpdoc - + latest diff --git a/tests/Model/PaymentData/B2b/Sberbank/VatDataTest.php b/tests/Model/PaymentData/B2b/Sberbank/VatDataTest.php index eb5b4eff..d7e860ea 100644 --- a/tests/Model/PaymentData/B2b/Sberbank/VatDataTest.php +++ b/tests/Model/PaymentData/B2b/Sberbank/VatDataTest.php @@ -62,7 +62,7 @@ class VatDataTest extends TestCase array( array( 'type' => VatDataType::CALCULATED, - 'rate' => VatDataRate::RATE_18, + 'rate' => VatDataRate::RATE_5, 'amount' => new MonetaryAmount(Random::int(1, 1000)) ), ), @@ -129,6 +129,7 @@ class VatDataTest extends TestCase public function validRateDataProvider() { $result = array( + array(VatDataRate::RATE_5), array(VatDataRate::RATE_7), array(VatDataRate::RATE_10), array(VatDataRate::RATE_18), diff --git a/tests/Model/PaymentData/PaymentDataB2bSberbankTest.php b/tests/Model/PaymentData/PaymentDataB2bSberbankTest.php index 28f42468..8f669252 100644 --- a/tests/Model/PaymentData/PaymentDataB2bSberbankTest.php +++ b/tests/Model/PaymentData/PaymentDataB2bSberbankTest.php @@ -145,6 +145,20 @@ class PaymentDataB2bSberbankTest extends AbstractPaymentDataTest 'type' => VatDataType::UNTAXED, ) ), + array( + array( + 'type' => VatDataType::CALCULATED, + 'rate' => VatDataRate::RATE_5, + 'amount' => new MonetaryAmount(Random::int(1, 10000), CurrencyCode::EUR), + ) + ), + array( + array( + 'type' => VatDataType::CALCULATED, + 'rate' => VatDataRate::RATE_7, + 'amount' => new MonetaryAmount(Random::int(1, 10000), CurrencyCode::EUR), + ) + ), array( array( 'type' => VatDataType::CALCULATED, diff --git a/tests/Model/ReceiptItemTest.php b/tests/Model/ReceiptItemTest.php index 7c56462f..142c0998 100644 --- a/tests/Model/ReceiptItemTest.php +++ b/tests/Model/ReceiptItemTest.php @@ -476,6 +476,10 @@ class ReceiptItemTest extends TestCase array(4), array(5), array(6), + array(7), + array(8), + array(9), + array(10), ); } @@ -642,9 +646,9 @@ class ReceiptItemTest extends TestCase array(array()), array(new \stdClass()), array(0), - array(7), + array(11), array(Random::int(-100, -1)), - array(Random::int(8, 100)), + array(Random::int(11, 100)), ); } diff --git a/tests/Request/Payments/CreatePaymentRequestBuilderTest.php b/tests/Request/Payments/CreatePaymentRequestBuilderTest.php index b4cb9edb..0520a994 100644 --- a/tests/Request/Payments/CreatePaymentRequestBuilderTest.php +++ b/tests/Request/Payments/CreatePaymentRequestBuilderTest.php @@ -384,7 +384,7 @@ class CreatePaymentRequestBuilderTest extends TestCase 'title' => 'test', 'price' => 123, 'quantity' => 1.4, - 'vatCode' => 7, + 'vatCode' => 11, ), ), ), diff --git a/tests/Request/Payments/Payment/CreateCaptureRequestBuilderTest.php b/tests/Request/Payments/Payment/CreateCaptureRequestBuilderTest.php index 3d3513f2..5181a0f3 100644 --- a/tests/Request/Payments/Payment/CreateCaptureRequestBuilderTest.php +++ b/tests/Request/Payments/Payment/CreateCaptureRequestBuilderTest.php @@ -282,7 +282,7 @@ class CreateCaptureRequestBuilderTest extends TestCase 'title' => 'test', 'price' => 123, 'quantity' => 1.4, - 'vatCode' => 7, + 'vatCode' => 11, ), ), ), diff --git a/tests/Request/Receipts/ReceiptResponseItemTest.php b/tests/Request/Receipts/ReceiptResponseItemTest.php index 147a9b8a..822925e3 100644 --- a/tests/Request/Receipts/ReceiptResponseItemTest.php +++ b/tests/Request/Receipts/ReceiptResponseItemTest.php @@ -570,7 +570,7 @@ class ReceiptResponseItemTest extends TestCase 'description' => Random::str(128), 'quantity' => Random::float(0.0001, 99.99), 'amount' => new MonetaryAmount(Random::int(1, 1000)), - 'vat_code' => Random::int(1, 6), + 'vat_code' => Random::int(1, 10), 'measure' => null, 'excise' => null, 'payment_mode' => null, diff --git a/tests/Request/Refunds/CreateRefundRequestBuilderTest.php b/tests/Request/Refunds/CreateRefundRequestBuilderTest.php index 108c12b3..972f52b5 100644 --- a/tests/Request/Refunds/CreateRefundRequestBuilderTest.php +++ b/tests/Request/Refunds/CreateRefundRequestBuilderTest.php @@ -367,7 +367,7 @@ class CreateRefundRequestBuilderTest extends TestCase 'title' => 'test', 'price' => 123, 'quantity' => 1.4, - 'vatCode' => 7, + 'vatCode' => 11, ), ), ),