Class: FinchAPI::Models::Provider::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/provider.rb', line 168
|
Instance Attribute Details
#company ⇒ FinchAPI::Provider::AuthenticationMethod::SupportedFields::Company?
133
|
# File 'lib/finch_api/models/provider.rb', line 133
optional :company, -> { FinchAPI::Provider::AuthenticationMethod::SupportedFields::Company }
|
#directory ⇒ FinchAPI::Provider::AuthenticationMethod::SupportedFields::Directory?
138
|
# File 'lib/finch_api/models/provider.rb', line 138
optional :directory, -> { FinchAPI::Provider::AuthenticationMethod::SupportedFields::Directory }
|
#employment ⇒ FinchAPI::Provider::AuthenticationMethod::SupportedFields::Employment?
143
|
# File 'lib/finch_api/models/provider.rb', line 143
optional :employment, -> { FinchAPI::Provider::AuthenticationMethod::SupportedFields::Employment }
|
#individual ⇒ FinchAPI::Provider::AuthenticationMethod::SupportedFields::Individual?
148
|
# File 'lib/finch_api/models/provider.rb', line 148
optional :individual, -> { FinchAPI::Provider::AuthenticationMethod::SupportedFields::Individual }
|
#pay_group ⇒ FinchAPI::Provider::AuthenticationMethod::SupportedFields::PayGroup?
153
|
# File 'lib/finch_api/models/provider.rb', line 153
optional :pay_group, -> { FinchAPI::Provider::AuthenticationMethod::SupportedFields::PayGroup }
|
#pay_statement ⇒ FinchAPI::Provider::AuthenticationMethod::SupportedFields::PayStatement?
158
159
160
161
|
# File 'lib/finch_api/models/provider.rb', line 158
optional :pay_statement,
-> {
FinchAPI::Provider::AuthenticationMethod::SupportedFields::PayStatement
}
|
#payment ⇒ FinchAPI::Provider::AuthenticationMethod::SupportedFields::Payment?
166
|
# File 'lib/finch_api/models/provider.rb', line 166
optional :payment, -> { FinchAPI::Provider::AuthenticationMethod::SupportedFields::Payment }
|