Module: Increase::Models::CardPayment::Element::CardAuthentication::Status

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

Overview

The status of the card authentication.

See Also:

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

Constant Summary collapse

DENIED =

The authentication attempt was denied.

Returns:

  • (:denied)
:denied
AUTHENTICATED_WITH_CHALLENGE =

The authentication attempt was authenticated with a challenge.

Returns:

  • (:authenticated_with_challenge)
:authenticated_with_challenge
AUTHENTICATED_WITHOUT_CHALLENGE =

The authentication attempt was authenticated without a challenge.

Returns:

  • (:authenticated_without_challenge)
:authenticated_without_challenge
AWAITING_CHALLENGE =

The authentication attempt is awaiting a challenge.

Returns:

  • (:awaiting_challenge)
:awaiting_challenge
VALIDATING_CHALLENGE =

The authentication attempt is validating a challenge.

Returns:

  • (:validating_challenge)
:validating_challenge
CANCELED =

The authentication attempt was canceled.

Returns:

  • (:canceled)
:canceled
TIMED_OUT_AWAITING_CHALLENGE =

The authentication attempt timed out while awaiting a challenge.

Returns:

  • (:timed_out_awaiting_challenge)
:timed_out_awaiting_challenge
ERRORED =

The authentication attempt errored.

Returns:

  • (:errored)
:errored
EXCEEDED_ATTEMPT_THRESHOLD =

The authentication attempt exceeded the attempt threshold.

Returns:

  • (:exceeded_attempt_threshold)
:exceeded_attempt_threshold

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::status]

Returns:

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


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

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