Module: Lithic::Models::DigitalWalletTokenMetadata::TokenRequestorName

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

Overview

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

Constant Summary collapse

AMAZON_ONE =
:AMAZON_ONE
ANDROID_PAY =
:ANDROID_PAY
APPLE_PAY =
:APPLE_PAY
FACEBOOK =
:FACEBOOK
FITBIT_PAY =
:FITBIT_PAY
GARMIN_PAY =
:GARMIN_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::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/digital_wallet_token_metadata.rb', line 136