Class ReadCardDataRequest

java.lang.Object
com.clover.remote.client.messages.BaseRequest
com.clover.remote.client.messages.ReadCardDataRequest

public class ReadCardDataRequest extends BaseRequest
Request object for requesting to read card data
  • Constructor Details

    • ReadCardDataRequest

      public ReadCardDataRequest(Integer cardEntryMethods)
      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

      public Integer getCardEntryMethods()
      Get the field value
      Returns:
      configured card entry methods
    • setCardEntryMethods

      public void setCardEntryMethods(Integer cardEntryMethods)
      Set the field value
      Parameters:
      cardEntryMethods - configured card entry methods