Name | Type | Description | Notes |
---|---|---|---|
profile_name | string | type of profile | [default to 'employee'] |
onboarding_status | string | How far through onboarding a user is | [default to 'onboarded'] |
account_status | string | The employee's account status | [default to 'not_enrolled'] |
company_name | string | Employer Name | [default to 'Acme co.'] |
require_tos_acceptance | bool | Indicates whether or not the user needs to accept the employee TOS | [optional] |
tos_accepted_at | \DateTime | Date that the employee's terms of service were accepted | [optional] |
employer_id | int | Employer ID | [default to 1] |
enrollments | \Swagger\Client\Model\PretaxProgramEnrollmentCollectionEntity | [optional] | |
banking_institutions | \Swagger\Client\Model\BankingInstitutionConnectionEntity[] | [optional] | |
dependents | \Swagger\Client\Model\DependentEntity | [optional] | |
marital_status | string | Employee marital status | [optional] [default to 'single'] |
pay_period_type | string | Frequency of employer payroll | [optional] [default to 'weekly'] |
address | \Swagger\Client\Model\AddressEntity | [optional] | |
employer_onboarded | bool | Has employer completed onboarding | [optional] [default to true] |
organization | \Swagger\Client\Model\EmployeeOrganizationEntity | [optional] | |
health_plan | \Swagger\Client\Model\HealthPlanEntity | [optional] | |
spending_profile | object | Employee spending profile | [optional] |
hra_enabled | bool | Whether employee is has HRA enabled or not | |
hra_reimbursement_claims | \Swagger\Client\Model\EmployeeReimbursementClaimEntity[] | [optional] | |
needs_ssn | bool | Whether or not we need an SSN from this employee |