categories property

  1. @JsonKey(name: 'categories')
DictionaryComponentResponseOfuint32AndDestinyVendorCategoriesComponent? categories
getter/setter pair

Categories that the vendor has available, and references to the sales therein. These are keyed by the Vendor Hash, so you will get one Categories Component per vendor returned. COMPONENT TYPE: VendorCategories

Implementation

@JsonKey(name:'categories')
DictionaryComponentResponseOfuint32AndDestinyVendorCategoriesComponent? categories;