vendors property
Sometimes, milestones will have rewards provided by Vendors. This definition gives the information needed to understand which vendors are relevant, the order in which they should be returned if order matters, and the conditions under which the Vendor is relevant to the user.
Implementation
@JsonKey(name:'vendors')
List<DestinyMilestoneVendorDefinition>? vendors;