KYCDao
KYCDao
/
com.kycdao.android.sdk.model
/
NativeCurrency
Native
Currency
data
class
NativeCurrency
(
val
decimals
:
Int
,
val
name
:
String
,
val
symbol
:
String
)
Content copied to clipboard
Constructors
Properties
Constructors
Native
Currency
Link copied to clipboard
fun
NativeCurrency
(
decimals
:
Int
,
name
:
String
,
symbol
:
String
)
Content copied to clipboard
Properties
base
To
Native
Divisor
Link copied to clipboard
val
baseToNativeDivisor
:
BigInteger
Content copied to clipboard
decimals
Link copied to clipboard
val
decimals
:
Int
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
symbol
Link copied to clipboard
val
symbol
:
String
Content copied to clipboard