Class EbicsOrderWSS
Convenient wrapper for a WebSocket connection data download order.
public class EbicsOrderWSS : EbicsOrder
- Inheritance
-
EbicsOrderWSS
- Inherited Members
Constructors
EbicsOrderWSS()
public EbicsOrderWSS()
Properties
ConnectionData
Contains the WebSocket connection data from a successful download.
public EbicsWebSocketConnectionData ConnectionData { get; }
Property Value
Remarks
If nothing was downloaded, yet, then null is returned. If the downloaded
OrderData is not a valid JSON object, then null
is returned.