Module: FinchAPI::Models::Connect::SessionReauthenticateParams::Product
- Extended by:
- Type::Enum
- Defined in:
- lib/finch-api/models/connect/session_reauthenticate_params.rb
Overview
The Finch products that can be requested during the Connect flow.
Constant Summary collapse
- COMPANY =
:company- DIRECTORY =
:directory- INDIVIDUAL =
:individual- EMPLOYMENT =
:employment- PAYMENT =
:payment- PAY_STATEMENT =
:pay_statement- BENEFITS =
:benefits- SSN =
:ssn
Class Method Summary collapse
Methods included from Type::Enum
Methods included from Type::Converter
#coerce, coerce, #dump, dump, type_info
Class Method Details
.values ⇒ Array<Symbol>
2 |
# File 'lib/finch-api/models/connect/session_reauthenticate_params.rb', line 2 def self.values; end |