vendors property

  1. @JsonKey(name: 'vendors')
List<DestinyFactionVendorDefinition>? vendors
getter/setter pair

List of vendors that are associated with this faction. The last vendor that passes the unlock flag checks is the one that should be shown.

Implementation

@JsonKey(name:'vendors')
List<DestinyFactionVendorDefinition>? vendors;