Interface RemotePaymentOutputData


public interface RemotePaymentOutputData
  • Method Details

    • getDpan

      String getDpan()
      Returns:
      the String of PAN
      Since:
      6.1.0
    • getDpanSequenceNumber

      int getDpanSequenceNumber()
      Returns:
      the String of PANSequenceNumber
      Since:
      6.1.0
    • getPAR

      String getPAR()
      Returns:
      the String of PAR
      Since:
      6.1.0
    • getDpanExpirationDate

      Date getDpanExpirationDate()
      Returns:
      the Date of ExpirationDate
      Since:
      6.1.0
    • getTrack2EquvalentData

      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