HsaEnrollmentStatus
The possible enrollment status of an employee with respect to their HSA.
enum HsaEnrollmentStatus {
ANY
ENROLLED
ERROR
NOT_EMPLOYED
PENDING
UNENROLLED
}
Values
HsaEnrollmentStatus.ANY
Matches any status.
HsaEnrollmentStatus.ENROLLED
The employee has an HSA.
HsaEnrollmentStatus.ERROR
The HSA application encountered an error and the employee is in an error state.
HsaEnrollmentStatus.NOT_EMPLOYED
The employee is no longer employed at this company.
HsaEnrollmentStatus.PENDING
The membership is pending (it has not yet been created) so no HSA status is reported.
HsaEnrollmentStatus.UNENROLLED
The employee does not have an HSA.
Member of
SearchEmployeesResultNode
object