displayCategoryIndex property

  1. @JsonKey(name: 'displayCategoryIndex')
int? displayCategoryIndex
getter/setter pair

An index into the DestinyVendorDefinition.displayCategories property, so you can grab the display data for this category.

Implementation

@JsonKey(name:'displayCategoryIndex')
int? displayCategoryIndex;