Class: FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Payment

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

Overview

See Also:

  • Provider::AuthenticationMethod::SupportedFields#payment

Defined Under Namespace

Classes: PayPeriod

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(id: nil, company_debit: nil, debit_date: nil, employee_taxes: nil, employer_taxes: nil, gross_pay: nil, individual_ids: nil, net_pay: nil, pay_date: nil, pay_frequencies: nil, pay_group_ids: nil, pay_period: nil) ⇒ Object

Parameters:

  • id (Boolean) (defaults to: nil)
  • company_debit (Boolean) (defaults to: nil)
  • debit_date (Boolean) (defaults to: nil)
  • employee_taxes (Boolean) (defaults to: nil)
  • employer_taxes (Boolean) (defaults to: nil)
  • gross_pay (Boolean) (defaults to: nil)
  • individual_ids (Boolean) (defaults to: nil)
  • net_pay (Boolean) (defaults to: nil)
  • pay_date (Boolean) (defaults to: nil)
  • pay_frequencies (Boolean) (defaults to: nil)
  • pay_group_ids (Boolean) (defaults to: nil)
  • pay_period (FinchAPI::Provider::AuthenticationMethod::SupportedFields::Payment::PayPeriod) (defaults to: nil)


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

Instance Attribute Details

#company_debitBoolean?

Returns:

  • (Boolean, nil)


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

optional :company_debit, FinchAPI::Internal::Type::Boolean

#debit_dateBoolean?

Returns:

  • (Boolean, nil)


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

optional :debit_date, FinchAPI::Internal::Type::Boolean

#employee_taxesBoolean?

Returns:

  • (Boolean, nil)


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

optional :employee_taxes, FinchAPI::Internal::Type::Boolean

#employer_taxesBoolean?

Returns:

  • (Boolean, nil)


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

optional :employer_taxes, FinchAPI::Internal::Type::Boolean

#gross_payBoolean?

Returns:

  • (Boolean, nil)


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

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

#idBoolean?

Returns:

  • (Boolean, nil)


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

optional :id, FinchAPI::Internal::Type::Boolean

#individual_idsBoolean?

Returns:

  • (Boolean, nil)


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

optional :individual_ids, FinchAPI::Internal::Type::Boolean

#net_payBoolean?

Returns:

  • (Boolean, nil)


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

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

#pay_dateBoolean?

Returns:

  • (Boolean, nil)


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

optional :pay_date, FinchAPI::Internal::Type::Boolean

#pay_frequenciesBoolean?

Returns:

  • (Boolean, nil)


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

optional :pay_frequencies, FinchAPI::Internal::Type::Boolean

#pay_group_idsBoolean?

Returns:

  • (Boolean, nil)


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

optional :pay_group_ids, FinchAPI::Internal::Type::Boolean

#pay_periodFinchAPI::Provider::AuthenticationMethod::SupportedFields::Payment::PayPeriod?

Returns:

  • (FinchAPI::Provider::AuthenticationMethod::SupportedFields::Payment::PayPeriod, nil)


1185
1186
1187
1188
# File 'lib/finch_api/models/provider.rb', line 1185

optional :pay_period,
-> {
  FinchAPI::Provider::AuthenticationMethod::SupportedFields::Payment::PayPeriod
}