Class EbicsBTUOrderParams
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
RequestEDS
Request forwarding to VEU (EDS) authorization process.
public bool RequestEDS { get; set; }
Property Value
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
Methods
BuildXml(XmlDocument, EbicsVersion)
public override XmlElement BuildXml(XmlDocument xmlDocument, EbicsVersion nVersion)
Parameters
xmlDocument
XmlDocumentnVersion
EbicsVersion
Returns
ParseXml(XmlElement, EbicsVersion)
public override void ParseXml(XmlElement xmlElement, EbicsVersion nVersion)
Parameters
xmlElement
XmlElementnVersion
EbicsVersion