data class AwardsRuleExtraOption
<init> |
AwardsRuleExtraOption(season_ticket_holder_bonus: Int? = null, offset_min: Int? = null, offset_max: Int? = null, award_threshold: Int? = null, required_count: Int? = null) |
award_threshold |
val award_threshold: Int? |
offset_max |
val offset_max: Int? |
offset_min |
val offset_min: Int? |
required_count |
val required_count: Int? |
season_ticket_holder_bonus |
val season_ticket_holder_bonus: Int? |