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