OrganizationDisbursementSchedule
The payroll schedules types we support. If specified, we use this value to inform when we expect and schedule disbursements to employee HSA accounts.
TODO: rename this to OrganizationPayrollScheduleType
enum OrganizationDisbursementSchedule {
BI_MONTHLY
BI_WEEKLY
MONTHLY
WEEKLY
}
Values
OrganizationDisbursementSchedule.BI_MONTHLY
Employees are paid twice every a month.
OrganizationDisbursementSchedule.BI_WEEKLY
Employees are paid once every two weeks.
OrganizationDisbursementSchedule.MONTHLY
Employees are paid once a month.
OrganizationDisbursementSchedule.WEEKLY
Employees are paid once a week.
Member of
Organization
object ● OrganizationPayrollSchedule
object