Class EbicsOrderDownloadZip

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

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

public class EbicsOrderDownloadZip : EbicsOrder
Inheritance
EbicsOrderDownloadZip
Derived
Inherited Members

Constructors

EbicsOrderDownloadZip(string)

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

public EbicsOrderDownloadZip(string sOrderType)

Parameters

sOrderType string

EbicsOrderDownloadZip(string, DateTime, DateTime)

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

public EbicsOrderDownloadZip(string sOrderType, DateTime tFrom, DateTime tTo = default)

Parameters

sOrderType string
tFrom DateTime
tTo DateTime

Properties

ZipEntries

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

public IEnumerable<EbicsOrderZipEntry> ZipEntries { get; }

Property Value

IEnumerable<EbicsOrderZipEntry>