Class EbicsOrderC53
Convenient wrapper for a CAMT 053 download order.
Inherited Members
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsOrderC53 : EbicsOrderCamt
Constructors
EbicsOrderC53()
Constructs a C53 order that gets all pending statement data.
Declaration
public EbicsOrderC53()
EbicsOrderC53(DateTime)
Constructs a C53 order that gets all statement data from the given start date up to today.
Declaration
public EbicsOrderC53(DateTime tFrom)
Parameters
Type | Name | Description |
---|---|---|
DateTime | tFrom |
EbicsOrderC53(DateTime, DateTime)
Constructs a C53 order that gets the statement data of the requested date range.
Declaration
public EbicsOrderC53(DateTime tFrom, DateTime tTo)
Parameters
Type | Name | Description |
---|---|---|
DateTime | tFrom | |
DateTime | tTo |