Class EbicsOrderC52
Convenient wrapper for a CAMT 052 download order.
Inherited Members
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsOrderC52 : EbicsOrderCamt
Constructors
EbicsOrderC52()
Constructs a C52 order where the DateRangeStart of
the EbicsDateRange is initialized with DateTime.Today
Declaration
public EbicsOrderC52()
EbicsOrderC52(DateTime)
Constructs a C52 order where the DateRangeStart of
the EbicsDateRange is initialized with tFrom
.
Declaration
public EbicsOrderC52(DateTime tFrom)
Parameters
Type | Name | Description |
---|---|---|
DateTime | tFrom |
EbicsOrderC52(DateTime, DateTime)
Constructs a C52 order where the EbicsDateRange is initialized
with tFrom
and tTo
.
Declaration
public EbicsOrderC52(DateTime tFrom, DateTime tTo)
Parameters
Type | Name | Description |
---|---|---|
DateTime | tFrom | |
DateTime | tTo |