Class: FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::Taxes
- Inherits:
-
BaseModel
- Object
- FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::Taxes
- Defined in:
- lib/finch-api/models/provider.rb
Instance Attribute Summary collapse
- #amount ⇒ Boolean?
- #currency ⇒ Boolean?
- #employer ⇒ Boolean?
- #name ⇒ Boolean?
- #type ⇒ Boolean? readonly
Instance Attribute Details
#amount ⇒ Boolean?
1773 |
# File 'lib/finch-api/models/provider.rb', line 1773 optional :amount, FinchAPI::BooleanModel |
#currency ⇒ Boolean?
1782 |
# File 'lib/finch-api/models/provider.rb', line 1782 optional :currency, FinchAPI::BooleanModel |
#employer ⇒ Boolean?
1791 |
# File 'lib/finch-api/models/provider.rb', line 1791 optional :employer, FinchAPI::BooleanModel |
#name ⇒ Boolean?
1800 |
# File 'lib/finch-api/models/provider.rb', line 1800 optional :name, FinchAPI::BooleanModel |
#type ⇒ Boolean? (readonly)
1809 |
# File 'lib/finch-api/models/provider.rb', line 1809 optional :type, FinchAPI::BooleanModel |