public class VaultCardRequest extends BaseRequest
| Constructor and Description |
|---|
VaultCardRequest(java.lang.Integer cardEntryMethods)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getCardEntryMethods()
Get the field value
|
public VaultCardRequest(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.