Events Tollgate

data class EventsTollgate(val amount: Long, val isActive: Boolean)

Class that hold events information related to tollgates

Author

Felipe Gonzalez

Constructors

Link copied to clipboard
constructor(amount: Long, isActive: Boolean)

Properties

Link copied to clipboard
val amount: Long

of ticket

Link copied to clipboard

True|False if event is still active