Class EbicsOrderDownloadZip
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
sOrderTypestring
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
Properties
ZipEntries
Iterates over all documents contained in the ZIP file that has been downloaded.
public IEnumerable<EbicsOrderZipEntry> ZipEntries { get; }