Holder

data class Holder(val maxAge: Int? = null, val holder: String? = null, val value: RawFormatted? = null)(source)

주주 정보

Constructors

Link copied to clipboard
constructor(maxAge: Int? = null, holder: String? = null, value: RawFormatted? = null)

Properties

Link copied to clipboard
@SerialName(value = "holder")
val holder: String? = null
Link copied to clipboard
@SerialName(value = "maxAge")
val maxAge: Int? = null
Link copied to clipboard
@SerialName(value = "value")
val value: RawFormatted? = null