Class EbicsOrderHxD<TResponseOrderData>
Specialized EbicsOrder base class for HKD and HTD requests.
Inheritance
EbicsOrderHxD<TResponseOrderData>
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsOrderHxD<TResponseOrderData> : EbicsOrder where TResponseOrderData : EbicsHxDResponseOrderData, new()
Type Parameters
Name |
Description |
TResponseOrderData |
|
Constructors
EbicsOrderHxD(string)
Declaration
protected EbicsOrderHxD(string sOrderType)
Parameters
Type |
Name |
Description |
string |
sOrderType |
|
Properties
ResponseOrderData
The response order data that was received.
Declaration
public TResponseOrderData ResponseOrderData { get; }
Property Value
Type |
Description |
TResponseOrderData |
|
Methods
ProcessResponseOrderData(EbicsVersion)
Declaration
public override void ProcessResponseOrderData(EbicsVersion nVersion)
Parameters
Overrides
See Also