Inttegro TypeScript SDK - v8.2.0
Studio
GitHub
Preparing search index...
types/money
AmountParams
Interface AmountParams
An amount supplied in an API request, in the currency's smallest unit.
interface
AmountParams
{
currency
:
Currency
;
value
:
number
;
}
Hierarchy (
View Summary
)
AmountParams
PriceParams
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 supplied in an API request, in the currency's smallest unit.