Class EbicsOrderHVT
Retrieves all transaction details for a waiting VEU order.
Inherited Members
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
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 |
System.Int32 | nFetchLimit | If |
System.Int32 | nFetchOffset | If |