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
/
TrendBalanceDto
Trend
Balance
Dto
data
class
TrendBalanceDto
(
var
date
:
OffsetDateTime
,
var
balance
:
AmountDto
)
Trending balance of an account or credit card
Parameters
date
Datetime of the balance
balance
Members
Constructors
Trend
Balance
Dto
Link copied to clipboard
constructor
(
date
:
OffsetDateTime
,
balance
:
AmountDto
)
Properties
balance
Link copied to clipboard
@
Valid
var
balance
:
AmountDto
date
Link copied to clipboard
var
date
:
OffsetDateTime