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

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

Overview

See Also:

  • Provider::AuthenticationMethod#supported_fields

Defined Under Namespace

Classes: Company, Directory, Employment, Individual, PayGroup, PayStatement, Payment

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, employer: nil, name: nil, type: nil) ⇒ Object

Parameters:

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


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

Instance Attribute Details

#companyFinchAPI::Provider::AuthenticationMethod::SupportedFields::Company?

Returns:

  • (FinchAPI::Provider::AuthenticationMethod::SupportedFields::Company, nil)


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

optional :company, -> { FinchAPI::Provider::AuthenticationMethod::SupportedFields::Company }

#directoryFinchAPI::Provider::AuthenticationMethod::SupportedFields::Directory?

Returns:

  • (FinchAPI::Provider::AuthenticationMethod::SupportedFields::Directory, nil)


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

optional :directory, -> { FinchAPI::Provider::AuthenticationMethod::SupportedFields::Directory }

#employmentFinchAPI::Provider::AuthenticationMethod::SupportedFields::Employment?

Returns:

  • (FinchAPI::Provider::AuthenticationMethod::SupportedFields::Employment, nil)


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

optional :employment, -> { FinchAPI::Provider::AuthenticationMethod::SupportedFields::Employment }

#individualFinchAPI::Provider::AuthenticationMethod::SupportedFields::Individual?

Returns:

  • (FinchAPI::Provider::AuthenticationMethod::SupportedFields::Individual, nil)


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

optional :individual, -> { FinchAPI::Provider::AuthenticationMethod::SupportedFields::Individual }

#pay_groupFinchAPI::Provider::AuthenticationMethod::SupportedFields::PayGroup?

Returns:

  • (FinchAPI::Provider::AuthenticationMethod::SupportedFields::PayGroup, nil)


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

optional :pay_group, -> { FinchAPI::Provider::AuthenticationMethod::SupportedFields::PayGroup }

#pay_statementFinchAPI::Provider::AuthenticationMethod::SupportedFields::PayStatement?

Returns:

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


158
159
160
161
# File 'lib/finch_api/models/provider.rb', line 158

optional :pay_statement,
-> {
  FinchAPI::Provider::AuthenticationMethod::SupportedFields::PayStatement
}

#paymentFinchAPI::Provider::AuthenticationMethod::SupportedFields::Payment?

Returns:

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


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

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