mirror of
https://git.yoomoney.ru/scm/sdk/yookassa-sdk-php.git
synced 2026-09-20 15:16:51 +00:00
PaymentRequest.save_payment_method может быть null
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
| Visibility | Name | Flag | Summary |
|
||||
| ----------:| ---- | ---- | ------- |
|
||||
| public | [YOO_MONEY](../classes/YooKassa-Model-Refund-RefundCancellationDetailsPartyCode.md#constant_YOO_MONEY) | | ЮKassa |
|
||||
| public | [YANDEX_CHECKOUT](../classes/YooKassa-Model-Refund-RefundCancellationDetailsPartyCode.md#constant_YANDEX_CHECKOUT) | *deprecated* | |
|
||||
| public | [REFUND_NETWORK](../classes/YooKassa-Model-Refund-RefundCancellationDetailsPartyCode.md#constant_REFUND_NETWORK) | | Любые участники процесса возврата, кроме ЮKassa и вас (например, эмитент банковской карты) |
|
||||
|
||||
---
|
||||
@@ -63,6 +64,15 @@ YOO_MONEY = 'yoo_money'
|
||||
```
|
||||
|
||||
|
||||
<a name="constant_YANDEX_CHECKOUT" class="anchor"></a>
|
||||
###### ~~YANDEX_CHECKOUT~~
|
||||
```php
|
||||
YANDEX_CHECKOUT = 'yandex_checkout'
|
||||
```
|
||||
|
||||
**deprecated**
|
||||
Устарел. Оставлен для обратной совместимости
|
||||
|
||||
<a name="constant_REFUND_NETWORK" class="anchor"></a>
|
||||
###### REFUND_NETWORK
|
||||
Любые участники процесса возврата, кроме ЮKassa и вас (например, эмитент банковской карты)
|
||||
@@ -154,10 +164,10 @@ Static public valueExists(mixed $value) : bool
|
||||
### Reports
|
||||
* [Errors - 0](../reports/errors.md)
|
||||
* [Markers - 0](../reports/markers.md)
|
||||
* [Deprecated - 13](../reports/deprecated.md)
|
||||
* [Deprecated - 15](../reports/deprecated.md)
|
||||
|
||||
---
|
||||
|
||||
This document was automatically generated from source code comments on 2023-06-30 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
This document was automatically generated from source code comments on 2023-10-17 using [phpDocumentor](http://www.phpdoc.org/)
|
||||
|
||||
© 2023 YooMoney
|
||||
Reference in New Issue
Block a user