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