Class: FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields
- Defined in:
- lib/finch_api/models/provider.rb
Overview
Defined Under Namespace
Classes: Company, Directory, Employment, Individual, PayGroup, PayStatement, Payment
Instance Attribute Summary collapse
- #company ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Company?
- #directory ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Directory?
- #employment ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Employment?
- #individual ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Individual?
- #pay_group ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayGroup?
- #pay_statement ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayStatement?
- #payment ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Payment?
Instance Method Summary collapse
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, dump, fields, hash, #hash, inspect, #inspect, known_fields, optional, required, #to_h, #to_json, #to_s, #to_yaml, walk
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, type_info
Constructor Details
#initialize(amount: nil, currency: nil, employer: nil, name: nil, type: nil) ⇒ Object
|
|
# File 'lib/finch_api/models/provider.rb', line 166
|
Instance Attribute Details
#company ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Company?
133 |
# File 'lib/finch_api/models/provider.rb', line 133 optional :company, -> { FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Company } |
#directory ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Directory?
138 |
# File 'lib/finch_api/models/provider.rb', line 138 optional :directory, -> { FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Directory } |
#employment ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Employment?
143 |
# File 'lib/finch_api/models/provider.rb', line 143 optional :employment, -> { FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Employment } |
#individual ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Individual?
148 |
# File 'lib/finch_api/models/provider.rb', line 148 optional :individual, -> { FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Individual } |
#pay_group ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayGroup?
153 |
# File 'lib/finch_api/models/provider.rb', line 153 optional :pay_group, -> { FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayGroup } |
#pay_statement ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayStatement?
158 159 |
# File 'lib/finch_api/models/provider.rb', line 158 optional :pay_statement, -> { FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayStatement } |
#payment ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Payment?
164 |
# File 'lib/finch_api/models/provider.rb', line 164 optional :payment, -> { FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Payment } |