Class: Gusto::Payroll::PayrollCreateRequestWithholdingPayPeriod

Inherits:
Object
  • Object
show all
Defined in:
lib/fern_gusto/payroll/types/payroll_create_request_withholding_pay_period.rb

Overview

The payment schedule tax rate the payroll is based on

Constant Summary collapse

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