meraproject/vendor/yoomoney/yookassa-sdk-php/docs/classes/YooKassa-Model-CancellationDetailsInterface.md
keboss-m 5c21d25d45 Initial commit: Merakomis portal, Docker stack and user-reader API.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-24 11:04:05 +03:00

88 lines
2.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# [YooKassa API SDK](../home.md)
# Interface: CancellationDetailsInterface
### Namespace: [\YooKassa\Model](../namespaces/yookassa-model.md)
---
**Summary:**
Interface CancellationDetailsInterface
---
### Constants
* No constants found
---
### Methods
| Visibility | Name | Flag | Summary |
| ----------:| ---- | ---- | ------- |
| public | [getParty()](../classes/YooKassa-Model-CancellationDetailsInterface.md#method_getParty) | | Возвращает участника процесса платежа, который принял решение об отмене транзакции |
| public | [getReason()](../classes/YooKassa-Model-CancellationDetailsInterface.md#method_getReason) | | Возвращает причину отмены платежа |
---
### Details
* File: [lib/Model/CancellationDetailsInterface.php](../../lib/Model/CancellationDetailsInterface.php)
* Package: \YooKassa
---
### Tags
| Tag | Version | Description |
| --- | ------- | ----------- |
| property-read | | Участник процесса платежа, который принял решение об отмене транзакции. |
| property-read | | Причина отмены платежа. |
---
## Methods
<a name="method_getParty" class="anchor"></a>
#### public getParty() : string
```php
public getParty() : string
```
**Summary**
Возвращает участника процесса платежа, который принял решение об отмене транзакции
**Details:**
* Inherited From: [\YooKassa\Model\CancellationDetailsInterface](../classes/YooKassa-Model-CancellationDetailsInterface.md)
**Returns:** string - Участник процесса платежа
<a name="method_getReason" class="anchor"></a>
#### public getReason() : string
```php
public getReason() : string
```
**Summary**
Возвращает причину отмены платежа
**Details:**
* Inherited From: [\YooKassa\Model\CancellationDetailsInterface](../classes/YooKassa-Model-CancellationDetailsInterface.md)
**Returns:** string - Причина отмены платежа
---
### Top Namespaces
* [\YooKassa](../namespaces/yookassa.md)
---
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 1](../reports/markers.md)
* [Deprecated - 25](../reports/deprecated.md)
---
This document was automatically generated from source code comments on 2023-04-06 using [phpDocumentor](http://www.phpdoc.org/)
&copy; 2023 YooMoney