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

    Class EbicsOrderDownloadZip

    Base class for orders that download documents contained in a ZIP file.

    Inheritance
    System.Object
    EbicsOrder
    EbicsOrderDownloadZip
    EbicsOrderBKA
    EbicsOrderBKI
    Inherited Members
    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 EbicsOrderDownloadZip : EbicsOrder

    Constructors

    EbicsOrderDownloadZip(String)

    Constructs an order that downloads a ZIP file with documents without date range.

    Declaration
    public EbicsOrderDownloadZip(string sOrderType)
    Parameters
    Type Name Description
    System.String sOrderType

    EbicsOrderDownloadZip(String, DateTime, DateTime)

    Constructs an order that downloads a ZIP file with documents for the requested date range.

    Declaration
    public EbicsOrderDownloadZip(string sOrderType, DateTime tFrom, DateTime tTo = default(DateTime))
    Parameters
    Type Name Description
    System.String sOrderType
    System.DateTime tFrom
    System.DateTime tTo

    Properties

    ZipEntries

    Iterates over all documents contained in the ZIP file that has been downloaded.

    Declaration
    public IEnumerable<EbicsOrderZipEntry> ZipEntries { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<EbicsOrderZipEntry>
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH