Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment::Income
Overview
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 ⇒ Object
701
|
# File 'sig/finch_api/models/account_update_event.rbs', line 701
def initialize: (
|
Instance Attribute Details
#amount ⇒ Boolean?
548
|
# File 'lib/finch_api/models/account_update_event.rb', line 548
optional :amount, FinchAPI::Internal::Type::Boolean
|
#currency ⇒ Boolean?
553
|
# File 'lib/finch_api/models/account_update_event.rb', line 553
optional :currency, FinchAPI::Internal::Type::Boolean
|
#unit ⇒ Boolean?
558
|
# File 'lib/finch_api/models/account_update_event.rb', line 558
optional :unit, FinchAPI::Internal::Type::Boolean
|
Instance Method Details
#to_hash ⇒ { amount: bool, currency: bool, unit: bool }
707
|
# File 'sig/finch_api/models/account_update_event.rbs', line 707
def to_hash: -> { amount: bool, currency: bool, unit: bool }
|