Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.9 KB

EmployerSummaryEntity.md

File metadata and controls

25 lines (22 loc) · 1.9 KB

EmployerSummaryEntity

Properties

Name Type Description Notes
id int Company ID
payroll_system_id string Employee ID within the external payroll system
name string Company Name
marketing_friendly_name string Company Friendly Name [optional]
billing_system_connected bool Identifies if the billable can be billed [optional] [default to true]
billing_source \Swagger\Client\Model\BillingSourceEntity [optional]
payroll_account \Swagger\Client\Model\AccountEntity [optional]
requires_benefit_bank_account bool Whether the organization offers a benefit that requires a bank account, like HFSA or HSA
unified_billing bool Unified billing [optional]
signup_date \DateTime Date the company signed up [optional]
invite_code string Invite code [optional] [default to 'acme420']
enroll_url string Enrollment URL for invite code [optional] [default to 'https://app.thisisalice.com/enroll/acme420']
employees \Swagger\Client\Model\EmployeeCollectionSummaryEntity [optional]
estimated_possible_annual_savings \Swagger\Client\Model\EmployerAnnualSavingsEntity [optional]
total_savings \Swagger\Client\Model\EmployerTotalSavingsEntity [optional]
next_pay_period \Swagger\Client\Model\PayPeriodEntity [optional]
address \Swagger\Client\Model\AddressEntity

[Back to Model list] [Back to API list] [Back to README]