Package-level declarations

Types

Link copied to clipboard
@Xml(name = "Leg")
data class LegDto(@PropertyElement(name = "Id") val id: String, @PropertyElement(name = "Duration") val duration: Duration?, @Element(name = "TimedLeg") val timedLeg: TimedLegDto? = null, @Element(name = "TransferLeg") val transferLeg: TransferLegDto? = null, @Element(name = "ContinuousLeg") val continuousLeg: ContinuousLegDto? = null) : Parcelable

Created by Michael Ruppen on 28.06.2024

Link copied to clipboard
@Xml(name = "TripResponseContext")
data class TripResponseContextDto(@Element(name = "Situations") val situation: SituationDto? = null, @Element(name = "Places") val places: PlacesDto? = null)

Created by Michael Ruppen on 28.06.2024

Link copied to clipboard
@Xml(name = "TripResult")
data class TripResultDto(@PropertyElement(name = "Id") val id: String, @Element val trip: TripDto?, @PropertyElement(name = "IsAlternativeOption") val isAlternativeOption: Boolean?) : Parcelable

Created by Michael Ruppen on 28.06.2024

Properties

Functions

Link copied to clipboard
Link copied to clipboard