sales property

  1. @JsonKey(name: 'sales')
DictionaryComponentResponseOfint32AndDestinyVendorSaleItemComponent? sales
getter/setter pair

Sales, keyed by the vendorItemIndex of the item being sold. COMPONENT TYPE: VendorSales

Implementation

@JsonKey(name:'sales')
DictionaryComponentResponseOfint32AndDestinyVendorSaleItemComponent? sales;