factionHash property

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

If the Vendor has a faction, this hash will be valid and point to a DestinyFactionDefinition. The game UI and BNet often mine the faction definition for additional elements and details to place on the screen, such as the faction's Progression status (aka "Reputation").

Implementation

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