requirementsDisplay property
- @JsonKey(name: 'requirementsDisplay')
getter/setter pair
Vendors, in addition to expected display property data, may also show some "common requirements" as statically defined definition data. This might be when a vendor accepts a single type of currency, or when the currency is unique to the vendor and the designers wanted to show that currency when you interact with the vendor.
Implementation
@JsonKey(name:'requirementsDisplay')
List<DestinyVendorRequirementDisplayEntryDefinition>? requirementsDisplay;