services property

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

BNet doesn't use this data yet, but it appears to be an optional list of flavor text about services that the Vendor can provide.

Implementation

@JsonKey(name:'services')
List<DestinyVendorServiceDefinition>? services;