Module: Increase::Models::CardPayment::Element::CardAuthentication::DenyReason

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

Overview

The reason why this authentication attempt was denied, if it was.

See Also:

  • Increase::Models::CardPayment::Element::CardAuthentication#deny_reason

Constant Summary collapse

GROUP_LOCKED =

The group was locked.

Returns:

  • (:group_locked)
:group_locked
CARD_NOT_ACTIVE =

The card was not active.

Returns:

  • (:card_not_active)
:card_not_active
ENTITY_NOT_ACTIVE =

The entity was not active.

Returns:

  • (:entity_not_active)
:entity_not_active
TRANSACTION_NOT_ALLOWED =

The transaction was not allowed.

Returns:

  • (:transaction_not_allowed)
:transaction_not_allowed
WEBHOOK_DENIED =

The webhook was denied.

Returns:

  • (:webhook_denied)
:webhook_denied
WEBHOOK_TIMED_OUT =

The webhook timed out.

Returns:

  • (:webhook_timed_out)
:webhook_timed_out

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::CardPayment::Element::CardAuthentication::deny_reason]

Returns:

  • (::Array[Increase::Models::CardPayment::Element::CardAuthentication::deny_reason])


535
# File 'sig/increase/models/card_payment.rbs', line 535

def self?.values: -> ::Array[Increase::Models::CardPayment::Element::CardAuthentication::deny_reason]