Class EbicsOrderBKI

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Core.dll

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

tFrom DateTime

EbicsOrderBKI(DateTime, DateTime)

Constructs a BKI order that gets the account documents of the requested date range.

public EbicsOrderBKI(DateTime tFrom, DateTime tTo)

Parameters

tFrom DateTime
tTo DateTime