Class EbicsOrderHVD
Specialized EbicsOrder for HVD requests.
Inherited Members
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 EbicsOrderHVD : EbicsOrder
Remarks
With HVD, a subscriber can retrieve the state of an order that is currently in VEU processing and for which the subscriber is authorised as a signatory.
A HVD order uses HVDOrderParams which are accessible through the OrderParams property as a EbicsHVPickOrderParams instance. It is recommended to set up all order parameters using the method SetOrderParams(String, EbicsOrderDetails).
Constructors
EbicsOrderHVD()
Declaration
public EbicsOrderHVD()
Properties
ResponseOrderDetails
Declaration
public EbicsOrderDetails ResponseOrderDetails { get; }
Property Value
Type | Description |
---|---|
EbicsOrderDetails |
Methods
ProcessResponseOrderData(EbicsVersion)
Declaration
public override void ProcessResponseOrderData(EbicsVersion nVersion)
Parameters
Type | Name | Description |
---|---|---|
EbicsVersion | nVersion |
Overrides
SetOrderParams(String, EbicsOrderDetails)
Set all order parameters from previously obtained order details.
Declaration
public void SetOrderParams(string sPartnerID, EbicsOrderDetails aOrderDetails)
Parameters
Type | Name | Description |
---|---|---|
System.String | sPartnerID | |
EbicsOrderDetails | aOrderDetails | Previously obtained order details. |