Class: FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayGroup
- Inherits:
-
BaseModel
- Object
- BaseModel
- FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::PayGroup
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
Instance Attribute Details
#individual_ids ⇒ Boolean?
1416
|
# File 'lib/finch-api/models/provider.rb', line 1416
optional :individual_ids, FinchAPI::BooleanModel
|
#pay_frequencies ⇒ Boolean?
1434
|
# File 'lib/finch-api/models/provider.rb', line 1434
optional :pay_frequencies, FinchAPI::BooleanModel
|