vendorItemIndex property
If the item was derived from a "Preview Vendor", this will be an index into the DestinyVendorDefinition's itemList property. Otherwise, -1.
Implementation
@JsonKey(name:'vendorItemIndex')
int? vendorItemIndex;
If the item was derived from a "Preview Vendor", this will be an index into the DestinyVendorDefinition's itemList property. Otherwise, -1.
@JsonKey(name:'vendorItemIndex')
int? vendorItemIndex;