Class EbicsOrderC54
Convenient wrapper for a CAMT 054 download order.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|---|
System.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 |
---|---|---|
System.DateTime | tFrom | |
System.DateTime | tTo |