EfaTripResponse

class EfaTripResponse(itdMessageList: List<EfaMessage>, origin: EfaPointVerification, destination: EfaPointVerification, via: EfaPointVerification?, addOdvs: String?, trips: List<EfaTrip>) : EfaTimetableResponse

Properties

addOdvs
Link copied to clipboard
val addOdvs: String? = null
dateRange
Link copied to clipboard
lateinit var dateRange: List<LocalDate>
dateTime
Link copied to clipboard
lateinit var dateTime: EfaTimeHeader
destination
Link copied to clipboard
val destination: EfaPointVerification
itdMessageList
Link copied to clipboard
val itdMessageList: List<EfaMessage>
option
Link copied to clipboard
lateinit var option: EfaDmResponse.Options
origin
Link copied to clipboard
val origin: EfaPointVerification
parameters
Link copied to clipboard
val parameters: Map<EfaResponse.Parameter, String>

The generic request and server parameters of this response

trips
Link copied to clipboard
val trips: List<EfaTrip>
via
Link copied to clipboard
val via: EfaPointVerification?