Class: FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayGroup

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

#idBoolean?

Returns:

  • (Boolean, nil)


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

optional :id, FinchAPI::BooleanModel

#individual_idsBoolean?

Returns:

  • (Boolean, nil)


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

optional :individual_ids, FinchAPI::BooleanModel

#nameBoolean?

Returns:

  • (Boolean, nil)


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

optional :name, FinchAPI::BooleanModel

#pay_frequenciesBoolean? (readonly)

Returns:

  • (Boolean, nil)


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

optional :pay_frequencies, FinchAPI::BooleanModel