Module: Increase::Models::InboundRealTimePaymentsTransfer::Decline::Reason

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

Overview

The reason for the transfer decline.

See Also:

  • Increase::Models::InboundRealTimePaymentsTransfer::Decline#reason

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
TRANSACTION_NOT_ALLOWED =

The transaction is not allowed per Increase's terms.

: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::InboundRealTimePaymentsTransfer::Decline::reason]



176
# File 'sig/increase/models/inbound_real_time_payments_transfer.rbs', line 176

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