HapiTripList
data class HapiTripList(scrB: String?, scrF: String?, scrReturnB: String?, scrReturnF: String?, Trip: List<HapiTrip>, Pricing: List<HapiPricing>) : HapiResponse
Content copied to clipboard
The trip list contains all found trips of that trip request. If a major error occurred during the trip request, then the attributes errorCode and errorText are filled and no Trip is available.
Constructors
HapiTripList
Link copied to clipboard
fun HapiTripList(scrB: String?, scrF: String?, scrReturnB: String?, scrReturnF: String?, Trip: List<HapiTrip> = emptyList(), Pricing: List<HapiPricing> = emptyList())
Content copied to clipboard
Properties
dialectVersion
Link copied to clipboard
Pricing
Link copied to clipboard
scrReturnB
Link copied to clipboard
scrReturnF
Link copied to clipboard
serverVersion
Link copied to clipboard
TechnicalMessages
Link copied to clipboard