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