Module: Lithic::Models::Tokenization::Event::Result
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/lithic/models/tokenization.rb,
sig/lithic/models/tokenization.rbs
Overview
Enum representing the result of the tokenization event
Constant Summary collapse
- APPROVED =
:APPROVED- DECLINED =
:DECLINED- NOTIFICATION_DELIVERED =
:NOTIFICATION_DELIVERED- REQUIRE_ADDITIONAL_AUTHENTICATION =
:REQUIRE_ADDITIONAL_AUTHENTICATION- TOKEN_ACTIVATED =
:TOKEN_ACTIVATED- TOKEN_CREATED =
:TOKEN_CREATED- TOKEN_DEACTIVATED =
:TOKEN_DEACTIVATED- TOKEN_DELETED_FROM_CONSUMER_APP =
:TOKEN_DELETED_FROM_CONSUMER_APP- TOKEN_INACTIVE =
:TOKEN_INACTIVE- TOKEN_STATE_UNKNOWN =
:TOKEN_STATE_UNKNOWN- TOKEN_SUSPENDED =
:TOKEN_SUSPENDED- TOKEN_UPDATED =
:TOKEN_UPDATED
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[Lithic::Models::Tokenization::Event::result]
256 |
# File 'sig/lithic/models/tokenization.rbs', line 256
def self?.values: -> ::Array[Lithic::Models::Tokenization::Event::result]
|