Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::PayStatements

Inherits:
Internal::Type::BaseModel
  • Object
show all
Defined in:
lib/finch_api/models/account_update_event.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/account_update_event.rb', line 901

Instance Attribute Details

#gross_payBoolean?

Returns:

  • (Boolean, nil)


868
# File 'lib/finch_api/models/account_update_event.rb', line 868

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

#individual_idBoolean?

Returns:

  • (Boolean, nil)


873
# File 'lib/finch_api/models/account_update_event.rb', line 873

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

#net_payBoolean?

Returns:

  • (Boolean, nil)


878
# File 'lib/finch_api/models/account_update_event.rb', line 878

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

#payment_methodBoolean?

Returns:

  • (Boolean, nil)


883
# File 'lib/finch_api/models/account_update_event.rb', line 883

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

#total_hoursBoolean?

Returns:

  • (Boolean, nil)


894
# File 'lib/finch_api/models/account_update_event.rb', line 894

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

#typeBoolean?

Returns:

  • (Boolean, nil)


899
# File 'lib/finch_api/models/account_update_event.rb', line 899

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