previewVendorHash property

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

If the preview data is derived from a fake "Preview" Vendor, this will be the hash identifier for the DestinyVendorDefinition of that fake vendor.

Implementation

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