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.
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- GOOGLE_PAY =
:GOOGLE_PAY- MICROSOFT_PAY =
:MICROSOFT_PAY- NETFLIX =
:NETFLIX- SAMSUNG_PAY =
:SAMSUNG_PAY- UNKNOWN =
:UNKNOWN- 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
.values ⇒ Array<Symbol>
|
|
# File 'lib/lithic/models/token_metadata.rb', line 135
|
Instance Method Details
#self?.values ⇒ ::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]
|