public class PpInfo extends Object
Constructor and Description |
---|
PpInfo(PaymentProtocol paymentProtocol,
Long ppEp2TransSeqCntOrig,
Long ppEp2AuthReslt,
String ppEp2AuthRespC)
Create info.
|
Modifier and Type | Method and Description |
---|---|
PaymentProtocol |
getPaymentProtocol()
Specifies the payment protocol used.
|
Long |
getPpEp2AuthReslt()
Payment protocol specific authorisation result.
|
String |
getPpEp2AuthRespC()
Payment protocol specific authorisation response code.
|
Long |
getPpEp2TransSeqCntOrig()
Payment protocol specific original transaction sequence counter, which refers to a previous
transaction.
|
String |
toString()
String representation for debugging purpose.
|
public PpInfo(PaymentProtocol paymentProtocol, Long ppEp2TransSeqCntOrig, Long ppEp2AuthReslt, String ppEp2AuthRespC)
public PaymentProtocol getPaymentProtocol()
public Long getPpEp2TransSeqCntOrig()
public Long getPpEp2AuthReslt()
public String getPpEp2AuthRespC()