7.1 KiB
YooKassa API SDK
Interface: RefundInterface
Namespace: \YooKassa\Model
Summary:
Interface RefundInterface
Constants
- No constants found
Methods
| Visibility | Name | Flag | Summary |
|---|---|---|---|
| public | getAmount() | Возвращает сумму возврата | |
| public | getCreatedAt() | Возвращает дату создания возврата | |
| public | getDeal() | Возвращает сделку, в рамках которой нужно провести возврат. | |
| public | getDescription() | Возвращает комментарий к возврату | |
| public | getId() | Возвращает идентификатор возврата платежа | |
| public | getPaymentId() | Возвращает идентификатор платежа | |
| public | getReceiptRegistration() | Возвращает статус регистрации чека | |
| public | getSources() | Возвращает информацию о распределении денег — сколько и в какой магазин нужно перевести | |
| public | getStatus() | Возвращает статус текущего возврата |
Details
- File: lib/Model/RefundInterface.php
- Package: \YooKassa
Tags
| Tag | Version | Description |
|---|---|---|
| property-read | Идентификатор возврата платежа | |
| property-read | Идентификатор платежа | |
| property-read | Идентификатор платежа | |
| property-read | Статус возврата | |
| property-read | Время создания возврата | |
| property-read | Время создания возврата | |
| property-read | Сумма возврата | |
| property-read | Статус регистрации чека | |
| property-read | Статус регистрации чека | |
| property-read | Комментарий, основание для возврата средств покупателю | |
| property-read | Данные о сделке, в составе которой проходит возврат |
Methods
public getId() : string
public getId() : string
Summary
Возвращает идентификатор возврата платежа
Details:
- Inherited From: \YooKassa\Model\RefundInterface
Returns: string - Идентификатор возврата
public getPaymentId() : string
public getPaymentId() : string
Summary
Возвращает идентификатор платежа
Details:
- Inherited From: \YooKassa\Model\RefundInterface
Returns: string - Идентификатор платежа
public getStatus() : string
public getStatus() : string
Summary
Возвращает статус текущего возврата
Details:
- Inherited From: \YooKassa\Model\RefundInterface
Returns: string - Статус возврата
public getCreatedAt() : \DateTime
public getCreatedAt() : \DateTime
Summary
Возвращает дату создания возврата
Details:
- Inherited From: \YooKassa\Model\RefundInterface
Returns: \DateTime - Время создания возврата
public getAmount() : \YooKassa\Model\AmountInterface
public getAmount() : \YooKassa\Model\AmountInterface
Summary
Возвращает сумму возврата
Details:
- Inherited From: \YooKassa\Model\RefundInterface
Returns: \YooKassa\Model\AmountInterface - Сумма возврата
public getReceiptRegistration() : string
public getReceiptRegistration() : string
Summary
Возвращает статус регистрации чека
Details:
- Inherited From: \YooKassa\Model\RefundInterface
Returns: string - Статус регистрации чека
public getDescription() : string
public getDescription() : string
Summary
Возвращает комментарий к возврату
Details:
- Inherited From: \YooKassa\Model\RefundInterface
Returns: string - Комментарий, основание для возврата средств покупателю
public getSources() : \YooKassa\Model\SourceInterface[]
public getSources() : \YooKassa\Model\SourceInterface[]
Summary
Возвращает информацию о распределении денег — сколько и в какой магазин нужно перевести
Details:
- Inherited From: \YooKassa\Model\RefundInterface
Returns: \YooKassa\Model\SourceInterface[] -
public getDeal() : \YooKassa\Model\Deal\RefundDealInfo
public getDeal() : \YooKassa\Model\Deal\RefundDealInfo
Summary
Возвращает сделку, в рамках которой нужно провести возврат.
Details:
- Inherited From: \YooKassa\Model\RefundInterface
Returns: \YooKassa\Model\Deal\RefundDealInfo - Сделка, в рамках которой нужно провести возврат
Top Namespaces
Reports
This document was automatically generated from source code comments on 2023-04-06 using phpDocumentor
© 2023 YooMoney