displayItemHash property

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

If the vendor has an item that should be displayed as the "featured" item, this is the hash identifier for that DestinyVendorItemDefinition. Apparently this is usually a related currency, like a reputation token. But it need not be restricted to that.

Implementation

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