Class PpInfo
Class PpInfo.
Inheritance
System.Object
PpInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class PpInfo
Constructors
PpInfo(PaymentProtocol, Nullable<Int64>, Nullable<Int64>, String)
Declaration
public PpInfo(PaymentProtocol paymentProtocol, long? ppEp2TransSeqCntOrig, long? ppEp2AuthReslt, string ppEp2AuthRespC)
Parameters
Type | Name | Description |
---|---|---|
PaymentProtocol | paymentProtocol | |
System.Nullable<System.Int64> | ppEp2TransSeqCntOrig | |
System.Nullable<System.Int64> | ppEp2AuthReslt | |
System.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 |
---|---|
System.String |
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 |
---|---|
System.String |
Overrides
System.Object.ToString()