Class EbicsHVTOrderParams

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Core.dll
public class EbicsHVTOrderParams : EbicsHVPickOrderParams
Inheritance
EbicsHVTOrderParams
Inherited Members

Constructors

EbicsHVTOrderParams()

public EbicsHVTOrderParams()

Properties

CompleteOrderData

Chooses whether to fetch the complete order data.

public bool CompleteOrderData { get; set; }

Property Value

bool

Remarks

If this is true, then the complete, original order data will be downloaded. This may fail, if the bank does not support or allow downloading the original order data. If the complete order data is requested, then the values of FetchLimit and FetchOffset should be left as zero.

If this is false, then a HVTResponseOrderData XML document with a sequence of OrderInfo elements is returned. The properties FetchOffset and FetchLimit may be used to request a particular range of order entries from the original batch order.

FetchLimit

Requested number of order entries.

public int FetchLimit { get; set; }

Property Value

int

If this is zero, then all order entries of the original batch order will be returned.

FetchOffset

Offset of the first order entry within the original batch order that is requested.

public int FetchOffset { get; set; }

Property Value

int

Methods

BuildXml(XmlDocument, EbicsVersion)

public override XmlElement BuildXml(XmlDocument xmlDocument, EbicsVersion nVersion)

Parameters

xmlDocument XmlDocument
nVersion EbicsVersion

Returns

XmlElement

ParseXml(XmlElement, EbicsVersion)

public override void ParseXml(XmlElement xmlElement, EbicsVersion nVersion)

Parameters

xmlElement XmlElement
nVersion EbicsVersion