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:

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, 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

Parameters:

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


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

Instance Attribute Details

#gross_payBoolean?

Returns:

  • (Boolean, nil)


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

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

#individual_idBoolean?

Returns:

  • (Boolean, nil)


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

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

#net_payBoolean?

Returns:

  • (Boolean, nil)


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

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

#payment_methodBoolean?

Returns:

  • (Boolean, nil)


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

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

#total_hoursBoolean?

Returns:

  • (Boolean, nil)


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

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

#typeBoolean?

Returns:

  • (Boolean, nil)


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

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