Module: Increase::Models::CardPayment::Element::CardAuthentication::DenyReason
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/increase/models/card_payment.rb
Overview
The reason why this authentication attempt was denied, if it was.
Constant Summary collapse
- GROUP_LOCKED =
The group was locked.
:group_locked- CARD_NOT_ACTIVE =
The card was not active.
:card_not_active- ENTITY_NOT_ACTIVE =
The entity was not active.
:entity_not_active- TRANSACTION_NOT_ALLOWED =
The transaction was not allowed.
:transaction_not_allowed- WEBHOOK_DENIED =
The webhook was denied.
:webhook_denied- WEBHOOK_TIMED_OUT =
The webhook timed out.
:webhook_timed_out
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