Module: Lithic::Models::Tokenization::TokenRequestorName
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/lithic/models/tokenization.rb
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.
collapse
- AMAZON_ONE =
:AMAZON_ONE- ANDROID_PAY =
:ANDROID_PAY- APPLE_PAY =
:APPLE_PAY- FACEBOOK =
:FACEBOOK- FITBIT_PAY =
:FITBIT_PAY- GARMIN_PAY =
:GARMIN_PAY- GOOGLE_PAY =
:GOOGLE_PAY- MICROSOFT_PAY =
:MICROSOFT_PAY- NETFLIX =
:NETFLIX- SAMSUNG_PAY =
:SAMSUNG_PAY- UNKNOWN =
:UNKNOWN- VISA_CHECKOUT =
:VISA_CHECKOUT
Class Method Summary collapse
Methods included from Internal::Type::Union
==, ===, coerce, 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
.variants ⇒ 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 |