Temporary Group Coupon
data class TemporaryGroupCoupon(val fundingId: Long, val groupId: Long, val groupPlayId: Long, val gameType: GameType, val fundingDate: Date, val rowCount: Int, val fundingSharePercentage: Double, val totalShareAmount: Double, val totalShareAmountPerDraw: Double, val drawInfo: List<TemporaryGroupCouponDrawInfo>, val campaignGames: List<TemporaryGroupCouponCampaignGame>)
Constructors
Link copied to clipboard
constructor(fundingId: Long, groupId: Long, groupPlayId: Long, gameType: GameType, fundingDate: Date, rowCount: Int, fundingSharePercentage: Double, totalShareAmount: Double, totalShareAmountPerDraw: Double, drawInfo: List<TemporaryGroupCouponDrawInfo>, campaignGames: List<TemporaryGroupCouponCampaignGame>)