Class EbicsOrderDownloadZip
Base class for orders that download documents contained in a ZIP file.
Inherited Members
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 |
---|---|---|
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)
Parameters
Type | Name | Description |
---|---|---|
string | sOrderType | |
DateTime | tFrom | |
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 |
---|---|
IEnumerable<EbicsOrderZipEntry> |