/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.booking/GetTripFromUrl/WaypointResponse

WaypointResponse

\ data class WaypointResponse(val tripGroup: TripGroup? = null, val error: String? = "")

Constructors

WaypointResponse constructor(tripGroup: TripGroup? = null, error: String? = "")

Properties

Name Summary
error val error: String?
tripGroup val tripGroup: TripGroup? = null