progression property

  1. @JsonKey(name: 'progression')
DestinyProgression? progression
getter/setter pair

If the Vendor has a related Reputation, this is the Progression data that represents the character's Reputation level with this Vendor.

Implementation

@JsonKey(name:'progression')
DestinyProgression? progression;