resetTotalsHour property

  1. @BuiltValueField.new(wireName: r'resetTotalsHour')
int? get resetTotalsHour

The hour of the day when the terminal is set to reset the Totals report. By default, the reset hour is at 6:00 AM in the timezone of the terminal. Minimum value: 0, maximum value: 23.

Implementation

@BuiltValueField(wireName: r'resetTotalsHour')
int? get resetTotalsHour;