Module: Lithic::Models::Tokenization::Event::Result

Extended by:
Internal::Type::Enum
Defined in:
lib/lithic/models/tokenization.rb

Overview

Enum representing the result of the tokenization event

See Also:

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

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