Module: Lithic::Models::TokenMetadata::TokenRequestorName

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

Overview

Human-readable name of the wallet that the token_requestor_id maps to.

See Also:

  • Lithic::Models::TokenMetadata#token_requestor_name

Constant Summary collapse

AMAZON_ONE =

Returns:

  • (:AMAZON_ONE)
:AMAZON_ONE
ANDROID_PAY =

Returns:

  • (:ANDROID_PAY)
:ANDROID_PAY
APPLE_PAY =

Returns:

  • (:APPLE_PAY)
:APPLE_PAY
FACEBOOK =

Returns:

  • (:FACEBOOK)
:FACEBOOK
FITBIT_PAY =

Returns:

  • (:FITBIT_PAY)
:FITBIT_PAY
GARMIN_PAY =

Returns:

  • (:GARMIN_PAY)
:GARMIN_PAY
GOOGLE_PAY =

Returns:

  • (:GOOGLE_PAY)
:GOOGLE_PAY
MICROSOFT_PAY =

Returns:

  • (:MICROSOFT_PAY)
:MICROSOFT_PAY
NETFLIX =

Returns:

  • (:NETFLIX)
:NETFLIX
SAMSUNG_PAY =

Returns:

  • (:SAMSUNG_PAY)
:SAMSUNG_PAY
UNKNOWN =

Returns:

  • (:UNKNOWN)
:UNKNOWN
VISA_CHECKOUT =

Returns:

  • (:VISA_CHECKOUT)
:VISA_CHECKOUT

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/token_metadata.rb', line 135

Instance Method Details

#self?.values::Array[Lithic::Models::TokenMetadata::token_requestor_name]

Returns:

  • (::Array[Lithic::Models::TokenMetadata::token_requestor_name])


117
# File 'sig/lithic/models/token_metadata.rbs', line 117

def self?.values: -> ::Array[Lithic::Models::TokenMetadata::token_requestor_name]