Class: FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayStatement::PayStatements
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayStatement::PayStatements
- Defined in:
- lib/finch_api/models/provider.rb
Overview
Defined Under Namespace
Classes: Earnings, EmployeeDeductions, EmployerContributions, Taxes
Instance Attribute Summary collapse
- #earnings ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::Earnings?
- #employee_deductions ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::EmployeeDeductions?
- #employer_contributions ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::EmployerContributions?
- #gross_pay ⇒ Boolean?
- #individual_id ⇒ Boolean?
- #net_pay ⇒ Boolean?
- #payment_method ⇒ Boolean?
- #taxes ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::Taxes?
- #total_hours ⇒ Boolean?
- #type ⇒ Boolean?
Instance Method Summary collapse
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, dump, fields, hash, #hash, inspect, #inspect, known_fields, optional, required, #to_h, #to_json, #to_s, #to_yaml, walk
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, type_info
Constructor Details
#initialize(amount: nil, currency: nil, name: nil) ⇒ Object
|
|
# File 'lib/finch_api/models/provider.rb', line 953
|
Instance Attribute Details
#earnings ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::Earnings?
902 903 |
# File 'lib/finch_api/models/provider.rb', line 902 optional :earnings, -> { FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::Earnings } |
#employee_deductions ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::EmployeeDeductions?
908 909 |
# File 'lib/finch_api/models/provider.rb', line 908 optional :employee_deductions, -> { FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::EmployeeDeductions } |
#employer_contributions ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::EmployerContributions?
914 915 |
# File 'lib/finch_api/models/provider.rb', line 914 optional :employer_contributions, -> { FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::EmployerContributions } |
#gross_pay ⇒ Boolean?
920 |
# File 'lib/finch_api/models/provider.rb', line 920 optional :gross_pay, FinchAPI::Internal::Type::Boolean |
#individual_id ⇒ Boolean?
925 |
# File 'lib/finch_api/models/provider.rb', line 925 optional :individual_id, FinchAPI::Internal::Type::Boolean |
#net_pay ⇒ Boolean?
930 |
# File 'lib/finch_api/models/provider.rb', line 930 optional :net_pay, FinchAPI::Internal::Type::Boolean |
#payment_method ⇒ Boolean?
935 |
# File 'lib/finch_api/models/provider.rb', line 935 optional :payment_method, FinchAPI::Internal::Type::Boolean |
#taxes ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::Taxes?
940 941 |
# File 'lib/finch_api/models/provider.rb', line 940 optional :taxes, -> { FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::Taxes } |