mirror of
https://git.yoomoney.ru/scm/sdk/yookassa-sdk-php.git
synced 2026-08-25 12:28:05 +00:00
260d13f890
Добавлены нулевые привязки по СБП Добавлена причина отмены возвратов `payment_expired`
2.9 KiB
2.9 KiB
YooKassa API SDK
Interface: RecipientInterface
Namespace: \YooKassa\Model\Payment
Summary:
Интерфейс получателя платежа.
Description:
Получатель платежа нужен, если вы разделяете потоки платежей в рамках одного аккаунта или создаете платеж в адрес другого аккаунта.
Constants
- No constants found
Methods
| Visibility | Name | Flag | Summary |
|---|---|---|---|
| public | getAccountId() | Возвращает идентификатор магазина. | |
| public | getGatewayId() | Возвращает идентификатор шлюза. |
Details
- File: lib/Model/Payment/RecipientInterface.php
- Package: \YooKassa\Model
- See Also:
Tags
| Tag | Version | Description |
|---|---|---|
| category | Class | |
| author | cms@yoomoney.ru | |
| property | Идентификатор магазина | |
| property | Идентификатор магазина | |
| property | Идентификатор шлюза | |
| property | Идентификатор шлюза |
Methods
public getAccountId() : string|null
public getAccountId() : string|null
Summary
Возвращает идентификатор магазина.
Details:
- Inherited From: \YooKassa\Model\Payment\RecipientInterface
Returns: string|null - Идентификатор магазина
public getGatewayId() : string|null
public getGatewayId() : string|null
Summary
Возвращает идентификатор шлюза.
Description
Идентификатор шлюза используется для разделения потоков платежей в рамках одного аккаунта.
Details:
- Inherited From: \YooKassa\Model\Payment\RecipientInterface
Returns: string|null - Идентификатор шлюза
Top Namespaces
Reports
This document was automatically generated from source code comments on 2026-06-29 using phpDocumentor
© 2026 YooMoney