Module: Increase::Models::DeclinedTransaction::Source::CardDecline::NetworkDetails::Visa::PointOfServiceEntryMode

Extended by:
Internal::Type::Enum
Defined in:
lib/increase/models/declined_transaction.rb

Overview

The method used to enter the cardholder’s primary account number and card expiration date.

Constant Summary collapse

UNKNOWN =

Unknown

:unknown
MANUAL =

Manual key entry

:manual
MAGNETIC_STRIPE_NO_CVV =

Magnetic stripe read, without card verification value

:magnetic_stripe_no_cvv
OPTICAL_CODE =

Optical code

:optical_code
INTEGRATED_CIRCUIT_CARD =

Contact chip card

:integrated_circuit_card
CONTACTLESS =

Contactless read of chip card

:contactless
CREDENTIAL_ON_FILE =

Transaction initiated using a credential that has previously been stored on file

:credential_on_file
MAGNETIC_STRIPE =

Magnetic stripe read

:magnetic_stripe
CONTACTLESS_MAGNETIC_STRIPE =

Contactless read of magnetic stripe data

:contactless_magnetic_stripe
INTEGRATED_CIRCUIT_CARD_NO_CVV =

Contact chip card, without card verification value

:integrated_circuit_card_no_cvv

Method Summary

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