# [YooKassa API SDK](../home.md) # Class: \YooKassa\Request\SelfEmployed\SelfEmployedRequestConfirmationFactory ### Namespace: [\YooKassa\Request\SelfEmployed](../namespaces/yookassa-request-selfemployed.md) --- **Summary:** Class SelfEmployedRequestConfirmationFactory --- ### Constants * No constants found --- ### Methods | Visibility | Name | Flag | Summary | | ----------:| ---- | ---- | ------- | | public | [factory()](../classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmationFactory.md#method_factory) | | Возвращает объект, соответствующий типу подтверждения платежа | | public | [factoryFromArray()](../classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmationFactory.md#method_factoryFromArray) | | Возвращает объект, соответствующий типу подтверждения платежа, из массива данных | --- ### Details * File: [lib/Request/SelfEmployed/SelfEmployedRequestConfirmationFactory.php](../../lib/Request/SelfEmployed/SelfEmployedRequestConfirmationFactory.php) * Package: YooKassa * Class Hierarchy: * \YooKassa\Request\SelfEmployed\SelfEmployedRequestConfirmationFactory --- ## Methods #### public factory() : \YooKassa\Request\SelfEmployed\SelfEmployedRequestConfirmation ```php public factory(string $type) : \YooKassa\Request\SelfEmployed\SelfEmployedRequestConfirmation ``` **Summary** Возвращает объект, соответствующий типу подтверждения платежа **Details:** * Inherited From: [\YooKassa\Request\SelfEmployed\SelfEmployedRequestConfirmationFactory](../classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmationFactory.md) ##### Parameters: | Type | Name | Description | | ---- | ---- | ----------- | | string | type | Тип подтверждения платежа | **Returns:** \YooKassa\Request\SelfEmployed\SelfEmployedRequestConfirmation - #### public factoryFromArray() : \YooKassa\Request\SelfEmployed\SelfEmployedRequestConfirmation ```php public factoryFromArray(array $data, string|null $type = null) : \YooKassa\Request\SelfEmployed\SelfEmployedRequestConfirmation ``` **Summary** Возвращает объект, соответствующий типу подтверждения платежа, из массива данных **Details:** * Inherited From: [\YooKassa\Request\SelfEmployed\SelfEmployedRequestConfirmationFactory](../classes/YooKassa-Request-SelfEmployed-SelfEmployedRequestConfirmationFactory.md) ##### Parameters: | Type | Name | Description | | ---- | ---- | ----------- | | array | data | Массив данных подтверждения платежа | | string OR null | type | Тип подтверждения платежа | **Returns:** \YooKassa\Request\SelfEmployed\SelfEmployedRequestConfirmation - --- ### Top Namespaces * [\YooKassa](../namespaces/yookassa.md) --- ### Reports * [Errors - 0](../reports/errors.md) * [Markers - 1](../reports/markers.md) * [Deprecated - 25](../reports/deprecated.md) --- This document was automatically generated from source code comments on 2023-04-06 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney