data property

  1. @JsonKey(name: 'data')
DestinyVendorGroupComponent? data
getter/setter pair

This component returns references to all of the Vendors in the response, grouped by categorizations that Bungie has deemed to be interesting, in the order in which both the groups and the vendors within that group should be rendered.

Implementation

@JsonKey(name:'data')
DestinyVendorGroupComponent? data;