Class: FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayStatement::PayStatements

Inherits:
Internal::Type::BaseModel
  • Object
show all
Defined in:
lib/finch_api/models/provider.rb

Overview

See Also:

  • Provider::AuthenticationMethod::SupportedFields::PayStatement#pay_statements

Defined Under Namespace

Classes: Earnings, EmployeeDeductions, EmployerContributions, Taxes

Instance Attribute Summary collapse

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_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!

Constructor Details

#initialize(amount: nil, currency: nil, name: nil) ⇒ Object

Parameters:

  • amount (Boolean) (defaults to: nil)
  • currency (Boolean) (defaults to: nil)
  • name (Boolean) (defaults to: nil)


# File 'lib/finch_api/models/provider.rb', line 989

Instance Attribute Details

#earningsFinchAPI::Provider::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::Earnings?

Returns:

  • (FinchAPI::Provider::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::Earnings, nil)


930
931
932
933
# File 'lib/finch_api/models/provider.rb', line 930

optional :earnings,
-> {
  FinchAPI::Provider::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::Earnings
}

#employee_deductionsFinchAPI::Provider::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::EmployeeDeductions?

Returns:

  • (FinchAPI::Provider::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::EmployeeDeductions, nil)


938
939
940
941
# File 'lib/finch_api/models/provider.rb', line 938

optional :employee_deductions,
-> {
  FinchAPI::Provider::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::EmployeeDeductions
}

#employer_contributionsFinchAPI::Provider::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::EmployerContributions?

Returns:

  • (FinchAPI::Provider::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::EmployerContributions, nil)


946
947
948
949
# File 'lib/finch_api/models/provider.rb', line 946

optional :employer_contributions,
-> {
  FinchAPI::Provider::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::EmployerContributions
}

#gross_payBoolean?

Returns:

  • (Boolean, nil)


954
# File 'lib/finch_api/models/provider.rb', line 954

optional :gross_pay, FinchAPI::Internal::Type::Boolean

#individual_idBoolean?

Returns:

  • (Boolean, nil)


959
# File 'lib/finch_api/models/provider.rb', line 959

optional :individual_id, FinchAPI::Internal::Type::Boolean

#net_payBoolean?

Returns:

  • (Boolean, nil)


964
# File 'lib/finch_api/models/provider.rb', line 964

optional :net_pay, FinchAPI::Internal::Type::Boolean

#payment_methodBoolean?

Returns:

  • (Boolean, nil)


969
# File 'lib/finch_api/models/provider.rb', line 969

optional :payment_method, FinchAPI::Internal::Type::Boolean

#taxesFinchAPI::Provider::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::Taxes?

Returns:

  • (FinchAPI::Provider::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::Taxes, nil)


974
975
976
977
# File 'lib/finch_api/models/provider.rb', line 974

optional :taxes,
-> {
  FinchAPI::Provider::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::Taxes
}

#total_hoursBoolean?

Returns:

  • (Boolean, nil)


982
# File 'lib/finch_api/models/provider.rb', line 982

optional :total_hours, FinchAPI::Internal::Type::Boolean

#typeBoolean?

Returns:

  • (Boolean, nil)


987
# File 'lib/finch_api/models/provider.rb', line 987

optional :type, FinchAPI::Internal::Type::Boolean