Class VaultCardRequest
java.lang.Object
com.clover.remote.client.messages.BaseRequest
com.clover.remote.client.messages.VaultCardRequest
Request to acquire a payment token and card that
can be used for future transaction requests
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VaultCardRequest
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
-
getCardEntryMethods
Get the field value- Returns:
- configured card entry methods
-