itemHash property
The hash identifier of the item being sold (DestinyInventoryItemDefinition). Note that a vendor can sell the same item in multiple ways, so don't assume that itemHash is a unique identifier for this entity.
Implementation
@JsonKey(name:'itemHash')
int? itemHash;