CWS Wrapper Library  5.1.0
Static Public Attributes | List of all members
CWSWrapper.CardEntryType Class Reference

How the credit card can be obtained More...

Static Public Attributes

static readonly String MAGNETIC_STRIPE_SWIPE = "SWIPE"
 Swiping More...
 
static readonly String MANUALLY_ENTERED = "MANUALLY_ENTERED"
 Entering the number through the keypad More...
 
static readonly String MAGNETIC_STRIPE_CONTACTLESS = "PROXIMITY"
 Contactless swipe More...
 
static readonly String EMV_CONTACT = "EMV_CONTACT"
 EMV card inserted into the reader More...
 
static readonly String TOKEN = "TOKEN"
 Tokenized More...
 

Detailed Description

How the credit card can be obtained

Member Data Documentation

◆ EMV_CONTACT

readonly String CWSWrapper.CardEntryType.EMV_CONTACT = "EMV_CONTACT"
static

EMV card inserted into the reader

◆ MAGNETIC_STRIPE_CONTACTLESS

readonly String CWSWrapper.CardEntryType.MAGNETIC_STRIPE_CONTACTLESS = "PROXIMITY"
static

Contactless swipe

◆ MAGNETIC_STRIPE_SWIPE

readonly String CWSWrapper.CardEntryType.MAGNETIC_STRIPE_SWIPE = "SWIPE"
static

Swiping

◆ MANUALLY_ENTERED

readonly String CWSWrapper.CardEntryType.MANUALLY_ENTERED = "MANUALLY_ENTERED"
static

Entering the number through the keypad

◆ TOKEN

readonly String CWSWrapper.CardEntryType.TOKEN = "TOKEN"
static

Tokenized


The documentation for this class was generated from the following file: