CampaignDrawResult

data class CampaignDrawResult(val totalWinAmount: Double, val totalPlayerWinAmount: Double, val prizes: List<Prize>)

The campaign draw result contains the totalWinAmount, totalPlayerWinAmount and the list of prizes. TotalWinAmount, totalPlayerWinAmount and prizes will indicate if there is any prizes won on this campaign.

Constructors

Link copied to clipboard
constructor(totalWinAmount: Double, totalPlayerWinAmount: Double, prizes: List<Prize>)

Properties

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