PersonalDetailsPref

data class PersonalDetailsPref(val birthDate: Timestamp? = null)

Constructors

Link copied to clipboard
constructor(birthDate: Timestamp? = null)

Properties

Link copied to clipboard
val birthDate: Timestamp? = null

The birth date of account owner.