Enum EbicsProtocolActionType
The Action Type of a HAC protocol entry.
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public enum EbicsProtocolActionType
Fields
Name | Description |
---|---|
Additional | Provision of additional information from bank to customer. |
ESDownload | Electronic signature downloaded from the bank. Reserved. Currently not used. |
ESUpload | Electronic signature submitted to the bank "HVE". |
ESVerification | Signature verification. Used with initial submission of file. |
FileDownload | File downloaded from the bank. |
FileUpload | File submitted to the bank. |
None | Value not initialized. |
OrderHACFinalNeg | The order could not be processed on EBICS level completely for several reasons (see codes of results of action in the previous HAC step(s) of this order, e.g either due to incorrect signatures or due to a technical error.) |
OrderHACFinalPos | The order is positively completed at EBICS level, which means that either all signatures required for approval are correct and the order can therefore go into further processing or that the order has been cancelled by an authorised user (administrative order type HVS). |
Unknown | The action type could not be derived from the ActionText. |
VEUCancelOrder | VEU order was cancelled. |
VEUForwarding | File was forwarded to VEU processing. |
VEUVerification | VEU signature verification. Used with VEU signatures. |
VEUVerificationEnd | VEU verification complete. |