/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.favorites.trips/FavoriteTripEntity

FavoriteTripEntity

\ data class FavoriteTripEntity(var uuid: String, var fromAddress: String?, var toAddress: String?, var order: Int, var tripGroupId: String?)

Constructors

FavoriteTripEntity constructor(uuid: String, fromAddress: String?, toAddress: String?, order: Int, tripGroupId: String?)

Properties

Name Summary
fromAddress var fromAddress: String?
order var order: Int
toAddress var toAddress: String?
tripGroupId var tripGroupId: String?
uuid var uuid: String