public class ReadCardDataRequest extends BaseRequest
| Constructor and Description |
|---|
ReadCardDataRequest(java.lang.Integer cardEntryMethods)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getCardEntryMethods()
Get the field value
|
boolean |
isForceSwipePinEntry()
Get the field value
|
void |
setCardEntryMethods(java.lang.Integer cardEntryMethods)
Set the field value
|
void |
setForceSwipePinEntry(boolean forceSwipePinEntry)
Set the field value
|
public ReadCardDataRequest(java.lang.Integer cardEntryMethods)
cardEntryMethods - - if null, will get the default configured methods. Initially SWIPE, CHIP and CONTACTLESS. The Integer can be
an OR's value of CloverConnector.CARD_ENTRY_METHOD_MAG_STRIPE | CloverConnector.CARD_ENTRY_METHOD_MAG_MANUAL, etc.public boolean isForceSwipePinEntry()
public void setForceSwipePinEntry(boolean forceSwipePinEntry)
forceSwipePinEntry - If true, then if the card is swiped, a pin entry must be donepublic java.lang.Integer getCardEntryMethods()
public void setCardEntryMethods(java.lang.Integer cardEntryMethods)
cardEntryMethods - configured card entry methods