Interface MasterCardTerminalInfo
public interface MasterCardTerminalInfo
This interface contains the terminal Information for Master Card.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve the if TwoTap is supported for the MasterCard Transaction.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.Retrieve the TerminalTechnology supported for the MasterCard Transaction.Retrieve the TerminalType supported for the MasterCard Transaction.
-
Method Details
-
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
-