Interface RemotePaymentOutputData
-
public interface RemotePaymentOutputData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getCryptogramData()
CryptogramDataType
getCryptogramDataType()
java.lang.String
getDpan()
java.util.Date
getDpanExpirationDate()
int
getDpanSequenceNumber()
java.lang.String
getPAR()
java.lang.String
getTrack2EquvalentData()
void
wipe()
Wipe the sensitve data from output.
-
-
-
Method Detail
-
getDpan
java.lang.String getDpan()
- Returns:
- the String of PAN
- Since:
- 6.1.0
-
getDpanSequenceNumber
int getDpanSequenceNumber()
- Returns:
- the String of PANSequenceNumber
- Since:
- 6.1.0
-
getPAR
java.lang.String getPAR()
- Returns:
- the String of PAR
- Since:
- 6.1.0
-
getDpanExpirationDate
java.util.Date getDpanExpirationDate()
- Returns:
- the Date of ExpirationDate
- Since:
- 6.1.0
-
getTrack2EquvalentData
java.lang.String getTrack2EquvalentData()
- Returns:
- the String of Track2EquvalentData
- Since:
- 6.1.0
-
getCryptogramDataType
CryptogramDataType getCryptogramDataType()
- Returns:
- the enum of CrytogramDataType
- Since:
- 6.1.0
-
getCryptogramData
byte[] getCryptogramData()
- Returns:
- the byte array of CryptogramData
- Since:
- 6.1.0
-
wipe
void wipe()
Wipe the sensitve data from output.- Since:
- 6.1.0
-
-