Class EbicsOrderHVZ
Specialized EbicsOrder for HVZ 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 EbicsOrderHVZ : EbicsOrderHVList
Remarks
A subscriber can use HVZ to list the orders for which they are authorised as a signatory. Apart from all information of HVU the response message of the order type HVZ also contains data of HVD.
A HVZ order uses HVZOrderParams which are accessible through the OrderParams property as a EbicsHVListOrderParams instance. Usually there is no need to set up any parameters.
Ths list of order details of pending orders can be accessed through the ResponseOrderDetails property after executing this order.
Constructors
EbicsOrderHVZ()
Declaration
public EbicsOrderHVZ()