aflac · Schema

Enrollment

A supplemental insurance enrollment record for an employee.

Properties

Name Type Description
enrollment_id string Unique enrollment identifier.
employee_id string Employee identifier.
group_id string Employer group identifier.
policy_id string Associated policy identifier assigned upon enrollment.
product_type string Type of supplemental insurance product.
coverage_level string Coverage level selected by the employee.
status string Current enrollment status.
effective_date string Date the coverage became effective.
termination_date string Date the coverage was terminated, if applicable.
monthly_premium number Monthly premium amount in USD.
created_at string Timestamp when the enrollment was created.
updated_at string Timestamp when the enrollment was last updated.
View JSON Schema on GitHub