vendorHash property
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;
If the location has a Vendor on it, this is the hash identifier for that Vendor. Look them up with DestinyVendorDefinition.
@JsonKey(name:'vendorHash')
int? vendorHash;