Module: Increase::Models::DeclinedTransaction::Source::WireDecline::Reason

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

Overview

Why the wire transfer was declined.

See Also:

  • Increase::Models::DeclinedTransaction::Source::WireDecline#reason

Constant Summary collapse

ACCOUNT_NUMBER_CANCELED =

The account number is canceled.

Returns:

  • (:account_number_canceled)
:account_number_canceled
ACCOUNT_NUMBER_DISABLED =

The account number is disabled.

Returns:

  • (:account_number_disabled)
:account_number_disabled
ENTITY_NOT_ACTIVE =

The account's entity is not active.

Returns:

  • (:entity_not_active)
:entity_not_active
GROUP_LOCKED =

Your account is inactive.

Returns:

  • (:group_locked)
:group_locked
NO_ACCOUNT_NUMBER =

The beneficiary account number does not exist.

Returns:

  • (:no_account_number)
:no_account_number
TRANSACTION_NOT_ALLOWED =

The transaction is not allowed per Increase's terms.

Returns:

  • (:transaction_not_allowed)
:transaction_not_allowed

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::DeclinedTransaction::Source::WireDecline::reason]

Returns:

  • (::Array[Increase::Models::DeclinedTransaction::Source::WireDecline::reason])


1976
# File 'sig/increase/models/declined_transaction.rbs', line 1976

def self?.values: -> ::Array[Increase::Models::DeclinedTransaction::Source::WireDecline::reason]