overrideNextRefreshDate property

  1. @JsonKey(name: 'overrideNextRefreshDate')
String? overrideNextRefreshDate
getter/setter pair

If this item has its own custom date where it may be removed from the Vendor's rotation, this is that date. Note that there's not actually any guarantee that it will go away: it could be chosen again and end up still being in the Vendor's sale items! But this is the next date where that test will occur, and is also the date that the game shows for availability on things like Bounties being sold. So it's the best we can give.

Implementation

@JsonKey(name:'overrideNextRefreshDate')
String? overrideNextRefreshDate;