ENUM

OvertimeBalanceTransactionType

Overtime balance transaction type.

link GraphQL Schema definition

1enum OvertimeBalanceTransactionType {
2
3# Transaction created when user is being created.
4INITIAL
5
6# Transaction created by updating overtime balance in kiwiHR.
7CUSTOM
8
9# Transaction created by overtime balance calculation.
10CALCULATION
11
12# Transaction created by compensation time off.
13TIME_OFF_REQUEST
14
15# Transaction created by changes that affect past overtime balance.
16RECALCULATION
17}