Class: FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::EmployeeDeductions
- Inherits:
-
BaseModel
- Object
- FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::EmployeeDeductions
- Defined in:
- lib/finch-api/models/provider.rb
Instance Attribute Summary collapse
- #amount ⇒ Boolean?
- #currency ⇒ Boolean?
- #name ⇒ Boolean?
- #pre_tax ⇒ Boolean?
- #type ⇒ Boolean? readonly
Instance Attribute Details
#amount ⇒ Boolean?
1677 |
# File 'lib/finch-api/models/provider.rb', line 1677 optional :amount, FinchAPI::BooleanModel |
#currency ⇒ Boolean?
1686 |
# File 'lib/finch-api/models/provider.rb', line 1686 optional :currency, FinchAPI::BooleanModel |
#name ⇒ Boolean?
1695 |
# File 'lib/finch-api/models/provider.rb', line 1695 optional :name, FinchAPI::BooleanModel |
#pre_tax ⇒ Boolean?
1704 |
# File 'lib/finch-api/models/provider.rb', line 1704 optional :pre_tax, FinchAPI::BooleanModel |
#type ⇒ Boolean? (readonly)
1713 |
# File 'lib/finch-api/models/provider.rb', line 1713 optional :type, FinchAPI::BooleanModel |