vendors property

  1. @JsonKey(name: 'vendors')
DictionaryComponentResponseOfuint32AndDestinyPublicVendorComponent? vendors
getter/setter pair

The base properties of the vendor. These are keyed by the Vendor Hash, so you will get one Vendor Component per vendor returned. COMPONENT TYPE: Vendors

Implementation

@JsonKey(name:'vendors')
DictionaryComponentResponseOfuint32AndDestinyPublicVendorComponent? vendors;