tripkit-android / com.skedgo.tripkit.data.database.locations.onstreetparking / RestrictionDto
RestrictionDto
@Immutable @TypeAdapters interface RestrictionDto
Functions
Name | Summary |
---|---|
color | abstract fun color(): String |
daysAndTimes | abstract fun daysAndTimes(): RestrictionDayAndTimeDto |
maximumParkingMinutes | abstract fun maximumParkingMinutes(): Int ? |
parkingSymbol | abstract fun parkingSymbol(): String |
type | abstract fun type(): String |