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

    Class EbicsOrderHVT

    Retrieves all transaction details for a waiting VEU order.

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

    Constructors

    EbicsOrderHVT()

    Declaration
    public EbicsOrderHVT()

    Properties

    ResponseOrderData

    The HVTResponseOrderData that was received.

    Declaration
    public EbicsHVTResponseOrderData ResponseOrderData { get; }
    Property Value
    Type Description
    EbicsHVTResponseOrderData
    Remarks

    If the complete order data was requested, then this property will be null. In this case, the original order data will instead be returned through the OrderData property.

    Methods

    ProcessResponseOrderData(EbicsVersion)

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

    SetOrderParams(String, EbicsOrderDetails, Boolean, Int32, Int32)

    Set all order parameters from previously obtained order details.

    Declaration
    public void SetOrderParams(string sPartnerID, EbicsOrderDetails aOrderDetails, bool fCompleteOrderData, int nFetchLimit, int nFetchOffset)
    Parameters
    Type Name Description
    System.String sPartnerID
    EbicsOrderDetails aOrderDetails

    Previously obtained order details.

    System.Boolean fCompleteOrderData

    If true, then the complete original order data is requested. If false, then the order details as a EbicsHVTResponseOrderData instance are requested. See OrderDetailsAvailable and OrderDataAvailable.

    System.Int32 nFetchLimit

    If fCompleteOrderData is false, then this parameter can be used to limit the number of order details that are returned. If fCompleteOrderData is true, then this parameter is ignored.

    System.Int32 nFetchOffset

    If fCompleteOrderData is false, then this parameter can be used to specify the index of first order details that shall be returned. If fCompleteOrderData is true, then this parameter is ignored.

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