Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::EmployeeDeductions
- Inherits:
-
BaseModel
- Object
- BaseModel
- FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::EmployeeDeductions
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?
1595
|
# File 'lib/finch-api/models/account_update_event.rb', line 1595
optional :amount, FinchAPI::BooleanModel
|
#currency ⇒ Boolean?
1604
|
# File 'lib/finch-api/models/account_update_event.rb', line 1604
optional :currency, FinchAPI::BooleanModel
|
#name ⇒ Boolean?
1613
|
# File 'lib/finch-api/models/account_update_event.rb', line 1613
optional :name, FinchAPI::BooleanModel
|
#pre_tax ⇒ Boolean?
1622
|
# File 'lib/finch-api/models/account_update_event.rb', line 1622
optional :pre_tax, FinchAPI::BooleanModel
|
#type ⇒ Boolean?
1631
|
# File 'lib/finch-api/models/account_update_event.rb', line 1631
optional :type, FinchAPI::BooleanModel
|