Class: FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayStatement::PayStatements::Taxes

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/finch-api/models/provider.rb

Instance Attribute Summary collapse

Instance Attribute Details

#amountBoolean?

Returns:

  • (Boolean, nil)


1773
# File 'lib/finch-api/models/provider.rb', line 1773

optional :amount, FinchAPI::BooleanModel

#currencyBoolean?

Returns:

  • (Boolean, nil)


1782
# File 'lib/finch-api/models/provider.rb', line 1782

optional :currency, FinchAPI::BooleanModel

#employerBoolean?

Returns:

  • (Boolean, nil)


1791
# File 'lib/finch-api/models/provider.rb', line 1791

optional :employer, FinchAPI::BooleanModel

#nameBoolean?

Returns:

  • (Boolean, nil)


1800
# File 'lib/finch-api/models/provider.rb', line 1800

optional :name, FinchAPI::BooleanModel

#typeBoolean? (readonly)

Returns:

  • (Boolean, nil)


1809
# File 'lib/finch-api/models/provider.rb', line 1809

optional :type, FinchAPI::BooleanModel