• API Overview
  • EBICS API
  • FinTS API
  • XS2A API
  • SEPA API
Search Results for

    Class EbicsOrderC52

    Convenient wrapper for a CAMT 052 download order.

    Inheritance
    System.Object
    EbicsOrder
    EbicsOrderCamt
    EbicsOrderC52
    Inherited Members
    EbicsOrderCamt.CreateOrderC52(String, DateTime)
    EbicsOrderCamt.GetOrderTypesC52()
    EbicsOrderCamt.CreateOrderC53(String, DateTime, DateTime)
    EbicsOrderCamt.GetOrderTypesC53()
    EbicsOrderCamt.CreateOrderC54(String, DateTime)
    EbicsOrderCamt.GetOrderTypesC54()
    EbicsOrderCamt.CamtDocuments
    EbicsOrder.CreateNextOrderID()
    EbicsOrder.Service
    EbicsOrder.OrderType
    EbicsOrder.AdminOrderType
    EbicsOrder.Upload
    EbicsOrder.TransferType
    EbicsOrder.OrderID
    EbicsOrder.OrderAttribute
    EbicsOrder.OrderParams
    EbicsOrder.AdditionalOrderInfo
    EbicsOrder.AuthorisationLevel
    EbicsOrder.OrderSignatures
    EbicsOrder.OrderData
    EbicsOrder.TechnicalReturnCode
    EbicsOrder.BusinessReturnCode
    EbicsOrder.Success
    EbicsOrder.SuccessOrNoData
    EbicsOrder.ErrorClass
    EbicsOrder.Transaction
    EbicsOrder.TransactionTraceText
    EbicsOrder.TransactionID
    EbicsOrder.TransactionState
    EbicsOrder.Sign(EbicsContact, IEbicsSecurityMedium)
    EbicsOrder.ProcessResponseOrderData(EbicsVersion)
    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 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
    System.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
    System.DateTime tFrom
    System.DateTime tTo
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH