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