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

    Class EbicsOrderBKA

    Convenient wrapper for a BKA document download order.

    Inheritance
    System.Object
    EbicsOrder
    EbicsOrderDownloadZip
    EbicsOrderBKA
    Inherited Members
    EbicsOrderDownloadZip.ZipEntries
    EbicsOrder.CreateNextOrderID()
    EbicsOrder.Service
    EbicsOrder.OrderType
    EbicsOrder.AdminOrderType
    EbicsOrder.Upload
    EbicsOrder.TransferType
    EbicsOrder.OrderID
    EbicsOrder.OrderAttribute
    EbicsOrder.OrderParams
    EbicsOrder.AdditionalOrderInfo
    EbicsOrder.AuthorisationLevel
    EbicsOrder.OrderSignatures
    EbicsOrder.OrderData
    EbicsOrder.TechnicalReturnCode
    EbicsOrder.BusinessReturnCode
    EbicsOrder.Success
    EbicsOrder.SuccessOrNoData
    EbicsOrder.ErrorClass
    EbicsOrder.Transaction
    EbicsOrder.TransactionTraceText
    EbicsOrder.TransactionID
    EbicsOrder.TransactionState
    EbicsOrder.Sign(EbicsContact, IEbicsSecurityMedium)
    EbicsOrder.ProcessResponseOrderData(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 class EbicsOrderBKA : EbicsOrderDownloadZip

    Constructors

    EbicsOrderBKA()

    Constructs a BKA order that gets all pending statement documents.

    Declaration
    public EbicsOrderBKA()

    EbicsOrderBKA(DateTime)

    Constructs a BKA order that gets all statement documents from the given start date up to today.

    Declaration
    public EbicsOrderBKA(DateTime tFrom)
    Parameters
    Type Name Description
    System.DateTime tFrom

    EbicsOrderBKA(DateTime, DateTime)

    Constructs a BKA order that gets the statement documents of the requested date range.

    Declaration
    public EbicsOrderBKA(DateTime tFrom, DateTime tTo)
    Parameters
    Type Name Description
    System.DateTime tFrom
    System.DateTime tTo
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH