Class PpInfo
Class PpInfo.
Inheritance
System.Object
PpInfo
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class PpInfo : object
Constructors
PpInfo(PaymentProtocol, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, String)
Declaration
public PpInfo(PaymentProtocol paymentProtocol, long? ppEp2TransSeqCntOrig, long? ppEp2TransSeqCnt, long? ppEp2AuthReslt, String ppEp2AuthRespC)
Parameters
Type | Name | Description |
---|---|---|
PaymentProtocol | paymentProtocol | |
System.Nullable<System.Int64> | ppEp2TransSeqCntOrig | |
System.Nullable<System.Int64> | ppEp2TransSeqCnt | |
System.Nullable<System.Int64> | ppEp2AuthReslt | |
String | ppEp2AuthRespC |
Properties
PaymentProtocol
Specifies the payment protocol used.
Declaration
public PaymentProtocol PaymentProtocol { get; }
Property Value
Type | Description |
---|---|
PaymentProtocol |
PpEp2AuthReslt
Payment protocol specific authorisation result. Mandatory if payment protocol provides info.
Declaration
public long? PpEp2AuthReslt { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
PpEp2AuthRespC
Payment protocol specific authorisation response code. Mandatory if payment protocol provides info.
Declaration
public String PpEp2AuthRespC { get; }
Property Value
Type | Description |
---|---|
String |
PpEp2TransSeqCnt
Payment protocol specific transaction sequence counter.
Declaration
public long? PpEp2TransSeqCnt { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
PpEp2TransSeqCntOrig
Payment protocol specific original transaction sequence counter, which refers to a previous transaction. Mandatory if payment protocol provides info.
Declaration
public long? PpEp2TransSeqCntOrig { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Methods
ToString()
String representation.
Declaration
public override String ToString()
Returns
Type | Description |
---|---|
String |