Module: Lithic::Models::TokenizationApprovalRequestWebhookEvent::TokenizationSource

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

Overview

The source of the tokenization.

See Also:

  • Lithic::Models::TokenizationApprovalRequestWebhookEvent#tokenization_source

Constant Summary collapse

ACCOUNT_ON_FILE =

Returns:

  • (:ACCOUNT_ON_FILE)
:ACCOUNT_ON_FILE
CONTACTLESS_TAP =

Returns:

  • (:CONTACTLESS_TAP)
:CONTACTLESS_TAP
MANUAL_PROVISION =

Returns:

  • (:MANUAL_PROVISION)
:MANUAL_PROVISION
PUSH_PROVISION =

Returns:

  • (:PUSH_PROVISION)
:PUSH_PROVISION
TOKEN =

Returns:

  • (:TOKEN)
:TOKEN
UNKNOWN =

Returns:

  • (:UNKNOWN)
:UNKNOWN

Class Method Summary collapse

Instance Method Summary collapse

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

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/lithic/models/tokenization_approval_request_webhook_event.rb', line 244

Instance Method Details

#self?.values::Array[Lithic::Models::TokenizationApprovalRequestWebhookEvent::tokenization_source]

Returns:

  • (::Array[Lithic::Models::TokenizationApprovalRequestWebhookEvent::tokenization_source])


215
# File 'sig/lithic/models/tokenization_approval_request_webhook_event.rbs', line 215

def self?.values: -> ::Array[Lithic::Models::TokenizationApprovalRequestWebhookEvent::tokenization_source]