diff --git a/CHANGELOG.md b/CHANGELOG.md index 51f7bedf..bf7a38ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### v3.7.2 от 03.12.2024 +* Удалена валидация Url +* Добавлены онлайн кассы digital_kassa и komtet + ### v3.7.1 от 28.10.2024 * Добавлен объект `cancellation_details` в объекте счета diff --git a/composer.json b/composer.json index 265cd8fe..a6b474b5 100644 --- a/composer.json +++ b/composer.json @@ -13,9 +13,9 @@ ], "dist": { "type": "zip", - "url": "https://git.yoomoney.ru/rest/api/latest/projects/SDK/repos/yookassa-sdk-php/archive?at=refs%2Ftags%2F3.7.1&format=zip" + "url": "https://git.yoomoney.ru/rest/api/latest/projects/SDK/repos/yookassa-sdk-php/archive?at=refs%2Ftags%2F3.7.2&format=zip" }, - "version": "3.7.1", + "version": "3.7.2", "require": { "php": ">=8.0", "ext-curl": "*", diff --git a/docs/classes/YooKassa-Client-ApiClientInterface.md b/docs/classes/YooKassa-Client-ApiClientInterface.md index 82b90278..56423730 100644 --- a/docs/classes/YooKassa-Client-ApiClientInterface.md +++ b/docs/classes/YooKassa-Client-ApiClientInterface.md @@ -227,6 +227,6 @@ public setAdvancedCurlOptions() : void --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Client-BaseClient.md b/docs/classes/YooKassa-Client-BaseClient.md index 3aa85f95..29cb9938 100644 --- a/docs/classes/YooKassa-Client-BaseClient.md +++ b/docs/classes/YooKassa-Client-BaseClient.md @@ -735,6 +735,6 @@ protected handleError(\YooKassa\Common\ResponseObject $response) : void --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Client-CurlClient.md b/docs/classes/YooKassa-Client-CurlClient.md index 5a6b361f..12985d0b 100644 --- a/docs/classes/YooKassa-Client-CurlClient.md +++ b/docs/classes/YooKassa-Client-CurlClient.md @@ -514,6 +514,6 @@ public setTimeout(int $timeout) : void --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Client-UserAgent.md b/docs/classes/YooKassa-Client-UserAgent.md index 8057654f..63409e5b 100644 --- a/docs/classes/YooKassa-Client-UserAgent.md +++ b/docs/classes/YooKassa-Client-UserAgent.md @@ -329,6 +329,6 @@ public setModule(string $name, string $version) : void --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Client.md b/docs/classes/YooKassa-Client.md index 245215a9..90d1b78e 100644 --- a/docs/classes/YooKassa-Client.md +++ b/docs/classes/YooKassa-Client.md @@ -284,7 +284,7 @@ DEFAULT_ATTEMPTS_COUNT = 3 Текущая версия библиотеки. ```php -SDK_VERSION = '3.7.1' +SDK_VERSION = '3.7.2' ``` @@ -2733,6 +2733,6 @@ protected handleError(\YooKassa\Common\ResponseObject $response) : void --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-AbstractEnum.md b/docs/classes/YooKassa-Common-AbstractEnum.md index 10e864b2..c38491fc 100644 --- a/docs/classes/YooKassa-Common-AbstractEnum.md +++ b/docs/classes/YooKassa-Common-AbstractEnum.md @@ -131,6 +131,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-AbstractObject.md b/docs/classes/YooKassa-Common-AbstractObject.md index 9dc98270..c286fd82 100644 --- a/docs/classes/YooKassa-Common-AbstractObject.md +++ b/docs/classes/YooKassa-Common-AbstractObject.md @@ -379,6 +379,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-AbstractRequest.md b/docs/classes/YooKassa-Common-AbstractRequest.md index c5c47751..af55aa15 100644 --- a/docs/classes/YooKassa-Common-AbstractRequest.md +++ b/docs/classes/YooKassa-Common-AbstractRequest.md @@ -456,6 +456,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-AbstractRequestBuilder.md b/docs/classes/YooKassa-Common-AbstractRequestBuilder.md index 7a1e5907..6bbd8280 100644 --- a/docs/classes/YooKassa-Common-AbstractRequestBuilder.md +++ b/docs/classes/YooKassa-Common-AbstractRequestBuilder.md @@ -164,6 +164,6 @@ Abstract protected initCurrentObject() : \YooKassa\Common\AbstractRequestInterfa --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-AbstractRequestInterface.md b/docs/classes/YooKassa-Common-AbstractRequestInterface.md index 119f3b94..fb2aee59 100644 --- a/docs/classes/YooKassa-Common-AbstractRequestInterface.md +++ b/docs/classes/YooKassa-Common-AbstractRequestInterface.md @@ -103,6 +103,6 @@ public getLastValidationError() : string|null --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-Exceptions-ApiConnectionException.md b/docs/classes/YooKassa-Common-Exceptions-ApiConnectionException.md index 93e44978..cc77ebf8 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-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-Exceptions-ApiException.md b/docs/classes/YooKassa-Common-Exceptions-ApiException.md index 0da51482..f2f1c780 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-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-Exceptions-AuthorizeException.md b/docs/classes/YooKassa-Common-Exceptions-AuthorizeException.md index 1bb59cc6..0dfc1dc0 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-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-Exceptions-BadApiRequestException.md b/docs/classes/YooKassa-Common-Exceptions-BadApiRequestException.md index e0959d3f..dbe55394 100644 --- a/docs/classes/YooKassa-Common-Exceptions-BadApiRequestException.md +++ b/docs/classes/YooKassa-Common-Exceptions-BadApiRequestException.md @@ -154,6 +154,6 @@ public getResponseHeaders() : string[] --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-Exceptions-EmptyPropertyValueException.md b/docs/classes/YooKassa-Common-Exceptions-EmptyPropertyValueException.md index 21258db5..c49ecef7 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-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-Exceptions-ExtensionNotFoundException.md b/docs/classes/YooKassa-Common-Exceptions-ExtensionNotFoundException.md index e002cff5..9730fb2f 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-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-Exceptions-ForbiddenException.md b/docs/classes/YooKassa-Common-Exceptions-ForbiddenException.md index fe90b959..7939f399 100644 --- a/docs/classes/YooKassa-Common-Exceptions-ForbiddenException.md +++ b/docs/classes/YooKassa-Common-Exceptions-ForbiddenException.md @@ -154,6 +154,6 @@ public getResponseHeaders() : string[] --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-Exceptions-InternalServerError.md b/docs/classes/YooKassa-Common-Exceptions-InternalServerError.md index a14eb062..2c487dcc 100644 --- a/docs/classes/YooKassa-Common-Exceptions-InternalServerError.md +++ b/docs/classes/YooKassa-Common-Exceptions-InternalServerError.md @@ -157,6 +157,6 @@ public getResponseHeaders() : string[] --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-Exceptions-InvalidPropertyException.md b/docs/classes/YooKassa-Common-Exceptions-InvalidPropertyException.md index 440d62d9..e565eb98 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-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-Exceptions-InvalidPropertyValueException.md b/docs/classes/YooKassa-Common-Exceptions-InvalidPropertyValueException.md index 0aa46788..8dc55b47 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-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-Exceptions-InvalidPropertyValueTypeException.md b/docs/classes/YooKassa-Common-Exceptions-InvalidPropertyValueTypeException.md index d5a6e463..d364d74a 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-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-Exceptions-InvalidRequestException.md b/docs/classes/YooKassa-Common-Exceptions-InvalidRequestException.md index d8fabf64..508b7796 100644 --- a/docs/classes/YooKassa-Common-Exceptions-InvalidRequestException.md +++ b/docs/classes/YooKassa-Common-Exceptions-InvalidRequestException.md @@ -78,6 +78,6 @@ public getRequestObject() : ?\YooKassa\Common\AbstractRequestInterface --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-Exceptions-JsonException.md b/docs/classes/YooKassa-Common-Exceptions-JsonException.md index eaa1f7c8..afd5c76b 100644 --- a/docs/classes/YooKassa-Common-Exceptions-JsonException.md +++ b/docs/classes/YooKassa-Common-Exceptions-JsonException.md @@ -77,6 +77,6 @@ public __construct(mixed $message = '', mixed $code, mixed $previous = --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-Exceptions-NotFoundException.md b/docs/classes/YooKassa-Common-Exceptions-NotFoundException.md index 20235b6a..f1a4b3ab 100644 --- a/docs/classes/YooKassa-Common-Exceptions-NotFoundException.md +++ b/docs/classes/YooKassa-Common-Exceptions-NotFoundException.md @@ -154,6 +154,6 @@ public getResponseHeaders() : string[] --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-Exceptions-ResponseProcessingException.md b/docs/classes/YooKassa-Common-Exceptions-ResponseProcessingException.md index 8a97a5b3..3656db03 100644 --- a/docs/classes/YooKassa-Common-Exceptions-ResponseProcessingException.md +++ b/docs/classes/YooKassa-Common-Exceptions-ResponseProcessingException.md @@ -154,6 +154,6 @@ public getResponseHeaders() : string[] --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-Exceptions-TooManyRequestsException.md b/docs/classes/YooKassa-Common-Exceptions-TooManyRequestsException.md index 91f28873..fdcc7144 100644 --- a/docs/classes/YooKassa-Common-Exceptions-TooManyRequestsException.md +++ b/docs/classes/YooKassa-Common-Exceptions-TooManyRequestsException.md @@ -154,6 +154,6 @@ public getResponseHeaders() : string[] --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-Exceptions-UnauthorizedException.md b/docs/classes/YooKassa-Common-Exceptions-UnauthorizedException.md index 3d88b2a6..1f6a8aa5 100644 --- a/docs/classes/YooKassa-Common-Exceptions-UnauthorizedException.md +++ b/docs/classes/YooKassa-Common-Exceptions-UnauthorizedException.md @@ -157,6 +157,6 @@ public getResponseHeaders() : string[] --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-HttpVerb.md b/docs/classes/YooKassa-Common-HttpVerb.md index 5a07b631..81fcddf0 100644 --- a/docs/classes/YooKassa-Common-HttpVerb.md +++ b/docs/classes/YooKassa-Common-HttpVerb.md @@ -206,6 +206,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-ListObject.md b/docs/classes/YooKassa-Common-ListObject.md index a0e84797..be7c0d34 100644 --- a/docs/classes/YooKassa-Common-ListObject.md +++ b/docs/classes/YooKassa-Common-ListObject.md @@ -477,6 +477,6 @@ public toArray() : array --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-ListObjectInterface.md b/docs/classes/YooKassa-Common-ListObjectInterface.md index beaa2d7d..e4e7a3b1 100644 --- a/docs/classes/YooKassa-Common-ListObjectInterface.md +++ b/docs/classes/YooKassa-Common-ListObjectInterface.md @@ -219,6 +219,6 @@ public toArray() : array --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-LoggerWrapper.md b/docs/classes/YooKassa-Common-LoggerWrapper.md index 70513cd3..3d1be819 100644 --- a/docs/classes/YooKassa-Common-LoggerWrapper.md +++ b/docs/classes/YooKassa-Common-LoggerWrapper.md @@ -316,6 +316,6 @@ that are not necessarily wrong. --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-ResponseObject.md b/docs/classes/YooKassa-Common-ResponseObject.md index 1789a535..46b1268a 100644 --- a/docs/classes/YooKassa-Common-ResponseObject.md +++ b/docs/classes/YooKassa-Common-ResponseObject.md @@ -175,6 +175,6 @@ public getHeaders() : array --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Helpers-Config-ConfigurationLoader.md b/docs/classes/YooKassa-Helpers-Config-ConfigurationLoader.md index 175cbd3d..8bc167a6 100644 --- a/docs/classes/YooKassa-Helpers-Config-ConfigurationLoader.md +++ b/docs/classes/YooKassa-Helpers-Config-ConfigurationLoader.md @@ -95,6 +95,6 @@ public load(mixed $filePath = null) : self --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Helpers-Config-ConfigurationLoaderInterface.md b/docs/classes/YooKassa-Helpers-Config-ConfigurationLoaderInterface.md index 506967ec..4f1b32cd 100644 --- a/docs/classes/YooKassa-Helpers-Config-ConfigurationLoaderInterface.md +++ b/docs/classes/YooKassa-Helpers-Config-ConfigurationLoaderInterface.md @@ -77,6 +77,6 @@ public load() : \YooKassa\Helpers\Config\ConfigurationLoaderInterface --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Helpers-ProductCode.md b/docs/classes/YooKassa-Helpers-ProductCode.md index 702b8dbc..3607b73b 100644 --- a/docs/classes/YooKassa-Helpers-ProductCode.md +++ b/docs/classes/YooKassa-Helpers-ProductCode.md @@ -646,6 +646,6 @@ public validate() : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Helpers-Random.md b/docs/classes/YooKassa-Helpers-Random.md index b4ca1583..0bcd1357 100644 --- a/docs/classes/YooKassa-Helpers-Random.md +++ b/docs/classes/YooKassa-Helpers-Random.md @@ -216,6 +216,6 @@ Static public value(array $values) : mixed --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Helpers-RawHeadersParser.md b/docs/classes/YooKassa-Helpers-RawHeadersParser.md index 6d402502..71ac37c6 100644 --- a/docs/classes/YooKassa-Helpers-RawHeadersParser.md +++ b/docs/classes/YooKassa-Helpers-RawHeadersParser.md @@ -74,6 +74,6 @@ Static public parse(mixed $rawHeaders) : mixed --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Helpers-SecurityHelper.md b/docs/classes/YooKassa-Helpers-SecurityHelper.md index e977129d..201dafe2 100644 --- a/docs/classes/YooKassa-Helpers-SecurityHelper.md +++ b/docs/classes/YooKassa-Helpers-SecurityHelper.md @@ -83,6 +83,6 @@ public isIPTrusted(mixed $ip) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Helpers-StringObject.md b/docs/classes/YooKassa-Helpers-StringObject.md index d5a4342e..0a817edc 100644 --- a/docs/classes/YooKassa-Helpers-StringObject.md +++ b/docs/classes/YooKassa-Helpers-StringObject.md @@ -96,6 +96,6 @@ public __toString() : string --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Helpers-TypeCast.md b/docs/classes/YooKassa-Helpers-TypeCast.md index dd2f2ae0..69c4f792 100644 --- a/docs/classes/YooKassa-Helpers-TypeCast.md +++ b/docs/classes/YooKassa-Helpers-TypeCast.md @@ -170,6 +170,6 @@ Static public castToDateTime(\DateTime|int|string $value) : null|\DateTime --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Helpers-UUID.md b/docs/classes/YooKassa-Helpers-UUID.md index 4bcebf48..9a296cc5 100644 --- a/docs/classes/YooKassa-Helpers-UUID.md +++ b/docs/classes/YooKassa-Helpers-UUID.md @@ -69,6 +69,6 @@ Static public v4() : string --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-AmountInterface.md b/docs/classes/YooKassa-Model-AmountInterface.md index 7cda252f..641280c9 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-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-CancellationDetailsInterface.md b/docs/classes/YooKassa-Model-CancellationDetailsInterface.md index 72830015..432f3198 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-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-CurrencyCode.md b/docs/classes/YooKassa-Model-CurrencyCode.md index 50b6e703..b4781268 100644 --- a/docs/classes/YooKassa-Model-CurrencyCode.md +++ b/docs/classes/YooKassa-Model-CurrencyCode.md @@ -265,6 +265,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Deal-AbstractBaseDeal.md b/docs/classes/YooKassa-Model-Deal-AbstractBaseDeal.md index bc9ff19f..e6f046e9 100644 --- a/docs/classes/YooKassa-Model-Deal-AbstractBaseDeal.md +++ b/docs/classes/YooKassa-Model-Deal-AbstractBaseDeal.md @@ -452,6 +452,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Deal-CaptureDealData.md b/docs/classes/YooKassa-Model-Deal-CaptureDealData.md index 8db40c7e..d205cc8e 100644 --- a/docs/classes/YooKassa-Model-Deal-CaptureDealData.md +++ b/docs/classes/YooKassa-Model-Deal-CaptureDealData.md @@ -436,6 +436,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Deal-DealBalanceAmount.md b/docs/classes/YooKassa-Model-Deal-DealBalanceAmount.md index f0a12180..f073d9d8 100644 --- a/docs/classes/YooKassa-Model-Deal-DealBalanceAmount.md +++ b/docs/classes/YooKassa-Model-Deal-DealBalanceAmount.md @@ -514,6 +514,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Deal-DealInterface.md b/docs/classes/YooKassa-Model-Deal-DealInterface.md index 1fec0e1a..877c570d 100644 --- a/docs/classes/YooKassa-Model-Deal-DealInterface.md +++ b/docs/classes/YooKassa-Model-Deal-DealInterface.md @@ -262,6 +262,6 @@ public getTest() : bool|null --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Deal-DealStatus.md b/docs/classes/YooKassa-Model-Deal-DealStatus.md index dc4229c0..31796473 100644 --- a/docs/classes/YooKassa-Model-Deal-DealStatus.md +++ b/docs/classes/YooKassa-Model-Deal-DealStatus.md @@ -168,6 +168,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Deal-DealType.md b/docs/classes/YooKassa-Model-Deal-DealType.md index 9bf3c6ef..c3b8f22f 100644 --- a/docs/classes/YooKassa-Model-Deal-DealType.md +++ b/docs/classes/YooKassa-Model-Deal-DealType.md @@ -156,6 +156,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Deal-FeeMoment.md b/docs/classes/YooKassa-Model-Deal-FeeMoment.md index a4a6b050..aec44499 100644 --- a/docs/classes/YooKassa-Model-Deal-FeeMoment.md +++ b/docs/classes/YooKassa-Model-Deal-FeeMoment.md @@ -163,6 +163,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Deal-PaymentDealInfo.md b/docs/classes/YooKassa-Model-Deal-PaymentDealInfo.md index 578c14e8..ac150d66 100644 --- a/docs/classes/YooKassa-Model-Deal-PaymentDealInfo.md +++ b/docs/classes/YooKassa-Model-Deal-PaymentDealInfo.md @@ -510,6 +510,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Deal-PayoutDealInfo.md b/docs/classes/YooKassa-Model-Deal-PayoutDealInfo.md index a8d4ced7..c886d065 100644 --- a/docs/classes/YooKassa-Model-Deal-PayoutDealInfo.md +++ b/docs/classes/YooKassa-Model-Deal-PayoutDealInfo.md @@ -459,6 +459,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Deal-RefundDealData.md b/docs/classes/YooKassa-Model-Deal-RefundDealData.md index 5b08bf6e..08f2e711 100644 --- a/docs/classes/YooKassa-Model-Deal-RefundDealData.md +++ b/docs/classes/YooKassa-Model-Deal-RefundDealData.md @@ -452,6 +452,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Deal-RefundDealInfo.md b/docs/classes/YooKassa-Model-Deal-RefundDealInfo.md index 95d6c4f7..c3f5a71e 100644 --- a/docs/classes/YooKassa-Model-Deal-RefundDealInfo.md +++ b/docs/classes/YooKassa-Model-Deal-RefundDealInfo.md @@ -506,6 +506,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Deal-SafeDeal.md b/docs/classes/YooKassa-Model-Deal-SafeDeal.md index d4e6dff0..14a06c6b 100644 --- a/docs/classes/YooKassa-Model-Deal-SafeDeal.md +++ b/docs/classes/YooKassa-Model-Deal-SafeDeal.md @@ -1204,6 +1204,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Deal-SettlementPayoutPayment.md b/docs/classes/YooKassa-Model-Deal-SettlementPayoutPayment.md index d020d362..b32ef169 100644 --- a/docs/classes/YooKassa-Model-Deal-SettlementPayoutPayment.md +++ b/docs/classes/YooKassa-Model-Deal-SettlementPayoutPayment.md @@ -495,6 +495,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Deal-SettlementPayoutPaymentType.md b/docs/classes/YooKassa-Model-Deal-SettlementPayoutPaymentType.md index f873c8c4..98fbe114 100644 --- a/docs/classes/YooKassa-Model-Deal-SettlementPayoutPaymentType.md +++ b/docs/classes/YooKassa-Model-Deal-SettlementPayoutPaymentType.md @@ -156,6 +156,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Deal-SettlementPayoutRefund.md b/docs/classes/YooKassa-Model-Deal-SettlementPayoutRefund.md index 4ee6f4a4..4eaf30a0 100644 --- a/docs/classes/YooKassa-Model-Deal-SettlementPayoutRefund.md +++ b/docs/classes/YooKassa-Model-Deal-SettlementPayoutRefund.md @@ -499,6 +499,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-AbstractDeliveryMethod.md b/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-AbstractDeliveryMethod.md index 15197136..ab976cde 100644 --- a/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-AbstractDeliveryMethod.md +++ b/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-AbstractDeliveryMethod.md @@ -449,6 +449,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodFactory.md b/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodFactory.md index 087c2de3..66772897 100644 --- a/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodFactory.md +++ b/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodFactory.md @@ -102,6 +102,6 @@ public factoryFromArray(array $data, null|string $type = null) : \YooKassa\Model --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodSelf.md b/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodSelf.md index d64056fd..e4cfe031 100644 --- a/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodSelf.md +++ b/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodSelf.md @@ -526,6 +526,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodType.md b/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodType.md index 363f2cde..46fe9dad 100644 --- a/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodType.md +++ b/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodType.md @@ -172,6 +172,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodUnknown.md b/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodUnknown.md index 10b5889f..d9eafb1d 100644 --- a/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodUnknown.md +++ b/docs/classes/YooKassa-Model-Invoice-DeliveryMethod-DeliveryMethodUnknown.md @@ -448,6 +448,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Invoice-Invoice.md b/docs/classes/YooKassa-Model-Invoice-Invoice.md index 1fc868ee..dc7f8725 100644 --- a/docs/classes/YooKassa-Model-Invoice-Invoice.md +++ b/docs/classes/YooKassa-Model-Invoice-Invoice.md @@ -1141,6 +1141,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Invoice-InvoiceCancellationDetails.md b/docs/classes/YooKassa-Model-Invoice-InvoiceCancellationDetails.md index 0721f7c9..54f28895 100644 --- a/docs/classes/YooKassa-Model-Invoice-InvoiceCancellationDetails.md +++ b/docs/classes/YooKassa-Model-Invoice-InvoiceCancellationDetails.md @@ -493,6 +493,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Invoice-InvoiceCancellationDetailsPartyCode.md b/docs/classes/YooKassa-Model-Invoice-InvoiceCancellationDetailsPartyCode.md index 4026b24e..4096e4bb 100644 --- a/docs/classes/YooKassa-Model-Invoice-InvoiceCancellationDetailsPartyCode.md +++ b/docs/classes/YooKassa-Model-Invoice-InvoiceCancellationDetailsPartyCode.md @@ -156,6 +156,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Invoice-InvoiceCancellationDetailsReasonCode.md b/docs/classes/YooKassa-Model-Invoice-InvoiceCancellationDetailsReasonCode.md index ba0464ed..0235590b 100644 --- a/docs/classes/YooKassa-Model-Invoice-InvoiceCancellationDetailsReasonCode.md +++ b/docs/classes/YooKassa-Model-Invoice-InvoiceCancellationDetailsReasonCode.md @@ -186,6 +186,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Invoice-InvoiceInterface.md b/docs/classes/YooKassa-Model-Invoice-InvoiceInterface.md index 25428f30..98c98ee4 100644 --- a/docs/classes/YooKassa-Model-Invoice-InvoiceInterface.md +++ b/docs/classes/YooKassa-Model-Invoice-InvoiceInterface.md @@ -506,6 +506,6 @@ public setMetadata(string|array|null $metadata = null) : self --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Invoice-InvoiceStatus.md b/docs/classes/YooKassa-Model-Invoice-InvoiceStatus.md index e4a8811d..b8b5f67b 100644 --- a/docs/classes/YooKassa-Model-Invoice-InvoiceStatus.md +++ b/docs/classes/YooKassa-Model-Invoice-InvoiceStatus.md @@ -182,6 +182,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Invoice-LineItem.md b/docs/classes/YooKassa-Model-Invoice-LineItem.md index 3a0c90e5..181a0f2b 100644 --- a/docs/classes/YooKassa-Model-Invoice-LineItem.md +++ b/docs/classes/YooKassa-Model-Invoice-LineItem.md @@ -634,6 +634,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Invoice-PaymentDetails.md b/docs/classes/YooKassa-Model-Invoice-PaymentDetails.md index bce52a8b..ce11dd93 100644 --- a/docs/classes/YooKassa-Model-Invoice-PaymentDetails.md +++ b/docs/classes/YooKassa-Model-Invoice-PaymentDetails.md @@ -494,6 +494,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Metadata.md b/docs/classes/YooKassa-Model-Metadata.md index f3a69eb1..136f827c 100644 --- a/docs/classes/YooKassa-Model-Metadata.md +++ b/docs/classes/YooKassa-Model-Metadata.md @@ -407,6 +407,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-MonetaryAmount.md b/docs/classes/YooKassa-Model-MonetaryAmount.md index 97fe339b..853e3a2d 100644 --- a/docs/classes/YooKassa-Model-MonetaryAmount.md +++ b/docs/classes/YooKassa-Model-MonetaryAmount.md @@ -575,6 +575,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Notification-AbstractNotification.md b/docs/classes/YooKassa-Model-Notification-AbstractNotification.md index c4027ddf..f4387730 100644 --- a/docs/classes/YooKassa-Model-Notification-AbstractNotification.md +++ b/docs/classes/YooKassa-Model-Notification-AbstractNotification.md @@ -623,6 +623,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Notification-NotificationCanceled.md b/docs/classes/YooKassa-Model-Notification-NotificationCanceled.md index 715bbac2..7044e1b7 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationCanceled.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationCanceled.md @@ -673,6 +673,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Notification-NotificationDealClosed.md b/docs/classes/YooKassa-Model-Notification-NotificationDealClosed.md index d768e358..540b1329 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationDealClosed.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationDealClosed.md @@ -673,6 +673,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Notification-NotificationEventType.md b/docs/classes/YooKassa-Model-Notification-NotificationEventType.md index 301ad7b8..8a0d68a1 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationEventType.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationEventType.md @@ -203,6 +203,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Notification-NotificationFactory.md b/docs/classes/YooKassa-Model-Notification-NotificationFactory.md index 02698298..5fc5db9f 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationFactory.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationFactory.md @@ -142,6 +142,6 @@ public factory(array $data) : \YooKassa\Model\Notification\AbstractNotification --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Notification-NotificationInterface.md b/docs/classes/YooKassa-Model-Notification-NotificationInterface.md index d670e8b4..c55cfaec 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationInterface.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationInterface.md @@ -104,6 +104,6 @@ public getObject() : \YooKassa\Model\Payment\PaymentInterface|\YooKassa\Model\Re --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Notification-NotificationPayoutCanceled.md b/docs/classes/YooKassa-Model-Notification-NotificationPayoutCanceled.md index d5e1d60f..25006db7 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationPayoutCanceled.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationPayoutCanceled.md @@ -673,6 +673,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Notification-NotificationPayoutSucceeded.md b/docs/classes/YooKassa-Model-Notification-NotificationPayoutSucceeded.md index 53c4cc38..c0216c3c 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationPayoutSucceeded.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationPayoutSucceeded.md @@ -673,6 +673,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Notification-NotificationRefundSucceeded.md b/docs/classes/YooKassa-Model-Notification-NotificationRefundSucceeded.md index 152f0fe7..df0bce83 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationRefundSucceeded.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationRefundSucceeded.md @@ -673,6 +673,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Notification-NotificationSucceeded.md b/docs/classes/YooKassa-Model-Notification-NotificationSucceeded.md index 2d20e7fa..e5186b92 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationSucceeded.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationSucceeded.md @@ -673,6 +673,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Notification-NotificationType.md b/docs/classes/YooKassa-Model-Notification-NotificationType.md index 98ed5065..7f561764 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationType.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationType.md @@ -134,6 +134,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Notification-NotificationWaitingForCapture.md b/docs/classes/YooKassa-Model-Notification-NotificationWaitingForCapture.md index 5fd1d2e3..13ea0edf 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationWaitingForCapture.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationWaitingForCapture.md @@ -675,6 +675,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-AuthorizationDetails.md b/docs/classes/YooKassa-Model-Payment-AuthorizationDetails.md index 60b2e84e..1bc59c28 100644 --- a/docs/classes/YooKassa-Model-Payment-AuthorizationDetails.md +++ b/docs/classes/YooKassa-Model-Payment-AuthorizationDetails.md @@ -577,6 +577,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-AuthorizationDetailsInterface.md b/docs/classes/YooKassa-Model-Payment-AuthorizationDetailsInterface.md index 9db4dac1..d0b22a54 100644 --- a/docs/classes/YooKassa-Model-Payment-AuthorizationDetailsInterface.md +++ b/docs/classes/YooKassa-Model-Payment-AuthorizationDetailsInterface.md @@ -104,6 +104,6 @@ public getThreeDSecure() : null|\YooKassa\Model\Payment\ThreeDSecure --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-CancellationDetails.md b/docs/classes/YooKassa-Model-Payment-CancellationDetails.md index f59de853..e893fbcb 100644 --- a/docs/classes/YooKassa-Model-Payment-CancellationDetails.md +++ b/docs/classes/YooKassa-Model-Payment-CancellationDetails.md @@ -495,6 +495,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-CancellationDetailsPartyCode.md b/docs/classes/YooKassa-Model-Payment-CancellationDetailsPartyCode.md index f3fcafb1..1c73ed6b 100644 --- a/docs/classes/YooKassa-Model-Payment-CancellationDetailsPartyCode.md +++ b/docs/classes/YooKassa-Model-Payment-CancellationDetailsPartyCode.md @@ -176,6 +176,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-CancellationDetailsReasonCode.md b/docs/classes/YooKassa-Model-Payment-CancellationDetailsReasonCode.md index e952147d..88ed92c0 100644 --- a/docs/classes/YooKassa-Model-Payment-CancellationDetailsReasonCode.md +++ b/docs/classes/YooKassa-Model-Payment-CancellationDetailsReasonCode.md @@ -353,6 +353,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-Confirmation-AbstractConfirmation.md b/docs/classes/YooKassa-Model-Payment-Confirmation-AbstractConfirmation.md index 683b2410..b2cf6666 100644 --- a/docs/classes/YooKassa-Model-Payment-Confirmation-AbstractConfirmation.md +++ b/docs/classes/YooKassa-Model-Payment-Confirmation-AbstractConfirmation.md @@ -507,6 +507,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationCodeVerification.md b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationCodeVerification.md index c5520568..62d674e0 100644 --- a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationCodeVerification.md +++ b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationCodeVerification.md @@ -502,6 +502,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationEmbedded.md b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationEmbedded.md index c274785c..db67bf64 100644 --- a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationEmbedded.md +++ b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationEmbedded.md @@ -574,6 +574,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationExternal.md b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationExternal.md index 7bb5efaf..de8aa868 100644 --- a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationExternal.md +++ b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationExternal.md @@ -519,6 +519,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationFactory.md b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationFactory.md index 1739a37d..627ec4a2 100644 --- a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationFactory.md +++ b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationFactory.md @@ -99,6 +99,6 @@ public factoryFromArray(array $data, null|string $type = null) : \YooKassa\Model --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationMobileApplication.md b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationMobileApplication.md index b33f7140..a749392c 100644 --- a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationMobileApplication.md +++ b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationMobileApplication.md @@ -573,6 +573,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationQr.md b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationQr.md index 6efb7356..fc7f7df5 100644 --- a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationQr.md +++ b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationQr.md @@ -573,6 +573,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationRedirect.md b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationRedirect.md index 7c414510..805bbe0b 100644 --- a/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationRedirect.md +++ b/docs/classes/YooKassa-Model-Payment-Confirmation-ConfirmationRedirect.md @@ -696,6 +696,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-ConfirmationType.md b/docs/classes/YooKassa-Model-Payment-ConfirmationType.md index 6e1aee87..8163b2ee 100644 --- a/docs/classes/YooKassa-Model-Payment-ConfirmationType.md +++ b/docs/classes/YooKassa-Model-Payment-ConfirmationType.md @@ -206,6 +206,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-Payment.md b/docs/classes/YooKassa-Model-Payment-Payment.md index fbb4ee89..b4c90913 100644 --- a/docs/classes/YooKassa-Model-Payment-Payment.md +++ b/docs/classes/YooKassa-Model-Payment-Payment.md @@ -1997,6 +1997,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentInterface.md b/docs/classes/YooKassa-Model-Payment-PaymentInterface.md index 495fbd7c..9a96f9e6 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentInterface.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentInterface.md @@ -483,6 +483,6 @@ public getInvoiceDetails() : \YooKassa\Model\Payment\PaymentInvoiceDetails|null --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentInvoiceDetails.md b/docs/classes/YooKassa-Model-Payment-PaymentInvoiceDetails.md index fdffa2ea..7713b3a4 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentInvoiceDetails.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentInvoiceDetails.md @@ -439,6 +439,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md index bc5decbd..6bdef7eb 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-AbstractPaymentMethod.md @@ -668,6 +668,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-AbstractVatData.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-AbstractVatData.md index 39e683a4..764269dc 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-AbstractVatData.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-AbstractVatData.md @@ -449,6 +449,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-CalculatedVatData.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-CalculatedVatData.md index 958e2821..c3a8cab4 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-CalculatedVatData.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-CalculatedVatData.md @@ -555,6 +555,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-MixedVatData.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-MixedVatData.md index 19a24e82..e0187449 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-MixedVatData.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-MixedVatData.md @@ -501,6 +501,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-PayerBankDetails.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-PayerBankDetails.md index 761ada2d..cc6c447c 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-PayerBankDetails.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-PayerBankDetails.md @@ -938,6 +938,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-PayerBankDetailsInterface.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-PayerBankDetailsInterface.md index 5304734f..52395d1b 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-PayerBankDetailsInterface.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-PayerBankDetailsInterface.md @@ -220,6 +220,6 @@ public getAccount() : string|null --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-UntaxedVatData.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-UntaxedVatData.md index 2d50c6bb..225438d4 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-UntaxedVatData.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-UntaxedVatData.md @@ -447,6 +447,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataFactory.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataFactory.md index 52c544da..3e2b3507 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataFactory.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataFactory.md @@ -103,6 +103,6 @@ public factoryFromArray(array|null $data = [], string|null $type = null) : \YooK --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataInterface.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataInterface.md index 3b1a42ac..a9b1509e 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataInterface.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataInterface.md @@ -106,6 +106,6 @@ public getAmount() : \YooKassa\Model\AmountInterface|null --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataRate.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataRate.md index addf5391..181f950e 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataRate.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataRate.md @@ -182,6 +182,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataType.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataType.md index 421f0d05..bfa8c962 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataType.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-B2b-Sberbank-VatDataType.md @@ -171,6 +171,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCard.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCard.md index 113a6753..01f4c479 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCard.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCard.md @@ -961,6 +961,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCardProduct.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCardProduct.md index f6473c28..5dbfd564 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCardProduct.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCardProduct.md @@ -494,6 +494,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCardSource.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCardSource.md index 93328100..145d0364 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCardSource.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCardSource.md @@ -171,6 +171,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCardType.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCardType.md index d495b978..7185db6b 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCardType.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-BankCardType.md @@ -273,6 +273,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-ElectronicCertificate-ElectronicCertificate.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-ElectronicCertificate-ElectronicCertificate.md index 88832434..e4cebe48 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-ElectronicCertificate-ElectronicCertificate.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-ElectronicCertificate-ElectronicCertificate.md @@ -653,6 +653,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-ElectronicCertificate-ElectronicCertificateApprovedPaymentArticle.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-ElectronicCertificate-ElectronicCertificateApprovedPaymentArticle.md index 2967e3e1..86eb50e6 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-ElectronicCertificate-ElectronicCertificateApprovedPaymentArticle.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-ElectronicCertificate-ElectronicCertificateApprovedPaymentArticle.md @@ -640,6 +640,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-ElectronicCertificate-ElectronicCertificatePaymentData.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-ElectronicCertificate-ElectronicCertificatePaymentData.md index 881105cb..b5910b15 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-ElectronicCertificate-ElectronicCertificatePaymentData.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-ElectronicCertificate-ElectronicCertificatePaymentData.md @@ -507,6 +507,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodAlfaBank.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodAlfaBank.md index fcccae4b..51e37c28 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodAlfaBank.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodAlfaBank.md @@ -728,6 +728,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodApplePay.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodApplePay.md index 2c18503e..845ac805 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodApplePay.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodApplePay.md @@ -673,6 +673,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodB2bSberbank.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodB2bSberbank.md index 4387568c..bdd4fb33 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodB2bSberbank.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodB2bSberbank.md @@ -874,6 +874,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodBankCard.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodBankCard.md index ea247e42..07550a4b 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodBankCard.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodBankCard.md @@ -736,6 +736,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodCash.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodCash.md index 35aca890..a55d7c96 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodCash.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodCash.md @@ -673,6 +673,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodElectronicCertificate.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodElectronicCertificate.md index ddfbe913..0dd94ee3 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodElectronicCertificate.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodElectronicCertificate.md @@ -861,6 +861,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodFactory.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodFactory.md index 8fea408a..8784154b 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodFactory.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodFactory.md @@ -116,6 +116,6 @@ public factoryFromArray(array $data, null|string $type = null) : \YooKassa\Model --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodGooglePay.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodGooglePay.md index 93526c33..7f6a7be8 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodGooglePay.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodGooglePay.md @@ -673,6 +673,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodInstallments.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodInstallments.md index 657039cb..0c77d9fb 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodInstallments.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodInstallments.md @@ -674,6 +674,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodMobileBalance.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodMobileBalance.md index 5ba2de8a..60f4d9bb 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodMobileBalance.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodMobileBalance.md @@ -727,6 +727,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodPsb.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodPsb.md index f15f8e7f..e937ef0d 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodPsb.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodPsb.md @@ -674,6 +674,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodQiwi.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodQiwi.md index 9a4e9408..85e3f29d 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodQiwi.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodQiwi.md @@ -674,6 +674,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberLoan.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberLoan.md index 745b5dda..09620e71 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberLoan.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberLoan.md @@ -807,6 +807,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberbank.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberbank.md index e66ede4b..25e37834 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberbank.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSberbank.md @@ -793,6 +793,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSbp.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSbp.md index 7f4d64f0..05e11378 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSbp.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodSbp.md @@ -807,6 +807,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodTinkoffBank.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodTinkoffBank.md index 4ed6be0a..0b8ed05e 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodTinkoffBank.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodTinkoffBank.md @@ -739,6 +739,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodUnknown.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodUnknown.md index be49ee1f..72d69cbc 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodUnknown.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodUnknown.md @@ -674,6 +674,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodWebmoney.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodWebmoney.md index b23cd353..52a53ea6 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodWebmoney.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodWebmoney.md @@ -674,6 +674,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodWechat.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodWechat.md index adb85ca0..f3f23cb4 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodWechat.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodWechat.md @@ -674,6 +674,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodYooMoney.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodYooMoney.md index 6eb6bc8b..f686adee 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodYooMoney.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-PaymentMethodYooMoney.md @@ -740,6 +740,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethod-SbpPayerBankDetails.md b/docs/classes/YooKassa-Model-Payment-PaymentMethod-SbpPayerBankDetails.md index 6b0b753b..2c95e45a 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethod-SbpPayerBankDetails.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethod-SbpPayerBankDetails.md @@ -494,6 +494,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentMethodType.md b/docs/classes/YooKassa-Model-Payment-PaymentMethodType.md index 1d01d6b2..2d71e299 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentMethodType.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentMethodType.md @@ -358,6 +358,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-PaymentStatus.md b/docs/classes/YooKassa-Model-Payment-PaymentStatus.md index a6bf0f99..5bf3ac1d 100644 --- a/docs/classes/YooKassa-Model-Payment-PaymentStatus.md +++ b/docs/classes/YooKassa-Model-Payment-PaymentStatus.md @@ -182,6 +182,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-ReceiptRegistrationStatus.md b/docs/classes/YooKassa-Model-Payment-ReceiptRegistrationStatus.md index 5c56b2ea..0e20ae19 100644 --- a/docs/classes/YooKassa-Model-Payment-ReceiptRegistrationStatus.md +++ b/docs/classes/YooKassa-Model-Payment-ReceiptRegistrationStatus.md @@ -171,6 +171,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-Recipient.md b/docs/classes/YooKassa-Model-Payment-Recipient.md index ec31d90e..5a5eb54c 100644 --- a/docs/classes/YooKassa-Model-Payment-Recipient.md +++ b/docs/classes/YooKassa-Model-Payment-Recipient.md @@ -531,6 +531,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-RecipientInterface.md b/docs/classes/YooKassa-Model-Payment-RecipientInterface.md index fac3703a..64ed9387 100644 --- a/docs/classes/YooKassa-Model-Payment-RecipientInterface.md +++ b/docs/classes/YooKassa-Model-Payment-RecipientInterface.md @@ -98,6 +98,6 @@ public getGatewayId() : string|null --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-ThreeDSecure.md b/docs/classes/YooKassa-Model-Payment-ThreeDSecure.md index 01e71e71..d2ca6cd7 100644 --- a/docs/classes/YooKassa-Model-Payment-ThreeDSecure.md +++ b/docs/classes/YooKassa-Model-Payment-ThreeDSecure.md @@ -439,6 +439,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-Transfer.md b/docs/classes/YooKassa-Model-Payment-Transfer.md index 7dd15855..1bb152ad 100644 --- a/docs/classes/YooKassa-Model-Payment-Transfer.md +++ b/docs/classes/YooKassa-Model-Payment-Transfer.md @@ -886,6 +886,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-TransferInterface.md b/docs/classes/YooKassa-Model-Payment-TransferInterface.md index 72b98652..efb30e2d 100644 --- a/docs/classes/YooKassa-Model-Payment-TransferInterface.md +++ b/docs/classes/YooKassa-Model-Payment-TransferInterface.md @@ -312,6 +312,6 @@ public getMetadata() : null|\YooKassa\Model\Metadata --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment-TransferStatus.md b/docs/classes/YooKassa-Model-Payment-TransferStatus.md index e9d89d5f..6475697b 100644 --- a/docs/classes/YooKassa-Model-Payment-TransferStatus.md +++ b/docs/classes/YooKassa-Model-Payment-TransferStatus.md @@ -181,6 +181,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payout-AbstractPayoutDestination.md b/docs/classes/YooKassa-Model-Payout-AbstractPayoutDestination.md index 9af25f5d..8b010723 100644 --- a/docs/classes/YooKassa-Model-Payout-AbstractPayoutDestination.md +++ b/docs/classes/YooKassa-Model-Payout-AbstractPayoutDestination.md @@ -452,6 +452,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payout-IncomeReceipt.md b/docs/classes/YooKassa-Model-Payout-IncomeReceipt.md index c295e54f..35122289 100644 --- a/docs/classes/YooKassa-Model-Payout-IncomeReceipt.md +++ b/docs/classes/YooKassa-Model-Payout-IncomeReceipt.md @@ -648,6 +648,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payout-Payout.md b/docs/classes/YooKassa-Model-Payout-Payout.md index 42e2c663..105a7142 100644 --- a/docs/classes/YooKassa-Model-Payout-Payout.md +++ b/docs/classes/YooKassa-Model-Payout-Payout.md @@ -1271,6 +1271,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetails.md b/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetails.md index b97d9d43..3dba904d 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetails.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetails.md @@ -495,6 +495,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetailsPartyCode.md b/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetailsPartyCode.md index fe4828c8..96ceb0cb 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetailsPartyCode.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetailsPartyCode.md @@ -167,6 +167,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetailsReasonCode.md b/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetailsReasonCode.md index 3ac4abaf..0f72e634 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-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payout-PayoutDestinationBankCard.md b/docs/classes/YooKassa-Model-Payout-PayoutDestinationBankCard.md index 2ca8a7e1..c8622fec 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutDestinationBankCard.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutDestinationBankCard.md @@ -509,6 +509,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payout-PayoutDestinationBankCardCard.md b/docs/classes/YooKassa-Model-Payout-PayoutDestinationBankCardCard.md index d6638bce..1908a7d6 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutDestinationBankCardCard.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutDestinationBankCardCard.md @@ -707,6 +707,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payout-PayoutDestinationFactory.md b/docs/classes/YooKassa-Model-Payout-PayoutDestinationFactory.md index aa6dded2..f6c7f5da 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutDestinationFactory.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutDestinationFactory.md @@ -102,6 +102,6 @@ public factoryFromArray(array $data, null|string $type = null) : \YooKassa\Model --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payout-PayoutDestinationSbp.md b/docs/classes/YooKassa-Model-Payout-PayoutDestinationSbp.md index ca65fa9a..001899e9 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutDestinationSbp.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutDestinationSbp.md @@ -655,6 +655,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payout-PayoutDestinationType.md b/docs/classes/YooKassa-Model-Payout-PayoutDestinationType.md index a2e4e2c1..2544dec3 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutDestinationType.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutDestinationType.md @@ -178,6 +178,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payout-PayoutDestinationYooMoney.md b/docs/classes/YooKassa-Model-Payout-PayoutDestinationYooMoney.md index da633147..ad4e938b 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutDestinationYooMoney.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutDestinationYooMoney.md @@ -542,6 +542,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payout-PayoutInterface.md b/docs/classes/YooKassa-Model-Payout-PayoutInterface.md index 3791ec65..b56d94fb 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutInterface.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutInterface.md @@ -242,6 +242,6 @@ public getTest() : bool|null --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payout-PayoutSelfEmployed.md b/docs/classes/YooKassa-Model-Payout-PayoutSelfEmployed.md index 97cc8d5b..436bcd79 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutSelfEmployed.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutSelfEmployed.md @@ -456,6 +456,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payout-PayoutStatus.md b/docs/classes/YooKassa-Model-Payout-PayoutStatus.md index 6ae54f22..19a9479f 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutStatus.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutStatus.md @@ -178,6 +178,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payout-SbpParticipantBank.md b/docs/classes/YooKassa-Model-Payout-SbpParticipantBank.md index a2355751..677553c7 100644 --- a/docs/classes/YooKassa-Model-Payout-SbpParticipantBank.md +++ b/docs/classes/YooKassa-Model-Payout-SbpParticipantBank.md @@ -580,6 +580,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PersonalData-PersonalData.md b/docs/classes/YooKassa-Model-PersonalData-PersonalData.md index f2f80b89..3a3df0b8 100644 --- a/docs/classes/YooKassa-Model-PersonalData-PersonalData.md +++ b/docs/classes/YooKassa-Model-PersonalData-PersonalData.md @@ -927,6 +927,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetails.md b/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetails.md index 82931bf2..762374f0 100644 --- a/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetails.md +++ b/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetails.md @@ -493,6 +493,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetailsPartyCode.md b/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetailsPartyCode.md index 9bca7b79..137c00bc 100644 --- a/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetailsPartyCode.md +++ b/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetailsPartyCode.md @@ -146,6 +146,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetailsReasonCode.md b/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetailsReasonCode.md index 75d5b3ba..9336a799 100644 --- a/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetailsReasonCode.md +++ b/docs/classes/YooKassa-Model-PersonalData-PersonalDataCancellationDetailsReasonCode.md @@ -146,6 +146,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PersonalData-PersonalDataInterface.md b/docs/classes/YooKassa-Model-PersonalData-PersonalDataInterface.md index 83b44869..0cb44cc8 100644 --- a/docs/classes/YooKassa-Model-PersonalData-PersonalDataInterface.md +++ b/docs/classes/YooKassa-Model-PersonalData-PersonalDataInterface.md @@ -366,6 +366,6 @@ public setMetadata(null|array|\YooKassa\Model\Metadata $metadata = null) : self --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PersonalData-PersonalDataStatus.md b/docs/classes/YooKassa-Model-PersonalData-PersonalDataStatus.md index 53272957..280fd6bc 100644 --- a/docs/classes/YooKassa-Model-PersonalData-PersonalDataStatus.md +++ b/docs/classes/YooKassa-Model-PersonalData-PersonalDataStatus.md @@ -170,6 +170,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PersonalData-PersonalDataType.md b/docs/classes/YooKassa-Model-PersonalData-PersonalDataType.md index 63b7a27b..89fb144a 100644 --- a/docs/classes/YooKassa-Model-PersonalData-PersonalDataType.md +++ b/docs/classes/YooKassa-Model-PersonalData-PersonalDataType.md @@ -159,6 +159,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-AdditionalUserProps.md b/docs/classes/YooKassa-Model-Receipt-AdditionalUserProps.md index dc6faf88..900bf445 100644 --- a/docs/classes/YooKassa-Model-Receipt-AdditionalUserProps.md +++ b/docs/classes/YooKassa-Model-Receipt-AdditionalUserProps.md @@ -513,6 +513,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-AgentType.md b/docs/classes/YooKassa-Model-Receipt-AgentType.md index e4acf08c..8a498c21 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-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-IndustryDetails.md b/docs/classes/YooKassa-Model-Receipt-IndustryDetails.md index d952357b..f130ffcc 100644 --- a/docs/classes/YooKassa-Model-Receipt-IndustryDetails.md +++ b/docs/classes/YooKassa-Model-Receipt-IndustryDetails.md @@ -673,6 +673,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-MarkCodeInfo.md b/docs/classes/YooKassa-Model-Receipt-MarkCodeInfo.md index ae48d3ad..bb594249 100644 --- a/docs/classes/YooKassa-Model-Receipt-MarkCodeInfo.md +++ b/docs/classes/YooKassa-Model-Receipt-MarkCodeInfo.md @@ -1089,6 +1089,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-MarkQuantity.md b/docs/classes/YooKassa-Model-Receipt-MarkQuantity.md index 7407f8ac..abf9d123 100644 --- a/docs/classes/YooKassa-Model-Receipt-MarkQuantity.md +++ b/docs/classes/YooKassa-Model-Receipt-MarkQuantity.md @@ -513,6 +513,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-OperationalDetails.md b/docs/classes/YooKassa-Model-Receipt-OperationalDetails.md index 2b283278..ad00328c 100644 --- a/docs/classes/YooKassa-Model-Receipt-OperationalDetails.md +++ b/docs/classes/YooKassa-Model-Receipt-OperationalDetails.md @@ -606,6 +606,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-PaymentMode.md b/docs/classes/YooKassa-Model-Receipt-PaymentMode.md index ed5c41f2..6e352c90 100644 --- a/docs/classes/YooKassa-Model-Receipt-PaymentMode.md +++ b/docs/classes/YooKassa-Model-Receipt-PaymentMode.md @@ -206,6 +206,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-PaymentSubject.md b/docs/classes/YooKassa-Model-Receipt-PaymentSubject.md index 52b23596..dba9d9b6 100644 --- a/docs/classes/YooKassa-Model-Receipt-PaymentSubject.md +++ b/docs/classes/YooKassa-Model-Receipt-PaymentSubject.md @@ -466,6 +466,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-Receipt.md b/docs/classes/YooKassa-Model-Receipt-Receipt.md index 089ddc9c..f58577ed 100644 --- a/docs/classes/YooKassa-Model-Receipt-Receipt.md +++ b/docs/classes/YooKassa-Model-Receipt-Receipt.md @@ -1072,6 +1072,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-ReceiptCustomer.md b/docs/classes/YooKassa-Model-Receipt-ReceiptCustomer.md index 2aac4b22..4f51c15c 100644 --- a/docs/classes/YooKassa-Model-Receipt-ReceiptCustomer.md +++ b/docs/classes/YooKassa-Model-Receipt-ReceiptCustomer.md @@ -648,6 +648,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-ReceiptCustomerInterface.md b/docs/classes/YooKassa-Model-Receipt-ReceiptCustomerInterface.md index 4eff022a..4d893c20 100644 --- a/docs/classes/YooKassa-Model-Receipt-ReceiptCustomerInterface.md +++ b/docs/classes/YooKassa-Model-Receipt-ReceiptCustomerInterface.md @@ -144,6 +144,6 @@ public jsonSerialize() : array --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-ReceiptInterface.md b/docs/classes/YooKassa-Model-Receipt-ReceiptInterface.md index 4cefe4c2..d1342135 100644 --- a/docs/classes/YooKassa-Model-Receipt-ReceiptInterface.md +++ b/docs/classes/YooKassa-Model-Receipt-ReceiptInterface.md @@ -185,6 +185,6 @@ public normalize(\YooKassa\Model\AmountInterface $orderAmount, bool $withShippin --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-ReceiptItem.md b/docs/classes/YooKassa-Model-Receipt-ReceiptItem.md index 8f6bca9b..6a6142e6 100644 --- a/docs/classes/YooKassa-Model-Receipt-ReceiptItem.md +++ b/docs/classes/YooKassa-Model-Receipt-ReceiptItem.md @@ -1706,6 +1706,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-ReceiptItemAmount.md b/docs/classes/YooKassa-Model-Receipt-ReceiptItemAmount.md index 25bed38d..205134c4 100644 --- a/docs/classes/YooKassa-Model-Receipt-ReceiptItemAmount.md +++ b/docs/classes/YooKassa-Model-Receipt-ReceiptItemAmount.md @@ -571,6 +571,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-ReceiptItemInterface.md b/docs/classes/YooKassa-Model-Receipt-ReceiptItemInterface.md index d1ef0e38..a0c797aa 100644 --- a/docs/classes/YooKassa-Model-Receipt-ReceiptItemInterface.md +++ b/docs/classes/YooKassa-Model-Receipt-ReceiptItemInterface.md @@ -440,6 +440,6 @@ public isShipping() : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-ReceiptItemMeasure.md b/docs/classes/YooKassa-Model-Receipt-ReceiptItemMeasure.md index 0af68cce..1a9468ed 100644 --- a/docs/classes/YooKassa-Model-Receipt-ReceiptItemMeasure.md +++ b/docs/classes/YooKassa-Model-Receipt-ReceiptItemMeasure.md @@ -378,6 +378,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-ReceiptType.md b/docs/classes/YooKassa-Model-Receipt-ReceiptType.md index 1e6c9a49..e28b4bab 100644 --- a/docs/classes/YooKassa-Model-Receipt-ReceiptType.md +++ b/docs/classes/YooKassa-Model-Receipt-ReceiptType.md @@ -159,6 +159,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-Settlement.md b/docs/classes/YooKassa-Model-Receipt-Settlement.md index de79f201..d0485b46 100644 --- a/docs/classes/YooKassa-Model-Receipt-Settlement.md +++ b/docs/classes/YooKassa-Model-Receipt-Settlement.md @@ -492,6 +492,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-SettlementInterface.md b/docs/classes/YooKassa-Model-Receipt-SettlementInterface.md index 98c5f224..60a492f3 100644 --- a/docs/classes/YooKassa-Model-Receipt-SettlementInterface.md +++ b/docs/classes/YooKassa-Model-Receipt-SettlementInterface.md @@ -87,6 +87,6 @@ public getAmount() : \YooKassa\Model\AmountInterface|null --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-SettlementType.md b/docs/classes/YooKassa-Model-Receipt-SettlementType.md index b1577fc2..ae603f25 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-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-Supplier.md b/docs/classes/YooKassa-Model-Receipt-Supplier.md index ccf3cab2..804fb488 100644 --- a/docs/classes/YooKassa-Model-Receipt-Supplier.md +++ b/docs/classes/YooKassa-Model-Receipt-Supplier.md @@ -551,6 +551,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-SupplierInterface.md b/docs/classes/YooKassa-Model-Receipt-SupplierInterface.md index ed5772fd..4b8bb5ef 100644 --- a/docs/classes/YooKassa-Model-Receipt-SupplierInterface.md +++ b/docs/classes/YooKassa-Model-Receipt-SupplierInterface.md @@ -181,6 +181,6 @@ public setInn(null|string $inn) : mixed --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Refund-Refund.md b/docs/classes/YooKassa-Model-Refund-Refund.md index aaa8d9af..a5343fab 100644 --- a/docs/classes/YooKassa-Model-Refund-Refund.md +++ b/docs/classes/YooKassa-Model-Refund-Refund.md @@ -1150,6 +1150,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Refund-RefundCancellationDetails.md b/docs/classes/YooKassa-Model-Refund-RefundCancellationDetails.md index dfe41cd3..89db7363 100644 --- a/docs/classes/YooKassa-Model-Refund-RefundCancellationDetails.md +++ b/docs/classes/YooKassa-Model-Refund-RefundCancellationDetails.md @@ -495,6 +495,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Refund-RefundCancellationDetailsPartyCode.md b/docs/classes/YooKassa-Model-Refund-RefundCancellationDetailsPartyCode.md index 085a396f..0f00031b 100644 --- a/docs/classes/YooKassa-Model-Refund-RefundCancellationDetailsPartyCode.md +++ b/docs/classes/YooKassa-Model-Refund-RefundCancellationDetailsPartyCode.md @@ -168,6 +168,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Refund-RefundCancellationDetailsReasonCode.md b/docs/classes/YooKassa-Model-Refund-RefundCancellationDetailsReasonCode.md index bd1ae10c..3fc0eb60 100644 --- a/docs/classes/YooKassa-Model-Refund-RefundCancellationDetailsReasonCode.md +++ b/docs/classes/YooKassa-Model-Refund-RefundCancellationDetailsReasonCode.md @@ -236,6 +236,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Refund-RefundInterface.md b/docs/classes/YooKassa-Model-Refund-RefundInterface.md index 5a91d1f9..7455ab02 100644 --- a/docs/classes/YooKassa-Model-Refund-RefundInterface.md +++ b/docs/classes/YooKassa-Model-Refund-RefundInterface.md @@ -225,6 +225,6 @@ public getDeal() : null|\YooKassa\Model\Deal\RefundDealInfo --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Refund-RefundMethod-AbstractRefundMethod.md b/docs/classes/YooKassa-Model-Refund-RefundMethod-AbstractRefundMethod.md index 27d83239..6c7befed 100644 --- a/docs/classes/YooKassa-Model-Refund-RefundMethod-AbstractRefundMethod.md +++ b/docs/classes/YooKassa-Model-Refund-RefundMethod-AbstractRefundMethod.md @@ -452,6 +452,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Refund-RefundMethod-ElectronicCertificate-ElectronicCertificateRefundArticle.md b/docs/classes/YooKassa-Model-Refund-RefundMethod-ElectronicCertificate-ElectronicCertificateRefundArticle.md index a1f99910..8265f119 100644 --- a/docs/classes/YooKassa-Model-Refund-RefundMethod-ElectronicCertificate-ElectronicCertificateRefundArticle.md +++ b/docs/classes/YooKassa-Model-Refund-RefundMethod-ElectronicCertificate-ElectronicCertificateRefundArticle.md @@ -640,6 +640,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Refund-RefundMethod-ElectronicCertificate-ElectronicCertificateRefundData.md b/docs/classes/YooKassa-Model-Refund-RefundMethod-ElectronicCertificate-ElectronicCertificateRefundData.md index ce3e1135..8cf31c9f 100644 --- a/docs/classes/YooKassa-Model-Refund-RefundMethod-ElectronicCertificate-ElectronicCertificateRefundData.md +++ b/docs/classes/YooKassa-Model-Refund-RefundMethod-ElectronicCertificate-ElectronicCertificateRefundData.md @@ -508,6 +508,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodElectronicCertificate.md b/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodElectronicCertificate.md index 2dc22d7b..26bb2e4c 100644 --- a/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodElectronicCertificate.md +++ b/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodElectronicCertificate.md @@ -585,6 +585,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodFactory.md b/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodFactory.md index 25193ca1..359e3d8b 100644 --- a/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodFactory.md +++ b/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodFactory.md @@ -102,6 +102,6 @@ public factoryFromArray(array $data, null|string $type = null) : \YooKassa\Model --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodSbp.md b/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodSbp.md index 523598c8..5bc456b5 100644 --- a/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodSbp.md +++ b/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodSbp.md @@ -518,6 +518,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodUnknown.md b/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodUnknown.md index fd42653c..336c8214 100644 --- a/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodUnknown.md +++ b/docs/classes/YooKassa-Model-Refund-RefundMethod-RefundMethodUnknown.md @@ -452,6 +452,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Refund-RefundMethodType.md b/docs/classes/YooKassa-Model-Refund-RefundMethodType.md index f754dc95..911e8acc 100644 --- a/docs/classes/YooKassa-Model-Refund-RefundMethodType.md +++ b/docs/classes/YooKassa-Model-Refund-RefundMethodType.md @@ -172,6 +172,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Refund-RefundStatus.md b/docs/classes/YooKassa-Model-Refund-RefundStatus.md index 87e2861e..1ee1863e 100644 --- a/docs/classes/YooKassa-Model-Refund-RefundStatus.md +++ b/docs/classes/YooKassa-Model-Refund-RefundStatus.md @@ -165,6 +165,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Refund-Source.md b/docs/classes/YooKassa-Model-Refund-Source.md index 0138819a..63381a0d 100644 --- a/docs/classes/YooKassa-Model-Refund-Source.md +++ b/docs/classes/YooKassa-Model-Refund-Source.md @@ -612,6 +612,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Refund-SourceInterface.md b/docs/classes/YooKassa-Model-Refund-SourceInterface.md index bb94b96b..da538db9 100644 --- a/docs/classes/YooKassa-Model-Refund-SourceInterface.md +++ b/docs/classes/YooKassa-Model-Refund-SourceInterface.md @@ -213,6 +213,6 @@ public setPlatformFeeAmount(\YooKassa\Model\AmountInterface|array|null $platform --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployed.md b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployed.md index 64d22676..6dbeaee4 100644 --- a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployed.md +++ b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployed.md @@ -874,6 +874,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmation.md b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmation.md index 8d18c6c7..f8a9e072 100644 --- a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmation.md +++ b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmation.md @@ -449,6 +449,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationFactory.md b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationFactory.md index 800b3f5d..3998a0fa 100644 --- a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationFactory.md +++ b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationFactory.md @@ -100,6 +100,6 @@ public factoryFromArray(array $data, null|string $type = null) : \YooKassa\Model --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationRedirect.md b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationRedirect.md index 9b7f9d3b..8f146d5e 100644 --- a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationRedirect.md +++ b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationRedirect.md @@ -522,6 +522,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationType.md b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationType.md index b5c8fba8..afb590ba 100644 --- a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationType.md +++ b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedConfirmationType.md @@ -155,6 +155,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedInterface.md b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedInterface.md index b5a2eb01..5adaf00d 100644 --- a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedInterface.md +++ b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedInterface.md @@ -364,6 +364,6 @@ public setTest(bool $test) : self --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedStatus.md b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedStatus.md index 8c81cd33..554d1134 100644 --- a/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedStatus.md +++ b/docs/classes/YooKassa-Model-SelfEmployed-SelfEmployedStatus.md @@ -191,6 +191,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Settings-FiscalizationData.md b/docs/classes/YooKassa-Model-Settings-FiscalizationData.md index 640b1d56..76b69fc1 100644 --- a/docs/classes/YooKassa-Model-Settings-FiscalizationData.md +++ b/docs/classes/YooKassa-Model-Settings-FiscalizationData.md @@ -492,6 +492,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Settings-FiscalizationProvider.md b/docs/classes/YooKassa-Model-Settings-FiscalizationProvider.md index d468c6da..179dd2ca 100644 --- a/docs/classes/YooKassa-Model-Settings-FiscalizationProvider.md +++ b/docs/classes/YooKassa-Model-Settings-FiscalizationProvider.md @@ -13,7 +13,7 @@ Возможные значения: - [Чеки для самозанятых](https://yookassa.ru/developers/payment-acceptance/receipts/self-employed/basics) — `fns` - [54-ФЗ: Чеки от ЮKassa](https://yookassa.ru/developers/payment-acceptance/receipts/54fz/yoomoney/basics) — `avanpost` -- [54-ФЗ: сторонняя онлайн-касса](https://yookassa.ru/developers/payment-acceptance/receipts/54fz/other-services/basics) (наименование онлайн-кассы) — `a_qsi` (aQsi online), `atol` (АТОЛ Онлайн), `business_ru` (Бизнес.ру), `evotor` (Эвотор), `first_ofd` (Первый ОФД), `kit_invest` (Кит Инвест), `life_pay` (LIFE PAY), `mertrade` (Mertrade), `modul_kassa` (МодульКасса), `rocket` (RocketR), `shtrih_m` (Orange Data). +- [54-ФЗ: сторонняя онлайн-касса](https://yookassa.ru/developers/payment-acceptance/receipts/54fz/other-services/basics) (наименование онлайн-кассы) — ~`a_qsi` (aQsi online), ~`atol` (АТОЛ Онлайн), ~`business_ru` (Бизнес.ру), ~`digital_kassa` (digitalkassa), ~`evotor` (Эвотор), ~`first_ofd` (Первый ОФД), ~`kit_invest` (Кит Инвест), ~`komtet` (КОМТЕТ Касса), ~`life_pay` (LIFE PAY), ~`mertrade` (Mertrade), ~`modul_kassa` (МодульКасса), ~`rocket` (RocketR), ~`shtrih_m` (Orange Data). --- ### Constants @@ -32,6 +32,8 @@ | public | [FIRST_OFD](../classes/YooKassa-Model-Settings-FiscalizationProvider.md#constant_FIRST_OFD) | | Первый ОФД | | public | [LIFE_PAY](../classes/YooKassa-Model-Settings-FiscalizationProvider.md#constant_LIFE_PAY) | | LIFE PAY | | public | [ROCKET](../classes/YooKassa-Model-Settings-FiscalizationProvider.md#constant_ROCKET) | | RocketR | +| public | [DIGITAL_KASSA](../classes/YooKassa-Model-Settings-FiscalizationProvider.md#constant_DIGITAL_KASSA) | | digitalkassa | +| public | [KOMTET](../classes/YooKassa-Model-Settings-FiscalizationProvider.md#constant_KOMTET) | | КОМТЕТ Касса | --- ### Properties @@ -184,6 +186,24 @@ ROCKET = 'rocket' ``` + +###### DIGITAL_KASSA +digitalkassa + +```php +DIGITAL_KASSA = 'digital_kassa' +``` + + + +###### KOMTET +КОМТЕТ Касса + +```php +KOMTET = 'komtet' +``` + + --- ## Properties @@ -279,6 +299,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Settings-Me.md b/docs/classes/YooKassa-Model-Settings-Me.md index 81ea8a32..be0cab5b 100644 --- a/docs/classes/YooKassa-Model-Settings-Me.md +++ b/docs/classes/YooKassa-Model-Settings-Me.md @@ -1018,6 +1018,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Webhook-Webhook.md b/docs/classes/YooKassa-Model-Webhook-Webhook.md index 535597af..abb00219 100644 --- a/docs/classes/YooKassa-Model-Webhook-Webhook.md +++ b/docs/classes/YooKassa-Model-Webhook-Webhook.md @@ -546,6 +546,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Webhook-WebhookInterface.md b/docs/classes/YooKassa-Model-Webhook-WebhookInterface.md index 5689c38f..4aa2a260 100644 --- a/docs/classes/YooKassa-Model-Webhook-WebhookInterface.md +++ b/docs/classes/YooKassa-Model-Webhook-WebhookInterface.md @@ -175,6 +175,6 @@ public setUrl(string|null $url = null) : self --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-AbstractListResponse.md b/docs/classes/YooKassa-Request-AbstractListResponse.md index 0e73dd49..9bd94664 100644 --- a/docs/classes/YooKassa-Request-AbstractListResponse.md +++ b/docs/classes/YooKassa-Request-AbstractListResponse.md @@ -506,6 +506,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Deals-AbstractDealResponse.md b/docs/classes/YooKassa-Request-Deals-AbstractDealResponse.md index 5c6aea7a..f8753fb7 100644 --- a/docs/classes/YooKassa-Request-Deals-AbstractDealResponse.md +++ b/docs/classes/YooKassa-Request-Deals-AbstractDealResponse.md @@ -1236,6 +1236,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Deals-CreateDealRequest.md b/docs/classes/YooKassa-Request-Deals-CreateDealRequest.md index 1223028e..aa5f4315 100644 --- a/docs/classes/YooKassa-Request-Deals-CreateDealRequest.md +++ b/docs/classes/YooKassa-Request-Deals-CreateDealRequest.md @@ -811,6 +811,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Deals-CreateDealRequestBuilder.md b/docs/classes/YooKassa-Request-Deals-CreateDealRequestBuilder.md index cbf7d77f..8a7e7a64 100644 --- a/docs/classes/YooKassa-Request-Deals-CreateDealRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Deals-CreateDealRequestBuilder.md @@ -284,6 +284,6 @@ protected initCurrentObject() : \YooKassa\Request\Deals\CreateDealRequest --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Deals-CreateDealRequestInterface.md b/docs/classes/YooKassa-Request-Deals-CreateDealRequestInterface.md index c0869885..93afef40 100644 --- a/docs/classes/YooKassa-Request-Deals-CreateDealRequestInterface.md +++ b/docs/classes/YooKassa-Request-Deals-CreateDealRequestInterface.md @@ -290,6 +290,6 @@ public setMetadata(null|array|\YooKassa\Model\Metadata $metadata) : self --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Deals-CreateDealRequestSerializer.md b/docs/classes/YooKassa-Request-Deals-CreateDealRequestSerializer.md index 2b1690e4..49ba4900 100644 --- a/docs/classes/YooKassa-Request-Deals-CreateDealRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Deals-CreateDealRequestSerializer.md @@ -78,6 +78,6 @@ public serialize(\YooKassa\Request\Deals\CreateDealRequestInterface $request) : --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Deals-CreateDealResponse.md b/docs/classes/YooKassa-Request-Deals-CreateDealResponse.md index 007c5fe9..1e7fe27f 100644 --- a/docs/classes/YooKassa-Request-Deals-CreateDealResponse.md +++ b/docs/classes/YooKassa-Request-Deals-CreateDealResponse.md @@ -1237,6 +1237,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Deals-DealResponse.md b/docs/classes/YooKassa-Request-Deals-DealResponse.md index b426258a..973f3965 100644 --- a/docs/classes/YooKassa-Request-Deals-DealResponse.md +++ b/docs/classes/YooKassa-Request-Deals-DealResponse.md @@ -1237,6 +1237,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Deals-DealsRequest.md b/docs/classes/YooKassa-Request-Deals-DealsRequest.md index b47e9da1..e5b5b4a7 100644 --- a/docs/classes/YooKassa-Request-Deals-DealsRequest.md +++ b/docs/classes/YooKassa-Request-Deals-DealsRequest.md @@ -1492,6 +1492,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Deals-DealsRequestBuilder.md b/docs/classes/YooKassa-Request-Deals-DealsRequestBuilder.md index 8210af99..d7f4e452 100644 --- a/docs/classes/YooKassa-Request-Deals-DealsRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Deals-DealsRequestBuilder.md @@ -441,6 +441,6 @@ protected initCurrentObject() : \YooKassa\Request\Deals\DealsRequest --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Deals-DealsRequestInterface.md b/docs/classes/YooKassa-Request-Deals-DealsRequestInterface.md index 23ecc8fc..1c05dd64 100644 --- a/docs/classes/YooKassa-Request-Deals-DealsRequestInterface.md +++ b/docs/classes/YooKassa-Request-Deals-DealsRequestInterface.md @@ -769,6 +769,6 @@ public setFullTextSearch(string|null $full_text_search) : self --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Deals-DealsRequestSerializer.md b/docs/classes/YooKassa-Request-Deals-DealsRequestSerializer.md index bc685136..47bc1a65 100644 --- a/docs/classes/YooKassa-Request-Deals-DealsRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Deals-DealsRequestSerializer.md @@ -78,6 +78,6 @@ public serialize(\YooKassa\Common\AbstractRequest|\YooKassa\Request\Deals\DealsR --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Deals-DealsResponse.md b/docs/classes/YooKassa-Request-Deals-DealsResponse.md index 7c834ad4..a582ea10 100644 --- a/docs/classes/YooKassa-Request-Deals-DealsResponse.md +++ b/docs/classes/YooKassa-Request-Deals-DealsResponse.md @@ -536,6 +536,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequest.md b/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequest.md index c9d84b6e..da2bfca6 100644 --- a/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequest.md +++ b/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequest.md @@ -984,6 +984,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequestBuilder.md b/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequestBuilder.md index 2cf4d997..971f2a2e 100644 --- a/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequestBuilder.md @@ -443,6 +443,6 @@ protected initCurrentObject() : \YooKassa\Request\Invoices\CreateInvoiceRequest --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequestInterface.md b/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequestInterface.md index 14e02e22..452a3ab1 100644 --- a/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequestInterface.md +++ b/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequestInterface.md @@ -399,6 +399,6 @@ public setMetadata(\YooKassa\Model\Metadata|array|null $metadata = null) : \YooK --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequestSerializer.md b/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequestSerializer.md index 6e597854..043ae410 100644 --- a/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Invoices-CreateInvoiceRequestSerializer.md @@ -78,6 +78,6 @@ public serialize(\YooKassa\Request\Invoices\CreateInvoiceRequestInterface $reque --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-AbstractDeliveryMethodData.md b/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-AbstractDeliveryMethodData.md index cab1f81d..d0e5e2d2 100644 --- a/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-AbstractDeliveryMethodData.md +++ b/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-AbstractDeliveryMethodData.md @@ -449,6 +449,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataFactory.md b/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataFactory.md index 2c5b3ad8..bab35396 100644 --- a/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataFactory.md +++ b/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataFactory.md @@ -102,6 +102,6 @@ public factoryFromArray(array $data, null|string $type = null) : \YooKassa\Reque --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataSelf.md b/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataSelf.md index 210bb827..4a10158e 100644 --- a/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataSelf.md +++ b/docs/classes/YooKassa-Request-Invoices-DeliveryMethodData-DeliveryMethodDataSelf.md @@ -464,6 +464,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Invoices-InvoiceResponse.md b/docs/classes/YooKassa-Request-Invoices-InvoiceResponse.md index 9e509281..db1c5cb3 100644 --- a/docs/classes/YooKassa-Request-Invoices-InvoiceResponse.md +++ b/docs/classes/YooKassa-Request-Invoices-InvoiceResponse.md @@ -1165,6 +1165,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Invoices-PaymentData.md b/docs/classes/YooKassa-Request-Invoices-PaymentData.md index 7068aee7..a522b904 100644 --- a/docs/classes/YooKassa-Request-Invoices-PaymentData.md +++ b/docs/classes/YooKassa-Request-Invoices-PaymentData.md @@ -843,6 +843,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-AbstractPaymentRequest.md b/docs/classes/YooKassa-Request-Payments-AbstractPaymentRequest.md index cbb31b24..e78e7601 100644 --- a/docs/classes/YooKassa-Request-Payments-AbstractPaymentRequest.md +++ b/docs/classes/YooKassa-Request-Payments-AbstractPaymentRequest.md @@ -810,6 +810,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-AbstractPaymentRequestBuilder.md b/docs/classes/YooKassa-Request-Payments-AbstractPaymentRequestBuilder.md index b8e4c9fc..2eb3a237 100644 --- a/docs/classes/YooKassa-Request-Payments-AbstractPaymentRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Payments-AbstractPaymentRequestBuilder.md @@ -475,6 +475,6 @@ protected initCurrentObject() : \YooKassa\Common\AbstractRequestInterface|null --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-AbstractPaymentResponse.md b/docs/classes/YooKassa-Request-Payments-AbstractPaymentResponse.md index 4b208ebd..1cf26e70 100644 --- a/docs/classes/YooKassa-Request-Payments-AbstractPaymentResponse.md +++ b/docs/classes/YooKassa-Request-Payments-AbstractPaymentResponse.md @@ -2053,6 +2053,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-Airline.md b/docs/classes/YooKassa-Request-Payments-Airline.md index a181305c..c0813722 100644 --- a/docs/classes/YooKassa-Request-Payments-Airline.md +++ b/docs/classes/YooKassa-Request-Payments-Airline.md @@ -694,6 +694,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-AirlineInterface.md b/docs/classes/YooKassa-Request-Payments-AirlineInterface.md index 4dc58f02..b4ce476f 100644 --- a/docs/classes/YooKassa-Request-Payments-AirlineInterface.md +++ b/docs/classes/YooKassa-Request-Payments-AirlineInterface.md @@ -127,6 +127,6 @@ public getLegs() : \YooKassa\Request\Payments\LegInterface[]|\YooKassa\Common\Li --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-CancelResponse.md b/docs/classes/YooKassa-Request-Payments-CancelResponse.md index a30a4e8d..6eda5f25 100644 --- a/docs/classes/YooKassa-Request-Payments-CancelResponse.md +++ b/docs/classes/YooKassa-Request-Payments-CancelResponse.md @@ -2054,6 +2054,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-AbstractConfirmationAttributes.md b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-AbstractConfirmationAttributes.md index 8a324cca..3b36d223 100644 --- a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-AbstractConfirmationAttributes.md +++ b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-AbstractConfirmationAttributes.md @@ -511,6 +511,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesEmbedded.md b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesEmbedded.md index adf71bf3..2d589944 100644 --- a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesEmbedded.md +++ b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesEmbedded.md @@ -539,6 +539,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesExternal.md b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesExternal.md index 0f651bf8..281e2c40 100644 --- a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesExternal.md +++ b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesExternal.md @@ -539,6 +539,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesFactory.md b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesFactory.md index 21e3290b..31ebaa3a 100644 --- a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesFactory.md +++ b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesFactory.md @@ -94,6 +94,6 @@ public factoryFromArray(array $data, string|null $type = null) : \YooKassa\Reque --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesMobileApplication.md b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesMobileApplication.md index 14fb9e7b..89b92693 100644 --- a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesMobileApplication.md +++ b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesMobileApplication.md @@ -601,6 +601,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesQr.md b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesQr.md index 02785f48..8b498784 100644 --- a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesQr.md +++ b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesQr.md @@ -598,6 +598,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesRedirect.md b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesRedirect.md index 8e65e5b5..cf4d47ab 100644 --- a/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesRedirect.md +++ b/docs/classes/YooKassa-Request-Payments-ConfirmationAttributes-ConfirmationAttributesRedirect.md @@ -648,6 +648,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-CreateCaptureRequest.md b/docs/classes/YooKassa-Request-Payments-CreateCaptureRequest.md index 74e644f1..e22c1d78 100644 --- a/docs/classes/YooKassa-Request-Payments-CreateCaptureRequest.md +++ b/docs/classes/YooKassa-Request-Payments-CreateCaptureRequest.md @@ -942,6 +942,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-CreateCaptureRequestBuilder.md b/docs/classes/YooKassa-Request-Payments-CreateCaptureRequestBuilder.md index f57a7c06..0d4e358b 100644 --- a/docs/classes/YooKassa-Request-Payments-CreateCaptureRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Payments-CreateCaptureRequestBuilder.md @@ -523,6 +523,6 @@ protected initCurrentObject() : \YooKassa\Common\AbstractRequestInterface|null --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-CreateCaptureRequestInterface.md b/docs/classes/YooKassa-Request-Payments-CreateCaptureRequestInterface.md index 22e6932f..c4dc95df 100644 --- a/docs/classes/YooKassa-Request-Payments-CreateCaptureRequestInterface.md +++ b/docs/classes/YooKassa-Request-Payments-CreateCaptureRequestInterface.md @@ -293,6 +293,6 @@ public setDeal(null|array|\YooKassa\Model\Deal\CaptureDealData $deal) : \YooKass --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-CreateCaptureRequestSerializer.md b/docs/classes/YooKassa-Request-Payments-CreateCaptureRequestSerializer.md index 5e208f83..93a0849c 100644 --- a/docs/classes/YooKassa-Request-Payments-CreateCaptureRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Payments-CreateCaptureRequestSerializer.md @@ -78,6 +78,6 @@ public serialize(\YooKassa\Request\Payments\CreateCaptureRequestInterface $reque --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-CreateCaptureResponse.md b/docs/classes/YooKassa-Request-Payments-CreateCaptureResponse.md index 9e376b3b..0291a2ed 100644 --- a/docs/classes/YooKassa-Request-Payments-CreateCaptureResponse.md +++ b/docs/classes/YooKassa-Request-Payments-CreateCaptureResponse.md @@ -2054,6 +2054,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequest.md b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequest.md index 24fa0856..7cb3b93b 100644 --- a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequest.md +++ b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequest.md @@ -2080,6 +2080,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestBuilder.md b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestBuilder.md index 81e83a14..8be8607e 100644 --- a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestBuilder.md @@ -1098,6 +1098,6 @@ protected initCurrentObject() : \YooKassa\Request\Payments\CreatePaymentRequest --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestInterface.md b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestInterface.md index 314cf3a8..3e11192d 100644 --- a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestInterface.md +++ b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestInterface.md @@ -1019,6 +1019,6 @@ public setReceiver(null|array|\YooKassa\Request\Payments\ReceiverData\AbstractRe --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestSerializer.md b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestSerializer.md index 063492e4..3d6a3632 100644 --- a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestSerializer.md @@ -78,6 +78,6 @@ public serialize(\YooKassa\Request\Payments\CreatePaymentRequestInterface $reque --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-CreatePaymentResponse.md b/docs/classes/YooKassa-Request-Payments-CreatePaymentResponse.md index 1eb30cc1..939d1208 100644 --- a/docs/classes/YooKassa-Request-Payments-CreatePaymentResponse.md +++ b/docs/classes/YooKassa-Request-Payments-CreatePaymentResponse.md @@ -2054,6 +2054,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-FraudData.md b/docs/classes/YooKassa-Request-Payments-FraudData.md index 028c8085..da28a03b 100644 --- a/docs/classes/YooKassa-Request-Payments-FraudData.md +++ b/docs/classes/YooKassa-Request-Payments-FraudData.md @@ -520,6 +520,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-Leg.md b/docs/classes/YooKassa-Request-Payments-Leg.md index 54d39378..528630af 100644 --- a/docs/classes/YooKassa-Request-Payments-Leg.md +++ b/docs/classes/YooKassa-Request-Payments-Leg.md @@ -689,6 +689,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-LegInterface.md b/docs/classes/YooKassa-Request-Payments-LegInterface.md index 3cd419d1..6d7a00f6 100644 --- a/docs/classes/YooKassa-Request-Payments-LegInterface.md +++ b/docs/classes/YooKassa-Request-Payments-LegInterface.md @@ -180,6 +180,6 @@ public setDepartureDate(\DateTime|string|null $value) : self --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-Locale.md b/docs/classes/YooKassa-Request-Payments-Locale.md index 0024c246..dc6d2f32 100644 --- a/docs/classes/YooKassa-Request-Payments-Locale.md +++ b/docs/classes/YooKassa-Request-Payments-Locale.md @@ -162,6 +162,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-MerchantCustomerBankAccount.md b/docs/classes/YooKassa-Request-Payments-MerchantCustomerBankAccount.md index 2872e4ef..c7e6fd81 100644 --- a/docs/classes/YooKassa-Request-Payments-MerchantCustomerBankAccount.md +++ b/docs/classes/YooKassa-Request-Payments-MerchantCustomerBankAccount.md @@ -506,6 +506,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-Passenger.md b/docs/classes/YooKassa-Request-Payments-Passenger.md index 3269f1dd..c334e627 100644 --- a/docs/classes/YooKassa-Request-Payments-Passenger.md +++ b/docs/classes/YooKassa-Request-Payments-Passenger.md @@ -521,6 +521,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PassengerInterface.md b/docs/classes/YooKassa-Request-Payments-PassengerInterface.md index 2195c1c8..3e2d616f 100644 --- a/docs/classes/YooKassa-Request-Payments-PassengerInterface.md +++ b/docs/classes/YooKassa-Request-Payments-PassengerInterface.md @@ -135,6 +135,6 @@ public setLastName(string|null $value) : self --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-AbstractPaymentData.md b/docs/classes/YooKassa-Request-Payments-PaymentData-AbstractPaymentData.md index e6563819..be1d338e 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-AbstractPaymentData.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-AbstractPaymentData.md @@ -449,6 +449,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-ElectronicCertificate-ElectronicCertificateArticle.md b/docs/classes/YooKassa-Request-Payments-PaymentData-ElectronicCertificate-ElectronicCertificateArticle.md index 5d58f5ec..13b09b42 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-ElectronicCertificate-ElectronicCertificateArticle.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-ElectronicCertificate-ElectronicCertificateArticle.md @@ -815,6 +815,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataAlfabank.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataAlfabank.md index 2234179b..40eaba27 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataAlfabank.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataAlfabank.md @@ -502,6 +502,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataApplePay.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataApplePay.md index b1bb1cd5..2cf14c00 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataApplePay.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataApplePay.md @@ -514,6 +514,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataB2bSberbank.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataB2bSberbank.md index 6d4f4173..17d8555d 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataB2bSberbank.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataB2bSberbank.md @@ -581,6 +581,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataBankCard.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataBankCard.md index b8eef019..d1f32238 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataBankCard.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataBankCard.md @@ -501,6 +501,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataBankCardCard.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataBankCardCard.md index a46a3649..0c8e055e 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataBankCardCard.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataBankCardCard.md @@ -681,6 +681,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataCash.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataCash.md index 9403ccb5..a63c6ba7 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataCash.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataCash.md @@ -501,6 +501,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataElectronicCertificate.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataElectronicCertificate.md index 07ffea7f..24107791 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataElectronicCertificate.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataElectronicCertificate.md @@ -635,6 +635,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataFactory.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataFactory.md index 20dfeff1..4f8d72e9 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataFactory.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataFactory.md @@ -102,6 +102,6 @@ public factoryFromArray(array|null $data = null, string|null $type = null) : \Yo --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataGooglePay.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataGooglePay.md index fc63c9de..713b3270 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataGooglePay.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataGooglePay.md @@ -581,6 +581,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataInstallments.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataInstallments.md index 12955789..9475c0aa 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataInstallments.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataInstallments.md @@ -448,6 +448,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataMobileBalance.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataMobileBalance.md index 06d17c8e..d539a6f7 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataMobileBalance.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataMobileBalance.md @@ -501,6 +501,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataQiwi.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataQiwi.md index d063fa13..ead22cea 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataQiwi.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataQiwi.md @@ -502,6 +502,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSberLoan.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSberLoan.md index cd843148..6d7786f0 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSberLoan.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSberLoan.md @@ -447,6 +447,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSberbank.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSberbank.md index 498ce2fa..45c0ae25 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSberbank.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSberbank.md @@ -501,6 +501,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSbp.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSbp.md index 064476be..399384df 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSbp.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataSbp.md @@ -447,6 +447,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataTinkoffBank.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataTinkoffBank.md index 1885231b..b85c2a2e 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataTinkoffBank.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataTinkoffBank.md @@ -447,6 +447,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataYooMoney.md b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataYooMoney.md index 5cb95e54..ea5f7ff3 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataYooMoney.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentData-PaymentDataYooMoney.md @@ -447,6 +447,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentResponse.md b/docs/classes/YooKassa-Request-Payments-PaymentResponse.md index fdb9c2a8..107cf52e 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentResponse.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentResponse.md @@ -2054,6 +2054,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentsRequest.md b/docs/classes/YooKassa-Request-Payments-PaymentsRequest.md index 8060a268..5cbacb79 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentsRequest.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentsRequest.md @@ -1361,6 +1361,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentsRequestBuilder.md b/docs/classes/YooKassa-Request-Payments-PaymentsRequestBuilder.md index 25238ebd..445225a1 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentsRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentsRequestBuilder.md @@ -511,6 +511,6 @@ protected initCurrentObject() : \YooKassa\Request\Payments\PaymentsRequest --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentsRequestInterface.md b/docs/classes/YooKassa-Request-Payments-PaymentsRequestInterface.md index ad32cfd1..0c62843a 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentsRequestInterface.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentsRequestInterface.md @@ -769,6 +769,6 @@ public setPaymentMethod(string $payment_method) : self --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentsRequestSerializer.md b/docs/classes/YooKassa-Request-Payments-PaymentsRequestSerializer.md index 85af2ed3..cf43e97c 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentsRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentsRequestSerializer.md @@ -78,6 +78,6 @@ public serialize(\YooKassa\Request\Payments\PaymentsRequestInterface $request) : --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentsResponse.md b/docs/classes/YooKassa-Request-Payments-PaymentsResponse.md index 72fb9a2a..1827eba6 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentsResponse.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentsResponse.md @@ -536,6 +536,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-ReceiverData-AbstractReceiver.md b/docs/classes/YooKassa-Request-Payments-ReceiverData-AbstractReceiver.md index f33ab3f8..b38c1c4d 100644 --- a/docs/classes/YooKassa-Request-Payments-ReceiverData-AbstractReceiver.md +++ b/docs/classes/YooKassa-Request-Payments-ReceiverData-AbstractReceiver.md @@ -452,6 +452,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverBankAccount.md b/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverBankAccount.md index 723733f2..2983f283 100644 --- a/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverBankAccount.md +++ b/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverBankAccount.md @@ -585,6 +585,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverDigitalWallet.md b/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverDigitalWallet.md index 69daf85b..fa687cac 100644 --- a/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverDigitalWallet.md +++ b/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverDigitalWallet.md @@ -531,6 +531,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverFactory.md b/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverFactory.md index 259350c3..b24321d4 100644 --- a/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverFactory.md +++ b/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverFactory.md @@ -102,6 +102,6 @@ public factoryFromArray(array|null $data = null, string|null $type = null) : \Yo --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverMobileBalance.md b/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverMobileBalance.md index c25de28a..8f28fb53 100644 --- a/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverMobileBalance.md +++ b/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverMobileBalance.md @@ -518,6 +518,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverType.md b/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverType.md index fca8beaa..9aeeab31 100644 --- a/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverType.md +++ b/docs/classes/YooKassa-Request-Payments-ReceiverData-ReceiverType.md @@ -175,6 +175,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-TransferData.md b/docs/classes/YooKassa-Request-Payments-TransferData.md index b1730436..0ea8b336 100644 --- a/docs/classes/YooKassa-Request-Payments-TransferData.md +++ b/docs/classes/YooKassa-Request-Payments-TransferData.md @@ -768,6 +768,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-TransferDataInterface.md b/docs/classes/YooKassa-Request-Payments-TransferDataInterface.md index 7506e974..e58facf4 100644 --- a/docs/classes/YooKassa-Request-Payments-TransferDataInterface.md +++ b/docs/classes/YooKassa-Request-Payments-TransferDataInterface.md @@ -336,6 +336,6 @@ public hasMetadata() : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payouts-AbstractPayoutResponse.md b/docs/classes/YooKassa-Request-Payouts-AbstractPayoutResponse.md index a6bbddc1..5e7ebd13 100644 --- a/docs/classes/YooKassa-Request-Payouts-AbstractPayoutResponse.md +++ b/docs/classes/YooKassa-Request-Payouts-AbstractPayoutResponse.md @@ -1304,6 +1304,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequest.md b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequest.md index e1e6503d..780bfd47 100644 --- a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequest.md +++ b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequest.md @@ -1343,6 +1343,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestBuilder.md b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestBuilder.md index 8cf1ca55..9959eccf 100644 --- a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestBuilder.md @@ -429,6 +429,6 @@ protected initCurrentObject() : \YooKassa\Request\Payouts\CreatePayoutRequest --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md index fab33671..93d4d4c8 100644 --- a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md +++ b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md @@ -659,6 +659,6 @@ public setMetadata(null|array|\YooKassa\Model\Metadata $metadata) : self --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestSerializer.md b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestSerializer.md index 1f065f11..47e8ce8f 100644 --- a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestSerializer.md @@ -78,6 +78,6 @@ public serialize(\YooKassa\Request\Payouts\CreatePayoutRequestInterface $request --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payouts-CreatePayoutResponse.md b/docs/classes/YooKassa-Request-Payouts-CreatePayoutResponse.md index 21b23d81..8ee4c284 100644 --- a/docs/classes/YooKassa-Request-Payouts-CreatePayoutResponse.md +++ b/docs/classes/YooKassa-Request-Payouts-CreatePayoutResponse.md @@ -1305,6 +1305,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payouts-IncomeReceiptData.md b/docs/classes/YooKassa-Request-Payouts-IncomeReceiptData.md index 49500986..d82e6db3 100644 --- a/docs/classes/YooKassa-Request-Payouts-IncomeReceiptData.md +++ b/docs/classes/YooKassa-Request-Payouts-IncomeReceiptData.md @@ -527,6 +527,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-AbstractPayoutDestinationData.md b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-AbstractPayoutDestinationData.md index f1a2c3d2..8b6100e2 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-AbstractPayoutDestinationData.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-AbstractPayoutDestinationData.md @@ -468,6 +468,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataBankCard.md b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataBankCard.md index 7d8560c5..b91c3fb4 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataBankCard.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataBankCard.md @@ -524,6 +524,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataBankCardCard.md b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataBankCardCard.md index 5954f685..c4044f99 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataBankCardCard.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataBankCardCard.md @@ -439,6 +439,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataFactory.md b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataFactory.md index e8b60e08..da042b5c 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataFactory.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataFactory.md @@ -102,6 +102,6 @@ public factoryFromArray(array $data, null|string $type = null) : \YooKassa\Reque --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataSbp.md b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataSbp.md index ce6c9fe1..c036e93c 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataSbp.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataSbp.md @@ -603,6 +603,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataYooMoney.md b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataYooMoney.md index 03f83d62..cdd152ee 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataYooMoney.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataYooMoney.md @@ -570,6 +570,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payouts-PayoutPersonalData.md b/docs/classes/YooKassa-Request-Payouts-PayoutPersonalData.md index 07b26f46..6aa268da 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutPersonalData.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutPersonalData.md @@ -462,6 +462,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payouts-PayoutResponse.md b/docs/classes/YooKassa-Request-Payouts-PayoutResponse.md index b18b9c42..5e4852b5 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutResponse.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutResponse.md @@ -1305,6 +1305,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payouts-PayoutSelfEmployedInfo.md b/docs/classes/YooKassa-Request-Payouts-PayoutSelfEmployedInfo.md index 239f0f02..ff2f957e 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutSelfEmployedInfo.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutSelfEmployedInfo.md @@ -460,6 +460,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payouts-SbpBanksResponse.md b/docs/classes/YooKassa-Request-Payouts-SbpBanksResponse.md index 8ec00fdb..398670c9 100644 --- a/docs/classes/YooKassa-Request-Payouts-SbpBanksResponse.md +++ b/docs/classes/YooKassa-Request-Payouts-SbpBanksResponse.md @@ -536,6 +536,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-PersonalData-CreatePayoutStatementRecipientPersonalDataRequestBuilder.md b/docs/classes/YooKassa-Request-PersonalData-CreatePayoutStatementRecipientPersonalDataRequestBuilder.md index cfd5409b..55a794fb 100644 --- a/docs/classes/YooKassa-Request-PersonalData-CreatePayoutStatementRecipientPersonalDataRequestBuilder.md +++ b/docs/classes/YooKassa-Request-PersonalData-CreatePayoutStatementRecipientPersonalDataRequestBuilder.md @@ -308,6 +308,6 @@ protected initCurrentObject() : \YooKassa\Request\PersonalData\PersonalDataType\ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequestInterface.md b/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequestInterface.md index ca8938de..3e552d75 100644 --- a/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequestInterface.md +++ b/docs/classes/YooKassa-Request-PersonalData-CreatePersonalDataRequestInterface.md @@ -380,6 +380,6 @@ public toArray() : array --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-PersonalData-CreateSbpPayoutRecipientPersonalDataRequestBuilder.md b/docs/classes/YooKassa-Request-PersonalData-CreateSbpPayoutRecipientPersonalDataRequestBuilder.md index fc758f0b..20a6ecf7 100644 --- a/docs/classes/YooKassa-Request-PersonalData-CreateSbpPayoutRecipientPersonalDataRequestBuilder.md +++ b/docs/classes/YooKassa-Request-PersonalData-CreateSbpPayoutRecipientPersonalDataRequestBuilder.md @@ -285,6 +285,6 @@ protected initCurrentObject() : \YooKassa\Request\PersonalData\PersonalDataType\ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-PersonalData-PersonalDataResponse.md b/docs/classes/YooKassa-Request-PersonalData-PersonalDataResponse.md index 39af46fe..30e6cacd 100644 --- a/docs/classes/YooKassa-Request-PersonalData-PersonalDataResponse.md +++ b/docs/classes/YooKassa-Request-PersonalData-PersonalDataResponse.md @@ -943,6 +943,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-AbstractPersonalDataRequest.md b/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-AbstractPersonalDataRequest.md index 68276072..c5e4ec35 100644 --- a/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-AbstractPersonalDataRequest.md +++ b/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-AbstractPersonalDataRequest.md @@ -662,6 +662,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-PayoutStatementRecipientPersonalDataRequest.md b/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-PayoutStatementRecipientPersonalDataRequest.md index 5d489830..5a9cf4db 100644 --- a/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-PayoutStatementRecipientPersonalDataRequest.md +++ b/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-PayoutStatementRecipientPersonalDataRequest.md @@ -1034,6 +1034,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-RecipientPersonalDataRequestFactory.md b/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-RecipientPersonalDataRequestFactory.md index 3cc64e73..1ce94a85 100644 --- a/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-RecipientPersonalDataRequestFactory.md +++ b/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-RecipientPersonalDataRequestFactory.md @@ -102,6 +102,6 @@ public factoryFromArray(array|null $data = null, string|null $type = null) : \Yo --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-SbpPayoutRecipientPersonalDataRequest.md b/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-SbpPayoutRecipientPersonalDataRequest.md index bdd480d4..9f705e86 100644 --- a/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-SbpPayoutRecipientPersonalDataRequest.md +++ b/docs/classes/YooKassa-Request-PersonalData-PersonalDataType-SbpPayoutRecipientPersonalDataRequest.md @@ -963,6 +963,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Receipts-AbstractReceiptResponse.md b/docs/classes/YooKassa-Request-Receipts-AbstractReceiptResponse.md index bf6977e8..a0f5af5f 100644 --- a/docs/classes/YooKassa-Request-Receipts-AbstractReceiptResponse.md +++ b/docs/classes/YooKassa-Request-Receipts-AbstractReceiptResponse.md @@ -1567,6 +1567,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequest.md b/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequest.md index 9106aa4a..5b09c0ba 100644 --- a/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequest.md +++ b/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequest.md @@ -1336,6 +1336,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestBuilder.md b/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestBuilder.md index fd24d5e7..789036d2 100644 --- a/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestBuilder.md @@ -596,6 +596,6 @@ protected initCurrentObject() : \YooKassa\Request\Receipts\CreatePostReceiptRequ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestInterface.md b/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestInterface.md index 1fc303a0..e67b9c51 100644 --- a/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestInterface.md +++ b/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestInterface.md @@ -591,6 +591,6 @@ public notEmpty() : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestSerializer.md b/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestSerializer.md index a29fa2b8..108b36b1 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-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Receipts-PaymentReceiptResponse.md b/docs/classes/YooKassa-Request-Receipts-PaymentReceiptResponse.md index a30d94df..fadb16f0 100644 --- a/docs/classes/YooKassa-Request-Receipts-PaymentReceiptResponse.md +++ b/docs/classes/YooKassa-Request-Receipts-PaymentReceiptResponse.md @@ -1680,6 +1680,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Receipts-ReceiptResponseFactory.md b/docs/classes/YooKassa-Request-Receipts-ReceiptResponseFactory.md index 572be2c4..6fb1c7b0 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-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Receipts-ReceiptResponseInterface.md b/docs/classes/YooKassa-Request-Receipts-ReceiptResponseInterface.md index 043b2a2a..167cc5eb 100644 --- a/docs/classes/YooKassa-Request-Receipts-ReceiptResponseInterface.md +++ b/docs/classes/YooKassa-Request-Receipts-ReceiptResponseInterface.md @@ -210,6 +210,6 @@ public notEmpty() : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItem.md b/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItem.md index 4632c891..b5e98efd 100644 --- a/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItem.md +++ b/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItem.md @@ -1504,6 +1504,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItemInterface.md b/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItemInterface.md index c7b2f269..646ee9fe 100644 --- a/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItemInterface.md +++ b/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItemInterface.md @@ -382,6 +382,6 @@ public getSupplier() : \YooKassa\Model\Receipt\SupplierInterface|null --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Receipts-ReceiptsRequest.md b/docs/classes/YooKassa-Request-Receipts-ReceiptsRequest.md index 39fc1f78..c8f7ef67 100644 --- a/docs/classes/YooKassa-Request-Receipts-ReceiptsRequest.md +++ b/docs/classes/YooKassa-Request-Receipts-ReceiptsRequest.md @@ -1240,6 +1240,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestBuilder.md b/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestBuilder.md index 3bc5c118..1a4a7a17 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-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestInterface.md b/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestInterface.md index 2e2437fa..f4990c82 100644 --- a/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestInterface.md +++ b/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestInterface.md @@ -382,6 +382,6 @@ public hasLimit() : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestSerializer.md b/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestSerializer.md index a8eebc77..c45e82fe 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-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Receipts-ReceiptsResponse.md b/docs/classes/YooKassa-Request-Receipts-ReceiptsResponse.md index eeb345fd..619404c5 100644 --- a/docs/classes/YooKassa-Request-Receipts-ReceiptsResponse.md +++ b/docs/classes/YooKassa-Request-Receipts-ReceiptsResponse.md @@ -537,6 +537,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Receipts-RefundReceiptResponse.md b/docs/classes/YooKassa-Request-Receipts-RefundReceiptResponse.md index c283cff9..46b4860a 100644 --- a/docs/classes/YooKassa-Request-Receipts-RefundReceiptResponse.md +++ b/docs/classes/YooKassa-Request-Receipts-RefundReceiptResponse.md @@ -1680,6 +1680,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Receipts-SimpleReceiptResponse.md b/docs/classes/YooKassa-Request-Receipts-SimpleReceiptResponse.md index 4b9f0801..e052a2a0 100644 --- a/docs/classes/YooKassa-Request-Receipts-SimpleReceiptResponse.md +++ b/docs/classes/YooKassa-Request-Receipts-SimpleReceiptResponse.md @@ -1593,6 +1593,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Refunds-AbstractRefundResponse.md b/docs/classes/YooKassa-Request-Refunds-AbstractRefundResponse.md index 4975a60b..75b6e34e 100644 --- a/docs/classes/YooKassa-Request-Refunds-AbstractRefundResponse.md +++ b/docs/classes/YooKassa-Request-Refunds-AbstractRefundResponse.md @@ -1177,6 +1177,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequest.md b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequest.md index ef94ff06..e539d603 100644 --- a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequest.md +++ b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequest.md @@ -1072,6 +1072,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestBuilder.md b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestBuilder.md index 838fec32..19697be1 100644 --- a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestBuilder.md @@ -673,6 +673,6 @@ protected initCurrentObject() : \YooKassa\Request\Refunds\CreateRefundRequest --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestInterface.md b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestInterface.md index 72f22709..76e52e69 100644 --- a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestInterface.md +++ b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestInterface.md @@ -345,6 +345,6 @@ public hasDeal() : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestSerializer.md b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestSerializer.md index d2861c65..b19bd845 100644 --- a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestSerializer.md @@ -78,6 +78,6 @@ public serialize(\YooKassa\Request\Refunds\CreateRefundRequestInterface $request --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Refunds-CreateRefundResponse.md b/docs/classes/YooKassa-Request-Refunds-CreateRefundResponse.md index 143634d1..a0b7a66b 100644 --- a/docs/classes/YooKassa-Request-Refunds-CreateRefundResponse.md +++ b/docs/classes/YooKassa-Request-Refunds-CreateRefundResponse.md @@ -1178,6 +1178,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Refunds-RefundMethodData-AbstractRefundMethodData.md b/docs/classes/YooKassa-Request-Refunds-RefundMethodData-AbstractRefundMethodData.md index 985fa307..f8d63adf 100644 --- a/docs/classes/YooKassa-Request-Refunds-RefundMethodData-AbstractRefundMethodData.md +++ b/docs/classes/YooKassa-Request-Refunds-RefundMethodData-AbstractRefundMethodData.md @@ -452,6 +452,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Refunds-RefundMethodData-RefundMethodDataElectronicCertificate.md b/docs/classes/YooKassa-Request-Refunds-RefundMethodData-RefundMethodDataElectronicCertificate.md index a441ef86..c11a93e0 100644 --- a/docs/classes/YooKassa-Request-Refunds-RefundMethodData-RefundMethodDataElectronicCertificate.md +++ b/docs/classes/YooKassa-Request-Refunds-RefundMethodData-RefundMethodDataElectronicCertificate.md @@ -585,6 +585,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Refunds-RefundMethodData-RefundMethodDataFactory.md b/docs/classes/YooKassa-Request-Refunds-RefundMethodData-RefundMethodDataFactory.md index 195d06e5..7c82c8e2 100644 --- a/docs/classes/YooKassa-Request-Refunds-RefundMethodData-RefundMethodDataFactory.md +++ b/docs/classes/YooKassa-Request-Refunds-RefundMethodData-RefundMethodDataFactory.md @@ -102,6 +102,6 @@ public factoryFromArray(array $data, null|string $type = null) : \YooKassa\Reque --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Refunds-RefundResponse.md b/docs/classes/YooKassa-Request-Refunds-RefundResponse.md index e773474c..16fc205a 100644 --- a/docs/classes/YooKassa-Request-Refunds-RefundResponse.md +++ b/docs/classes/YooKassa-Request-Refunds-RefundResponse.md @@ -1178,6 +1178,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Refunds-RefundsRequest.md b/docs/classes/YooKassa-Request-Refunds-RefundsRequest.md index 12b60f49..62fb8406 100644 --- a/docs/classes/YooKassa-Request-Refunds-RefundsRequest.md +++ b/docs/classes/YooKassa-Request-Refunds-RefundsRequest.md @@ -1143,6 +1143,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Refunds-RefundsRequestBuilder.md b/docs/classes/YooKassa-Request-Refunds-RefundsRequestBuilder.md index b97aba73..af5ce1ea 100644 --- a/docs/classes/YooKassa-Request-Refunds-RefundsRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Refunds-RefundsRequestBuilder.md @@ -395,6 +395,6 @@ protected initCurrentObject() : \YooKassa\Request\Refunds\RefundsRequestInterfac --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Refunds-RefundsRequestInterface.md b/docs/classes/YooKassa-Request-Refunds-RefundsRequestInterface.md index fad32100..cfe49e77 100644 --- a/docs/classes/YooKassa-Request-Refunds-RefundsRequestInterface.md +++ b/docs/classes/YooKassa-Request-Refunds-RefundsRequestInterface.md @@ -309,6 +309,6 @@ public hasCursor() : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Refunds-RefundsRequestSerializer.md b/docs/classes/YooKassa-Request-Refunds-RefundsRequestSerializer.md index 0864d7c2..d519e68e 100644 --- a/docs/classes/YooKassa-Request-Refunds-RefundsRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Refunds-RefundsRequestSerializer.md @@ -78,6 +78,6 @@ public serialize(\YooKassa\Request\Refunds\RefundsRequestInterface $request) : a --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Refunds-RefundsResponse.md b/docs/classes/YooKassa-Request-Refunds-RefundsResponse.md index b48376dc..fb0e51cf 100644 --- a/docs/classes/YooKassa-Request-Refunds-RefundsResponse.md +++ b/docs/classes/YooKassa-Request-Refunds-RefundsResponse.md @@ -536,6 +536,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequest.md b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequest.md index 19701f0e..9efc82ec 100644 --- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequest.md +++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequest.md @@ -725,6 +725,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestBuilder.md b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestBuilder.md index 8f4b99b4..e93377c6 100644 --- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestBuilder.md +++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestBuilder.md @@ -265,6 +265,6 @@ protected initCurrentObject() : \YooKassa\Request\SelfEmployed\SelfEmployedReque --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmation.md b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmation.md index 102373ca..3ffdedff 100644 --- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmation.md +++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmation.md @@ -449,6 +449,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmationFactory.md b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmationFactory.md index e14ccf5d..3df2e687 100644 --- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmationFactory.md +++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmationFactory.md @@ -102,6 +102,6 @@ public factoryFromArray(array $data, null|string $type = null) : \YooKassa\Reque --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmationRedirect.md b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmationRedirect.md index 40f62e04..dcda8edc 100644 --- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmationRedirect.md +++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmationRedirect.md @@ -455,6 +455,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestInterface.md b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestInterface.md index 90776013..46638d88 100644 --- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestInterface.md +++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestInterface.md @@ -251,6 +251,6 @@ public validate() : bool --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestSerializer.md b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestSerializer.md index 40cb8270..2f4c8241 100644 --- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestSerializer.md +++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestSerializer.md @@ -78,6 +78,6 @@ public serialize(\YooKassa\Request\SelfEmployed\SelfEmployedRequest $request) : --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedResponse.md b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedResponse.md index fa4f74fe..1089a3e8 100644 --- a/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedResponse.md +++ b/docs/classes/YooKassa-Request-SelfEmployed-SelfEmployedResponse.md @@ -888,6 +888,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Webhook-WebhookListResponse.md b/docs/classes/YooKassa-Request-Webhook-WebhookListResponse.md index a0f2b5fc..109856ae 100644 --- a/docs/classes/YooKassa-Request-Webhook-WebhookListResponse.md +++ b/docs/classes/YooKassa-Request-Webhook-WebhookListResponse.md @@ -537,6 +537,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/default.md b/docs/namespaces/default.md index 3555d8a1..421c87fb 100644 --- a/docs/namespaces/default.md +++ b/docs/namespaces/default.md @@ -71,6 +71,6 @@ YOOKASSA_SDK_ROOT_PATH = __DIR__ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-client.md b/docs/namespaces/yookassa-client.md index 84728a7c..f3a2dc0a 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-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-common-exceptions.md b/docs/namespaces/yookassa-common-exceptions.md index 531d1a2e..7e3e7232 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-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-common.md b/docs/namespaces/yookassa-common.md index 351d6dae..62ac1042 100644 --- a/docs/namespaces/yookassa-common.md +++ b/docs/namespaces/yookassa-common.md @@ -43,6 +43,6 @@ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-helpers-config.md b/docs/namespaces/yookassa-helpers-config.md index ee9b982a..59e3feea 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-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-helpers.md b/docs/namespaces/yookassa-helpers.md index eb7799c7..08da8252 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-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-deal.md b/docs/namespaces/yookassa-model-deal.md index a93e3ad0..839cfeaf 100644 --- a/docs/namespaces/yookassa-model-deal.md +++ b/docs/namespaces/yookassa-model-deal.md @@ -44,6 +44,6 @@ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-invoice-deliverymethod.md b/docs/namespaces/yookassa-model-invoice-deliverymethod.md index 33a9e777..9d3e8b76 100644 --- a/docs/namespaces/yookassa-model-invoice-deliverymethod.md +++ b/docs/namespaces/yookassa-model-invoice-deliverymethod.md @@ -29,6 +29,6 @@ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-invoice.md b/docs/namespaces/yookassa-model-invoice.md index 70370f6e..823f83c4 100644 --- a/docs/namespaces/yookassa-model-invoice.md +++ b/docs/namespaces/yookassa-model-invoice.md @@ -41,6 +41,6 @@ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-notification.md b/docs/namespaces/yookassa-model-notification.md index e38eb4ca..ae777848 100644 --- a/docs/namespaces/yookassa-model-notification.md +++ b/docs/namespaces/yookassa-model-notification.md @@ -41,6 +41,6 @@ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-payment-confirmation.md b/docs/namespaces/yookassa-model-payment-confirmation.md index 53ef3b4f..aea6c6dd 100644 --- a/docs/namespaces/yookassa-model-payment-confirmation.md +++ b/docs/namespaces/yookassa-model-payment-confirmation.md @@ -32,6 +32,6 @@ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-payment-paymentmethod-b2b-sberbank.md b/docs/namespaces/yookassa-model-payment-paymentmethod-b2b-sberbank.md index 29472d60..669874b2 100644 --- a/docs/namespaces/yookassa-model-payment-paymentmethod-b2b-sberbank.md +++ b/docs/namespaces/yookassa-model-payment-paymentmethod-b2b-sberbank.md @@ -39,6 +39,6 @@ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-payment-paymentmethod-b2b.md b/docs/namespaces/yookassa-model-payment-paymentmethod-b2b.md index 9fb41a3a..1aafc52c 100644 --- a/docs/namespaces/yookassa-model-payment-paymentmethod-b2b.md +++ b/docs/namespaces/yookassa-model-payment-paymentmethod-b2b.md @@ -23,6 +23,6 @@ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-payment-paymentmethod-electroniccertificate.md b/docs/namespaces/yookassa-model-payment-paymentmethod-electroniccertificate.md index 5e5fe4a3..e7ec88f0 100644 --- a/docs/namespaces/yookassa-model-payment-paymentmethod-electroniccertificate.md +++ b/docs/namespaces/yookassa-model-payment-paymentmethod-electroniccertificate.md @@ -27,6 +27,6 @@ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-payment-paymentmethod.md b/docs/namespaces/yookassa-model-payment-paymentmethod.md index 29056ac9..6e15eea1 100644 --- a/docs/namespaces/yookassa-model-payment-paymentmethod.md +++ b/docs/namespaces/yookassa-model-payment-paymentmethod.md @@ -55,6 +55,6 @@ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-payment.md b/docs/namespaces/yookassa-model-payment.md index 26cdad8c..7807d6ad 100644 --- a/docs/namespaces/yookassa-model-payment.md +++ b/docs/namespaces/yookassa-model-payment.md @@ -52,6 +52,6 @@ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-payout.md b/docs/namespaces/yookassa-model-payout.md index d17680a6..6e888ea5 100644 --- a/docs/namespaces/yookassa-model-payout.md +++ b/docs/namespaces/yookassa-model-payout.md @@ -45,6 +45,6 @@ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-personaldata.md b/docs/namespaces/yookassa-model-personaldata.md index b41b2fdf..ecf68a22 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-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-receipt.md b/docs/namespaces/yookassa-model-receipt.md index 78432750..428d9077 100644 --- a/docs/namespaces/yookassa-model-receipt.md +++ b/docs/namespaces/yookassa-model-receipt.md @@ -51,6 +51,6 @@ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-refund-refundmethod-electroniccertificate.md b/docs/namespaces/yookassa-model-refund-refundmethod-electroniccertificate.md index 456a7d09..1fd66592 100644 --- a/docs/namespaces/yookassa-model-refund-refundmethod-electroniccertificate.md +++ b/docs/namespaces/yookassa-model-refund-refundmethod-electroniccertificate.md @@ -26,6 +26,6 @@ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-refund-refundmethod.md b/docs/namespaces/yookassa-model-refund-refundmethod.md index 77b6eff0..ccbdace4 100644 --- a/docs/namespaces/yookassa-model-refund-refundmethod.md +++ b/docs/namespaces/yookassa-model-refund-refundmethod.md @@ -33,6 +33,6 @@ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-refund.md b/docs/namespaces/yookassa-model-refund.md index eb936554..e5fa1d1f 100644 --- a/docs/namespaces/yookassa-model-refund.md +++ b/docs/namespaces/yookassa-model-refund.md @@ -42,6 +42,6 @@ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-selfemployed.md b/docs/namespaces/yookassa-model-selfemployed.md index 3aaa9f6c..3fac3c41 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-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-settings.md b/docs/namespaces/yookassa-model-settings.md index 6d6cc4d9..3a9b07c5 100644 --- a/docs/namespaces/yookassa-model-settings.md +++ b/docs/namespaces/yookassa-model-settings.md @@ -27,6 +27,6 @@ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-webhook.md b/docs/namespaces/yookassa-model-webhook.md index 87787c61..adc3f55b 100644 --- a/docs/namespaces/yookassa-model-webhook.md +++ b/docs/namespaces/yookassa-model-webhook.md @@ -31,6 +31,6 @@ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model.md b/docs/namespaces/yookassa-model.md index 545892ec..614f88fb 100644 --- a/docs/namespaces/yookassa-model.md +++ b/docs/namespaces/yookassa-model.md @@ -48,6 +48,6 @@ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-deals.md b/docs/namespaces/yookassa-request-deals.md index 7c1c9497..4aeed667 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-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-invoices-deliverymethoddata.md b/docs/namespaces/yookassa-request-invoices-deliverymethoddata.md index 06447a15..6fa3ae20 100644 --- a/docs/namespaces/yookassa-request-invoices-deliverymethoddata.md +++ b/docs/namespaces/yookassa-request-invoices-deliverymethoddata.md @@ -27,6 +27,6 @@ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-invoices.md b/docs/namespaces/yookassa-request-invoices.md index e9fc40d7..5dab1ef5 100644 --- a/docs/namespaces/yookassa-request-invoices.md +++ b/docs/namespaces/yookassa-request-invoices.md @@ -39,6 +39,6 @@ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-payments-confirmationattributes.md b/docs/namespaces/yookassa-request-payments-confirmationattributes.md index bc69246f..be10e694 100644 --- a/docs/namespaces/yookassa-request-payments-confirmationattributes.md +++ b/docs/namespaces/yookassa-request-payments-confirmationattributes.md @@ -31,6 +31,6 @@ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-payments-paymentdata-electroniccertificate.md b/docs/namespaces/yookassa-request-payments-paymentdata-electroniccertificate.md index b381bf1d..c6b9e7eb 100644 --- a/docs/namespaces/yookassa-request-payments-paymentdata-electroniccertificate.md +++ b/docs/namespaces/yookassa-request-payments-paymentdata-electroniccertificate.md @@ -25,6 +25,6 @@ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-payments-paymentdata.md b/docs/namespaces/yookassa-request-payments-paymentdata.md index 01f371be..4745553e 100644 --- a/docs/namespaces/yookassa-request-payments-paymentdata.md +++ b/docs/namespaces/yookassa-request-payments-paymentdata.md @@ -46,6 +46,6 @@ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-payments-receiverdata.md b/docs/namespaces/yookassa-request-payments-receiverdata.md index 5370cbb6..a44f3bda 100644 --- a/docs/namespaces/yookassa-request-payments-receiverdata.md +++ b/docs/namespaces/yookassa-request-payments-receiverdata.md @@ -30,6 +30,6 @@ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-payments.md b/docs/namespaces/yookassa-request-payments.md index f244cd49..79c2f67c 100644 --- a/docs/namespaces/yookassa-request-payments.md +++ b/docs/namespaces/yookassa-request-payments.md @@ -66,6 +66,6 @@ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-payouts-payoutdestinationdata.md b/docs/namespaces/yookassa-request-payouts-payoutdestinationdata.md index 438fb429..4a12c3c2 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-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-payouts.md b/docs/namespaces/yookassa-request-payouts.md index d2412e34..d764f14e 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-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-personaldata-personaldatatype.md b/docs/namespaces/yookassa-request-personaldata-personaldatatype.md index 989d159f..9f208d8a 100644 --- a/docs/namespaces/yookassa-request-personaldata-personaldatatype.md +++ b/docs/namespaces/yookassa-request-personaldata-personaldatatype.md @@ -28,6 +28,6 @@ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-personaldata.md b/docs/namespaces/yookassa-request-personaldata.md index d7671b48..28591f19 100644 --- a/docs/namespaces/yookassa-request-personaldata.md +++ b/docs/namespaces/yookassa-request-personaldata.md @@ -37,6 +37,6 @@ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-receipts.md b/docs/namespaces/yookassa-request-receipts.md index 5fee06f3..e83ef253 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-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-refunds-refundmethoddata.md b/docs/namespaces/yookassa-request-refunds-refundmethoddata.md index 7e08e35a..187f7610 100644 --- a/docs/namespaces/yookassa-request-refunds-refundmethoddata.md +++ b/docs/namespaces/yookassa-request-refunds-refundmethoddata.md @@ -27,6 +27,6 @@ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-refunds.md b/docs/namespaces/yookassa-request-refunds.md index d9b454bb..b93d7ff9 100644 --- a/docs/namespaces/yookassa-request-refunds.md +++ b/docs/namespaces/yookassa-request-refunds.md @@ -45,6 +45,6 @@ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-selfemployed.md b/docs/namespaces/yookassa-request-selfemployed.md index 6fa7d8ab..971f5b40 100644 --- a/docs/namespaces/yookassa-request-selfemployed.md +++ b/docs/namespaces/yookassa-request-selfemployed.md @@ -37,6 +37,6 @@ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-webhook.md b/docs/namespaces/yookassa-request-webhook.md index 34bad2ef..cc9cd558 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-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request.md b/docs/namespaces/yookassa-request.md index 13eb57b3..51745214 100644 --- a/docs/namespaces/yookassa-request.md +++ b/docs/namespaces/yookassa-request.md @@ -37,6 +37,6 @@ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa.md b/docs/namespaces/yookassa.md index 6657fd66..a460940e 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-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/readme.md b/docs/readme.md index 355b0601..d7e025f6 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -71,6 +71,6 @@ YOOKASSA_SDK_ROOT_PATH = __DIR__ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/reports/deprecated.md b/docs/reports/deprecated.md index e7aee3b8..762d2b72 100644 --- a/docs/reports/deprecated.md +++ b/docs/reports/deprecated.md @@ -166,6 +166,6 @@ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/reports/errors.md b/docs/reports/errors.md index 4ccfb002..377281df 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-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/docs/reports/markers.md b/docs/reports/markers.md index 919367b8..a95a1d81 100644 --- a/docs/reports/markers.md +++ b/docs/reports/markers.md @@ -18,6 +18,6 @@ --- -This document was automatically generated from source code comments on 2024-10-28 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2024-12-04 using [phpDocumentor](http://www.phpdoc.org/) © 2024 YooMoney \ No newline at end of file diff --git a/lib/Client.php b/lib/Client.php index 6615dc2f..91939df8 100644 --- a/lib/Client.php +++ b/lib/Client.php @@ -125,7 +125,7 @@ class Client extends BaseClient /** * Текущая версия библиотеки. */ - public const SDK_VERSION = '3.7.1'; + public const SDK_VERSION = '3.7.2'; /** * Получить список платежей магазина. diff --git a/lib/Model/Payment/Confirmation/ConfirmationRedirect.php b/lib/Model/Payment/Confirmation/ConfirmationRedirect.php index 09aa13d2..853e6963 100644 --- a/lib/Model/Payment/Confirmation/ConfirmationRedirect.php +++ b/lib/Model/Payment/Confirmation/ConfirmationRedirect.php @@ -62,7 +62,6 @@ class ConfirmationRedirect extends AbstractConfirmation */ #[Assert\Type('string')] #[Assert\Length(max: 2048)] - #[Assert\Url] private ?string $_return_url = null; /** @@ -70,7 +69,6 @@ class ConfirmationRedirect extends AbstractConfirmation */ #[Assert\NotBlank] #[Assert\Type('string')] - #[Assert\Url] private ?string $_confirmation_url = null; public function __construct(?array $data = []) diff --git a/lib/Model/Payout/IncomeReceipt.php b/lib/Model/Payout/IncomeReceipt.php index 2dfdbc26..fe5e5f71 100644 --- a/lib/Model/Payout/IncomeReceipt.php +++ b/lib/Model/Payout/IncomeReceipt.php @@ -82,7 +82,6 @@ class IncomeReceipt extends AbstractObject * @var string|null */ #[Assert\Type('string')] - #[Assert\Url] private ?string $_url = null; /** diff --git a/lib/Model/SelfEmployed/SelfEmployedConfirmationRedirect.php b/lib/Model/SelfEmployed/SelfEmployedConfirmationRedirect.php index a2f66d72..a9b57e15 100644 --- a/lib/Model/SelfEmployed/SelfEmployedConfirmationRedirect.php +++ b/lib/Model/SelfEmployed/SelfEmployedConfirmationRedirect.php @@ -48,7 +48,6 @@ class SelfEmployedConfirmationRedirect extends SelfEmployedConfirmation * @var string|null */ #[Assert\NotBlank] - #[Assert\Url] #[Assert\Type('string')] private ?string $_confirmation_url = null; diff --git a/lib/Model/Settings/FiscalizationProvider.php b/lib/Model/Settings/FiscalizationProvider.php index 2fe2af16..c72e8d99 100644 --- a/lib/Model/Settings/FiscalizationProvider.php +++ b/lib/Model/Settings/FiscalizationProvider.php @@ -35,7 +35,7 @@ use YooKassa\Common\AbstractEnum; * Возможные значения: * - [Чеки для самозанятых](https://yookassa.ru/developers/payment-acceptance/receipts/self-employed/basics) — `fns` * - [54-ФЗ: Чеки от ЮKassa](https://yookassa.ru/developers/payment-acceptance/receipts/54fz/yoomoney/basics) — `avanpost` - * - [54-ФЗ: сторонняя онлайн-касса](https://yookassa.ru/developers/payment-acceptance/receipts/54fz/other-services/basics) (наименование онлайн-кассы) — `a_qsi` (aQsi online), `atol` (АТОЛ Онлайн), `business_ru` (Бизнес.ру), `evotor` (Эвотор), `first_ofd` (Первый ОФД), `kit_invest` (Кит Инвест), `life_pay` (LIFE PAY), `mertrade` (Mertrade), `modul_kassa` (МодульКасса), `rocket` (RocketR), `shtrih_m` (Orange Data). + * - [54-ФЗ: сторонняя онлайн-касса](https://yookassa.ru/developers/payment-acceptance/receipts/54fz/other-services/basics) (наименование онлайн-кассы) — ~`a_qsi` (aQsi online), ~`atol` (АТОЛ Онлайн), ~`business_ru` (Бизнес.ру), ~`digital_kassa` (digitalkassa), ~`evotor` (Эвотор), ~`first_ofd` (Первый ОФД), ~`kit_invest` (Кит Инвест), ~`komtet` (КОМТЕТ Касса), ~`life_pay` (LIFE PAY), ~`mertrade` (Mertrade), ~`modul_kassa` (МодульКасса), ~`rocket` (RocketR), ~`shtrih_m` (Orange Data). * * @category Class * @package YooKassa\Model @@ -70,6 +70,10 @@ class FiscalizationProvider extends AbstractEnum public const LIFE_PAY = 'life_pay'; /** RocketR */ public const ROCKET = 'rocket'; + /** digitalkassa */ + public const DIGITAL_KASSA = 'digital_kassa'; + /** КОМТЕТ Касса */ + public const KOMTET = 'komtet'; /** * Возвращает список доступных значений @@ -88,7 +92,9 @@ class FiscalizationProvider extends AbstractEnum self::MERTRADE => true, self::FIRST_OFD => true, self::LIFE_PAY => true, - self::ROCKET => true + self::ROCKET => true, + self::DIGITAL_KASSA => true, + self::KOMTET => true, ]; } diff --git a/lib/Model/Webhook/Webhook.php b/lib/Model/Webhook/Webhook.php index fba2afc2..6e8dcfe6 100644 --- a/lib/Model/Webhook/Webhook.php +++ b/lib/Model/Webhook/Webhook.php @@ -70,7 +70,6 @@ class Webhook extends AbstractObject implements WebhookInterface */ #[Assert\NotBlank] #[Assert\Type('string')] - #[Assert\Url] private ?string $_url = null; /** diff --git a/lib/Request/Payments/ConfirmationAttributes/ConfirmationAttributesMobileApplication.php b/lib/Request/Payments/ConfirmationAttributes/ConfirmationAttributesMobileApplication.php index 64fc86f6..b793bbbc 100644 --- a/lib/Request/Payments/ConfirmationAttributes/ConfirmationAttributesMobileApplication.php +++ b/lib/Request/Payments/ConfirmationAttributes/ConfirmationAttributesMobileApplication.php @@ -55,7 +55,6 @@ class ConfirmationAttributesMobileApplication extends AbstractConfirmationAttrib */ #[Assert\NotBlank] #[Assert\Type('string')] - #[Assert\Url] #[Assert\Length(max: 2048)] private ?string $_return_url = null; diff --git a/lib/Request/Payments/ConfirmationAttributes/ConfirmationAttributesRedirect.php b/lib/Request/Payments/ConfirmationAttributes/ConfirmationAttributesRedirect.php index 23323bad..f3001501 100644 --- a/lib/Request/Payments/ConfirmationAttributes/ConfirmationAttributesRedirect.php +++ b/lib/Request/Payments/ConfirmationAttributes/ConfirmationAttributesRedirect.php @@ -63,7 +63,6 @@ class ConfirmationAttributesRedirect extends AbstractConfirmationAttributes */ #[Assert\NotBlank] #[Assert\Type('string')] - #[Assert\Url] #[Assert\Length(max: 2048)] private ?string $_return_url = null;