Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::Earnings
- Inherits:
-
BaseModel
- Object
- BaseModel
- FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::Earnings
- Defined in:
- lib/finch-api/models/account_update_event.rb
Overview
def initialize: (Hash | FinchAPI::BaseModel) -> void
Instance Attribute Summary collapse
Method Summary
Methods inherited from BaseModel
==, #==, #[], coerce, #deconstruct_keys, dump, fields, #initialize, #inspect, known_fields, optional, required, #to_h
Methods included from Converter
#coerce, coerce, #dump, dump, type_info
Constructor Details
This class inherits a constructor from FinchAPI::BaseModel
Instance Attribute Details
#amount ⇒ Boolean?
1547 |
# File 'lib/finch-api/models/account_update_event.rb', line 1547 optional :amount, FinchAPI::BooleanModel |
#currency ⇒ Boolean?
1556 |
# File 'lib/finch-api/models/account_update_event.rb', line 1556 optional :currency, FinchAPI::BooleanModel |
#name ⇒ Boolean?
1565 |
# File 'lib/finch-api/models/account_update_event.rb', line 1565 optional :name, FinchAPI::BooleanModel |
#type ⇒ Boolean? (readonly)
1574 |
# File 'lib/finch-api/models/account_update_event.rb', line 1574 optional :type, FinchAPI::BooleanModel |