Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields
Overview
Defined Under Namespace
Classes: Company, Directory, Employment, Individual, PayGroup, PayStatement, Payment
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], 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
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#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
|
# File 'lib/finch_api/models/account_update_event.rb', line 113
|
Instance Attribute Details
74
75
|
# File 'lib/finch_api/models/account_update_event.rb', line 74
optional :company,
-> { FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company }
|
80
81
|
# File 'lib/finch_api/models/account_update_event.rb', line 80
optional :directory,
-> { FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Directory }
|
86
87
|
# File 'lib/finch_api/models/account_update_event.rb', line 86
optional :employment,
-> { FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment }
|
92
93
|
# File 'lib/finch_api/models/account_update_event.rb', line 92
optional :individual,
-> { FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Individual }
|
98
99
|
# File 'lib/finch_api/models/account_update_event.rb', line 98
optional :pay_group,
-> { FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayGroup }
|
104
105
|
# File 'lib/finch_api/models/account_update_event.rb', line 104
optional :pay_statement,
-> { FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement }
|
110
111
|
# File 'lib/finch_api/models/account_update_event.rb', line 110
optional :payment,
-> { FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Payment }
|