mirror of
https://git.yoomoney.ru/scm/sdk/yookassa-sdk-php.git
synced 2026-08-17 18:41:19 +00:00
3.7 KiB
3.7 KiB
YooKassa API SDK
Interface: AmountInterface
Namespace: \YooKassa\Model
Summary:
Interface AmountInterface
Constants
- No constants found
Methods
| Visibility | Name | Flag | Summary |
|---|---|---|---|
| public | getCurrency() | Возвращает валюту | |
| public | getIntegerValue() | Возвращает сумму в копейках в виде целого числа | |
| public | getValue() | Возвращает значение суммы | |
| public | setCurrency() | Устанавливает код валюты | |
| public | setValue() | Устанавливает значение суммы |
Details
- File: lib/Model/AmountInterface.php
- Package: \YooKassa
Tags
| Tag | Version | Description |
|---|---|---|
| property-read | Сумма | |
| property-read | Код валюты |
Methods
public getValue() : string
public getValue() : string
Summary
Возвращает значение суммы
Details:
- Inherited From: \YooKassa\Model\AmountInterface
Returns: string - Сумма
public setValue() : mixed
public setValue(\YooKassa\Model\numeric $value) : mixed
Summary
Устанавливает значение суммы
Details:
- Inherited From: \YooKassa\Model\AmountInterface
Parameters:
| Type | Name | Description |
|---|---|---|
\YooKassa\Model\numeric |
value | Сумма |
Returns: mixed -
public getIntegerValue() : int
public getIntegerValue() : int
Summary
Возвращает сумму в копейках в виде целого числа
Details:
- Inherited From: \YooKassa\Model\AmountInterface
Returns: int - Сумма в копейках/центах
public getCurrency() : string
public getCurrency() : string
Summary
Возвращает валюту
Details:
- Inherited From: \YooKassa\Model\AmountInterface
Returns: string - Код валюты
public setCurrency() : mixed
public setCurrency(string $value) : mixed
Summary
Устанавливает код валюты
Details:
- Inherited From: \YooKassa\Model\AmountInterface
Parameters:
| Type | Name | Description |
|---|---|---|
string |
value | Код валюты |
Returns: mixed -
Top Namespaces
Reports
This document was automatically generated from source code comments on 2021-09-16 using phpDocumentor
© 2021 YooMoney