itemHash property

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

The hash of the item being sold, as a quick shortcut for looking up the DestinyInventoryItemDefinition of the sale item.

Implementation

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