toggle menu
UFC - Unified Finance Client
0.5.0
jvm
switch theme
search in API
UFC - Unified Finance Client
/
com.ulalax.ufc.domain.model.quote
/
EarningsHistory
Earnings
History
@
Serializable
data
class
EarningsHistory
(
val
maxAge
:
Int
?
=
null
,
val
history
:
List
<
EarningsTrendData
>
?
=
null
)
(
source
)
수익 이력
Members
Constructors
Earnings
History
Link copied to clipboard
constructor
(
maxAge
:
Int
?
=
null
,
history
:
List
<
EarningsTrendData
>
?
=
null
)
Properties
history
Link copied to clipboard
@
SerialName
(
value
=
"history"
)
val
history
:
List
<
EarningsTrendData
>
?
=
null
max
Age
Link copied to clipboard
@
SerialName
(
value
=
"maxAge"
)
val
maxAge
:
Int
?
=
null