Preparing search index...
The search index is not available
Typescript SDK Type Docs
Typescript SDK Type Docs
Import API SDK
ITypedMoney
Interface ITypedMoney
interface
ITypedMoney
{
centAmount
:
number
;
currencyCode
:
string
;
fractionDigits
?:
number
;
type
:
string
;
}
Hierarchy (
View Summary
)
ITypedMoney
HighPrecisionMoney
Money
Index
Properties
cent
Amount
currency
Code
fraction
Digits?
type
Properties
Readonly
cent
Amount
centAmount
:
number
Readonly
currency
Code
currencyCode
:
string
The currency code compliant to
ISO 4217
.
Optional
Readonly
fraction
Digits
fractionDigits
?:
number
Readonly
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cent
Amount
currency
Code
fraction
Digits
type
Typescript SDK Type Docs
Loading...
The currency code compliant to ISO 4217.