Module: Increase::Models::InboundCheckDepositReturnParams::Reason

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

Overview

The reason to return the Inbound Check Deposit.

Constant Summary collapse

ALTERED_OR_FICTITIOUS =

The check was altered or fictitious.

:altered_or_fictitious
NOT_AUTHORIZED =

The check was not authorized.

:not_authorized
DUPLICATE_PRESENTMENT =

The check was a duplicate presentment.

:duplicate_presentment
ENDORSEMENT_MISSING =

The check was not endorsed.

:endorsement_missing
ENDORSEMENT_IRREGULAR =

The check was not endorsed by the payee.

:endorsement_irregular
REFER_TO_MAKER =

The maker of the check requested its return.

:refer_to_maker

Class Method Summary collapse

Instance 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>



# File 'lib/increase/models/inbound_check_deposit_return_params.rb', line 52


Instance Method Details

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



59
# File 'sig/increase/models/inbound_check_deposit_return_params.rbs', line 59

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