vendorHash property

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

If the location has a Vendor on it, this is the hash identifier for that Vendor. Look them up with DestinyVendorDefinition.

Implementation

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