Module: Increase::Models::DeclinedTransaction::Source::InboundRealTimePaymentsTransferDecline::Reason
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/increase/models/declined_transaction.rb
Overview
Why the transfer was declined.
Constant Summary collapse
- ACCOUNT_NUMBER_CANCELED =
The account number is canceled.
:account_number_canceled- ACCOUNT_NUMBER_DISABLED =
The account number is disabled.
:account_number_disabled- ACCOUNT_RESTRICTED =
Your account is restricted.
:account_restricted- GROUP_LOCKED =
Your account is inactive.
:group_locked- ENTITY_NOT_ACTIVE =
The account’s entity is not active.
:entity_not_active- REAL_TIME_PAYMENTS_NOT_ENABLED =
Your account is not enabled to receive Real-Time Payments transfers.
:real_time_payments_not_enabled
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