Module: FinchAPI::Models::HRIS::Company::PayStatementItemListParams::Category
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/finch_api/models/hris/company/pay_statement_item_list_params.rb
Constant Summary collapse
- EARNINGS =
:earnings- TAXES =
:taxes- EMPLOYEE_DEDUCTIONS =
:employee_deductions- EMPLOYER_CONTRIBUTIONS =
:employer_contributions
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(categories: nil, end_date: nil, entity_ids: nil, name: nil, start_date: nil, type: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see FinchAPI::Models::HRIS::Company::PayStatementItemListParams for more details.
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/finch_api/models/hris/company/pay_statement_item_list_params.rb', line 78
|
Instance Method Details
#initialize(categories: nil, end_date: nil, entity_ids: nil, name: nil, start_date: nil, type: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see FinchAPI::Models::HRIS::Company::PayStatementItemListParams for more details.
70 71 72 73 74 75 76 77 78 79 80 |
# File 'lib/finch_api/models/hris/company/pay_statement_item_list_params.rb', line 70 module Category extend FinchAPI::Internal::Type::Enum EARNINGS = :earnings TAXES = :taxes EMPLOYEE_DEDUCTIONS = :employee_deductions EMPLOYER_CONTRIBUTIONS = :employer_contributions # @!method self.values # @return [Array<Symbol>] end |