Draw Info
data class DrawInfo(val drawNo: Int, val drawDate: Date, val drawInProgress: Boolean, val bundle: Int, val drawResult: DrawResult?)
The DrawInfo contains all information of a drawing. Number, date, status, bundle and drawResult. DrawResult is only available if the result of the drawing is known else it will be null.