Module: Increase::Models::Simulations::InboundCheckDepositCreateParams::PayeeNameAnalysis

Extended by:
Internal::Type::Enum
Defined in:
lib/increase/models/simulations/inbound_check_deposit_create_params.rb

Overview

Simulate the outcome of [payee name checking](increase.com/documentation/positive-pay#payee-name-mismatches). Defaults to ‘not_evaluated`.

Constant Summary collapse

NAME_MATCHES =

The details on the check match the recipient name of the check transfer.

:name_matches
DOES_NOT_MATCH =

The details on the check do not match the recipient name of the check transfer.

:does_not_match
NOT_EVALUATED =

The payee name analysis was not evaluated.

:not_evaluated

Class Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/increase/models/simulations/inbound_check_deposit_create_params.rb', line 68