Class EbicsOrderBKA

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

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

tFrom DateTime

EbicsOrderBKA(DateTime, DateTime)

Constructs a BKA order that gets the statement documents of the requested date range.

public EbicsOrderBKA(DateTime tFrom, DateTime tTo)

Parameters

tFrom DateTime
tTo DateTime