Skip to content

Commit

Permalink
added bulk termination deduction type (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Keshav Goyal authored Oct 30, 2024
1 parent 1a7698f commit 6b2e958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flux_sdk/flux_core/data_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ class PayrollRunType(Enum):
CONTRACTOR_LATE_PAYMENTS = 17
QUARTERLY_WAGE_RECONCILIATION = 18
QUARTERLY_CORRECTION = 19
BULK_TERMINATION = 20


class OperatingMode(Enum):
Expand Down

0 comments on commit 6b2e958

Please sign in to comment.