Class: FinchAPI::Models::HRIS::Payment
Overview
Defined Under Namespace
Modules: PayFrequency
Classes: PayPeriod
Instance Attribute Summary collapse
Class Method Summary
collapse
Instance Method Summary
collapse
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
45
|
# File 'sig/finch_api/models/hris/payment.rbs', line 45
def initialize: (
|
Instance Attribute Details
17
|
# File 'lib/finch_api/models/hris/payment.rb', line 17
required :company_debit, -> { FinchAPI::Money }, nil?: true
|
#debit_date ⇒ String?
22
|
# File 'lib/finch_api/models/hris/payment.rb', line 22
required :debit_date, String, nil?: true
|
27
|
# File 'lib/finch_api/models/hris/payment.rb', line 27
required :employee_taxes, -> { FinchAPI::Money }, nil?: true
|
32
|
# File 'lib/finch_api/models/hris/payment.rb', line 32
required :employer_taxes, -> { FinchAPI::Money }, nil?: true
|
37
|
# File 'lib/finch_api/models/hris/payment.rb', line 37
required :gross_pay, -> { FinchAPI::Money }, nil?: true
|
#id ⇒ String
The unique id for the payment.
12
|
# File 'lib/finch_api/models/hris/payment.rb', line 12
required :id, String
|
#individual_ids ⇒ Array<String>?
Array of every individual on this payment.
43
|
# File 'lib/finch_api/models/hris/payment.rb', line 43
required :individual_ids, FinchAPI::Internal::Type::ArrayOf[String], nil?: true
|
48
|
# File 'lib/finch_api/models/hris/payment.rb', line 48
required :net_pay, -> { FinchAPI::Money }, nil?: true
|
#pay_date ⇒ String?
53
|
# File 'lib/finch_api/models/hris/payment.rb', line 53
required :pay_date, String, nil?: true
|
List of pay frequencies associated with this payment.
59
60
61
|
# File 'lib/finch_api/models/hris/payment.rb', line 59
required :pay_frequencies,
-> { FinchAPI::Internal::Type::ArrayOf[enum: FinchAPI::HRIS::Payment::PayFrequency] },
nil?: true
|
#pay_group_ids ⇒ Array<String>?
Array of the Finch id (uuidv4) of every pay group associated with this payment.
67
|
# File 'lib/finch_api/models/hris/payment.rb', line 67
required :pay_group_ids, FinchAPI::Internal::Type::ArrayOf[String], nil?: true
|
73
|
# File 'lib/finch_api/models/hris/payment.rb', line 73
required :pay_period, -> { FinchAPI::HRIS::Payment::PayPeriod }, nil?: true
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/finch_api/models/hris/payment.rb', line 113
|
Instance Method Details
#to_hash ⇒ {
60
|
# File 'sig/finch_api/models/hris/payment.rbs', line 60
def to_hash: -> {
|