overtime property

Map<String, Object> overtime
getter/setter pair

Dates are keys and values are the value for the date in the key. e,g {\"2020-01-01\": 30. ...}

Implementation

Map<String, Object> overtime;