vendors property

  1. @JsonKey(name: 'vendors')
List<DestinyPublicMilestoneVendor>? vendors
getter/setter pair

This is why we can't have nice things. This is the ordered list of vendors to be shown that relate to this milestone, potentially along with other interesting data.

Implementation

@JsonKey(name:'vendors')
List<DestinyPublicMilestoneVendor>? vendors;