Class: Gusto::TimeOffPolicies::TimeOffPoliciesUpdateRequestAccrualMethod

Inherits:
Object
  • Object
show all
Defined in:
lib/fern_gusto/time_off_policies/types/time_off_policies_update_request_accrual_method.rb

Overview

Accrual method of the time off policy

Constant Summary collapse

UNLIMITED =
"unlimited"
PER_PAY_PERIOD =
"per_pay_period"
PER_CALENDAR_YEAR =
"per_calendar_year"
PER_ANNIVERSARY_YEAR =
"per_anniversary_year"
PER_HOUR_WORKED =
"per_hour_worked"
PER_HOUR_WORKED_NO_OVERTIME =
"per_hour_worked_no_overtime"
PER_HOUR_PAID =
"per_hour_paid"
PER_HOUR_PAID_NO_OVERTIME =
"per_hour_paid_no_overtime"