Class EbicsOrderC54

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

Convenient wrapper for a CAMT 054 download order.

public class EbicsOrderC54 : EbicsOrderCamt
Inheritance
EbicsOrderC54
Inherited Members

Constructors

EbicsOrderC54()

Constructs a C53 order that gets all pending statement data.

public EbicsOrderC54()

EbicsOrderC54(DateTime)

Constructs a C53 order that gets all statement data from the given start date up to today.

public EbicsOrderC54(DateTime tFrom)

Parameters

tFrom DateTime

EbicsOrderC54(DateTime, DateTime)

Constructs a C53 order that gets the statement data of the requested date range.

public EbicsOrderC54(DateTime tFrom, DateTime tTo)

Parameters

tFrom DateTime
tTo DateTime