vendorItemIndex property
The index into the DestinyVendorDefinition.saleList. This is what we use to refer to items being sold throughout live and definition data.
Implementation
@JsonKey(name:'vendorItemIndex')
int? vendorItemIndex;
The index into the DestinyVendorDefinition.saleList. This is what we use to refer to items being sold throughout live and definition data.
@JsonKey(name:'vendorItemIndex')
int? vendorItemIndex;