• API Overview
  • EBICS API
  • FinTS API
  • XS2A API
  • SEPA API
Search Results for

    Class EbicsBTUOrderParams

    Holds EBICS BTUOrderParams

    Inheritance
    System.Object
    EbicsElement
    EbicsOrderParams
    EbicsStandardOrderParams
    EbicsBTFOrderParams
    EbicsBTUOrderParams
    Inherited Members
    EbicsBTFOrderParams.Service
    EbicsBTFOrderParams.Parameters
    EbicsStandardOrderParams.DateRange
    EbicsOrderParams.OrderParamsTag
    EbicsElement.BuildXmlDocument(EbicsVersion)
    EbicsElement.Load(Stream, EbicsVersion)
    EbicsElement.Load(String, EbicsVersion)
    EbicsElement.Save(Stream, EbicsVersion)
    EbicsElement.Save(String, EbicsVersion)
    EbicsElement.FromBuffer(EbicsDataBuffer, EbicsVersion)
    EbicsElement.ToBuffer(EbicsVersion)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Subsembly.EBICS
    Assembly: Subsembly.EBICS.Core.dll
    Syntax
    public sealed class EbicsBTUOrderParams : EbicsBTFOrderParams
    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()

    Declaration
    public EbicsBTUOrderParams()

    Properties

    FileName

    Optional original file name of the upload.

    Declaration
    public string FileName { get; set; }
    Property Value
    Type Description
    System.String

    RequestEDS

    Request forwarding to VEU (EDS) authorization process.

    Declaration
    public bool RequestEDS { get; set; }
    Property Value
    Type Description
    System.Boolean
    Remarks

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

    SignatureFlag

    SignatureFlag

    Declaration
    public bool SignatureFlag { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    BuildXml(XmlDocument, EbicsVersion)

    Declaration
    public override XmlElement BuildXml(XmlDocument xmlDocument, EbicsVersion nVersion)
    Parameters
    Type Name Description
    System.Xml.XmlDocument xmlDocument
    EbicsVersion nVersion
    Returns
    Type Description
    System.Xml.XmlElement
    Overrides
    EbicsStandardOrderParams.BuildXml(XmlDocument, EbicsVersion)

    ParseXml(XmlElement, EbicsVersion)

    Declaration
    public override void ParseXml(XmlElement xmlElement, EbicsVersion nVersion)
    Parameters
    Type Name Description
    System.Xml.XmlElement xmlElement
    EbicsVersion nVersion
    Overrides
    EbicsBTFOrderParams.ParseXml(XmlElement, EbicsVersion)

    Extension Methods

    EbicsAuthorisationLevelConverter.SetAuthorisationLevel(EbicsBTUOrderParams, EbicsAuthorisationLevel)
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH