vendorSources property

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

A denormalized reference back to vendors that potentially sell this item.

Implementation

@JsonKey(name:'vendorSources')
List<DestinyItemVendorSourceReference>? vendorSources;