HapiServiceDays

data class HapiServiceDays(planningPeriodBegin: LocalDate?, planningPeriodEnd: LocalDate?, sDaysR: String?, sDaysI: String?, sDaysB: String?, routeIdxFrom: Int?, routeIdxTo: Int?)

Properties

planningPeriodBegin
Link copied to clipboard
val planningPeriodBegin: LocalDate?

Start of the planning period of this data in format YYYY-MM-DD.

planningPeriodEnd
Link copied to clipboard
val planningPeriodEnd: LocalDate?

End of the planning period of this data in format YYYY-MM-DD.

routeIdxFrom
Link copied to clipboard
val routeIdxFrom: Int?

First stop/station where this note is valid. See the Stops list in the JourneyDetail response for this leg to get more details about this stop/station.

routeIdxTo
Link copied to clipboard
val routeIdxTo: Int?

Last stop/station where this note is valid. See the Stops list in the JourneyDetail response for this leg to get more details about this stop/station.

sDaysB
Link copied to clipboard
val sDaysB: String?
sDaysI
Link copied to clipboard
val sDaysI: String?

Irregular service days for this trip meaning the days there this train runs on a different schedule.

sDaysR
Link copied to clipboard
val sDaysR: String?

Regular service days for this trip meaning the days where this train runs its regular schedule.