/tripkit/TripKitData/com.skedgo.tripkit.data.database.locations.carrentals/CarRentalLocation
CarRentalLocation
\ @Value.Immutable
@Gson.TypeAdapters
interface CarRentalLocation
Functions
| Name | Summary |
|---|---|
| address | abstract fun address(): String? |
| carRental | abstract fun carRental(): CarRentalInfo |
| id | abstract fun id(): String |
| lat | abstract fun lat(): Double |
| lng | abstract fun lng(): Double |
| modeInfo | abstract fun modeInfo(): ModeInfo |
| name | abstract fun name(): String? |