Class EbicsBTUOrderParams

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Core.dll

Holds EBICS BTUOrderParams

public sealed class EbicsBTUOrderParams : EbicsBTFOrderParams
Inheritance
EbicsBTUOrderParams
Inherited Members
Extension Methods

Remarks

Replaces EbicsStandardOrderParams with upload orders in EBICS 3.0. When converted to XML using EBICS 2.x, this just creates a StandardOrderParams element instead of a BTUOrderParams element. When parsing XML this can consume StandardOrderParams and BTUOrderParams elements.

Constructors

EbicsBTUOrderParams()

public EbicsBTUOrderParams()

Properties

FileName

Optional original file name of the upload.

public string FileName { get; set; }

Property Value

string

RequestEDS

Request forwarding to VEU (EDS) authorization process.

public bool RequestEDS { get; set; }

Property Value

bool

Remarks

Note that the requestEDS attribute is only included, if SignatureFlag is true, and RequestEDS is true.

SignatureFlag

SignatureFlag

public bool SignatureFlag { get; set; }

Property Value

bool

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