CampaignDrawInfo

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.

Constructors

Link copied to clipboard
constructor(drawDate: Date, bundles: List<Int>, drawResult: CampaignDrawResult?, totalTickets: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard