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

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

Instance Attribute Summary collapse

Instance Attribute Details

#amountBoolean?

Returns:

  • (Boolean, nil)


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

optional :amount, FinchAPI::BooleanModel

#currencyBoolean?

Returns:

  • (Boolean, nil)


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

optional :currency, FinchAPI::BooleanModel

#nameBoolean?

Returns:

  • (Boolean, nil)


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

optional :name, FinchAPI::BooleanModel

#pre_taxBoolean?

Returns:

  • (Boolean, nil)


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

optional :pre_tax, FinchAPI::BooleanModel

#typeBoolean? (readonly)

Returns:

  • (Boolean, nil)


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

optional :type, FinchAPI::BooleanModel