Skip to content

Commit dadba03

Browse files
AkshayContributesAkshayContributes
and
AkshayContributes
authored
expected bonus (#126)
Co-authored-by: AkshayContributes <[email protected]>
1 parent d652a30 commit dadba03

File tree

1 file changed

+2
-0
lines changed
  • flux_sdk/benefits_administration/capabilities/report_employees_hr_data

1 file changed

+2
-0
lines changed

flux_sdk/benefits_administration/capabilities/report_employees_hr_data/data_models.py

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ class Pay:
5454
salary_or_equivalent: MonetaryValue
5555
""" The value the employee expects in commission, if commission is possible """
5656
expected_commission: MonetaryValue | None
57+
""" The value the employee expects in bonus """
58+
expected_bonus: MonetaryValue | None
5759

5860
class EmploymentHours:
5961
""" Object describing the employees working hours """

0 commit comments

Comments
 (0)