Module: Lithic::Models::CardAuthorization::Pos::EntryMode::Pan
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/lithic/models/card_authorization.rb,
sig/lithic/models/card_authorization.rbs
Overview
Method of entry for the PAN
Constant Summary collapse
- AUTO_ENTRY =
:AUTO_ENTRY- BAR_CODE =
:BAR_CODE- CONTACTLESS =
:CONTACTLESS- ECOMMERCE =
:ECOMMERCE- ERROR_KEYED =
:ERROR_KEYED- ERROR_MAGNETIC_STRIPE =
:ERROR_MAGNETIC_STRIPE- ICC =
:ICC- KEY_ENTERED =
:KEY_ENTERED- MAGNETIC_STRIPE =
:MAGNETIC_STRIPE- MANUAL =
:MANUAL- OCR =
:OCR- SECURE_CARDLESS =
:SECURE_CARDLESS- UNSPECIFIED =
:UNSPECIFIED- UNKNOWN =
:UNKNOWN- CREDENTIAL_ON_FILE =
:CREDENTIAL_ON_FILE
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, 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
Instance Method Details
#self?.values ⇒ ::Array[Lithic::Models::CardAuthorization::Pos::EntryMode::pan]
969 |
# File 'sig/lithic/models/card_authorization.rbs', line 969
def self?.values: -> ::Array[Lithic::Models::CardAuthorization::Pos::EntryMode::pan]
|