Package-level declarations

Types

Link copied to clipboard
@Serializable
data class CallAtNearStopDto(val callAtStop: CallAtStopDto, val walkDistance: Int? = null, val walkDuration: Duration? = null) : Parcelable

Created by Deniz Kalem on 20.05.2026

Link copied to clipboard
@Serializable
data class OperatingDaysDto(val from: String, val to: String, val pattern: String) : Parcelable

Created by Deniz Kalem on 20.05.2026

Link copied to clipboard
@Serializable
data class StopEventDto(val previousCalls: List<CallAtNearStopDto>? = null, val thisCall: CallAtNearStopDto, val onwardCalls: List<CallAtNearStopDto>? = null, val service: DatedJourneyDto, val operatingDays: OperatingDaysDto? = null, val operatingDaysDescription: NameDto? = null, val situationFullRefs: SituationFullRefs? = null) : Parcelable

Created by Deniz Kalem on 20.05.2026

Link copied to clipboard
@Serializable
data class StopEventResponseContextDto(val situation: SituationDto? = null, val places: PlacesDto? = null)

Created by Deniz Kalem on 20.05.2026

Link copied to clipboard
@Serializable
data class StopEventResultDto(val id: String, val stopEvent: StopEventDto) : Parcelable

Created by Deniz Kalem on 20.05.2026