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
/
Holder
Holder
@
Serializable
data
class
Holder
(
val
maxAge
:
Int
?
=
null
,
val
holder
:
String
?
=
null
,
val
value
:
RawFormatted
?
=
null
)
(
source
)
주주 정보
Members
Constructors
Holder
Link copied to clipboard
constructor
(
maxAge
:
Int
?
=
null
,
holder
:
String
?
=
null
,
value
:
RawFormatted
?
=
null
)
Properties
holder
Link copied to clipboard
@
SerialName
(
value
=
"holder"
)
val
holder
:
String
?
=
null
max
Age
Link copied to clipboard
@
SerialName
(
value
=
"maxAge"
)
val
maxAge
:
Int
?
=
null
value
Link copied to clipboard
@
SerialName
(
value
=
"value"
)
val
value
:
RawFormatted
?
=
null