Rented

constructor(    houseId: Int,     name: String,     size: Int,     houseType: HouseType,     beds: Int,     rent: Int,     world: String,     paidUntil: Instant,     owner: String,     transferDate: Instant?,     transferPrice: Int?,     transferAccepted: Boolean?,     transferRecipient: String?)(source)