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