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

    Class EbicsOrderHVPick

    Common base class for EbicsOrderHVE and EbicsOrderHVS.

    Inheritance
    System.Object
    EbicsOrder
    EbicsOrderHVPick
    EbicsOrderHVE
    EbicsOrderHVS
    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.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 EbicsOrderHVPick : EbicsOrder

    Constructors

    EbicsOrderHVPick(String)

    Declaration
    public EbicsOrderHVPick(string sOrderType)
    Parameters
    Type Name Description
    System.String sOrderType

    Methods

    SetOrderParams(EbicsContact, EbicsOrderDetails)

    Set all order parameters from previously obtained order details.

    Declaration
    public void SetOrderParams(EbicsContact aContact, EbicsOrderDetails aOrderDetails)
    Parameters
    Type Name Description
    EbicsContact aContact

    The EbicsContact of the user that wants to sign or cancel the VEU order.

    EbicsOrderDetails aOrderDetails

    Previously obtained order details.´of the VEU order.

    Exceptions
    Type Condition
    System.ArgumentNullException

    One of the parameters was null.

    Sign(EbicsContact, IEbicsSecurityMedium)

    Override the generic Sign implementation in order to provide a signature of the given DataDigest instead of order data.

    Declaration
    public override EbicsSecurityMediumErrorCode Sign(EbicsContact aContact, IEbicsSecurityMedium aSecurityMedium)
    Parameters
    Type Name Description
    EbicsContact aContact
    IEbicsSecurityMedium aSecurityMedium

    Authenticated security medium which will be used to create the distributed electronic signature (VEU) for the order. Must not be null. The referenced security medium must be in the Authenticated state.

    Returns
    Type Description
    EbicsSecurityMediumErrorCode

    If there was an error with the security media while producing the signature, then an appropriate error code is returned. If the signature was produced successfully, then Success is returned.

    Overrides
    EbicsOrder.Sign(EbicsContact, IEbicsSecurityMedium)
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH