enleur
interface CicloEvent { val cycleId : Long } class Payment(cycleId:Long) : CicloEvent { override val cycleId: Long = cycleId }