Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::Taxes
- Inherits:
-
BaseModel
- Object
- BaseModel
- FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::Taxes
show all
- Defined in:
- lib/finch-api/models/account_update_event.rb
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
Instance Attribute Details
#amount ⇒ Boolean?
1691
|
# File 'lib/finch-api/models/account_update_event.rb', line 1691
optional :amount, FinchAPI::BooleanModel
|
#currency ⇒ Boolean?
1700
|
# File 'lib/finch-api/models/account_update_event.rb', line 1700
optional :currency, FinchAPI::BooleanModel
|
#employer ⇒ Boolean?
1709
|
# File 'lib/finch-api/models/account_update_event.rb', line 1709
optional :employer, FinchAPI::BooleanModel
|
#name ⇒ Boolean?
1718
|
# File 'lib/finch-api/models/account_update_event.rb', line 1718
optional :name, FinchAPI::BooleanModel
|
#type ⇒ Boolean?
1727
|
# File 'lib/finch-api/models/account_update_event.rb', line 1727
optional :type, FinchAPI::BooleanModel
|