Interface MasterCardTerminalInfo
-
public interface MasterCardTerminalInfo
This interface contains the terminal Information for Master Card.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TwoTapSupported
get2TapSupported()
Retrieve the if TwoTap is supported for the MasterCard Transaction.CdcvmSupported
getcdcvmSupported()
Retrieve the cdcvm supported for the MasterCard Transaction.byte[]
getCdol()
Retrieve the cdol used for the MasterCard Transaction.byte[]
getpdol()
Retrieve the pdol used for the MasterCard Transaction.TerminalTechnology
getTerminalTechnology()
Retrieve the TerminalTechnology supported for the MasterCard Transaction.TerminalType
getTerminalType()
Retrieve the TerminalType supported for the MasterCard Transaction.
-
-
-
Method Detail
-
getpdol
byte[] getpdol()
Retrieve the pdol used for the MasterCard Transaction.- Returns:
- byte[] pdol value
-
getCdol
byte[] getCdol()
Retrieve the cdol used for the MasterCard Transaction.- Returns:
- byte[] cdol value
-
getcdcvmSupported
CdcvmSupported getcdcvmSupported()
Retrieve the cdcvm supported for the MasterCard Transaction.- Returns:
- CdcvmSupported enum
-
get2TapSupported
TwoTapSupported get2TapSupported()
Retrieve the if TwoTap is supported for the MasterCard Transaction.- Returns:
- TwoTapSupported enum
-
getTerminalTechnology
TerminalTechnology getTerminalTechnology()
Retrieve the TerminalTechnology supported for the MasterCard Transaction.- Returns:
- TerminalTechnology enum
-
getTerminalType
TerminalType getTerminalType()
Retrieve the TerminalType supported for the MasterCard Transaction.- Returns:
- TerminalType enum
-
-