ULTraveler

fun ULTraveler(travelerId: Int? = null, title: String? = null, firstName: String? = null, lastName: String? = null, dateOfBirth: Date? = null)

Init method to create a ULTraveler object with the required properties