displayCategories property

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

Display Categories are different from "categories" in that these are specifically for visual grouping and display of categories in Vendor UI. The "categories" structure is for validation of the contained items, and can be categorized entirely separately from "Display Categories", there need be and often will be no meaningful relationship between the two.

Implementation

@JsonKey(name:'displayCategories')
List<DestinyDisplayCategoryDefinition>? displayCategories;