Module: Increase::Models::InboundCheckDeposit::PayeeNameAnalysis
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/increase/models/inbound_check_deposit.rb
Overview
Whether the details on the check match the recipient name of the check transfer. This is an optional feature, contact sales to enable.
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
Method Summary
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