acceptedItems property
- @JsonKey(name: '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;