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

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/finch-api/models/account_update_event.rb

Defined Under Namespace

Classes: Earnings, EmployeeDeductions, EmployerContributions, Taxes

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of PayStatements.

Parameters:

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


12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# File 'lib/finch-api/models/account_update_event.rb', line 12

def initialize(
  earnings: nil,
  employee_deductions: nil,
  employer_contributions: nil,
  gross_pay: nil,
  individual_id: nil,
  net_pay: nil,
  payment_method: nil,
  taxes: nil,
  total_hours: nil,
  type: nil,
  **
)
  super
end

Instance Attribute Details

#gross_payBoolean?

Returns:

  • (Boolean, nil)


1452
# File 'lib/finch-api/models/account_update_event.rb', line 1452

optional :gross_pay, FinchAPI::BooleanModel

#individual_idBoolean?

Returns:

  • (Boolean, nil)


1461
# File 'lib/finch-api/models/account_update_event.rb', line 1461

optional :individual_id, FinchAPI::BooleanModel

#name=(value) ⇒ Boolean (writeonly)

Returns:

  • (Boolean)


2
3
4
# File 'lib/finch-api/models/account_update_event.rb', line 2

def name=(value)
  @name = value
end

#net_payBoolean?

Returns:

  • (Boolean, nil)


1470
# File 'lib/finch-api/models/account_update_event.rb', line 1470

optional :net_pay, FinchAPI::BooleanModel

#payment_methodBoolean?

Returns:

  • (Boolean, nil)


1479
# File 'lib/finch-api/models/account_update_event.rb', line 1479

optional :payment_method, FinchAPI::BooleanModel

#total_hoursBoolean?

Returns:

  • (Boolean, nil)


1498
# File 'lib/finch-api/models/account_update_event.rb', line 1498

optional :total_hours, FinchAPI::BooleanModel

#typeBoolean?

Returns:

  • (Boolean, nil)


1507
# File 'lib/finch-api/models/account_update_event.rb', line 1507

optional :type, FinchAPI::BooleanModel