Class EbicsOrderC52

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

Convenient wrapper for a CAMT 052 download order.

public class EbicsOrderC52 : EbicsOrderCamt
Inheritance
EbicsOrderC52
Inherited Members

Constructors

EbicsOrderC52()

Constructs a C52 order where the DateRangeStart of the EbicsDateRange is initialized with DateTime.Today

public EbicsOrderC52()

EbicsOrderC52(DateTime)

Constructs a C52 order where the DateRangeStart of the EbicsDateRange is initialized with tFrom.

public EbicsOrderC52(DateTime tFrom)

Parameters

tFrom DateTime

EbicsOrderC52(DateTime, DateTime)

Constructs a C52 order where the EbicsDateRange is initialized with tFrom and tTo.

public EbicsOrderC52(DateTime tFrom, DateTime tTo)

Parameters

tFrom DateTime
tTo DateTime