mirror of
https://git.yoomoney.ru/scm/sdk/yookassa-sdk-php.git
synced 2026-08-17 14:01:40 +00:00
В объект выплаты добавлен параметр succeeded_at (время перехода выплаты в статус succeeded)
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
### v3.9.1 от 31.07.2025
|
||||
* В объект выплаты добавлен параметр `succeeded_at` (время перехода выплаты в статус `succeeded`)
|
||||
|
||||
### v3.9.0 от 24.07.2025
|
||||
* В объект платежа добавлен объект `payment_order` с типом `utilities` (оплата жилищно-коммунальных услуг)
|
||||
* Для платежей Сбербанк Бизнес Онлайн (СББОЛ) добавлена ставка НДС `5%`, а ставка `18%` отмечена как deprecated
|
||||
|
||||
@@ -119,3 +119,8 @@ $client->setAuth('shopId', 'secretKey');
|
||||
* [Request to create an invoice](docs/examples/10-invoices.md#Запрос-на-создание-счета)
|
||||
* [Request to create an invoice via the builder](docs/examples/10-invoices.md#Запрос-на-создание-счета-через-билдер)
|
||||
* [Get information about the invoice](docs/examples/10-invoices.md#Получить-информацию-о-счете)
|
||||
|
||||
#### [Working with payment methods](docs/examples/11-payment-methods.md)
|
||||
* [Request to create payment method](docs/examples/11-payment-methods.md#Запрос-на-создание-способа-оплаты)
|
||||
* [Request to create payment method via the builder](docs/examples/11-payment-methods.md#Запрос-на-создание-способа-оплаты-через-билдер)
|
||||
* [Get information about the payment method](docs/examples/11-payment-methods.md#Получить-информацию-о-способе-оплаты)
|
||||
|
||||
@@ -121,3 +121,8 @@ $client->setAuth('shopId', 'secretKey');
|
||||
* [Запрос на создание счета](docs/examples/10-invoices.md#Запрос-на-создание-счета)
|
||||
* [Запрос на создание счета через билдер](docs/examples/10-invoices.md#Запрос-на-создание-счета-через-билдер)
|
||||
* [Получить информацию о счете](docs/examples/10-invoices.md#Получить-информацию-о-счете)
|
||||
|
||||
#### [Работа со способами оплаты](docs/examples/11-payment-methods.md)
|
||||
* [Запрос на создание способа оплаты](docs/examples/11-payment-methods.md#Запрос-на-создание-способа-оплаты)
|
||||
* [Запрос на создание способа оплаты через билдер](docs/examples/11-payment-methods.md#Запрос-на-создание-способа-оплаты-через-билдер)
|
||||
* [Получить информацию о способе оплаты](docs/examples/11-payment-methods.md#Получить-информацию-о-способе-оплаты)
|
||||
|
||||
+2
-2
@@ -17,9 +17,9 @@
|
||||
],
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://git.yoomoney.ru/rest/api/latest/projects/SDK/repos/yookassa-sdk-php/archive?at=refs%2Ftags%2F3.9.0&format=zip"
|
||||
"url": "https://git.yoomoney.ru/rest/api/latest/projects/SDK/repos/yookassa-sdk-php/archive?at=refs%2Ftags%2F3.9.1&format=zip"
|
||||
},
|
||||
"version": "3.9.0",
|
||||
"version": "3.9.1",
|
||||
"require": {
|
||||
"php": ">=8.0",
|
||||
"ext-curl": "*",
|
||||
|
||||
@@ -227,6 +227,6 @@ public setAdvancedCurlOptions() : void
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -745,6 +745,6 @@ protected handleError(\YooKassa\Common\ResponseObject $response) : void
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -514,6 +514,6 @@ public setTimeout(int $timeout) : void
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -329,6 +329,6 @@ public setModule(string $name, string $version) : void
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -298,7 +298,7 @@ DEFAULT_ATTEMPTS_COUNT = 3
|
||||
Текущая версия библиотеки.
|
||||
|
||||
```php
|
||||
SDK_VERSION = '3.9.0'
|
||||
SDK_VERSION = '3.9.1'
|
||||
```
|
||||
|
||||
|
||||
@@ -2892,6 +2892,6 @@ protected handleError(\YooKassa\Common\ResponseObject $response) : void
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -131,6 +131,6 @@ Static public valueExists(mixed $value) : bool
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -379,6 +379,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -456,6 +456,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -164,6 +164,6 @@ Abstract protected initCurrentObject() : \YooKassa\Common\AbstractRequestInterfa
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -103,6 +103,6 @@ public getLastValidationError() : string|null
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -221,6 +221,6 @@ protected parseErrorResponse(mixed $responseBody) : string
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -216,6 +216,6 @@ protected parseErrorResponse(mixed $responseBody) : string
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -221,6 +221,6 @@ protected parseErrorResponse(mixed $responseBody) : string
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -231,6 +231,6 @@ protected parseErrorResponse(mixed $responseBody) : string
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -79,6 +79,6 @@ public getProperty() : string
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -67,6 +67,6 @@ Constructor.
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -231,6 +231,6 @@ protected parseErrorResponse(mixed $responseBody) : string
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -234,6 +234,6 @@ protected parseErrorResponse(mixed $responseBody) : string
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -78,6 +78,6 @@ public getProperty() : string
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -94,6 +94,6 @@ public getValue() : mixed
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -94,6 +94,6 @@ public getType() : string
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -78,6 +78,6 @@ public getRequestObject() : ?\YooKassa\Common\AbstractRequestInterface
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -77,6 +77,6 @@ public __construct(mixed $message = '', mixed $code, mixed $previous =
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -231,6 +231,6 @@ protected parseErrorResponse(mixed $responseBody) : string
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -231,6 +231,6 @@ protected parseErrorResponse(mixed $responseBody) : string
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -231,6 +231,6 @@ protected parseErrorResponse(mixed $responseBody) : string
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -234,6 +234,6 @@ protected parseErrorResponse(mixed $responseBody) : string
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -206,6 +206,6 @@ Static public valueExists(mixed $value) : bool
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -477,6 +477,6 @@ public toArray() : array
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -219,6 +219,6 @@ public toArray() : array
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -316,6 +316,6 @@ that are not necessarily wrong.
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -175,6 +175,6 @@ public getHeaders() : array
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -95,6 +95,6 @@ public load(mixed $filePath = null) : self
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -77,6 +77,6 @@ public load() : \YooKassa\Helpers\Config\ConfigurationLoaderInterface
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -646,6 +646,6 @@ public validate() : bool
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -216,6 +216,6 @@ Static public value(array $values) : mixed
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -74,6 +74,6 @@ Static public parse(mixed $rawHeaders) : mixed
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -83,6 +83,6 @@ public isIPTrusted(mixed $ip) : bool
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -96,6 +96,6 @@ public __toString() : string
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -170,6 +170,6 @@ Static public castToDateTime(\DateTime|int|string $value) : null|\DateTime
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -69,6 +69,6 @@ Static public v4() : string
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -165,6 +165,6 @@ public toArray() : array
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -83,6 +83,6 @@ public getReason() : string
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -265,6 +265,6 @@ Static public valueExists(mixed $value) : bool
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -452,6 +452,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -436,6 +436,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -514,6 +514,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -262,6 +262,6 @@ public getTest() : bool|null
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -168,6 +168,6 @@ Static public valueExists(mixed $value) : bool
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -156,6 +156,6 @@ Static public valueExists(mixed $value) : bool
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -163,6 +163,6 @@ Static public valueExists(mixed $value) : bool
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -510,6 +510,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -459,6 +459,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -452,6 +452,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -506,6 +506,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -1204,6 +1204,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -495,6 +495,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -156,6 +156,6 @@ Static public valueExists(mixed $value) : bool
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -499,6 +499,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -449,6 +449,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -102,6 +102,6 @@ public factoryFromArray(array $data, null|string $type = null) : \YooKassa\Model
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -526,6 +526,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -172,6 +172,6 @@ Static public valueExists(mixed $value) : bool
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -448,6 +448,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -1141,6 +1141,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -493,6 +493,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -156,6 +156,6 @@ Static public valueExists(mixed $value) : bool
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -186,6 +186,6 @@ Static public valueExists(mixed $value) : bool
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -506,6 +506,6 @@ public setMetadata(string|array|null $metadata = null) : self
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -182,6 +182,6 @@ Static public valueExists(mixed $value) : bool
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -634,6 +634,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -494,6 +494,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -407,6 +407,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -575,6 +575,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -623,6 +623,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -673,6 +673,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -673,6 +673,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -203,6 +203,6 @@ Static public valueExists(mixed $value) : bool
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -142,6 +142,6 @@ public factory(array $data) : \YooKassa\Model\Notification\AbstractNotification
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -104,6 +104,6 @@ public getObject() : \YooKassa\Model\Payment\PaymentInterface|\YooKassa\Model\Re
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -673,6 +673,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -673,6 +673,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -673,6 +673,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -673,6 +673,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -134,6 +134,6 @@ Static public valueExists(mixed $value) : bool
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -675,6 +675,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -577,6 +577,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -104,6 +104,6 @@ public getThreeDSecure() : null|\YooKassa\Model\Payment\ThreeDSecure
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -495,6 +495,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -176,6 +176,6 @@ Static public valueExists(mixed $value) : bool
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -353,6 +353,6 @@ Static public valueExists(mixed $value) : bool
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -507,6 +507,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -502,6 +502,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -574,6 +574,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -519,6 +519,6 @@ protected validatePropertyValue(string $propertyName, mixed $propertyValue) : mi
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
@@ -99,6 +99,6 @@ public factoryFromArray(array $data, null|string $type = null) : \YooKassa\Model
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2025-07-24 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2025-07-31 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2025 YooMoney
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user