previewItemHash property

  1. @JsonKey(name: 'previewItemHash')
int? previewItemHash
getter/setter pair

If this vendor is featuring a specific item for this event, this will be the hash identifier of that item. I'm taking bets now on how long we go before this needs to be a list or some other, more complex representation instead and I deprecate this too. I'm going to go with 5 months. Calling it now, 2017-09-14 at 9:46pm PST.

Implementation

@JsonKey(name:'previewItemHash')
int? previewItemHash;