|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.BTPaySDK.ApplicationIDStruct
public class ApplicationIDStruct
The class for applicationID data.
Field Summary | |
---|---|
byte[] |
acquirerIdentifier
Indicates which acquirer/processor processes the corresponding AID. |
byte[] |
aid
AID value as per payment networks. |
byte |
aidLen
AID's length. |
byte |
applicationSelectionIndicator
Standard parameter. |
byte[] |
applicationVersionNumber
EMV application version number. |
byte |
ddolLen
Dynamic Data Object List length. |
byte[] |
ddolValue
Transaction Data Object List value. |
byte |
defaultDDOL
Standard parameter. |
byte |
defaultTDOL
Standard parameter. |
byte |
floorlLimitChecking
Indicates whether or not terminal uses Floor Limit Checking. |
byte |
maxTargetPercentage
EMV offline risk management parameter. |
byte |
randomTransactionSelection
Indicates whether or not terminal uses Random Transaction Selection. |
byte |
skipTACIACDefault
Indicates whether or not terminal uses default values for risk management. |
byte |
tac
Indicates whether or not terminal uses Terminal Action Code. |
byte[] |
tACDefault
Terminal Action Code Default. |
byte[] |
tACDenial
Terminal Action Code Denial. |
byte[] |
tACOnline
Terminal Action Code Online. |
byte |
targetPercentage
EMV offline risk management parameter. |
byte |
tdolLen
Transaction Data Object List length. |
byte[] |
tdolValue
Transaction Data Object List value. |
byte[] |
terminalFloorLimit
Standard parameter. |
byte[] |
thresholdValue
EMV offline risk management parameter. |
byte[] |
transactionCurrencyCode
AID's currency.Example: For Canada,{0x01,0x24}.Tag 5F2A. |
byte |
transactionCurrencyExponent
Transaction Currency Exponent. |
byte |
velocitiyChecking
Indicates whether or not terminal uses Velocity Checking. |
byte[] |
XAmount
Not used by Agnos Framework. |
byte[] |
YAmount
Not used by Agnos Framework. |
Constructor Summary | |
---|---|
ApplicationIDStruct()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public byte[] acquirerIdentifier
public byte[] aid
public byte aidLen
public byte applicationSelectionIndicator
public byte[] applicationVersionNumber
public byte[] XAmount
public byte[] YAmount
public byte skipTACIACDefault
public byte tac
public byte floorlLimitChecking
public byte randomTransactionSelection
public byte velocitiyChecking
public byte[] tACDenial
public byte[] tACOnline
public byte[] tACDefault
public byte[] terminalFloorLimit
public byte targetPercentage
public byte[] thresholdValue
public byte maxTargetPercentage
public byte defaultTDOL
public byte[] tdolValue
public byte tdolLen
public byte defaultDDOL
public byte[] ddolValue
public byte ddolLen
public byte[] transactionCurrencyCode
public byte transactionCurrencyExponent
Constructor Detail |
---|
public ApplicationIDStruct()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |