inventoryFlyouts property

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

If the vendor shows you items from your own inventory - such as the Vault vendor does - this data describes the UI around showing those inventory buckets and which ones get shown.

Implementation

@JsonKey(name:'inventoryFlyouts')
List<DestinyVendorInventoryFlyoutDefinition>? inventoryFlyouts;