OBJECT

RecalculationOvertimeBalanceTransaction

Recalculation overtime balance transaction.

link GraphQL Schema definition

1type RecalculationOvertimeBalanceTransaction implements OvertimeBalanceTransaction {
2
3# Id.
4id: ID
5
6# Balance after transaction.
7balance: Int
8
9# Change to balance inflicted by transaction.
10change: Int
11
12# Overtime balance transaction type.
13type: OvertimeBalanceTransactionType
14
15# Date of transaction.
16date: Date
17
18# Recalculation period start.
19dateFrom: Date
20
21# Recalculation period end.
22dateTo: Date
23
24# User that updated timesheet which triggered recalculation.
25editor: User
26
27}

link Required by

This element is not required by anyone