Class PpInfo


  • public class PpInfo
    extends Object
    Contains payment protocol specific information. Immutable class.
    • Constructor Detail

      • PpInfo

        public PpInfo​(PaymentProtocol paymentProtocol,
                      Long ppEp2TransSeqCntOrig,
                      Long ppEp2AuthReslt,
                      String ppEp2AuthRespC)
        Create info.
    • Method Detail

      • getPaymentProtocol

        public PaymentProtocol getPaymentProtocol()
        Specifies the payment protocol used.
      • getPpEp2TransSeqCntOrig

        public Long getPpEp2TransSeqCntOrig()
        Payment protocol specific original transaction sequence counter, which refers to a previous transaction. Mandatory if payment protocol provides info.
      • getPpEp2AuthReslt

        public Long getPpEp2AuthReslt()
        Payment protocol specific authorisation result. Mandatory if payment protocol provides info.
      • getPpEp2AuthRespC

        public String getPpEp2AuthRespC()
        Payment protocol specific authorisation response code. Mandatory if payment protocol provides info.
      • toString

        public String toString()
        String representation for debugging purpose.
        Overrides:
        toString in class Object