Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::EmployeeDeductions
- Inherits:
-
BaseModel
- Object
- FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::EmployeeDeductions
- Defined in:
- lib/finch-api/models/account_update_event.rb
Instance Attribute Summary collapse
- #amount ⇒ Boolean?
- #currency ⇒ Boolean?
- #name ⇒ Boolean?
- #pre_tax ⇒ Boolean?
- #type ⇒ Boolean? readonly
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? (readonly)
1631 |
# File 'lib/finch-api/models/account_update_event.rb', line 1631 optional :type, FinchAPI::BooleanModel |