DateElement

data class DateElement(val value: LocalDate) : MobileCredentialElement

Constructors

Link copied to clipboard
constructor(value: LocalDate)

Properties

Link copied to clipboard
val type: String
Link copied to clipboard
open override val value: LocalDate