/tripkit/TripKitData/skedgo.tripgo.data.timetables/ParentStopEntity

ParentStopEntity

\ class ParentStopEntity(val parentStopCode: String, val childrenStopCode: String)

Constructors

ParentStopEntity constructor(parentStopCode: String, childrenStopCode: String)

Properties

Name Summary
childrenStopCode val childrenStopCode: String
parentStopCode val parentStopCode: String