Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::PayStatements
Overview
Defined Under Namespace
Classes: Earnings, EmployeeDeductions, EmployerContributions, Taxes
Instance Attribute 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_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, type_info
#const_missing, #define_sorbet_constant!
Constructor Details
#initialize(amount: nil, currency: nil, name: nil) ⇒ Object
|
# File 'lib/finch_api/models/account_update_event.rb', line 953
|
Instance Attribute Details
#earnings ⇒ FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::Earnings?
894
895
896
897
|
# File 'lib/finch_api/models/account_update_event.rb', line 894
optional :earnings,
-> {
FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::Earnings
}
|
#employee_deductions ⇒ FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::EmployeeDeductions?
902
903
904
905
|
# File 'lib/finch_api/models/account_update_event.rb', line 902
optional :employee_deductions,
-> {
FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::EmployeeDeductions
}
|
#employer_contributions ⇒ FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::EmployerContributions?
910
911
912
913
|
# File 'lib/finch_api/models/account_update_event.rb', line 910
optional :employer_contributions,
-> {
FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::EmployerContributions
}
|
#individual_id ⇒ Boolean?
#payment_method ⇒ Boolean?
#taxes ⇒ FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::Taxes?
938
939
940
941
|
# File 'lib/finch_api/models/account_update_event.rb', line 938
optional :taxes,
-> {
FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::Taxes
}
|