Class EbicsOrderBKI
Convenient wrapper for a BKI document download order.
public class EbicsOrderBKI : EbicsOrderDownloadZip
- Inheritance
-
EbicsOrderBKI
- Inherited Members
Constructors
EbicsOrderBKI()
Constructs a BKI order that gets all pending account documents.
public EbicsOrderBKI()
EbicsOrderBKI(DateTime)
Constructs a BKI order that gets all account documents from the given start date up to today.
public EbicsOrderBKI(DateTime tFrom)
Parameters
tFromDateTime
EbicsOrderBKI(DateTime, DateTime)
Constructs a BKI order that gets the account documents of the requested date range.
public EbicsOrderBKI(DateTime tFrom, DateTime tTo)