ULTraveler
data class ULTraveler(val travelerId: Int? = null, val title: String? = null, val firstName: String? = null, val lastName: String? = null, val dateOfBirth: Date? = null) : Serializable
Class to represent a single traveler attached to the trips