ignoreSaleItemHashes property

  1. @JsonKey(name: 'ignoreSaleItemHashes')
List<int>? ignoreSaleItemHashes
getter/setter pair

Some items don't make sense to return in the API, for example because they represent an action to be performed rather than an item being sold. I'd rather we not do this, but at least in the short term this is a workable workaround.

Implementation

@JsonKey(name:'ignoreSaleItemHashes')
List<int>? ignoreSaleItemHashes;