Campaign Draw Info
data class CampaignDrawInfo(val drawDate: Date, val bundles: List<Int>, val drawResult: CampaignDrawResult?, val totalTickets: Int)
The campaign draw info contains the draw date, the list of bundle numbers and the campaignDrawResult. The campaignDrawResult is only available when the drawing was completed.