|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.BTPaySDK.TerminalDataStruct
public class TerminalDataStruct
The class for Terminal Data.
Field Summary | |
---|---|
byte[] |
additionalTerminalCapabilities
Standard parameter. |
byte |
adviceManaged
Indicates whether or not Advice messages are supported by Terminal (only if needed by Level3 implementation). |
byte |
autoRun
Indicates whether or not Terminal is configured in AutoRun. |
byte |
batchManaged
Indicates whether or not Batch messages are supported by Terminal. |
byte |
CDAType
Indicates CDA are not supported by Terminal or not. |
byte |
defaultTAC
Indicates whether or not Default TAC are supported by Terminal. |
byte[] |
defaultTACDefault
Default TAC Default value. |
byte[] |
defaultTACDenial
IDefault TAC Denial value. |
byte[] |
defaultTACOnline
Default TAC Online value. |
byte |
emvContact
Indicates whether terminal supports EMV contact. |
byte |
emvContactless
Indicates whether or not terminal support scontactless in EMV mode. |
byte |
magstripe
Indicates whether terminal supports magstripe. |
byte |
notRTS
Indicates TRS are not supported by Terminal or not. |
byte |
notVelocity
Indicates Velocity are not supported by Terminal or not. |
byte |
pinByPass
Indicates whether or not PIN bypass is supported by Terminal. |
byte |
pinTimeOut
In seconds. |
byte[] |
predefinedAmount
Fixed amount. |
byte |
provideCardholderConfirmation
Indicates whether or not card holder may confirm application selection at EMV Selection time. |
byte |
pse
Indicates whether or not PSE Selection method is supported by Terminal. |
byte |
referalManaged
Indicates whether or not Referal managed are supported by Terminal (only if needed by Level3 implementation).. |
byte[] |
terminalCapabilities
Standard parameter. |
byte[] |
terminalCountryCode
The Terminal's Country Code,example:{0x08,0x40}. |
byte |
terminalType
The Terminal Type,See EMVCo book IV. |
Constructor Summary | |
---|---|
TerminalDataStruct()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public byte[] terminalCountryCode
public byte provideCardholderConfirmation
public byte terminalType
public byte emvContact
public byte[] terminalCapabilities
public byte[] additionalTerminalCapabilities
public byte emvContactless
public byte magstripe
public byte pinTimeOut
public byte batchManaged
public byte adviceManaged
public byte pse
public byte autoRun
public byte[] predefinedAmount
public byte pinByPass
public byte referalManaged
public byte defaultTAC
public byte[] defaultTACDenial
public byte[] defaultTACOnline
public byte[] defaultTACDefault
public byte notRTS
public byte notVelocity
public byte CDAType
Constructor Detail |
---|
public TerminalDataStruct()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |