mirror of
https://git.yoomoney.ru/scm/sdk/yookassa-sdk-php.git
synced 2026-08-30 20:17:36 +00:00
2.4 KiB
2.4 KiB
YooKassa API SDK
Interface: SettlementInterface
Namespace: \YooKassa\Model\Receipt
Summary:
Interface PostReceiptResponseSettlementInterface.
Constants
- No constants found
Methods
| Visibility | Name | Flag | Summary |
|---|---|---|---|
| public | getAmount() | Возвращает размер оплаты. | |
| public | getType() | Возвращает вид оплаты в чеке (cashless |
Details
- File: lib/Model/Receipt/SettlementInterface.php
- Package: \YooKassa\Model
- See Also:
Tags
| Tag | Version | Description |
|---|---|---|
| category | Interface | |
| author | cms@yoomoney.ru | |
| property | Вид оплаты в чеке | |
| property | Размер оплаты |
Methods
public getType() : string|null
public getType() : string|null
Summary
Возвращает вид оплаты в чеке (cashless | prepayment | postpayment | consideration).
Details:
- Inherited From: \YooKassa\Model\Receipt\SettlementInterface
Returns: string|null - Вид оплаты в чеке
public getAmount() : \YooKassa\Model\AmountInterface|null
public getAmount() : \YooKassa\Model\AmountInterface|null
Summary
Возвращает размер оплаты.
Details:
- Inherited From: \YooKassa\Model\Receipt\SettlementInterface
Returns: \YooKassa\Model\AmountInterface|null - Размер оплаты
Top Namespaces
Reports
This document was automatically generated from source code comments on 2025-07-01 using phpDocumentor
© 2025 YooMoney