Group Play List Item
data class GroupPlayListItem(val groupId: Long, val groupPlayId: Long, val couponId: String?, val fundingId: Long, val fundingDate: Date, val gameType: GameType, val numberOfDraws: Int, val depositType: GroupPlayListItemDepositType, val fixedRowCountPerDraw: Int, val fundingEndTime: Date, val state: GroupPlayListItemState, val totalStakeAmountPerDraw: Double, val totalPrizeAmount: Double, val totalRowCountPerDraw: Int, val playerSharePercentage: Double, val playerStakeAmountPerDraw: Double, val playerPrizeAmount: Double, val playerRowCountPerDraw: Int, val drawInfo: List<GroupPlayListItemDrawInfo>, val subscriptionGroupGameId: String, val subscriptionId: String)
Constructors
Link copied to clipboard
constructor(groupId: Long, groupPlayId: Long, couponId: String?, fundingId: Long, fundingDate: Date, gameType: GameType, numberOfDraws: Int, depositType: GroupPlayListItemDepositType, fixedRowCountPerDraw: Int, fundingEndTime: Date, state: GroupPlayListItemState, totalStakeAmountPerDraw: Double, totalPrizeAmount: Double, totalRowCountPerDraw: Int, playerSharePercentage: Double, playerStakeAmountPerDraw: Double, playerPrizeAmount: Double, playerRowCountPerDraw: Int, drawInfo: List<GroupPlayListItemDrawInfo>, subscriptionGroupGameId: String, subscriptionId: String)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard