Module: FinchAPI::Models::Payroll::PayGroupListResponse::PayFrequency

Extended by:
Type::Enum
Defined in:
lib/finch-api/models/payroll/pay_group_list_response.rb

Overview

def initialize: (Hash | FinchAPI::BaseModel) -> void

Constant Summary collapse

ANNUALLY =
:annually
SEMI_ANNUALLY =
:semi_annually
QUARTERLY =
:quarterly
MONTHLY =
:monthly
SEMI_MONTHLY =
:semi_monthly
BI_WEEKLY =
:bi_weekly
WEEKLY =
:weekly
DAILY =
:daily
OTHER =
:other

Class Method Summary collapse

Methods included from Type::Enum

==, ===, coerce, dump, values

Methods included from Type::Converter

#coerce, coerce, #dump, dump, type_info

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


2
# File 'lib/finch-api/models/payroll/pay_group_list_response.rb', line 2

def self.values; end