Group Play Info
data class GroupPlayInfo(val groupId: Long, val playerRowCount: Int, val playerSharePercentage: Double, val syndicateInfo: SyndicateInfo?)
Constructors
Link copied to clipboard
constructor(groupId: Long, playerRowCount: Int, playerSharePercentage: Double, syndicateInfo: SyndicateInfo?)