EarningsDates

data class EarningsDates(val maxAge: Int? = null, val earningsDate: List<Long>? = null, val earningsAverage: RawFormatted? = null, val earningsLow: RawFormatted? = null, val earningsHigh: RawFormatted? = null)(source)

수익 발표 날짜

Constructors

Link copied to clipboard
constructor(maxAge: Int? = null, earningsDate: List<Long>? = null, earningsAverage: RawFormatted? = null, earningsLow: RawFormatted? = null, earningsHigh: RawFormatted? = null)

Properties

Link copied to clipboard
@SerialName(value = "earningsAverage")
val earningsAverage: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "earningsDate")
val earningsDate: List<Long>? = null
Link copied to clipboard
@SerialName(value = "earningsHigh")
val earningsHigh: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "earningsLow")
val earningsLow: RawFormatted? = null
Link copied to clipboard
@SerialName(value = "maxAge")
val maxAge: Int? = null