itemHash property
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;
The hash of the item being sold, as a quick shortcut for looking up the DestinyInventoryItemDefinition of the sale item.
@JsonKey(name:'itemHash')
int? itemHash;