actions property

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

Describes "actions" that can be performed on a vendor. Currently, none of these exist. But theoretically a Vendor could let you interact with it by performing actions. We'll see what these end up looking like if they ever get used.

Implementation

@JsonKey(name:'actions')
List<DestinyVendorActionDefinition>? actions;