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

Method Summary

Methods inherited from BaseModel

==, #==, #[], coerce, #deconstruct_keys, dump, fields, #initialize, #inspect, known_fields, optional, required, #to_h

Methods included from Converter

#coerce, coerce, #dump, dump, type_info

Constructor Details

This class inherits a constructor from FinchAPI::BaseModel

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