vendorHash property

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

The hash identifier of the Vendor related to this Milestone. You can show useful things from this, such as thier Faction icon or whatever you might care about.

Implementation

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