Module: Increase::Models::DeclinedTransaction::Source::CheckDepositRejection::Reason
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/increase/models/declined_transaction.rb
Overview
Why the check deposit was rejected.
Constant Summary collapse
- INCOMPLETE_IMAGE =
The check’s image is incomplete.
:incomplete_image- DUPLICATE =
This is a duplicate check submission.
:duplicate- POOR_IMAGE_QUALITY =
This check has poor image quality.
:poor_image_quality- INCORRECT_AMOUNT =
The check was deposited with the incorrect amount.
:incorrect_amount- INCORRECT_RECIPIENT =
The check is made out to someone other than the account holder.
:incorrect_recipient- NOT_ELIGIBLE_FOR_MOBILE_DEPOSIT =
This check was not eligible for mobile deposit.
:not_eligible_for_mobile_deposit- MISSING_REQUIRED_DATA_ELEMENTS =
This check is missing at least one required field.
:missing_required_data_elements- SUSPECTED_FRAUD =
This check is suspected to be fraudulent.
:suspected_fraud- DEPOSIT_WINDOW_EXPIRED =
This check’s deposit window has expired.
:deposit_window_expired- REQUESTED_BY_USER =
The check was rejected at the user’s request.
:requested_by_user- UNKNOWN =
The check was rejected for an unknown reason.
:unknown
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