categories property

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

The list of categories for items that the vendor sells, in rendering order. These categories each point to a "display category" in the displayCategories property of the DestinyVendorDefinition, as opposed to the other categories.

Implementation

@JsonKey(name:'categories')
List<DestinyVendorCategory>? categories;