Class: Gusto::PaySchedules::PayScheduleFrequency

Inherits:
Object
  • Object
show all
Defined in:
lib/fern_gusto/pay_schedules/types/pay_schedule_frequency.rb

Overview

The frequency that employees on this pay schedule are paid with Gusto.

Constant Summary collapse

EVERY_WEEK =
"Every week"
EVERY_OTHER_WEEK =
"Every other week"
TWICE_PER_MONTH =
"Twice per month"
MONTHLY =
"Monthly"
QUARTERLY =
"Quarterly"
ANNUALLY =
"Annually"