AccountEnrollmentStatus
The possible enrollment statuses for an Individual
enum AccountEnrollmentStatus {
ENROLLED
UNENROLLED
}
Values
AccountEnrollmentStatus.ENROLLED
The Individual has an active enrollment in at least one offering
AccountEnrollmentStatus.UNENROLLED
The Individual has no active enrollments in any offerings
Member Of
HealthWalletFilterInput
input ● IndividualsFilterInput
input