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:

  • AccountUpdateEvent::Data::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/account_update_event.rb', line 122

Instance Attribute Details

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

Returns:

  • (FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company, nil)


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

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

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

Returns:

  • (FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Directory, nil)


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

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

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

Returns:

  • (FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment, nil)


87
88
89
90
# File 'lib/finch_api/models/account_update_event.rb', line 87

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

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

Returns:

  • (FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Individual, nil)


95
96
97
98
# File 'lib/finch_api/models/account_update_event.rb', line 95

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

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

Returns:

  • (FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayGroup, nil)


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

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

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

Returns:

  • (FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement, nil)


111
112
113
114
# File 'lib/finch_api/models/account_update_event.rb', line 111

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

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

Returns:

  • (FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Payment, nil)


119
120
# File 'lib/finch_api/models/account_update_event.rb', line 119

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