Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields
- Defined in:
- lib/finch_api/models/account_update_event.rb,
sig/finch_api/models/account_update_event.rbs
Overview
Defined Under Namespace
Classes: Company, Directory, Employment, Individual, PayGroup, PayStatement, Payment
Instance Attribute Summary collapse
- #company ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company?
- #directory ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Directory?
- #employment ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment?
- #individual ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Individual?
- #pay_group ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayGroup?
- #pay_statement ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement?
- #payment ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Payment?
Instance Method Summary collapse
- #initialize(amount: nil, currency: nil, employer: nil, name: nil, type: nil) ⇒ Object constructor
- #to_hash ⇒ {
Methods inherited from Internal::Type::BaseModel
==, #==, #[], 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
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#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
#company ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company?
74 75 |
# File 'lib/finch_api/models/account_update_event.rb', line 74 optional :company, -> { FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company } |
#directory ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Directory?
80 81 |
# File 'lib/finch_api/models/account_update_event.rb', line 80 optional :directory, -> { FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Directory } |
#employment ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment?
86 87 |
# File 'lib/finch_api/models/account_update_event.rb', line 86 optional :employment, -> { FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment } |
#individual ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Individual?
92 93 |
# File 'lib/finch_api/models/account_update_event.rb', line 92 optional :individual, -> { FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Individual } |
#pay_group ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayGroup?
98 99 |
# File 'lib/finch_api/models/account_update_event.rb', line 98 optional :pay_group, -> { FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayGroup } |
#pay_statement ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement?
104 105 |
# File 'lib/finch_api/models/account_update_event.rb', line 104 optional :pay_statement, -> { FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement } |
#payment ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Payment?
110 111 |
# File 'lib/finch_api/models/account_update_event.rb', line 110 optional :payment, -> { FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Payment } |
Instance Method Details
#to_hash ⇒ {
147 |
# File 'sig/finch_api/models/account_update_event.rbs', line 147
def to_hash: -> {
|