rewardProgressionHash property

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

This is the progression definition related to the progression for the initial levels 1-100 that provide item rewards for the Season pass. Further experience after you reach the limit is provided in the "Prestige" progression referred to by prestigeProgressionHash.

Implementation

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