Class EbicsOrderC53
Convenient wrapper for a CAMT 053 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 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 |
---|---|---|
System.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 |
---|---|---|
System.DateTime | tFrom | |
System.DateTime | tTo |