vendors property
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;
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.
@JsonKey(name:'vendors')
List<DestinyFactionVendorDefinition>? vendors;