Interface MasterCardTerminalInfo
-
public interface MasterCardTerminalInfoThis interface contains the terminal Information for Master Card.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TwoTapSupportedget2TapSupported()Retrieve the if TwoTap is supported for the MasterCard Transaction.CdcvmSupportedgetcdcvmSupported()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.TerminalTechnologygetTerminalTechnology()Retrieve the TerminalTechnology supported for the MasterCard Transaction.TerminalTypegetTerminalType()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
-
-