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

    Class EbicsOrderWSS

    Convenient wrapper for a WebSocket connection data download order.

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

    Constructors

    EbicsOrderWSS()

    Declaration
    public EbicsOrderWSS()

    Properties

    ConnectionData

    Contains the WebSocket connection data from a successful download.

    Declaration
    public EbicsWebSocketConnectionData ConnectionData { get; }
    Property Value
    Type Description
    EbicsWebSocketConnectionData
    Remarks

    If nothing was downloaded, yet, then null is returned. If the downloaded OrderData is not a valid JSON object, then null is returned.

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