summaryItemHash property

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

There are times when the game will show you a "summary/vague" version of an item - such as a description of its type represented as a DestinyInventoryItemDefinition - rather than display the item itself. This happens sometimes when summarizing possible rewards in a tooltip. This is the item displayed instead, if it exists.

Implementation

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