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

    Class EbicsOrderHCS

    Specialized EbicsOrder for HCS requests.

    Inheritance
    System.Object
    EbicsOrder
    EbicsOrderHCS
    Inherited Members
    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 EbicsOrderHCS : EbicsOrder

    Constructors

    EbicsOrderHCS(EbicsContact, EbicsPubKeyInfo, EbicsPubKeyInfo, EbicsPubKeyInfo)

    Creates a new HCS Order object.

    Declaration
    public EbicsOrderHCS(EbicsContact aContact, EbicsPubKeyInfo aNewAuthKey, EbicsPubKeyInfo aNewEncKey, EbicsPubKeyInfo aNewSigKey)
    Parameters
    Type Name Description
    EbicsContact aContact
    EbicsPubKeyInfo aNewAuthKey
    EbicsPubKeyInfo aNewEncKey
    EbicsPubKeyInfo aNewSigKey

    Methods

    BuildOrderData(EbicsContact, EbicsPubKeyInfo, EbicsPubKeyInfo, EbicsPubKeyInfo)

    Declaration
    public static XmlDocument BuildOrderData(EbicsContact aContact, EbicsPubKeyInfo aAuthKey, EbicsPubKeyInfo aEncKey, EbicsPubKeyInfo aSigKey)
    Parameters
    Type Name Description
    EbicsContact aContact

    The contact which is used to send the order...

    EbicsPubKeyInfo aAuthKey
    EbicsPubKeyInfo aEncKey
    EbicsPubKeyInfo aSigKey
    Returns
    Type Description
    System.Xml.XmlDocument

    BuildOrderData(EbicsVersion, String, String, EbicsPubKeyInfo, EbicsPubKeyInfo, EbicsPubKeyInfo)

    Declaration
    public static XmlDocument BuildOrderData(EbicsVersion nVersion, string sPartnerID, string sUserID, EbicsPubKeyInfo aAuthKey, EbicsPubKeyInfo aEncKey, EbicsPubKeyInfo aSigKey)
    Parameters
    Type Name Description
    EbicsVersion nVersion
    System.String sPartnerID
    System.String sUserID
    EbicsPubKeyInfo aAuthKey
    EbicsPubKeyInfo aEncKey
    EbicsPubKeyInfo aSigKey
    Returns
    Type Description
    System.Xml.XmlDocument
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH