Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::PayStatements
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::PayStatements
- Defined in:
- lib/finch_api/models/account_update_event.rb
Overview
Defined Under Namespace
Classes: Earnings, EmployeeDeductions, EmployerContributions, Taxes
Instance Attribute Summary collapse
- #earnings ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::Earnings?
- #employee_deductions ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::EmployeeDeductions?
- #employer_contributions ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::EmployerContributions?
- #gross_pay ⇒ Boolean?
- #individual_id ⇒ Boolean?
- #net_pay ⇒ Boolean?
- #payment_method ⇒ Boolean?
- #taxes ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::Taxes?
- #total_hours ⇒ Boolean?
- #type ⇒ Boolean?
Instance Method Summary collapse
Methods inherited from Internal::Type::BaseModel
==, #==, #[], 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
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(amount: nil, currency: nil, name: nil) ⇒ Object
|
|
# File 'lib/finch_api/models/account_update_event.rb', line 954
|
Instance Attribute Details
#earnings ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::Earnings?
895 896 897 898 |
# File 'lib/finch_api/models/account_update_event.rb', line 895 optional :earnings, -> { FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::Earnings } |
#employee_deductions ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::EmployeeDeductions?
903 904 905 906 |
# File 'lib/finch_api/models/account_update_event.rb', line 903 optional :employee_deductions, -> { FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::EmployeeDeductions } |
#employer_contributions ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::EmployerContributions?
911 912 913 914 |
# File 'lib/finch_api/models/account_update_event.rb', line 911 optional :employer_contributions, -> { FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::EmployerContributions } |
#gross_pay ⇒ Boolean?
919 |
# File 'lib/finch_api/models/account_update_event.rb', line 919 optional :gross_pay, FinchAPI::Internal::Type::Boolean |
#individual_id ⇒ Boolean?
924 |
# File 'lib/finch_api/models/account_update_event.rb', line 924 optional :individual_id, FinchAPI::Internal::Type::Boolean |
#net_pay ⇒ Boolean?
929 |
# File 'lib/finch_api/models/account_update_event.rb', line 929 optional :net_pay, FinchAPI::Internal::Type::Boolean |
#payment_method ⇒ Boolean?
934 |
# File 'lib/finch_api/models/account_update_event.rb', line 934 optional :payment_method, FinchAPI::Internal::Type::Boolean |
#taxes ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::Taxes?
939 940 941 942 |
# File 'lib/finch_api/models/account_update_event.rb', line 939 optional :taxes, -> { FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::Taxes } |