Module: Increase::Models::DeclinedTransaction::Source::WireDecline::Reason
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/increase/models/declined_transaction.rb
Overview
Why the wire 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- ENTITY_NOT_ACTIVE =
The account’s entity is not active.
:entity_not_active- GROUP_LOCKED =
Your account is inactive.
:group_locked- NO_ACCOUNT_NUMBER =
The beneficiary account number does not exist.
:no_account_number- TRANSACTION_NOT_ALLOWED =
The transaction is not allowed per Increase’s terms.
:transaction_not_allowed
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