mirror of
https://git.yoomoney.ru/scm/sdk/yookassa-sdk-php.git
synced 2026-08-31 20:49:20 +00:00
3.5 KiB
3.5 KiB
YooKassa API SDK
Class: \YooKassa\Request\Payments\ReceiverData\ReceiverFactory
Namespace: \YooKassa\Request\Payments\ReceiverData
Summary:
Класс, представляющий модель ReceiverFactory.
Description:
Фабрика создания объекта кода получателя оплаты из массива.
Constants
- No constants found
Methods
| Visibility | Name | Flag | Summary |
|---|---|---|---|
| public | factory() | Фабричный метод создания объекта кода получателя оплаты по типу. | |
| public | factoryFromArray() | Фабричный метод создания объекта кода получателя оплаты из массива. |
Details
-
Package: YooKassa\Request
-
Class Hierarchy:
- \YooKassa\Request\Payments\ReceiverData\ReceiverFactory
-
See Also:
Tags
| Tag | Version | Description |
|---|---|---|
| category | Class | |
| author | cms@yoomoney.ru |
Methods
public factory() : \YooKassa\Request\Payments\ReceiverData\AbstractReceiver
public factory(string|null $type = null) : \YooKassa\Request\Payments\ReceiverData\AbstractReceiver
Summary
Фабричный метод создания объекта кода получателя оплаты по типу.
Details:
- Inherited From: \YooKassa\Request\Payments\ReceiverData\ReceiverFactory
Parameters:
| Type | Name | Description |
|---|---|---|
string OR null |
type | Тип платежных данных |
Returns: \YooKassa\Request\Payments\ReceiverData\AbstractReceiver -
public factoryFromArray() : \YooKassa\Request\Payments\ReceiverData\AbstractReceiver
public factoryFromArray(array|null $data = null, string|null $type = null) : \YooKassa\Request\Payments\ReceiverData\AbstractReceiver
Summary
Фабричный метод создания объекта кода получателя оплаты из массива.
Details:
- Inherited From: \YooKassa\Request\Payments\ReceiverData\ReceiverFactory
Parameters:
| Type | Name | Description |
|---|---|---|
array OR null |
data | Массив платежных данных |
string OR null |
type | Тип платежных данных |
Returns: \YooKassa\Request\Payments\ReceiverData\AbstractReceiver -
Top Namespaces
Reports
This document was automatically generated from source code comments on 2026-08-13 using phpDocumentor
© 2026 YooMoney