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

    Class EbicsOrderHPB

    Specialized EbicsOrder for HPB requests.

    Inheritance
    System.Object
    EbicsOrder
    EbicsOrderHPB
    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)
    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 EbicsOrderHPB : EbicsOrder

    Constructors

    EbicsOrderHPB()

    Declaration
    public EbicsOrderHPB()

    Properties

    AuthenticationPubKeyInfo

    Declaration
    public EbicsPubKeyInfo AuthenticationPubKeyInfo { get; }
    Property Value
    Type Description
    EbicsPubKeyInfo

    EncryptionPubKeyInfo

    Declaration
    public EbicsPubKeyInfo EncryptionPubKeyInfo { get; }
    Property Value
    Type Description
    EbicsPubKeyInfo

    Methods

    ProcessResponseOrderData(EbicsVersion)

    Process the received response data.

    Declaration
    public override void ProcessResponseOrderData(EbicsVersion nVersion)
    Parameters
    Type Name Description
    EbicsVersion nVersion
    Overrides
    EbicsOrder.ProcessResponseOrderData(EbicsVersion)
    Remarks

    This method should be called after the HPB order was executed. It extracts the received public bank keys and stores them in the given EbicsContact.

    Exceptions
    Type Condition
    System.InvalidOperationException

    If no OrderData is available, then an InvalidOperationException is thrown.

    System.Xml.XmlException

    The response order data is not a valid XML document at all.

    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH