vendorHash property

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

If this reward is redeemed at a Vendor, this is the hash of the Vendor to go to in order to redeem the reward. Use this hash to look up the DestinyVendorDefinition.

Implementation

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