YearlyValidity

@Serializable
class YearlyValidity(val startMonth: Int, val startDay: Int, val endMonth: Int, val endDay: Int) : ValidityDto

Constructors

Link copied to clipboard
constructor(startMonth: Int, startDay: Int, endMonth: Int, endDay: Int)

Properties

Link copied to clipboard
val endDay: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val type: String