Module: Increase::Models::InboundCheckDeposit::DepositReturn::Reason

Extended by:
Internal::Type::Enum
Defined in:
lib/increase/models/inbound_check_deposit.rb,
sig/increase/models/inbound_check_deposit.rbs

Overview

The reason the deposit was returned.

See Also:

  • Increase::Models::InboundCheckDeposit::DepositReturn#reason

Constant Summary collapse

ALTERED_OR_FICTITIOUS =

The check was altered or fictitious.

Returns:

  • (:altered_or_fictitious)
:altered_or_fictitious
NOT_AUTHORIZED =

The check was not authorized.

Returns:

  • (:not_authorized)
:not_authorized
DUPLICATE_PRESENTMENT =

The check was a duplicate presentment.

Returns:

  • (:duplicate_presentment)
:duplicate_presentment
ENDORSEMENT_MISSING =

The check was not endorsed.

Returns:

  • (:endorsement_missing)
:endorsement_missing
ENDORSEMENT_IRREGULAR =

The check was not endorsed by the payee.

Returns:

  • (:endorsement_irregular)
:endorsement_irregular
REFER_TO_MAKER =

The maker of the check requested its return.

Returns:

  • (:refer_to_maker)
:refer_to_maker

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, 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

Instance Method Details

#self?.values::Array[Increase::Models::InboundCheckDeposit::DepositReturn::reason]

Returns:

  • (::Array[Increase::Models::InboundCheckDeposit::DepositReturn::reason])


226
# File 'sig/increase/models/inbound_check_deposit.rbs', line 226

def self?.values: -> ::Array[Increase::Models::InboundCheckDeposit::DepositReturn::reason]