Inttegro TypeScript SDK - v8.2.0
Studio
GitHub
Preparing search index...
types/money
Amount
Interface Amount
An amount returned by the API, in the currency's smallest unit.
interface
Amount
{
currency
:
Currency
;
value
:
number
;
}
Hierarchy (
View Summary
)
Amount
Price
Index
Properties
currency
value
Properties
currency
currency
:
Currency
value
value
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
currency
value
Studio
GitHub
Inttegro TypeScript SDK - v8.2.0
Loading...
An amount returned by the API, in the currency's smallest unit.