Module: FinchAPI::Models::HRIS::PayStatement::Type
- Extended by:
- Type::Enum
- Defined in:
- lib/finch-api/models/hris/pay_statement.rb
Overview
The type of the payment associated with the pay statement.
Constant Summary collapse
- REGULAR_PAYROLL =
:regular_payroll- OFF_CYCLE_PAYROLL =
:off_cycle_payroll- ONE_TIME_PAYMENT =
:one_time_payment
Class Method Summary collapse
Methods included from Type::Enum
Methods included from Type::Converter
#coerce, coerce, #dump, dump, type_info
Class Method Details
.values ⇒ Array<Symbol>
2 |
# File 'lib/finch-api/models/hris/pay_statement.rb', line 2 def self.values; end |