resetIntervalMinutes property

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

A number used for calculating the frequency of a vendor's inventory resetting/refreshing. Don't worry about calculating this - we do it on the server side and send you the next refresh date with the live data.

Implementation

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