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

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

Instance Attribute Details

#companyFinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company?



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

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

#directoryFinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Directory?



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

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

#employmentFinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment?



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

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

#individualFinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Individual?



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

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

#pay_groupFinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayGroup?



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

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

#pay_statementFinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement?



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

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

#paymentFinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Payment?



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

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