currentSeasonPassHash property

  1. @JsonKey.new(name: 'currentSeasonPassHash')
int? currentSeasonPassHash
getter/setter pair

If populated, this is a reference to the season pass that is currently active.

Implementation

@JsonKey(name:'currentSeasonPassHash')
int? currentSeasonPassHash;