Module: Increase::Models::CardPayment::Element::CardAuthentication::Challenge::VerificationMethod

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

Overview

The method used to verify the Card Authentication Challenge.

See Also:

  • Increase::Models::CardPayment::Element::CardAuthentication::Challenge#verification_method

Constant Summary collapse

TEXT_MESSAGE =

The one-time code was sent via text message.

Returns:

  • (:text_message)
:text_message
EMAIL =

The one-time code was sent via email.

Returns:

  • (:email)
:email
NONE_AVAILABLE =

The one-time code was not successfully delivered.

Returns:

  • (:none_available)
:none_available

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::Challenge::verification_method]

Returns:

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


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

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