vendorHash property

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

The quest reward item may be associated with a vendor. If so, this is that vendor. Use this hash to look up the DestinyVendorDefinition.

Implementation

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