mirror of
https://git.yoomoney.ru/scm/sdk/yookassa-sdk-php.git
synced 2026-09-20 15:16:51 +00:00
3.2 KiB
3.2 KiB
YooKassa API SDK
Interface: VatDataInterface
Namespace: \YooKassa\Model\Payment\PaymentMethod\B2b\Sberbank
Summary:
Interface VatDataInterface.
Constants
- No constants found
Methods
| Visibility | Name | Flag | Summary |
|---|---|---|---|
| public | getAmount() | Возвращает сумму НДС | |
| public | getRate() | Возвращает данные об НДС | |
| public | getType() | Возвращает способ расчёта НДС |
Details
- File: lib/Model/Payment/PaymentMethod/B2b/Sberbank/VatDataInterface.php
- Package: \YooKassa\Model
- See Also:
Tags
| Tag | Version | Description |
|---|---|---|
| category | Class | |
| author | cms@yoomoney.ru | |
| property | Способ расчёта НДС | |
| property | Данные об НДС в случае, если сумма НДС включена в сумму платежа | |
| property | Сумма НДС |
Methods
public getType() : string|null
public getType() : string|null
Summary
Возвращает способ расчёта НДС
Details:
Returns: string|null - Способ расчёта НДС
public getRate() : string|null
public getRate() : string|null
Summary
Возвращает данные об НДС
Details:
Returns: string|null - Данные об НДС
public getAmount() : \YooKassa\Model\AmountInterface|null
public getAmount() : \YooKassa\Model\AmountInterface|null
Summary
Возвращает сумму НДС
Details:
Returns: \YooKassa\Model\AmountInterface|null - Сумма НДС
Top Namespaces
Reports
This document was automatically generated from source code comments on 2024-12-05 using phpDocumentor
© 2024 YooMoney