Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayGroup
- Inherits:
-
BaseModel
- Object
- BaseModel
- FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::PayGroup
show all
- Defined in:
- lib/finch-api/models/account_update_event.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
#id ⇒ Boolean?
1325
|
# File 'lib/finch-api/models/account_update_event.rb', line 1325
optional :id, FinchAPI::BooleanModel
|
#individual_ids ⇒ Boolean?
1334
|
# File 'lib/finch-api/models/account_update_event.rb', line 1334
optional :individual_ids, FinchAPI::BooleanModel
|
#name ⇒ Boolean?
1343
|
# File 'lib/finch-api/models/account_update_event.rb', line 1343
optional :name, FinchAPI::BooleanModel
|
#pay_frequencies ⇒ Boolean?
1352
|
# File 'lib/finch-api/models/account_update_event.rb', line 1352
optional :pay_frequencies, FinchAPI::BooleanModel
|