acceptedItems property

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

If the Vendor is actually a vehicle for the transferring of items (like the Vault and Postmaster vendors), this defines the list of source->destination buckets for transferring.

Implementation

@JsonKey(name:'acceptedItems')
List<DestinyVendorAcceptedItemDefinition>? acceptedItems;