Class ReadCardDataRequest
java.lang.Object
com.clover.remote.client.messages.BaseRequest
com.clover.remote.client.messages.ReadCardDataRequest
Request object for requesting to read card data
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the field valuebooleanGet the field valuevoidsetCardEntryMethods(Integer cardEntryMethods) Set the field valuevoidsetForceSwipePinEntry(boolean forceSwipePinEntry) Set the field value
-
Constructor Details
-
ReadCardDataRequest
Constructor- Parameters:
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.
-
-
Method Details
-
isForceSwipePinEntry
public boolean isForceSwipePinEntry()Get the field value- Returns:
- If true, then if the card is swiped, a pin entry must be done
-
setForceSwipePinEntry
public void setForceSwipePinEntry(boolean forceSwipePinEntry) Set the field value- Parameters:
forceSwipePinEntry- If true, then if the card is swiped, a pin entry must be done
-
getCardEntryMethods
Get the field value- Returns:
- configured card entry methods
-
setCardEntryMethods
Set the field value- Parameters:
cardEntryMethods- configured card entry methods
-