Birthdate

@Serializable
data class Birthdate(val day: Int, val month: Int, val year: Int)

Constructors

Link copied to clipboard
constructor(day: Int, month: Int, year: Int)

Properties

Link copied to clipboard
val date: Date
Link copied to clipboard
@SerialName(value = "day")
val day: Int
Link copied to clipboard
@SerialName(value = "month")
val month: Int
Link copied to clipboard
@SerialName(value = "year")
val year: Int