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_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, type_info
#const_missing, #define_sorbet_constant!
Constructor Details
#initialize(amount: nil, currency: nil, employer: nil, name: nil, type: nil) ⇒ Object
|
# File 'lib/finch_api/models/account_update_event.rb', line 122
|
Instance Attribute Details
#company ⇒ FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company?
73
74
|
# File 'lib/finch_api/models/account_update_event.rb', line 73
optional :company,
-> { FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company }
|
#directory ⇒ FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Directory?
79
80
81
82
|
# File 'lib/finch_api/models/account_update_event.rb', line 79
optional :directory,
-> {
FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Directory
}
|
#employment ⇒ FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment?
87
88
89
90
|
# File 'lib/finch_api/models/account_update_event.rb', line 87
optional :employment,
-> {
FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment
}
|
#individual ⇒ FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Individual?
95
96
97
98
|
# File 'lib/finch_api/models/account_update_event.rb', line 95
optional :individual,
-> {
FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Individual
}
|
#pay_group ⇒ FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayGroup?
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_statement ⇒ FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement?
111
112
113
114
|
# File 'lib/finch_api/models/account_update_event.rb', line 111
optional :pay_statement,
-> {
FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement
}
|
#payment ⇒ FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Payment?
119
120
|
# File 'lib/finch_api/models/account_update_event.rb', line 119
optional :payment,
-> { FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Payment }
|