mirror of
https://git.yoomoney.ru/scm/sdk/yookassa-sdk-php.git
synced 2026-08-19 02:10:46 +00:00
260d13f890
Добавлены нулевые привязки по СБП Добавлена причина отмены возвратов `payment_expired`
4.9 KiB
4.9 KiB
YooKassa API SDK
Interface: ReceiptCustomerInterface
Namespace: \YooKassa\Model\Receipt
Summary:
Interface ReceiptCustomerInterface.
Constants
- No constants found
Methods
| Visibility | Name | Flag | Summary |
|---|---|---|---|
| public | getEmail() | Возвращает адрес электронной почты на который будет выслан чек. | |
| public | getFullName() | Возвращает название организации или ФИО физического лица. | |
| public | getInn() | Возвращает ИНН плательщика. | |
| public | getPhone() | Возвращает номер телефона плательщика в формате ITU-T E.164 на который будет выслан чек. | |
| public | jsonSerialize() | Возвращает массив полей плательщика. |
Details
- File: lib/Model/Receipt/ReceiptCustomerInterface.php
- Package: \YooKassa\Model
- See Also:
Tags
| Tag | Version | Description |
|---|---|---|
| category | Interface | |
| author | cms@yoomoney.ru | |
| property | Для юрлица — название организации, для ИП и физического лица — ФИО. | |
| property | Для юрлица — название организации, для ИП и физического лица — ФИО. | |
| property | Номер телефона плательщика в формате ITU-T E.164 на который будет выслан чек. | |
| property | E-mail адрес плательщика на который будет выслан чек. | |
| property | ИНН плательщика (10 или 12 цифр). |
Methods
public getFullName() : string|null
public getFullName() : string|null
Summary
Возвращает название организации или ФИО физического лица.
Details:
- Inherited From: \YooKassa\Model\Receipt\ReceiptCustomerInterface
Returns: string|null - Название организации или ФИО физического лица
public getPhone() : string|null
public getPhone() : string|null
Summary
Возвращает номер телефона плательщика в формате ITU-T E.164 на который будет выслан чек.
Details:
- Inherited From: \YooKassa\Model\Receipt\ReceiptCustomerInterface
Returns: string|null - Номер телефона плательщика
public getEmail() : string|null
public getEmail() : string|null
Summary
Возвращает адрес электронной почты на который будет выслан чек.
Details:
- Inherited From: \YooKassa\Model\Receipt\ReceiptCustomerInterface
Returns: string|null - E-mail адрес плательщика
public getInn() : string|null
public getInn() : string|null
Summary
Возвращает ИНН плательщика.
Details:
- Inherited From: \YooKassa\Model\Receipt\ReceiptCustomerInterface
Returns: string|null - ИНН плательщика
public jsonSerialize() : array
public jsonSerialize() : array
Summary
Возвращает массив полей плательщика.
Details:
- Inherited From: \YooKassa\Model\Receipt\ReceiptCustomerInterface
Returns: array -
Top Namespaces
Reports
This document was automatically generated from source code comments on 2026-06-29 using phpDocumentor
© 2026 YooMoney