interactions property
- @JsonKey(name: 'interactions')
getter/setter pair
In addition to selling items, vendors can have "interactions": UI where you "talk" with the vendor and they offer you a reward, some item, or merely acknowledge via dialog that you did something cool.
Implementation
@JsonKey(name:'interactions')
List<DestinyVendorInteractionDefinition>? interactions;