Class EbicsHPDResponseOrderData
Inheritance
EbicsHPDResponseOrderData
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsHPDResponseOrderData : EbicsElement
Constructors
EbicsHPDResponseOrderData(string)
Declaration
public EbicsHPDResponseOrderData(string sTagName = "HPDResponseOrderData")
Parameters
Type |
Name |
Description |
string |
sTagName |
|
Properties
AccessParams
Returns the HPD Access Params.
Declaration
public EbicsHPDAccessParams AccessParams { get; }
Property Value
ProtocolParams
Returns the HPD Protocol Params.
Declaration
public EbicsHPDProtocolParams ProtocolParams { get; }
Property Value
Methods
BuildXml(XmlDocument, EbicsVersion)
Declaration
public override XmlElement BuildXml(XmlDocument xmlDocument, EbicsVersion nVersion)
Parameters
Returns
Overrides
ParseXml(XmlElement, EbicsVersion)
Declaration
public override void ParseXml(XmlElement xmlElement, EbicsVersion nVersion)
Parameters
Overrides