Skip to content

Commit

Permalink
update EmployeeEnrollment with new fields added via protos (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandDev006 authored May 14, 2024
1 parent afd1f80 commit 4579eba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flux_sdk/flex/capabilities/update_enrollments/data_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,6 @@ class EmployeeEnrollment:
has_dependent: bool
hsa_family_type: Optional[HSAFamilyType]
fsa_plan_type: Optional[FSAPlanType]
first_enrollment_date: Optional[date]
department: Optional[str]
hsa_annual_limit_type: Optional[str]

0 comments on commit 4579eba

Please sign in to comment.