mirror of
https://git.yoomoney.ru/scm/sdk/yookassa-sdk-php.git
synced 2026-09-06 07:28:31 +00:00
2.9 KiB
2.9 KiB
YooKassa API SDK
Interface: RecipientPosLinkRequestInterface
Namespace: \YooKassa\Request\PosLink
Summary:
Interface RecipientPosLinkRequestInterface.
Constants
- No constants found
Methods
| Visibility | Name | Flag | Summary |
|---|---|---|---|
| public | getRecipient() | Возвращает получателя платежа по кассовой ссылке. | |
| public | setRecipient() | Устанавливает получателя платежа по кассовой ссылке. |
Details
- File: lib/Request/PosLink/RecipientPosLinkRequestInterface.php
- Package: \YooKassa\Request
- See Also:
Tags
| Tag | Version | Description |
|---|---|---|
| category | Interface | |
| author | cms@yoomoney.ru | |
| property | Получатель платежа по кассовой ссылке |
Methods
public getRecipient() : \YooKassa\Model\PosLink\PosLinkRecipient|null
public getRecipient() : \YooKassa\Model\PosLink\PosLinkRecipient|null
Summary
Возвращает получателя платежа по кассовой ссылке.
Details:
- Inherited From: \YooKassa\Request\PosLink\RecipientPosLinkRequestInterface
Returns: \YooKassa\Model\PosLink\PosLinkRecipient|null - Получатель платежа по кассовой ссылке
public setRecipient() : self
public setRecipient(\YooKassa\Model\PosLink\PosLinkRecipient|array|null $recipient = null) : self
Summary
Устанавливает получателя платежа по кассовой ссылке.
Details:
- Inherited From: \YooKassa\Request\PosLink\RecipientPosLinkRequestInterface
Parameters:
| Type | Name | Description |
|---|---|---|
\YooKassa\Model\PosLink\PosLinkRecipient OR array OR null |
recipient | Получатель платежа по кассовой ссылке |
Returns: self -
Top Namespaces
Reports
This document was automatically generated from source code comments on 2026-08-13 using phpDocumentor
© 2026 YooMoney