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