Class EbicsResponse

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Core.dll
public class EbicsResponse : EbicsMessage
Inheritance
EbicsResponse
Inherited Members

Constructors

EbicsResponse(EbicsResponseType)

public EbicsResponse(EbicsResponseType nResponseType)

Parameters

nResponseType EbicsResponseType

Properties

BusinessReturnCode

public EbicsReturnCode BusinessReturnCode { get; set; }

Property Value

EbicsReturnCode

OrderID

public string OrderID { get; set; }

Property Value

string

ResponseType

public EbicsResponseType ResponseType { get; }

Property Value

EbicsResponseType

TechnicalReturnCode

public EbicsReturnCode TechnicalReturnCode { get; set; }

Property Value

EbicsReturnCode

TimestampBankParameter

public DateTime TimestampBankParameter { get; set; }

Property Value

DateTime

TransactionID

public string TransactionID { get; set; }

Property Value

string

Methods

BuildBody(XmlElement, EbicsVersion)

protected override void BuildBody(XmlElement xmlBody, EbicsVersion nVersion)

Parameters

xmlBody XmlElement
nVersion EbicsVersion

BuildHeaderMutable(XmlElement, EbicsVersion)

protected override void BuildHeaderMutable(XmlElement xmlMutable, EbicsVersion nVersion)

Parameters

xmlMutable XmlElement
nVersion EbicsVersion

BuildHeaderStatic(XmlElement, EbicsVersion)

protected override void BuildHeaderStatic(XmlElement xmlStatic, EbicsVersion nVersion)

Parameters

xmlStatic XmlElement
nVersion EbicsVersion

ParseBody(XmlElement, EbicsVersion)

protected override void ParseBody(XmlElement xmlBody, EbicsVersion nVersion)

Parameters

xmlBody XmlElement
nVersion EbicsVersion

ParseHeaderMutable(XmlElement, EbicsVersion)

protected override void ParseHeaderMutable(XmlElement xmlMutable, EbicsVersion nVersion)

Parameters

xmlMutable XmlElement
nVersion EbicsVersion

ParseHeaderStatic(XmlElement, EbicsVersion)

protected override void ParseHeaderStatic(XmlElement xmlStatic, EbicsVersion nVersion)

Parameters

xmlStatic XmlElement
nVersion EbicsVersion