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

==, ===, coerce, dump, values

Methods included from Type::Converter

#coerce, coerce, #dump, dump, type_info

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


2
# File 'lib/finch-api/models/connect/session_reauthenticate_params.rb', line 2

def self.values; end