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