vendorGroups property

  1. @JsonKey(name: 'vendorGroups')
SingleComponentResponseOfDestinyVendorGroupComponent? vendorGroups
getter/setter pair

For Vendors being returned, this will give you the information you need to group them and order them in the same way that the Bungie Companion app performs grouping. It will automatically be returned if you request the Vendors component. COMPONENT TYPE: Vendors

Implementation

@JsonKey(name:'vendorGroups')
SingleComponentResponseOfDestinyVendorGroupComponent? vendorGroups;