new ReadCardDataRequest()
- Source:
Extends
Methods
(static) ReadCardDataRequest#getCardEntryMethods() → {Number}
Get the field value
The bit mask of allowable card read types.
- Source:
Returns:
must be an integer
- Type
- Number
(static) ReadCardDataRequest#getIsForceSwipePinEntry() → {Boolean}
Get the field value
If true, then if the card is swiped, a pin entry must be done.
- Source:
Returns:
- Type
- Boolean
(static) ReadCardDataRequest#setCardEntryMethods(cardEntryMethods)
Set the field value
The bit mask of allowable card read types.
Parameters:
Name | Type | Description |
---|---|---|
cardEntryMethods |
Number | must be an integer |
- Source:
(static) ReadCardDataRequest#setIsForceSwipePinEntry(isForceSwipePinEntry)
Set the field value
If true, then if the card is swiped, a pin entry must be done.
Parameters:
Name | Type | Description |
---|---|---|
isForceSwipePinEntry |
Boolean |
- Source: