Class EbicsOrderBKI
Convenient wrapper for a BKI document download order.
Inherited Members
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsOrderBKI : EbicsOrderDownloadZip
Constructors
EbicsOrderBKI()
Constructs a BKI order that gets all pending account documents.
Declaration
public EbicsOrderBKI()
EbicsOrderBKI(DateTime)
Constructs a BKI order that gets all account documents from the given start date up to today.
Declaration
public EbicsOrderBKI(DateTime tFrom)
Parameters
Type | Name | Description |
---|---|---|
DateTime | tFrom |
EbicsOrderBKI(DateTime, DateTime)
Constructs a BKI order that gets the account documents of the requested date range.
Declaration
public EbicsOrderBKI(DateTime tFrom, DateTime tTo)
Parameters
Type | Name | Description |
---|---|---|
DateTime | tFrom | |
DateTime | tTo |