Module: Lithic::Models::Tokenization::TokenRequestorName

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

Overview

The entity that requested the tokenization. For digital wallets, this will be one of the defined wallet types. For merchant tokenizations, this will be a free-form merchant name string.

See Also:

  • Lithic::Models::Tokenization#token_requestor_name

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::Union

==, ===, coerce, derefed_variants, dump, hash, inspect, to_sorbet_type, variants

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

.variantsArray(Symbol, String)

Returns:

  • (Array(Symbol, String))


184
185
186
# File 'lib/lithic/models/tokenization.rb', line 184

define_sorbet_constant!(:Variants) do
  T.type_alias { T.any(Lithic::Tokenization::TokenRequestorName::TaggedSymbol, String) }
end

Instance Method Details

#self?.variants::Array[Lithic::Models::Tokenization::token_requestor_name]

Returns:

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


129
# File 'sig/lithic/models/tokenization.rbs', line 129

def self?.variants: -> ::Array[Lithic::Models::Tokenization::token_requestor_name]