Events Ferry

data class EventsFerry(val source: CityType.CitySource, val destination: CityType.CityDestination, val amount: Long, val isActive: Boolean)

Class that hold events information related with ferry

Author

Felipe Gonzalez

Constructors

Link copied to clipboard
constructor(source: CityType.CitySource, destination: CityType.CityDestination, amount: Long, isActive: Boolean)

Properties

Link copied to clipboard
val amount: Long

of ticket

Link copied to clipboard
Link copied to clipboard

True|False if event is still active

Link copied to clipboard