HapiJourney

fun HapiJourney(name: String, direction: String, lon: Double?, lat: Double?, trainNumber: String?, trainCategory: String?, Stops: List<HapiStop> = emptyList(), JourneyDetailRef: String?, Product: HapiProduct?, Notes: List<HapiNote> = emptyList(), Messages: List<HapiMessage> = emptyList(), Occupancy: List<HapiOccupancy> = emptyList())