Добавлены нулевые привязки по СБП Добавлена причина отмены возвратов `payment_expired`
8.4 KiB
YooKassa API SDK
Interface: DealInterface
Namespace: \YooKassa\Model\Deal
Summary:
Interface DealInterface.
Constants
- No constants found
Methods
| Visibility | Name | Flag | Summary |
|---|---|---|---|
| public | getBalance() | Возвращает баланс сделки. | |
| public | getCreatedAt() | Возвращает время создания сделки. | |
| public | getDescription() | Возвращает описание сделки (не более 128 символов). | |
| public | getExpiresAt() | Возвращает время автоматического закрытия сделки. | |
| public | getFeeMoment() | Возвращает момент перечисления вам вознаграждения платформы. | |
| public | getId() | Возвращает Id сделки. | |
| public | getMetadata() | Возвращает дополнительные данные сделки. | |
| public | getPayoutBalance() | Возвращает сумму вознаграждения продавца. | |
| public | getStatus() | Возвращает статус сделки. | |
| public | getTest() | Возвращает признак тестовой операции. | |
| public | getType() | Возвращает тип сделки. |
Details
- File: lib/Model/Deal/DealInterface.php
- Package: \YooKassa\Model
- See Also:
Tags
| Tag | Version | Description |
|---|---|---|
| category | Interface | |
| author | cms@yoomoney.ru | |
| property | Идентификатор сделки | |
| property | Статус сделки | |
| property | Тип сделки | |
| property | Момент перечисления вознаграждения | |
| property | Момент перечисления вознаграждения | |
| property | Описание сделки | |
| property | Баланс сделки | |
| property | Сумма вознаграждения продавца | |
| property | Сумма вознаграждения продавца | |
| property | Время создания сделки | |
| property | Время создания сделки | |
| property | Время автоматического закрытия сделки | |
| property | Время автоматического закрытия сделки | |
| property | Дополнительные данные сделки | |
| property | Признак тестовой операции |
Methods
public getId() : string|null
public getId() : string|null
Summary
Возвращает Id сделки.
Details:
- Inherited From: \YooKassa\Model\Deal\DealInterface
Returns: string|null - Id сделки
public getType() : string|null
public getType() : string|null
Summary
Возвращает тип сделки.
Details:
- Inherited From: \YooKassa\Model\Deal\DealInterface
Returns: string|null - Тип сделки
public getFeeMoment() : string|null
public getFeeMoment() : string|null
Summary
Возвращает момент перечисления вам вознаграждения платформы.
Details:
- Inherited From: \YooKassa\Model\Deal\DealInterface
Returns: string|null - Момент перечисления вознаграждения
public getDescription() : string|null
public getDescription() : string|null
Summary
Возвращает описание сделки (не более 128 символов).
Details:
- Inherited From: \YooKassa\Model\Deal\DealInterface
Returns: string|null - Описание сделки
public getBalance() : \YooKassa\Model\AmountInterface|null
public getBalance() : \YooKassa\Model\AmountInterface|null
Summary
Возвращает баланс сделки.
Details:
- Inherited From: \YooKassa\Model\Deal\DealInterface
Returns: \YooKassa\Model\AmountInterface|null - Баланс сделки
public getPayoutBalance() : \YooKassa\Model\AmountInterface|null
public getPayoutBalance() : \YooKassa\Model\AmountInterface|null
Summary
Возвращает сумму вознаграждения продавца.
Details:
- Inherited From: \YooKassa\Model\Deal\DealInterface
Returns: \YooKassa\Model\AmountInterface|null - Сумма вознаграждения продавца
public getStatus() : string|null
public getStatus() : string|null
Summary
Возвращает статус сделки.
Details:
- Inherited From: \YooKassa\Model\Deal\DealInterface
Returns: string|null - Статус сделки
public getCreatedAt() : \DateTime|null
public getCreatedAt() : \DateTime|null
Summary
Возвращает время создания сделки.
Details:
- Inherited From: \YooKassa\Model\Deal\DealInterface
Returns: \DateTime|null - Время создания сделки
public getExpiresAt() : \DateTime|null
public getExpiresAt() : \DateTime|null
Summary
Возвращает время автоматического закрытия сделки.
Details:
- Inherited From: \YooKassa\Model\Deal\DealInterface
Returns: \DateTime|null - Время автоматического закрытия сделки
public getMetadata() : \YooKassa\Model\Metadata|null
public getMetadata() : \YooKassa\Model\Metadata|null
Summary
Возвращает дополнительные данные сделки.
Details:
- Inherited From: \YooKassa\Model\Deal\DealInterface
Returns: \YooKassa\Model\Metadata|null - Дополнительные данные сделки
public getTest() : bool|null
public getTest() : bool|null
Summary
Возвращает признак тестовой операции.
Details:
- Inherited From: \YooKassa\Model\Deal\DealInterface
Returns: bool|null - Признак тестовой операции
Top Namespaces
Reports
This document was automatically generated from source code comments on 2026-06-29 using phpDocumentor
© 2026 YooMoney