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

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

Overview

See Also:

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_sorbet_type, #to_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

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 165

Instance Attribute Details

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



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

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

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



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

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

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



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

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

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



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

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

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



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

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

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



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

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

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



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

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