m8ty-api-server
Toggle table of contents
1.114.0
jvm
Platform filter
jvm
Switch theme
Search in API
m8ty-api-server
m8ty-dto - m8ty Data Transfer Objects
/
eu.m8ty.dtos.common
/
CurrencyDto
Currency
Dto
data
class
CurrencyDto
(
var
isoCurrency
:
IsoCurrencyEnumDto
,
var
symbol
:
String
?
=
null
)
Currency with ISO code and symbol.
Parameters
iso
Currency
symbol
Symbol (
$
,
€
, ...) of the currency
Members
Constructors
Currency
Dto
Link copied to clipboard
constructor
(
isoCurrency
:
IsoCurrencyEnumDto
,
symbol
:
String
?
=
null
)
Properties
iso
Currency
Link copied to clipboard
@
Valid
var
isoCurrency
:
IsoCurrencyEnumDto
symbol
Link copied to clipboard
var
symbol
:
String
?