Events Fine

data class EventsFine(val offence: String, val amount: Long, val isActive: Boolean)

Class that hold events information related with fines

Author

Felipe Gonzalez

Constructors

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

Properties

Link copied to clipboard
val amount: Long

of the fine

Link copied to clipboard

True|False if event is still active

Link copied to clipboard

type