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
/
AmountDto
Amount
Dto
data
class
AmountDto
(
var
value
:
BigDecimal
,
var
currency
:
CurrencyDto
?
=
null
)
Amount with value and currency.
Parameters
`value` Value of the amount.
currency
Members
Constructors
Amount
Dto
Link copied to clipboard
constructor
(
value
:
BigDecimal
,
currency
:
CurrencyDto
?
=
null
)
Properties
currency
Link copied to clipboard
@
Valid
var
currency
:
CurrencyDto
?
value
Link copied to clipboard
var
value
:
BigDecimal